@font-face {
    font-family: 'Musk';
    src: url('../fonts/Musk-Bold.woff2') format('woff2'),
        url('../fonts/.woff') format('woff');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Musk Med';
    src: url('../fonts/Musk-Medium.woff2') format('woff2'),
        url('../fonts/Musk-Medium.woff') format('woff');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Musk';
    src: url('../fonts/Musk-Regular.woff2') format('woff2'),
        url('../fonts/Musk-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham Narrow';
    src: url('../fonts/GothamNarrow-Medium.woff2') format('woff2'),
        url('../fonts/GothamNarrow-Medium.woff') format('woff');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Cond';
    src: url('../fonts/GothamCond-Book.woff2') format('woff2'),
        url('../fonts/GothamCond-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
	margin: 0;
	font-family: 'Gotham Narrow';
}

h2{
	font-family: 'Musk';
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.header-section {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 10px;
	background-color: #fff;
}

.header-logo {
	width: 227px;
	height: auto;
	margin:0 auto;
}

.footer-wrapper {
	width: 100%;
	background-color: #f1f1f1; 
}

.footer-wrapper .container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 45px 20px 45px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	background: transparent;
}

.top-section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    gap: 40px;
}

.logo img {
	height: 100px;
}

.contact-wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16.69px;
}

.contact-text {
	font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;
    text-align: left;
    font-family: 'Gotham Cond';
    letter-spacing: 1px;
}

.contact-text strong {
	font-weight: 700;
	font-size: 20px;
	line-height: 100%;
	color:#000000;
}

.contact-box {
	display: flex;
	align-items: center;
	gap: 10px;
}
.phone-box a {
    color: inherit;
    text-decoration: none;
    letter-spacing: 2px;
}
.phone-box {
	background-color: #F7D9D9;
	color: #243C56;
	padding: 8px;
	border-radius: 8px;
	font-weight: bold;
	font-size: 15px;
	display: flex;
	align-items: center;
	gap: 6px;
}

.phone-icon {
	width: 16px;
	height: 16px;
	object-fit: contain;
}


.hours {
	font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 1px;
    text-align: left;
    font-family: 'Gotham Cond';
}

.hours strong {
	font-weight: 700;
	font-size: 18px;
}

.links {
	font-size: 14px;
	margin-top: 25px;
}

.links a {
	font-weight: 400;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #243C56;
	padding-bottom: 2px;
	margin: 0 6px;
}

.copyright {
	font-size: 16px;
	color: #243C56;
	margin-top: 10px;
	font-weight: 400;
}

.routine-section {
	text-align: center;
	padding: 50px 0px 64px 0px;
	max-width:1200px;
	margin:0 auto;
}

.routine-header h2 {
	margin-top:0px;
	color: #77997E;
	margin-bottom: 6px;
	font-family: Musk, sans-serif;
	font-weight: 700;
	font-size: 52px;
}

.routine-header p {
	color: black;
	margin: 0px 0px 20px 0px;
	font-family: Gotham, sans-serif;
	font-weight: 400;
	font-size: 18px;
}

.routine-steps {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 0 auto;
}

.routine-step {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 10px;
	padding: 5px 20px;
	width: 100%;
	max-width: 345px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	transition: 0.3s;
	display: flex !important;
	flex-direction: row;
	align-items: center;
	gap:10px;
}

