/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme — sebdermatitis.com
 Author:       Puradoro
 Template:     woodmart
 Version:      1.9.5
 Text Domain:  woodmart
*/

body.single-product .wd-page-content {
	font-family: Poppins, sans-serif;
}

body.single-product .wd-content-layout.content-layout-wrapper,
body.seb-home-landing-page .wd-content-layout.content-layout-wrapper {
	padding-bottom: 0 !important;
}

body.single-product .elementor-element-719218ee {
	margin-bottom: 0 !important;
}

body.single-product .wd-single-content {
	margin-bottom: 0;
}

body.single-product .wd-page-content :is(
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	p,
	span,
	a,
	li,
	td,
	th,
	label,
	button,
	input,
	summary,
	.product_title,
	.woodmart-title-container,
	.title-subtitle,
	.wd-entities-title,
	.price,
	.woocommerce-Price-amount,
	.single_add_to_cart_button,
	.seb-switch-title,
	.seb-switch-header,
	.seb-switch-header *
) {
	font-family: Poppins, sans-serif !important;
}

[class*="seb-"],
[class*="seb-"] :not(.seb-icon):not([class*="seb-icon"]) {
	font-family: Poppins, sans-serif !important;
}

.seb-icon {
	display: inline-block;
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	vertical-align: -3px;
}

.seb-product-subtitle {
	font-family: Poppins, sans-serif !important;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.55;
	color: #4a4a4a;
	margin: 0 0 10px;
	max-width: 560px;
}

.seb-pain-grid {
	list-style: none;
	padding: 0;
	margin: 0 0 12px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.seb-pain-card {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 10px 12px;
	border: 1px solid #e8e4de;
	border-radius: 8px;
	background: #fafafa;
	font-size: 13px;
	font-weight: 600;
	color: #4a4a4a;
	line-height: 1.35;
}

.seb-pain-card .seb-icon {
	width: 18px;
	height: 18px;
	margin: 0;
	flex-shrink: 0;
}

.seb-pain-card-text {
	display: block;
	min-width: 0;
}

.seb-icon-moon {
	background-image: url('assets/img/icons/icon-moon.svg');
}

.seb-icon-snow {
	background-image: url('assets/img/icons/icon-snow.svg');
}

.seb-icon-red {
	background-image: url('assets/img/icons/icon-red.svg');
}

.seb-icon-warn {
	background-image: url('assets/img/icons/icon-warn.svg');
}

.seb-icon-thumb {
	width: 14px;
	height: 14px;
	vertical-align: -2px;
	margin-right: 3px;
	background-image: url('assets/img/icons/icon-thumb.svg');
}

.seb-icon-shield {
	width: 16px;
	height: 16px;
	vertical-align: -2px;
	margin-right: 6px;
	background-image: url('assets/img/icons/icon-shield.svg');
}

.seb-icon-check {
	width: 14px;
	height: 14px;
	vertical-align: -2px;
	margin-right: 6px;
	background-image: url('assets/img/icons/icon-check.svg');
}

.seb-icon-arrow {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	background-image: url('assets/img/icons/icon-arrow.svg');
}

.seb-icon-nose {
	background-image: url('assets/img/icons/icon-nose.svg');
}

.seb-icon-eyebrow {
	background-image: url('assets/img/icons/icon-eyebrow.svg');
}

.seb-icon-beard {
	background-image: url('assets/img/icons/icon-beard.svg');
}

.seb-icon-ear {
	background-image: url('assets/img/icons/icon-ear.svg');
}

.seb-icon-hairline {
	background-image: url('assets/img/icons/icon-hairline.svg');
}

.seb-made-in-italy {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	color: #2a5c45;
}

.seb-made-in-italy .seb-icon-italy {
	display: inline-block;
	width: 24px;
	height: 16px;
	flex-shrink: 0;
	vertical-align: middle;
	margin: 0;
	border-radius: 2px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	background-color: #fff;
	background-image: linear-gradient(
		to right,
		#009246 0 33.333%,
		#ffffff 33.333% 66.666%,
		#ce2b37 66.666% 100%
	);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.seb-guarantee {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.seb-recommend {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	color: #2a5c45;
	font-weight: 700;
}

.single-product {
	scroll-behavior: smooth;
}

#reviews,
#ingredients,
#pack {
	scroll-margin-top: 100px;
}

.seb-hero-jumps {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 16px;
	margin: 14px 0 0;
	font-size: 13px;
	line-height: 1.4;
}

.seb-hero-jump {
	color: #2a5c45;
	font-weight: 600;
	text-decoration: underline;
	text-decoration-color: rgba(42, 92, 69, 0.35);
	text-underline-offset: 3px;
}

.seb-hero-jump:hover,
.seb-hero-jump:focus {
	color: #1e4333;
	text-decoration-color: currentColor;
}

/* Product page sections (cream). */
.seb-section-intro {
	font-size: 15px;
	color: #6b6b6b;
	line-height: 1.7;
	margin: 0 auto;
	text-align: center;
	max-width: 680px;
}

.seb-section-disclaimer {
	font-size: 11px;
	color: #8a8a8a;
	text-align: center;
	margin: 0;
}

.seb-problem-areas {
	width: 100%;
	max-width: 1100px;
	margin: 8px auto 0;
	border-radius: 18px;
	overflow: hidden;
	border: 1px solid #e8e5e0;
	box-shadow: 0 10px 36px rgba(20, 20, 20, 0.06);
	background: #fff;
}

.seb-problem-areas img {
	display: block;
	width: 100%;
	height: auto;
}

.seb-problem-areas__labels {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	padding: 18px 20px 22px;
	background: #fafafa;
	border-top: 1px solid #e8e5e0;
}

.seb-problem-areas__label {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-family: Poppins, sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #2a5c45;
	background: #edf2ee;
	padding: 8px 14px;
	border-radius: 30px;
	line-height: 1.3;
	white-space: nowrap;
}

.seb-problem-areas__label .seb-icon {
	width: 16px;
	height: 16px;
	margin: 0;
	vertical-align: 0;
}

.seb-ba-grid,
.seb-doctor-grid {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}

.seb-reviews {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

.seb-reviews-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
	max-width: 1100px;
}

.seb-reviews-actions {
	text-align: center;
	margin-top: 28px;
}

.seb-reviews-load-more {
	font-family: Poppins, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #2a5c45;
	background: #fff;
	border: 1px solid #2a5c45;
	border-radius: 999px;
	padding: 14px 28px;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.seb-reviews-load-more:hover,
.seb-reviews-load-more:focus {
	background: #2a5c45;
	color: #fff;
}

.seb-reviews-load-more.loading {
	opacity: 0.7;
	cursor: wait;
}

.seb-ba-grid > .elementor-element {
	flex: 1 1 calc(50% - 11px);
	min-width: 280px;
}

.seb-doctor-grid {
	max-width: 980px;
	align-items: center;
}

.seb-doctor-grid > .elementor-element:first-child {
	flex: 0 1 280px;
	min-width: 240px;
}

.seb-doctor-grid > .elementor-element:last-child {
	flex: 1 1 420px;
	min-width: 280px;
}

.seb-ba-card {
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid #e8e5e0;
	background: #f7f4ef;
	height: 100%;
}

.seb-ba-card--after {
	border-color: #d8e8d0;
}

.seb-ba-card__media {
	height: 360px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 700;
}

.seb-ba-card__media--before {
	background: #f1e6dd;
	color: #8a4b3a;
}

.seb-ba-card__media--after {
	background: #edf7ea;
	color: #2a5c45;
}

.seb-ba-card__body {
	padding: 18px 22px;
}

.seb-ba-card__label {
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	margin: 0 0 6px;
}

.seb-ba-card__label--before {
	color: #c54132;
}

.seb-ba-card__label--after {
	color: #2a5c45;
}

.seb-ba-card__title {
	font-size: 15px;
	font-weight: 700;
	color: #141414;
	margin: 0 0 6px;
}

.seb-ba-card__text {
	font-size: 13px;
	color: #6b6b6b;
	line-height: 1.6;
	margin: 0;
}

.seb-review-card {
	background: #fff;
	border: 1px solid #e8e5e0;
	border-radius: 14px;
	padding: 24px;
	height: 100%;
}

.seb-review-card__stars {
	color: #d9a52f;
	font-size: 16px;
	margin: 0 0 10px;
}

.seb-review-card__quote {
	font-size: 15px;
	font-weight: 700;
	color: #141414;
	margin: 0 0 8px;
}

.seb-review-card__text {
	font-size: 13px;
	color: #6b6b6b;
	line-height: 1.7;
	margin: 0 0 16px;
}

.seb-review-card__author {
	font-size: 12px;
	font-weight: 700;
	color: #2a5c45;
	margin: 0;
}

.seb-review-card--compact .seb-review-card__quote {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.55;
	margin-bottom: 14px;
}

.seb-review-card--compact {
	padding-bottom: 20px;
}

.seb-doctor-card {
	background: #f7f4ef;
	border-radius: 16px;
	padding: 26px;
	text-align: center;
	border: 1px solid #e8e5e0;
}

.seb-doctor-card__photo {
	border-radius: 12px;
	overflow: hidden;
	margin: 0 0 18px;
	background: #e8e5e0;
}

.seb-doctor-card__photo img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.seb-doctor-card__title {
	font-size: 15px;
	font-weight: 700;
	color: #141414;
	margin: 0 0 4px;
}

.seb-doctor-card__subtitle {
	font-size: 12px;
	color: #6b6b6b;
	margin: 0;
}

.seb-doctor-copy {
	font-size: 15px;
	color: #6b6b6b;
	line-height: 1.8;
	margin: 0;
}

.seb-doctor-tags {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.seb-doctor-tag {
	font-size: 12px;
	font-weight: 700;
	color: #2a5c45;
	background: #edf2ee;
	padding: 8px 12px;
	border-radius: 30px;
}

.seb-switch-header {
	text-align: center;
	max-width: 820px;
	margin: 0 auto 36px;
}

.seb-switch-eyebrow {
	font-family: Poppins, sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #2a5c45;
	margin: 0 0 14px;
}

.seb-switch-title {
	font-family: Poppins, sans-serif !important;
	font-size: clamp(28px, 4vw, 42px);
	font-weight: 700;
	color: #141414;
	line-height: 1.2;
	margin: 0 0 16px;
	letter-spacing: -0.02em;
}

.seb-switch-intro {
	font-family: Poppins, sans-serif;
	font-size: 16px;
	color: #6b6b6b;
	line-height: 1.75;
	margin: 0;
}

.seb-switch-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
}

.seb-switch-card {
	position: relative;
	font-family: Poppins, sans-serif;
	background: #fff;
	border: 1px solid #e8e5e0;
	border-radius: 18px;
	padding: 28px 22px 0;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.seb-switch-card--highlight {
	border: 2px solid #2a5c45;
	box-shadow: 0 14px 40px rgba(42, 92, 69, 0.1);
}

.seb-switch-card__ribbon {
	position: absolute;
	top: 0;
	right: 0;
	background: #2a5c45;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 8px 14px;
	border-radius: 0 16px 0 12px;
}

.seb-switch-card__icon {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	border: 1px solid #e8e5e0;
	background: #faf8f5 center / 28px no-repeat;
	margin: 0 auto 18px;
}

.seb-switch-card__icon--tube {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238a8a8a' stroke-width='1.5'%3E%3Crect x='9' y='3' width='6' height='4' rx='1'/%3E%3Cpath d='M10 7h4v14h-4z'/%3E%3C/svg%3E");
}

.seb-switch-card__icon--tube-harsh {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238a8a8a' stroke-width='1.5'%3E%3Crect x='9' y='3' width='6' height='4' rx='1'/%3E%3Cpath d='M10 7h4v14h-4z'/%3E%3Cpath d='M12 11v4M10.5 13h3' stroke='%23c54132'/%3E%3C/svg%3E");
}

.seb-switch-card__icon--puradoro {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232a5c45' stroke-width='1.5'%3E%3Crect x='9' y='3' width='6' height='4' rx='1'/%3E%3Cpath d='M10 7h4v14h-4z'/%3E%3Cpath d='M11.5 12h1' stroke='%232a5c45'/%3E%3C/svg%3E");
	border-color: #d8e8d0;
	background-color: #f8fbf9;
}

.seb-switch-card__title {
	font-size: 17px;
	font-weight: 700;
	color: #141414;
	text-align: center;
	margin: 0 0 6px;
	line-height: 1.35;
}

.seb-switch-card--highlight .seb-switch-card__title {
	color: #2a5c45;
}

.seb-switch-card__tagline {
	font-size: 13px;
	color: #8a8a8a;
	text-align: center;
	margin: 0 0 20px;
	line-height: 1.5;
}

.seb-switch-card--highlight .seb-switch-card__tagline {
	color: #4a7a62;
}

.seb-switch-card__list {
	list-style: none;
	margin: 0 0 22px;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 11px;
	flex: 1;
}

.seb-switch-card__list li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 13px;
	color: #4a4a4a;
	line-height: 1.6;
}

.seb-switch-card__list--pos li {
	color: #141414;
}

.seb-switch-card__x {
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	margin-top: 2px;
	position: relative;
}

.seb-switch-card__x::before,
.seb-switch-card__x::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 1.5px;
	background: #b0aaa0;
	transform: translate(-50%, -50%) rotate(45deg);
}

.seb-switch-card__x::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.seb-switch-card__list .seb-icon-check {
	margin-top: 1px;
}

.seb-switch-card__photo {
	margin: auto -22px 0;
	border-top: 1px solid #ece8e2;
	overflow: hidden;
}

.seb-switch-card--highlight .seb-switch-card__photo {
	border-top-color: #d8e8d0;
}

.seb-switch-card__photo img {
	display: block;
	width: 100%;
	height: 220px;
	object-fit: cover;
	object-position: center center;
}

.seb-switch-cta-bar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 24px 32px;
	width: 100%;
	max-width: 1180px;
	margin: 28px auto 0;
	padding: 24px 28px;
	background: #fff;
	border: 1px solid #e8e5e0;
	border-radius: 16px;
	font-family: Poppins, sans-serif;
}

.seb-switch-cta-bar__copy {
	display: flex;
	align-items: center;
	gap: 16px;
	flex: 1 1 280px;
	min-width: 0;
}

.seb-switch-cta-bar__icon {
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 1px solid #d8e8d0;
	background: #f8fbf9 center / 22px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232a5c45' stroke-width='1.5'%3E%3Cpath d='M12 21c-4-3-7-6-7-10a4 4 0 0 1 7-2 4 4 0 0 1 7 2c0 4-3 7-7 10z'/%3E%3C/svg%3E");
}

.seb-switch-cta-bar__title {
	font-size: 16px;
	font-weight: 700;
	color: #141414;
	margin: 0 0 4px;
	line-height: 1.4;
}

.seb-switch-cta-bar__sub {
	font-size: 13px;
	color: #6b6b6b;
	margin: 0;
	line-height: 1.5;
}

.seb-switch-cta-bar__action {
	text-align: center;
	flex: 0 1 auto;
}

.seb-switch-cta-bar__btn {
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-size: 13px;
	padding: 16px 28px;
	white-space: nowrap;
}

.seb-switch-cta-bar__btn::after {
	content: " ›";
}

.seb-switch-cta-bar__guarantee {
	font-size: 11px;
	color: #8a8a8a;
	margin: 10px 0 0;
}

.seb-section-inner {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

.seb-section-inner--wide {
	max-width: 1180px;
}

.seb-ingredients-grid,
.seb-steps-grid,
.seb-bundle-grid {
	width: 100%;
}

.seb-ingredients-grid > .elementor-element {
	flex: 1 1 calc(50% - 24px);
	min-width: 280px;
}

.seb-ingredients-list {
	display: flex;
	flex-direction: column;
}

.seb-ingredient-row {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 20px 0;
	border-bottom: 1px solid #e8e5e0;
}

.seb-ingredient-row__media {
	flex: 0 0 88px;
	width: 88px;
	height: 88px;
	border-radius: 50%;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e8e5e0;
	box-shadow: 0 4px 14px rgba(20, 20, 20, 0.06);
}

.seb-ingredient-row__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.seb-ingredient-row__body {
	flex: 1;
	min-width: 0;
}

.seb-ingredient-row--last {
	border-bottom: none;
}

.seb-ingredient-row__name {
	font-size: 15px;
	font-weight: 700;
	color: #141414;
	margin: 0 0 4px;
}

.seb-ingredient-row__desc {
	font-size: 13px;
	color: #6b6b6b;
	margin: 0 0 6px;
	line-height: 1.6;
}

.seb-ingredient-row__tag {
	display: inline-block;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #2a5c45;
	background: #edf2ee;
	padding: 3px 8px;
	border-radius: 20px;
}

.seb-free-from {
	background: #fff;
	border-radius: 16px;
	padding: 28px;
	border: 1px solid #e8e5e0;
}

.seb-free-from__title {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #6b6b6b;
	margin: 0 0 14px;
}

.seb-free-from__row {
	display: flex;
	align-items: center;
	font-size: 13px;
	font-weight: 600;
	color: #2a5c45;
	padding: 8px 0;
	border-bottom: 1px solid #e8e5e0;
	margin: 0;
}

.seb-free-from__row--last {
	border-bottom: none;
}

.seb-free-from__row .seb-icon-check {
	margin-right: 8px;
}

.seb-inci {
	background: #fff;
	border-radius: 12px;
	padding: 20px 24px;
	border: 1px solid #e8e5e0;
	margin-top: 16px;
}

.seb-inci__title {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #6b6b6b;
	margin: 0 0 10px;
}

.seb-inci__text {
	font-size: 11.5px;
	color: #6b6b6b;
	line-height: 2;
	margin: 0;
}

.seb-inci__text strong {
	color: #2a5c45;
	font-weight: 700;
}

.seb-inci__accent {
	color: #c8963c !important;
}

.seb-steps-grid > .elementor-element {
	flex: 1 1 calc(25% - 9px);
	min-width: 180px;
}

.seb-steps-grid .seb-step-card {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.55s ease, transform 0.55s ease, box-shadow 0.25s ease;
}

.seb-steps-grid.is-inview .seb-step-card {
	opacity: 1;
	transform: translateY(0);
}

.seb-steps-grid.is-inview > .elementor-element:nth-child(1) .seb-step-card {
	transition-delay: 0s;
}

.seb-steps-grid.is-inview > .elementor-element:nth-child(2) .seb-step-card {
	transition-delay: 0.12s;
}

.seb-steps-grid.is-inview > .elementor-element:nth-child(3) .seb-step-card {
	transition-delay: 0.24s;
}

.seb-steps-grid.is-inview > .elementor-element:nth-child(4) .seb-step-card {
	transition-delay: 0.36s;
}

.seb-steps-grid.is-inview .seb-step-card:hover {
	box-shadow: 0 8px 24px rgba(42, 92, 69, 0.1);
}

.seb-step-card {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	background: #f7f4ef;
	border-radius: 12px;
	padding: 16px;
	height: 100%;
}

.seb-step-card--highlight {
	background: #edf2ee;
}

.seb-step-card__num {
	flex: 0 0 36px;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #2a5c45;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	margin: 0;
}

.seb-step-card__icon {
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.seb-icon-step-shake {
	background-image: url('assets/img/icons/icon-step-shake.svg');
}

.seb-icon-step-wash {
	background-image: url('assets/img/icons/icon-step-wash.svg');
}

.seb-icon-step-scalp {
	background-image: url('assets/img/icons/icon-step-scalp.svg');
}

.seb-icon-step-routine {
	background-image: url('assets/img/icons/icon-step-routine.svg');
}

.seb-product-safety {
	margin-top: 20px;
	padding-top: 16px;
	border-top: 1px solid #e8e4de;
}

.seb-product-safety__title {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #2a5c45;
	margin: 0 0 8px;
}

.seb-product-safety__text {
	font-size: 12px;
	line-height: 1.6;
	color: #6b6b6b;
	margin: 0 0 12px;
}

.seb-product-safety__text:last-child {
	margin-bottom: 0;
}

.seb-step-card__body {
	flex: 1;
	min-width: 0;
}

.seb-step-card__title {
	font-size: 14px;
	font-weight: 700;
	color: #141414;
	margin: 0 0 4px;
	line-height: 1.3;
}

.seb-step-card__text {
	font-size: 12px;
	color: #6b6b6b;
	margin: 0;
	line-height: 1.5;
}

.seb-pro-tip {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	background: #edf2ee;
	border-radius: 10px;
	padding: 16px 20px;
	margin-top: 8px;
}

.seb-pro-tip p {
	font-size: 13px;
	color: #2a5c45;
	font-weight: 600;
	margin: 0;
	line-height: 1.6;
}

.seb-bundle .title-wrapper,
.seb-bundle .woodmart-title-container,
.seb-bundle .title-subtitle {
	text-align: left;
}

.seb-bundle .woodmart-title-container {
	color: #fff;
}

.seb-bundle__intro {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.5);
	margin: 10px 0 0;
	max-width: 520px;
	line-height: 1.7;
	font-weight: 400;
}

.seb-bundle-grid > .elementor-element {
	flex: 1 1 calc(33.333% - 11px);
	min-width: 220px;
}

.seb-bundle-card {
	display: block;
	text-decoration: none;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	padding: 20px;
	height: 100%;
	color: inherit;
	transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.seb-bundle-card__media {
	aspect-ratio: 1;
	background: rgba(255, 255, 255, 0.08);
	border-radius: 10px;
	margin-bottom: 14px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.seb-bundle-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.seb-bundle-card__media--placeholder {
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(42, 92, 69, 0.18));
}

.seb-bundle-card__badge {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 12px;
	font-weight: 600;
	color: #2a5c45;
}

a.seb-bundle-card:hover {
	border-color: rgba(42, 92, 69, 0.8);
	background: rgba(255, 255, 255, 0.08);
}

.seb-bundle-card--current {
	background: rgba(42, 92, 69, 0.3);
	border: 2px solid #2a5c45;
}

.seb-bundle-card__step {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #2a5c45;
	margin: 0 0 8px;
}

.seb-bundle-card__name {
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 6px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
}

.seb-bundle-card__meta {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.45);
	margin: 0;
}

.seb-bundle-cta {
	text-align: center;
	width: 100%;
	margin-top: 8px;
}

.seb-bundle-cta__price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: center;
	gap: 10px 14px;
	margin: 0 0 14px;
}

.seb-bundle-cta__price-was {
	font-size: 18px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.45);
	text-decoration: line-through;
}