.routine-step:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.routine-image {
	width: 145px;
	height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.routine-image img {
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
}

.routine-text {
	text-align: center;
	max-width: 220px;
}

.routine-text h3 {
	margin-bottom: 0px;
	font-family: Gotham, sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #243C56;
}

.routine-text h3 span {
	font-weight: bold;
}

.routine-text p {
	color: black;
	font-family: Gotham, sans-serif;
	font-weight: 400;
	font-size: 15px;
}
	
section.media-logo2 {
	padding-bottom: 64px;
}
	
img.head-underline {
	width: 100px;
	height: 5.773502826690674px;
	border-radius: 50px;
	border-width: 2px;
}

@media (min-width: 500px) and (max-width: 769px){
	.routine-text {
		max-width: 100%;
	}
}

.media-logos {
    padding: 10px 0;
}

.media-logos .container {
    max-width: 993px;
}

.media-heading {
    font-family: Musk, sans-serif;
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 20px;
    text-align: center;
}

.logos img {
    max-height: 80px;
    width: 100%;
    height: auto;
    max-width: 170px;
    aspect-ratio: 3/1.7;
    padding: 10px 20px;
    filter: brightness(100%);
    object-fit: contain;
    object-position: center;
}

	.slick-next, .slick-prev{
		display: none !important;
	}
	
/* Responsive adjustments */
@media (max-width: 768px) {

	.section-title {
		font-size: 28px;
	}
	
	.benefits-list {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}

	.benefit-tags {
		flex-direction: column;
		align-items: center;
	}

	.benefit-tag.naturkosmetik {
		width: unset !important
	}

	.benefit-tag.glutenfrei {
		width: unset !important;
	}

	.benefit-tag.hergestellt {
		width: unset !important;
	}

	.benefits-row1 {
		display: flex !important;
		width: 100%;
		align-items: stretch !important;
	}

	.benefits-row2 {
		width: 100%;
	}

	.benefits-row2 {
		display: flex;
		gap: 10px;
		justify-content: center;
		flex-direction: column;
	}

	.benefits-row1 {
		align-items: center;
	}

	.product-image {
		max-width: 260px;
	}

	.discount-box,
	.order-button {
		font-size: 14px;
		padding: 10px;
		width: 100%;
		max-width: 95%;
	}

	.discount{
		font-family: Musk, sans-serif;
	}
	.old-price,
	.new-price {
		font-size: 24px;
	}

	.shipping-note {
		font-size: 12px;
	}

	/*footer*/
	.top-section {
		flex-direction: column;
		align-items: center;
		gap: 25px;
	}

	.contact-wrapper {
		align-items: center;
		text-align: center;
	}

	.contact-box {
		flex-direction: column;
		align-items: center;
	}

	.hours {
		text-align: center;
	}
	.contact-text {
		font-size: 18px;
		text-align: center;
	}
	.copyright {
		max-width: 300px;
		font-size: 14px;
	}	
	.links a {
		font-size: 14px;
	}
	.footer-wrapper .container {
		padding: 45px 0px 45px 0px;
	}

	/*routine-section*/		
	.routine-header h2 {
		font-size: 30px;
	}

	.routine-header p {
		font-size: 16px;
	}

	.routine-step {
		max-width: 100%;
	}	


	/*media-logos*/	
	.logos {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap: 10px;
	}

	.logos img {
        width: 90px;
        height: 35px;
        padding-right: 0;
        padding-left: 0;
		max-width: 140px;
	}


	.media-heading {
		font-size: 25px;
	}

	.testimonial-title {
		font-size: 36px !important;
	}

	.testimonial-card {
		max-width: 400px !important;
	}
}

/*guaraantee section*/
	.guarantee-section {
		text-align: center;
		color: #ffffff;
		padding-bottom: 30px;
	}

	.guarantee-content {
		display: flex;
		max-width: 700px;
		margin: 0 auto;
		position: relative;
		background: #77997EB2;
		height: 359.281005859375px;
		padding-top: 44px;
		padding-right: 14px;
		padding-left: 14px;
		gap: 10px;
		flex-direction: column;
		align-content: space-around;
		align-items: center;
	}

	img.guarantee-underline {
		width: 100px;
		height: 5.77px;
		border-radius: 50px;
		border-width: 2px;
	}

	.guarantee-icon {
		object-fit: contain;
		width: 63.99px;
		height: 95.73px;
	}

	.guarantee-content h2 {
		font-weight: 700;
		font-size: 35px;
		text-align: center;
		margin: 0;
	}

    .guarantee-description {
		font-weight: 400;
		font-size: 16px;
		text-align: center;
		max-width: 464px;
		margin: 0 auto;
	}

   .guarantee-note {
		font-weight: 400;
		font-size: 16px;
		text-align: center;
		margin: 0;
		padding-top: 20px;
	}



/*testimonial section*/	
	
.testimonial-section {
	text-align: center;
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 70px;
}

.testimonial-title {
	color: #77997E;
	margin-bottom: 0.5rem;
	font-weight: 700;
	font-size: 52px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
}
.testimonial-stars-image {
    height: 24px;
    object-fit: contain;
    margin-bottom: 20px;
}
.testimonial-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.testimonial-card {
	background-color: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	width: 100%;
	max-width: 370px;
}

.testimonial-image {
	width: 100%;
	display: block;
	border-radius: 12px;
}
/*why work section*/
.why-work-container {
	max-width: 1200px;
	margin: 0 auto;
	background: #FCFAF8;
	gap: 50px;
	border-radius: 20px;
	padding: 64px;
}

.section-title {
	font-weight: 700;
	font-size: 52px;
	text-align: center;
	color: #77997E;
}
.work-content {
	display:flex;
	flex-direction:column;
	max-width: 1072px;
	margin: 0 auto;
	gap: 20px;
}

section.why-it-works {
	max-width: 1200px;
	margin: 0 auto;
}

.intro-text {
    font-weight: 700;
    font-size: 18px;
	margin:0px;
}

ul.benefits-list {
	margin: 0;
}

.benefits-list {
    padding-right: 5px;
    padding-left: 5px;
    list-style: none;
    gap: 10px;
}

.benefits-list li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 15px;
    line-height: 1.4;
    font-size: 18px;
}

.benefits-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px; 
    height: 100%; 
    background-color: #77997E;
    border-radius: 2px; 
}

.final-text {
	margin: 0;
    font-weight: 500;
    font-size: 20px;
    font-family: 'Gotham Cond';
    letter-spacing: 1px;
}

.ingredients-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 1072px;
}

.ingredient-item:nth-child(n+5) {
	grid-column: span 4 / span 4; 
}
.ingredients-row.first-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
	margin-top:50px;
}
.ingredients-row.second-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
	gap:10px;
}
.ingredient-item {
	flex: 1 1 calc(25% - 20px);
	position: relative;
	background-size: cover !important;
	background-position: center;
	height: 228px;
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	transition: transform 0.3s ease;
}

.ingredient-item::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgb(0 0 0 / 48%), transparent);
}

.ingredients-row.second-row .ingredient-item {
	flex: 1 1 calc(33.33% - 20px);
}

.ingredient-item:hover {
	transform: scale(1.03);
}

.ingredient-content {
	color: #fff;
	text-align: center;
	width: 100%;
	padding: 10px;
	position: relative;
}

.ingredient-content h3 {
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    margin: 0;
}

.ingredient-content p {
    font-weight: 400;
    font-size: 18px;
    font-family: 'Gotham Cond';
    text-align: center;
    letter-spacing: 2px;
}

/* Responsive Tweaks */
@media (max-width: 1024px) {
	.ingredients-row.first-row {
		grid-template-columns: repeat(2, 1fr);
	}
	.ingredients-row.second-row {
		flex-wrap: wrap;
	}
	.ingredient-item {
		flex: 1 1 calc(50% - 20px);
	}
}