.seb-bundle-cta__price-was .woocommerce-Price-amount {
	color: inherit;
}

.seb-bundle-cta__price-now {
	font-size: 28px;
	font-weight: 700;
	color: #fff;
	line-height: 1.1;
}

.seb-bundle-cta__price-now .woocommerce-Price-amount {
	color: inherit;
}

.seb-bundle-atc {
	border: none;
	cursor: pointer;
}

.seb-bundle-atc.loading {
	opacity: 0.75;
	cursor: wait;
}

.seb-bundle-cta__note {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.35);
	margin: 12px 0 0;
}

.seb-btn {
	display: inline-block;
	padding: 17px 40px;
	font-family: Poppins, sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	border-radius: 8px;
	border: none;
	cursor: pointer;
	transition: opacity 0.2s ease;
}

.seb-btn:hover {
	opacity: 0.92;
	color: inherit;
}

.seb-btn--primary {
	background: #2a5c45;
	color: #fff;
}

.seb-btn--white {
	background: #fff;
	color: #2a5c45;
	padding: 14px 28px;
	font-size: 14px;
	white-space: nowrap;
}

.seb-hidden-cart-opener {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}

.seb-guarantee-band {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 24px 40px;
	max-width: 1100px;
	margin: 0 auto;
	width: 100%;
}