@media (max-width: 600px) {
	.ingredients-row.first-row {
		grid-template-columns: 1fr;
	}

	.ingredients-row.second-row {
		grid-template-columns: 1fr;
	}

	.ingredient-item {
		height: 228px !important;
	}
	.ingredients-row.second-row {
		flex-direction: column;
		align-items: center;
	}
	.ingredient-item {
		flex: 1 1 100%;
	}
	.final-text {
		font-size: 20px;
	}
}
@media (max-width: 768px) {

	.benefits-section {
		padding: 15px !important;
	}
	
	.section-title {	
		font-size: 40px;
	}

	.ingredient-item {
		height: 100%;
		width:100%;
	}
	.intro-text {
		font-size: 15px;
	}

	.benefits-list li {
		font-size: 16px;
	}
	
	.why-work-container {
		padding-top: 24px;
		padding-right: 15px;
		padding-bottom: 24px;
		padding-left: 15px;
	}

	.benefits-row1 {
		display: flex;
		gap: 10px;
		flex-direction: column;
	}
	/* Header css start*/

	img.header-logo {
		width: 97px;
		height: 42px;
	}

	section.media-logos {
		padding: 20px 10px;
	}
	
	.banner {
		padding: 0 15px;
	}
	.left{
		margin:0;
	}

	.section-title {
		font-size: 40px !important;
		margin-bottom: 10px !important;
	}

	/* banner css end */

	section.guarantee-section {
		padding: 0px 10px;
		margin-bottom: 20px;
	}

	.routine-section {
		text-align: center;
		padding: 20px 15px;
	}

	.guarantee-content h2 {   
		font-size: 24px;
	}

	.guarantee-icon {
		object-fit: contain;
		width: 39px;
		height: 58px;
	}


	.guarantee-content {
		height: 100%;
		padding-top: 24px;
		padding-bottom: 24px;
	}

	section.testimonial-section {
		padding: 10px 10px;
	}

	section.why-it-works {
		padding: 0px 10px;
	}

	.benefits-section h2.section-title {
		font-size: 28px !important;
	}
}
@media (max-width: 480px) {
	.ingredient-content h3 {
		font-size: 28px;
	}

	.ingredient-content p {
		font-size: 16px;
	}

	.faq-section {
		padding: 0px !important;
	}

	.logo img {
		width: 97px;
		height: 42px;
		object-fit: contain;
	}
}
/*benefits section*/
.benefits-section {
	text-align: center;
	padding: 30px;
	max-width: 1200px;
	margin: 0 auto;
}

.section-title {
	color: #77997E;
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 52px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	margin:0px;
	margin-bottom:50px;
}