.seb-guarantee-band__copy {
	flex: 1 1 420px;
	min-width: 0;
}

.seb-guarantee-band__title {
	font-size: 28px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 10px;
	letter-spacing: -0.02em;
	line-height: 1.2;
}

.seb-guarantee-band__text {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.75);
	margin: 0;
	line-height: 1.7;
}

.seb-faq {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 36px;
	max-width: 1100px;
	margin: 0 auto;
	width: 100%;
	border-top: 1px solid #e8e5e0;
	text-align: left;
}

.seb-faq-item {
	border-bottom: 1px solid #e8e5e0;
}

.seb-faq-item--last {
	border-bottom: none;
}

.seb-faq-item summary {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 0;
	cursor: pointer;
	font-family: Poppins, sans-serif;
}

.seb-faq-item summary::-webkit-details-marker {
	display: none;
}

.seb-faq-item__q {
	font-size: 15px;
	font-weight: 600;
	color: #141414;
}

.seb-faq-item__icon {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	position: relative;
	color: #2a5c45;
}

.seb-faq-item__icon::before,
.seb-faq-item__icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 2px;
	background: currentColor;
	transform: translate(-50%, -50%);
	transition: transform 0.2s ease;
}

.seb-faq-item__icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.seb-faq-item[open] .seb-faq-item__icon::after {
	transform: translate(-50%, -50%) rotate(0deg);
}