.benefit-tags {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	max-width: 969px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.benefits-row1 {
	display: flex;
	gap:10px;
}

.benefits-row2 {
	display: flex;
	gap:10px;
	justify-content: center;
}

.benefit-tag.naturkosmetik {
    width: 33.33%;
}

.benefit-tag.glutenfrei {
    width: 33.33%;
}

.benefit-tag.hergestellt {
    width: 33.33%;
}

.benefit-tag {
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 0.5px solid #ff888891;
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 18px;
    text-align: start;
    font-family: 'Gotham Cond';
    letter-spacing: 1px;
    font-weight: 400;
}

.benefit-tag img {
    width: 25px;
    margin-right: 8px;
}

.product-section {
	display: flex;
	justify-content: center;
	margin: 30px 0;
}

.product-image {
    max-width: 402px;
    height: 349.29px;
    width: 100%;
}

.price-section {
	font-size: 18px;
	margin-bottom: 10px;
}

.old-price {
    color: #243C56;
    margin-right: 10px;
    font-weight: 400;
    font-size: 38px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-decoration: line-through;
    font-family: 'Gotham Cond';
    letter-spacing: 2px;
}

.new-price {
	color: #243C56;
    font-weight: 800;
    font-size: 38px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

.price-note {
	font-weight: 400;
	font-size: 11px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	margin-top:10px;
}

.order-button img {
    margin-right: 4px;
}

.discount-box {
	background-color: #FF6767;
	color: white;
	padding: 10px;
	border-radius: 10px;
	font-size: 14px;
	margin: 15px auto;
	width: 960px;
	box-sizing: border-box;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
}

.order-button {
	background-color: #35B13A;
	color: white;
	padding: 12px 20px;
	border-radius: 10px;
	font-size: 16px;
	cursor: pointer;
	margin: 10px auto;
	width: 960px;
	box-sizing: border-box;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	font-size:18px;
}

.shipping-note {
	font-weight: 900;
	font-size: 13px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	color: #243C56;
	margin-top: 15px;
}

.payment-logos,
.certifications {
	margin-top: 15px;
}

.payment-img,
.cert-img {
	max-width: 448px;
	width: 100%;
	height: auto;
}

.faq-section {
	padding: 40px;
	display: flex;
	justify-content: center;
	max-width:1200px;
	margin:0 auto;
}

.faq-container {
	max-width: 1200px;
	width: 100%;
	padding:64px;
	background: #FCFAF8;
	border-radius:20px;
}

img.faq-icon {
    rotate: 180deg;
}

.faq-title {
	margin:0px;
    font-size: 52px;
    text-align: center;
    color: #77997E;
	margin-bottom:15px;
}

.last-faq {
    margin-bottom: 0px;
}

.faq-item {
	margin-bottom: 15px;
	border-radius: 5px;
	overflow: hidden;
	transition: box-shadow 0.3s ease;
}

.faq-item.active {   
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.faq-question {
    width: 100%;
    padding: 18px 20px;
    text-align: left;
    background: #fff;
    outline: none;
    font-size: 20px;
    font-weight: 700;
    color: #1f1f1f;
    display: flex;
    border: 1px solid #f3cfcf;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-radius: 10px;
    position: relative;
}
.faq-question span {
	flex: 1;
	text-align: left;
}

.faq-answer-wrapper {
	background: #fff;
	overflow: hidden;
	max-height: 0;
	border-radius: 10px;
	transition: max-height 0.4s ease, padding 0.4s ease;
}

.faq-item.active .faq-answer-wrapper {
	max-height: 500px;
	padding: 15px 20px;
}

.faq-answer p {
	margin: 0;
	font-size: 15px;
	color: #555;
}

.faq-icon {
	transition: transform 0.3s ease;
	width: 20px;
	height: 20px;
}

.faq-item.active .faq-icon {
	transform: rotate(180deg);
}

@media (max-width: 600px) {
	.faq-title {
		font-size: 30px;
	}
	.faq-container {
		padding:20px;
		background: #FCFAF8;
	}
	.faq-question {
		font-size: 15px;
	}
}
.banner {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	background: #fefefe;
	max-width: 1200px;
	margin: 0 auto;
	padding: 2rem 0rem; 
	box-sizing: border-box;
}

.left, .right {
	flex: 1;
	width: 50%;
}

.left {
	padding: 24px 15px;
	margin:20px 0px;
	background-color: #FCFAF8;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 20px;
}


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

p.description-1 {
	margin: 0;
}

p.description-2 {
	margin: 0;
}


.headline {
	font-family: 'Musk';
	font-size: 52px;
	color: #6c8c74;
	font-weight: 700;
	margin-bottom: 4px;
	text-align: center;
}

.subtext {
	margin-bottom: 24px;
	font-weight: 400;
    color: #243C56;
    margin-bottom: 24px;
    font-size: 18px;
    text-align: center;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
	font-family: "Gotham Cond";

}

.before-after-container {
	position: relative;
	width: 362px;
	height: 362px;
	margin: 0rem auto;
	aspect-ratio: 3 / 4;
	background: #ccc;
	overflow: hidden;
}

.before, .after {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.after {
	z-index: 1;
}

.before {
	z-index: 2;
	overflow: hidden;
	width: 50%;
}

.before img, .after img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.slider {
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	width: 3px;
	background: white;
	cursor: ew-resize;
	z-index: 3;
}

.slider-circle {
	position: absolute;
	top: 50%;
	left: -20px;
	transform: translateY(-50%);
	background: #fff;
	border: 3px solid #ffffff;
	border-radius: 50%;
	width: 35px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 12px;
	z-index: 4;
}

.before-label, .after-label {
	position: absolute;
	top: 10px;
	background: #6D6D6D;
	color: #fff;
	padding: 3px 13px;
	font-size: 17px;
	font-weight: 700;
	z-index: 5;
}

.before-label { left: 10px; }
.after-label { right: 10px; top: 325px; }

.steps {
	text-align: center;
	font-size: 1rem;
	margin-top: 1rem;
}

.description-1 {
	font-family: Gotham, sans-serif;
    font-size: 22px;
    width: 100%;
    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

.description-2 {
	font-family: Gotham, sans-serif;
	font-weight: 400;
	font-size: 18px;
	width: 100%;
}

.right {
	text-align: center;
}

.right a, a {
    text-decoration: none;
}

.products {
	position: relative;
	display: inline-block;
	width: 400px;
	max-width: 100%;
	height: 350px;
	margin-bottom: 20px;
}

.products img {
	width: 398px;
	height: 354px;
}

.plus-tooltip {
	position: absolute;
	background: #6c8c74;
	color: white;
	font-size: 20px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-weight: bold;
	z-index: 2;
}

.plus-tooltip .tooltiptext {
	visibility: hidden;
	width: 180px;
	background-color: #333;
	color: #fff;
	text-align: center;
	padding: 6px 10px;
	border-radius: 6px;
	position: absolute;
	z-index: 3;
	bottom: 130%;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: opacity 0.3s ease;
	font-size: 14px;
}

.plus-tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

.price {
	font-size: 14px;
	font-family: 'Gotham Narrow';
	font-weight: 400;
}

.price del {
    color: #243C56;
    margin-right: 0.5rem;
    font-size: 38px;
    font-weight: 400;
    letter-spacing: 3px;
    font-family: 'Gotham Cond';
}

small {
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	color: #000000;
	font-family: 'Gotham Narrow';
}

.price strong {
	font-size: 38px;
	font-weight: 800;
	margin-top: 1rem;
	color: #243C56;
}

.discount {
	margin: 10px 0px;
	background-color: #FF6767;
	color: #fff;
	padding: 10px;
	font-weight: 400;
	border-radius: 10px;
	line-height: 22px;
	text-decoration: none;
	font-size:18px;
}

.final-price {
	margin-top: 0.5rem;
	background-color: #3bb143;
	color: white;
	padding: 10px;
	border-radius: 10px;
	font-weight: bold;
	font-size: 20px;
}

.description-3 {
	font-weight: 900;
	font-size: 16px;
	color: #243C56;
	margin:0px;
	margin-top:10px;
}

.payment-icons {
	margin-top: 1rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.payment-icons img {
	width: 448px;
	height: 41px;
}

.icons {
	margin-top: 1rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.5rem;
}

.icons img {
	width: 448px;
	height: 85px;
	object-fit: contain;
}
	
@media (max-width: 768px) {
	.banner {
		flex-direction: column;
		width: 100%;
		height: auto;
		padding: 1rem 15px;
	}

	.left, .right {
		width: 100%;
		padding: 1rem 0;
		margin-top: 0;
	}

	.headline {
		font-size: 28px;
		padding: 0 1rem;
	}

	.subtext {
		font-size: 16px;
		padding: 0 1rem;
	}

	.before-after-container {
		width: 100%;
		height: auto;
		aspect-ratio: 3 / 4;
	}

	.products {
		width: 100%;
		height: auto;
	}

	.products img {
		width: 100%;
		height: auto;
	}

	.plus-tooltip {
		width: 24px;
		height: 24px;
		font-size: 14px;
	}

	.plus-tooltip .tooltiptext {
		font-size: 12px;
		width: 140px;
	}

	.price del,
	.price strong {
		font-size: 38px;
	}

	.price small {
		font-size: 12px;
	}

	.discount {
		font-size: 14px;
		padding: 8px;
	}

	.final-price {
		font-size: 18px;
		padding: 8px;
	}
 
	.description-1{
		font-weight: 700;
	}

	.description-2 {
		font-size: 15px;
		/* padding: 0 1rem; */
	}
	.description-1 {
		font-size: 22px;
		/* padding: 0 1rem; */
	}

	.description-3 {
		font-size: 14px;
	}

	.payment-icons img,
	.icons img {
		height: auto;
		width: 100%;
	}

	.payment-icons,
	.icons {
		gap: 0.25rem;
	}

	.slider-circle {
		width: 25px;
		height: 25px;
		font-size: 10px;
		left: -12px;
	}
}

	