.seb-faq-item__a {
	font-size: 14px;
	color: #6b6b6b;
	line-height: 1.7;
	padding: 0 0 18px;
	margin: 0;
}

@media (max-width: 767px) {
	.seb-ba-card__media {
		height: 240px;
		font-size: 16px;
	}

	.seb-ba-grid > .elementor-element,
	.seb-reviews-grid {
		grid-template-columns: 1fr;
	}

	.seb-switch-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.seb-doctor-grid.e-flex {
		flex-direction: column !important;
		align-items: stretch !important;
	}

	.seb-doctor-grid > .elementor-element:first-child,
	.seb-doctor-grid > .elementor-element:last-child {
		flex: 1 1 100% !important;
		width: 100% !important;
		min-width: 0 !important;
		max-width: 100% !important;
	}

	.seb-doctor-card {
		max-width: 300px;
		margin: 0 auto 4px;
		padding: 20px 18px;
	}

	.seb-doctor-card__photo {
		max-height: 340px;
	}

	.seb-doctor-card__photo img {
		max-height: 300px;
		object-fit: cover;
		object-position: top center;
	}

	.seb-doctor-tags {
		justify-content: flex-start;
	}

	.seb-switch-cta-bar {
		flex-direction: column;
		align-items: stretch;
		text-align: center;
		padding: 20px 18px;
		gap: 16px;
		margin-top: 24px;
	}

	.seb-switch-cta-bar__copy {
		flex: 0 0 auto;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
		gap: 12px;
		width: 100%;
	}

	.seb-switch-cta-bar__title {
		font-size: 15px;
	}

	.seb-switch-cta-bar__action {
		flex: 0 0 auto;
		width: 100%;
	}

	.seb-switch-cta-bar__btn {
		display: block;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		white-space: normal;
		padding: 15px 18px;
		line-height: 1.35;
	}

	.seb-switch-cta-bar__guarantee {
		margin-top: 8px;
	}

	.seb-ingredients-grid > .elementor-element,
	.seb-steps-grid > .elementor-element,
	.seb-bundle-grid > .elementor-element {
		flex: 1 1 100%;
		min-width: 0;
	}

	.seb-bundle-cta__price-was {
		font-size: 16px;
	}

	.seb-bundle-cta__price-now {
		font-size: 24px;
	}

	.seb-faq {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.seb-steps-grid .seb-step-card {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.seb-guarantee-band {
		flex-direction: column;
		align-items: stretch;
		gap: 20px;
	}

	.seb-guarantee-band__copy {
		flex: 0 0 auto;
		width: 100%;
	}

	.seb-guarantee-band__title {
		font-size: 24px;
	}

	.seb-guarantee-band .seb-btn--white {
		display: block;
		width: 100%;
		box-sizing: border-box;
		text-align: center;
		white-space: normal;
	}

	.seb-problem-areas__labels {
		padding: 16px 14px 18px;
		gap: 8px;
	}

	.seb-problem-areas__label {
		font-size: 11px;
		padding: 7px 12px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.seb-steps-grid .seb-step-card {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

/* Sticky add-to-cart bar — align price, qty and button on one row. */
.wd-sticky-btn .wd-sticky-btn-cart {
	gap: 12px;
}

.wd-sticky-btn .price {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 6px 8px;
	margin: 0 4px 0 0;
	line-height: 1.2;
	white-space: nowrap;
}

.wd-sticky-btn .price del {
	font-size: 14px;
	opacity: 0.65;
}

.wd-sticky-btn .price ins {
	font-size: 17px;
	text-decoration: none;
}

.wd-sticky-btn .price span[style*="C0392B"] {
	margin-left: 0 !important;
	font-size: 11px !important;
	padding: 3px 10px !important;
	line-height: 1.2;
}

.wd-sticky-btn form.cart {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
}

.wd-sticky-btn form.cart .quantity {
	flex: 0 0 auto;
	margin: 0;
}

.wd-sticky-btn .single_add_to_cart_button {
	min-height: 42px;
	height: 42px;
	padding: 0 22px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	white-space: nowrap;
	text-transform: none;
	border-radius: 8px;
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 768.98px) {
	.wd-sticky-btn .single_add_to_cart_button {
		width: 100%;
		height: var(--wd-sticky-btn-height);
		min-height: var(--wd-sticky-btn-height);
		border-radius: 0 !important;
		font-size: 14px;
	}
}

/* Keep quantity + add to cart on one row on mobile. */
@media (max-width: 767px) {
	.wd-single-add-cart form.cart {
		flex-wrap: nowrap;
		align-items: stretch;
		gap: 8px;
	}

	.wd-single-add-cart form.cart .quantity {
		flex: 0 0 auto;
	}

	.wd-single-add-cart form.cart .single_add_to_cart_button {
		flex: 1 1 auto;
		min-width: 0;
		padding: 10px 12px;
		font-size: 11px;
		line-height: 1.25;
		letter-spacing: 0;
		white-space: normal;
		text-align: center;
	}
}

/* ── Home landing ─────────────────────────────────────────────── */

body.seb-home-landing-page .wd-page-title,
body.seb-home-landing-page .page-title,
body.seb-home-landing-page .wd-breadcrumbs {
	display: none !important;
}

body.seb-home-landing-page .wd-page-content {
	padding-top: 0;
}

.seb-home {
	font-family: Poppins, sans-serif;
	color: #141414;
}

.seb-home-wrap {
	width: min(1120px, calc(100% - 40px));
	margin: 0 auto;
}

.seb-home-hero {
	padding: 72px 0 56px;
	text-align: center;
	background: linear-gradient(180deg, #f7f4ef 0%, #ffffff 100%);
}

.seb-home-eyebrow {
	margin: 0 0 12px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #2a5c45;
}

.seb-home-headline {
	margin: 0 0 16px;
	font-size: clamp(32px, 5vw, 48px);
	font-weight: 700;
	line-height: 1.12;
	color: #141414;
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
}

.seb-home-subheadline {
	margin: 0;
	font-size: clamp(16px, 2.4vw, 19px);
	line-height: 1.65;
	color: #4a4a4a;
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
}

.seb-home-products {
	padding: 24px 0 64px;
	background: #ffffff;
}

.seb-home-products-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.seb-home-product-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	border: 1px solid #e8e5e0;
	border-radius: 16px;
	background: #fff;
	overflow: hidden;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.seb-home-product-card:hover {
	box-shadow: 0 12px 32px rgba(20, 20, 20, 0.08);
	transform: translateY(-2px);
}

.seb-home-product-card__media {
	display: block;
	background: #f7f4ef;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

.seb-home-product-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 20px;
}

.seb-home-product-card__body {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	padding: 22px 22px 24px;
}

.seb-home-product-card__label {
	margin: 0 0 8px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #2a5c45;
}

.seb-home-product-card__title {
	margin: 0 0 6px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
}

.seb-home-product-card__title a {
	color: inherit;
	text-decoration: none;
}

.seb-home-product-card__title a:hover {
	color: #2a5c45;
}

.seb-home-product-card__tagline {
	margin: 0 0 14px;
	font-size: 14px;
	line-height: 1.5;
	color: #6b6b6b;
	flex: 1 1 auto;
}

.seb-home-product-card__price {
	margin: 0 0 16px;
	font-size: 20px;
	font-weight: 700;
	color: #141414;
}

.seb-home-product-card__price del {
	opacity: 0.55;
	font-size: 15px;
	font-weight: 500;
	margin-right: 6px;
}

.seb-home-product-card__price ins {
	text-decoration: none;
}

.seb-home-atc {
	margin-top: auto;
	width: 100%;
}

.seb-home-atc form.cart {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	gap: 10px;
	margin: 0;
}

.seb-home-atc.wd-btn-design-full form.cart {
	flex-direction: row;
}

.seb-home-atc form.cart .quantity {
	display: inline-flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap;
	align-items: center;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
	margin: 0;
}

.seb-home-atc form.cart .quantity input.qty {
	width: 2.5em;
	min-width: 2.5em;
	max-width: 3em;
	height: 42px;
	margin: 0;
	padding: 0;
	text-align: center;
	flex: 0 0 auto;
	-moz-appearance: textfield !important;
	appearance: textfield !important;
}

.seb-home-atc form.cart .quantity input.qty::-webkit-outer-spin-button,
.seb-home-atc form.cart .quantity input.qty::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	appearance: none !important;
	margin: 0;
	display: none;
}

.seb-home-atc form.cart .quantity input[type="number"] {
	-moz-appearance: textfield !important;
	appearance: textfield !important;
}

.seb-home-atc form.cart .quantity .minus,
.seb-home-atc form.cart .quantity .plus {
	flex: 0 0 36px;
	width: 36px;
	height: 42px;
	min-height: 42px;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.seb-home-atc .single_add_to_cart_button {
	flex: 1 1 auto;
	min-width: 0;
	min-height: 42px;
	height: 42px;
	padding: 0 14px;
	font-family: Poppins, sans-serif !important;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	text-align: center;
	white-space: normal;
	border: none;
	border-radius: 8px;
	background-color: var(--btn-accented-bgcolor, var(--wd-primary-color, #6fa83a));
	color: var(--btn-accented-color, #fff);
	box-shadow: var(--btn-accented-box-shadow, inset 0 -2px 0 rgba(0, 0, 0, 0.15));
}

.seb-home-atc .single_add_to_cart_button:hover,
.seb-home-atc .single_add_to_cart_button:focus {
	background-color: var(--btn-accented-bgcolor-hover, #5e922f);
	color: var(--btn-accented-color-hover, #fff);
}

.seb-home-atc__guarantee {
	margin: 10px 0 0;
	text-align: center;
}

.seb-home-atc__guarantee .seb-guarantee {
	color: #2a5c45;
	font-size: 12px;
}

.seb-home-atc__fallback {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 22px;
	border-radius: 8px;
	background: var(--wd-primary-color, #74a844);
	color: #fff !important;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.seb-home-trust {
	padding: 28px 0 56px;
	background: #f7f4ef;
	border-top: 1px solid #e8e5e0;
}

.seb-home-trust-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px 0;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
	font-weight: 600;
	color: #4a4a4a;
	text-align: center;
}

.seb-home-trust-list li {
	display: inline-flex;
	align-items: center;
}

.seb-home-trust-list li:not(:last-child)::after {
	content: "·";
	margin: 0 12px;
	color: #c49a2e;
	font-weight: 700;
}

@media (max-width: 991px) {
	.seb-home-products-grid {
		grid-template-columns: 1fr;
		max-width: 420px;
		margin: 0 auto;
	}

	.seb-home-hero {
		padding: 48px 0 36px;
	}

	.seb-home-trust-list {
		flex-direction: column;
		gap: 8px;
	}

	.seb-home-trust-list li:not(:last-child)::after {
		content: none;
	}

	.seb-home-atc form.cart {
		flex-wrap: nowrap;
		gap: 8px;
	}

	.seb-home-atc .single_add_to_cart_button {
		font-size: 11px;
		padding: 10px 12px;
	}
}

.seb-site-footer {
	text-align: center;
}

.seb-site-footer-inline {
	margin: 0;
	font-size: 13px;
	line-height: 1.6;
	color: #6b6b6b;
}

.seb-site-footer-inline a {
	color: #2a5c45;
	font-weight: 400;
	text-decoration: none;
}

.seb-site-footer-inline a:hover {
	text-decoration: underline;
}

.seb-site-footer-disclaimer {
	margin: 10px 0 0;
	font-size: 11px;
	line-height: 1.5;
	color: #8a8a8a;
	text-align: center;
}
