/* Smoking Bljad - eigene Styles (ausgelagert aus layout/footer.tpl) */

/* ===== FAQ-Bloecke (Produkt- und Kategorieseiten) ===== */
.sb-page-faq {
	margin: 46px 0 0;
}
.sb-page-faq__inner {
	max-width: 1370px;
	margin: 0 auto;
	padding: 0 20px;
}
.sb-page-faq__eyebrow {
	display: inline-flex;
	margin-bottom: 8px;
	color: #a67916;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
}
.sb-page-faq__title {
	margin: 0 0 18px;
	color: #111827;
	font-size: clamp(22px, 2.6vw, 30px);
	font-weight: 900;
	line-height: 1.15;
	letter-spacing: -.02em;
}
.sb-page-faq__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px 18px;
	align-items: start;
}
.sb-page-faq__item {
	overflow: hidden;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	background: #f8f9fa;
	box-shadow: 0 6px 18px rgba(16, 24, 40, .05);
}
.sb-page-faq__question {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 54px;
	padding: 15px 52px 15px 20px;
	color: #111827;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.4;
	cursor: pointer;
	list-style: none;
}
.sb-page-faq__question::-webkit-details-marker {
	display: none;
}
.sb-page-faq__question:after {
	content: "+";
	position: absolute;
	top: 50%;
	right: 18px;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	border-radius: 50%;
	background: #eceef2;
	color: #111827;
	font-size: 16px;
	font-weight: 800;
	line-height: 24px;
	text-align: center;
}
.sb-page-faq__item[open] .sb-page-faq__question:after {
	content: "-";
	background: rgba(212, 175, 55, .18);
	color: #9b7a1f;
}
.sb-page-faq__answer {
	padding: 0 20px 18px;
	color: #4b5563;
	font-size: 14px;
	line-height: 1.75;
}
@media (max-width: 767px) {
	.sb-page-faq {
		margin-top: 36px;
	}
	.sb-page-faq__inner {
		padding: 0 16px;
	}
	.sb-page-faq__grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}
}

/* ===== Google-Bewertungen Pre-Footer + Badge ausblenden ===== */
/* Schwebendes Google-Badge des Plugins komplett ausblenden -
   die Bewertungen stehen fest ueber dem Footer */
#ws-myBusiness-badge,
#ws-myBusiness-badge-small,
.ws-myBusiness-icon-small {
	display: none !important;
}
.sb-gfoot {
	margin-top: 56px;
	padding: 46px 0 44px;
	background: #0d0d0d;
	border-top: 1px solid rgba(212, 175, 55, .28);
}
.sb-gfoot__inner {
	display: grid;
	grid-template-columns: 1.05fr 1.35fr 1.05fr;
	gap: 30px;
	max-width: 1370px;
	margin: 0 auto;
	padding: 0 20px;
}
.sb-gfoot__eyebrow {
	display: inline-flex;
	margin-bottom: 10px;
	color: #d4af37;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .09em;
	text-transform: uppercase;
}
.sb-gfoot__title {
	margin: 0 0 18px;
	color: #fff;
	font-size: clamp(24px, 2.6vw, 32px);
	font-weight: 950;
	line-height: 1.12;
	letter-spacing: -.03em;
}
.sb-gfoot__score-row {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 8px;
}
.sb-gfoot__glogo {
	width: 54px;
	height: 54px;
	object-fit: contain;
}
.sb-gfoot__score {
	color: rgba(255, 255, 255, .65);
	font-size: 15px;
	line-height: 1;
}
.sb-gfoot__score strong {
	color: #fff;
	font-size: 36px;
	font-weight: 950;
	letter-spacing: -.02em;
}
.sb-gfoot__stars {
	display: flex;
	gap: 2px;
	margin-top: 5px;
	font-size: 17px;
	line-height: 1;
}
.sb-gfoot__star {
	color: #d4af37;
}
.sb-gfoot__star.is-off {
	color: rgba(255, 255, 255, .22);
}
.sb-gfoot__count {
	margin: 0 0 18px;
	color: rgba(255, 255, 255, .6);
	font-size: 13.5px;
	line-height: 1.6;
}
.sb-gfoot__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.sb-gfoot__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 20px;
	border-radius: 999px;
	font-size: 13.5px;
	font-weight: 800;
	text-decoration: none !important;
	transition: background-color .16s ease, color .16s ease;
}
.sb-gfoot__btn--ghost {
	border: 1px solid rgba(255, 255, 255, .3);
	color: #fff !important;
	background: transparent;
}
.sb-gfoot__btn--ghost:hover {
	background: rgba(255, 255, 255, .1);
}
.sb-gfoot__btn--gold {
	border: 1px solid rgba(212, 175, 55, .6);
	background: rgba(212, 175, 55, .14);
	color: #d4af37 !important;
}
.sb-gfoot__btn--gold:hover {
	background: rgba(212, 175, 55, .26);
	color: #f1d27a !important;
}
.sb-gfoot__col--reviews {
	display: flex;
	flex-direction: column;
	gap: 12px;
	justify-content: center;
}
.sb-gfoot__quote {
	margin: 0;
	padding: 15px 18px;
	border: 1px solid rgba(255, 255, 255, .09);
	border-radius: 13px;
	background: rgba(255, 255, 255, .04);
}
.sb-gfoot__quote blockquote {
	margin: 0 0 9px;
	padding: 0;
	border: 0;
	color: rgba(255, 255, 255, .88);
	font-size: 14px;
	line-height: 1.6;
}
.sb-gfoot__quote figcaption {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px 10px;
	font-size: 12.5px;
}
.sb-gfoot__quote-stars {
	display: inline-flex;
	gap: 1px;
	font-size: 12.5px;
	line-height: 1;
}
.sb-gfoot__quote-author {
	color: #fff;
	font-weight: 800;
}
.sb-gfoot__quote-time {
	color: rgba(255, 255, 255, .5);
}
.sb-gfoot__map-title {
	margin: 4px 0 8px;
	color: #fff;
	font-size: 19px;
	font-weight: 900;
	letter-spacing: -.01em;
}
.sb-gfoot__address {
	margin: 0 0 14px;
	color: rgba(255, 255, 255, .65);
	font-size: 13.5px;
	line-height: 1.65;
}
.sb-gfoot__map {
	position: relative;
	height: 240px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 14px;
	background:
		radial-gradient(circle at 30% 35%, rgba(212, 175, 55, .16), transparent 42%),
		radial-gradient(circle at 72% 70%, rgba(255, 255, 255, .05), transparent 45%),
		#161616;
}
.sb-gfoot__map iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}
.sb-gfoot__map-load {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
	width: 100%;
	height: 100%;
	border: 0;
	background: transparent;
	color: #fff;
	cursor: pointer;
}
.sb-gfoot__map-pin {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: rgba(212, 175, 55, .16);
	border: 1px solid rgba(212, 175, 55, .5);
	color: #d4af37;
	font-size: 24px;
	line-height: 1;
}
.sb-gfoot__map-load strong {
	color: #fff !important;
	font-size: 15px;
	font-weight: 850;
}
.sb-gfoot__map-load small {
	max-width: 260px;
	color: rgba(255, 255, 255, .45);
	font-size: 11px;
	line-height: 1.45;
}
@media (max-width: 1199px) {
	.sb-gfoot__inner {
		grid-template-columns: 1fr 1fr;
	}
	.sb-gfoot__col--map {
		grid-column: 1 / -1;
	}
}
@media (max-width: 767px) {
	.sb-gfoot {
		margin-top: 42px;
		padding: 34px 0 34px;
	}
	.sb-gfoot__inner {
		grid-template-columns: 1fr;
		gap: 22px;
		padding: 0 16px;
	}
	.sb-gfoot__title {
		margin-bottom: 14px;
	}
	.sb-gfoot__actions .sb-gfoot__btn {
		flex: 1 1 auto;
	}
	.sb-gfoot__map {
		height: 210px;
	}
}

/* ===== Allgemeine Shop-Anpassungen ===== */
#content .p-c .exp.show-qty {
	display: flex !important;
	align-items: stretch !important;
	gap: 0 !important;
}
#content .p-c .exp.show-qty .qty-btns {
	display: flex !important;
	flex: 1 1 auto !important;
	width: auto !important;
	margin: 0 !important;
}
#content .p-c .exp.show-qty .qty-sub,
#content .p-c .exp.show-qty .qty-add {
	display: none !important;
}
#content .p-c .exp.show-qty .qty-btns input,
#content .p-c .exp.show-qty .qty-btns select {
	flex: 1 1 auto !important;
	width: 100% !important;
	min-width: 0 !important;
	max-width: none !important;
	min-height: 50px !important;
	height: 50px !important;
	border: 1px solid #e5e7eb !important;
	border-right: 0 !important;
	border-radius: 6px 0 0 6px !important;
	background: #fff !important;
	color: #202329 !important;
	font-size: 20px !important;
	font-weight: 500 !important;
	text-align: center !important;
	box-shadow: none !important;
}
#content .p-c .exp.show-qty .qty-btns select {
	padding: 0 36px 0 16px !important;
	cursor: pointer !important;
	text-align-last: center !important;
}
#content .p-c .exp.show-qty .sn-addBasket.btn-primary,
#content .p-c .exp.show-qty button[type="submit"].btn-primary {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex: 0 0 56px !important;
	width: 56px !important;
	min-width: 56px !important;
	min-height: 50px !important;
	height: 50px !important;
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 0 6px 6px 0 !important;
	background: #000 !important;
	border-color: #000 !important;
	color: #fff !important;
	font-size: 0 !important;
	line-height: 1 !important;
	box-shadow: none !important;
}
#content .p-c .exp.show-qty .input-group-btn {
	display: flex !important;
	flex: 0 0 56px !important;
	width: 56px !important;
	min-width: 56px !important;
	max-width: 56px !important;
}
#content .p-c .exp.show-qty .hr-xxs.invisible {
	display: none !important;
}
#content .p-c .exp.show-qty .sn-addBasket.btn-primary:hover,
#content .p-c .exp.show-qty button[type="submit"].btn-primary:hover {
	background: #111 !important;
	border-color: #111 !important;
}
#content .p-c .exp.show-qty .sn-addBasket .visible-xs {
	display: block !important;
}
#content .p-c .exp.show-qty .sn-addBasket .hidden-xs {
	display: none !important;
}
#content .p-c .exp.show-qty .sn-addBasket .img-ct,
#content .p-c .exp.show-qty .sn-addBasket .icon {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 20px !important;
	height: 20px !important;
	margin: 0 auto !important;
	color: #fff !important;
}
#content .p-c .exp.show-qty .sn-addBasket svg {
	display: block !important;
	width: 20px !important;
	height: 20px !important;
	fill: currentColor !important;
}
#content #add-to-cart.sb-tabak-detail-qty {
	display: grid !important;
	grid-template-columns: minmax(180px, .9fr) minmax(240px, 1.2fr);
	align-items: stretch;
	gap: 12px;
	width: 100%;
}
#content #add-to-cart.sb-tabak-detail-qty #quantity-grp {
	display: flex !important;
	width: 100% !important;
	margin: 0 !important;
}
#content #add-to-cart.sb-tabak-detail-qty .qty-sub,
#content #add-to-cart.sb-tabak-detail-qty .qty-add,
#content #add-to-cart.sb-tabak-detail-qty .input-group-addon.unit,
#content #add-to-cart.sb-tabak-detail-qty hr.invisible {
	display: none !important;
}
#content #add-to-cart.sb-tabak-detail-qty .qty-btns {
	width: 100% !important;
	margin: 0 !important;
}
#content #add-to-cart.sb-tabak-detail-qty .sb-detail-quantity-select {
	width: 100% !important;
	min-height: 74px !important;
	height: 74px !important;
	padding: 0 54px 0 24px !important;
	border: 1px solid #b9b9b9 !important;
	border-radius: 14px !important;
	background: #f7f7f7 !important;
	color: #000 !important;
	font-size: 26px !important;
	font-weight: 500 !important;
	line-height: 1.2 !important;
	text-align: left !important;
	text-align-last: left !important;
	box-shadow: none !important;
	cursor: pointer !important;
}
#content #add-to-cart.sb-tabak-detail-qty .sn-addBasket.btn-primary {
	min-height: 74px !important;
	height: 74px !important;
	margin: 0 !important;
	border-radius: 14px !important;
	background: #111 !important;
	border-color: #111 !important;
	color: #fff !important;
	font-size: 23px !important;
	font-weight: 900 !important;
	letter-spacing: .01em !important;
	box-shadow: none !important;
}
@media screen and (max-width: 767px) {
	#content #add-to-cart.sb-tabak-detail-qty {
		grid-template-columns: 1fr;
		gap: 10px;
	}
	#content #add-to-cart.sb-tabak-detail-qty .sb-detail-quantity-select,
	#content #add-to-cart.sb-tabak-detail-qty .sn-addBasket.btn-primary {
		min-height: 58px !important;
		height: 58px !important;
		border-radius: 12px !important;
		font-size: 20px !important;
	}
}
#content .sb-detail-newsletter-promo {
	margin: 42px 0 36px;
	padding: 0;
}
#content .sb-detail-newsletter-promo__inner {
	padding: 36px 40px;
	border-radius: 18px;
	background: #f6f6f6;
	color: #111;
}
#content .sb-detail-newsletter-promo__eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	margin: 0 0 22px;
	padding: 0 22px;
	border: 1px solid #b8b8b8;
	border-radius: 10px;
	background: #fff;
	color: #111;
	font-size: 16px;
	font-weight: 800;
}
#content .sb-detail-newsletter-promo__title {
	margin: 0 0 18px;
	color: #111;
	font-size: clamp(30px, 4vw, 46px);
	font-weight: 900;
	line-height: 1.12;
	letter-spacing: -.03em;
}
#content .sb-detail-newsletter-promo__text {
	max-width: 760px;
	margin: 0 0 30px;
	color: #555;
	font-size: 21px;
	line-height: 1.55;
}
#content .sb-detail-newsletter-promo__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 58px;
	padding: 0 34px;
	border-radius: 12px;
	background: #111;
	color: #fff !important;
	font-size: 18px;
	font-weight: 900;
	text-decoration: none !important;
	box-shadow: 0 8px 16px rgba(0, 0, 0, .14);
	transition: background-color .16s ease, transform .16s ease;
}
#content .sb-detail-newsletter-promo__button:hover,
#content .sb-detail-newsletter-promo__button:focus {
	background: #000;
	color: #fff !important;
	transform: translateY(-1px);
}
@media screen and (max-width: 767px) {
	#content .sb-detail-newsletter-promo {
		margin: 30px 0 26px;
	}
	#content .sb-detail-newsletter-promo__inner {
		padding: 28px 22px;
		border-radius: 14px;
	}
	#content .sb-detail-newsletter-promo__eyebrow {
		min-height: 42px;
		margin-bottom: 18px;
		padding: 0 18px;
		font-size: 15px;
	}
	#content .sb-detail-newsletter-promo__title {
		font-size: 31px;
	}
	#content .sb-detail-newsletter-promo__text {
		margin-bottom: 24px;
		font-size: 18px;
	}
	#content .sb-detail-newsletter-promo__button {
		width: 100%;
		min-height: 54px;
	}
}
#content .sb-packstation-help {
	margin: 8px 0 0;
	color: #555;
	font-size: 13px;
	line-height: 1.45;
}
#content .sb-packstation-alert {
	margin-top: 10px;
	padding: 10px 12px;
	border: 1px solid #f0c36d;
	border-radius: 8px;
	background: #fff8e5;
	color: #5a4100;
	font-size: 14px;
	line-height: 1.45;
}
#content .sb-packstation-postnummer-row {
	margin-top: -2px;
}
#content .sb-packstation-mode {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px 18px;
	margin: 0 0 18px;
}
#content .sb-packstation-mode__option {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin: 0;
	color: #202329;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
}
#content .sb-packstation-mode__option input {
	width: 22px;
	height: 22px;
	margin: 0;
	accent-color: #d70018;
}
#content .sb-packstation-mode__option span {
	line-height: 1.2;
}
@media screen and (max-width: 767px) {
	#content .sb-packstation-mode {
		gap: 10px 16px;
	}
	#content .sb-packstation-mode__option {
		font-size: 15px;
	}
}
#footer .sb-footer__logo {
	display: block !important;
	margin: 0 0 16px !important;
}
#footer .sb-footer__logo a,
#footer .sb-footer__logo .loaded {
	display: inline-block !important;
	width: auto !important;
	max-width: 210px !important;
}
#footer .sb-footer__logo img {
	display: block !important;
	width: 170px !important;
	max-width: 170px !important;
	height: auto !important;
	max-height: none !important;
	object-fit: contain !important;
	filter: brightness(0) invert(1) !important;
	opacity: .96 !important;
}
@media screen and (min-width: 768px) {
	#footer.sb-footer {
		background: #fff !important;
		color: #111827 !important;
		border-top: 1px solid #e5e7eb !important;
	}
	#footer .sb-footer__main {
		background: #fff !important;
		padding: 34px 0 28px !important;
	}
	#footer .sb-footer__main > .mw-container {
		border: 1px solid #e5e7eb !important;
		border-radius: 18px !important;
		background: #fff !important;
		box-shadow: 0 12px 32px rgba(16, 24, 40, .06) !important;
		padding-top: 34px !important;
		padding-bottom: 32px !important;
	}
	#footer .sb-footer__logo img {
		filter: none !important;
		opacity: 1 !important;
	}
	#footer .sb-footer__tagline,
	#footer .sb-footer__contact,
	#footer .sb-footer__contact-item,
	#footer .sb-footer__newsletter-note,
	#footer .panel-body,
	#footer .panel-body p,
	#footer .privacy,
	#footer .privacy a {
		color: #4b5563 !important;
	}
	#footer .panel-heading,
	#footer .h5,
	#footer h5 {
		color: #111827 !important;
	}
	#footer .panel-body a,
	#footer .sb-footer__contact a {
		color: #374151 !important;
	}
	#footer .panel-body a:hover,
	#footer .sb-footer__contact a:hover {
		color: #b3262d !important;
	}
	#footer .sb-footer__social a {
		background: #111827 !important;
		color: #fff !important;
	}
	#footer .sb-footer__social svg,
	#footer .sb-footer__social svg * {
		fill: currentColor !important;
		color: currentColor !important;
	}
	#footer .sb-footer__box--legal,
	#footer .sb-footer__newsletter {
		position: relative !important;
		min-height: 286px !important;
	}
	#footer .sb-footer__box--legal .sb-footer__revoke {
		position: absolute !important;
		top: 202px !important;
		left: 15px !important;
		right: 15px !important;
		margin: 0 !important;
		padding: 0 !important;
		border-bottom: 0 !important;
		transform: none !important;
	}
	#footer .sb-footer__newsletter button[type="submit"] {
		position: absolute !important;
		top: 202px !important;
		left: 15px !important;
		right: 15px !important;
		width: auto !important;
		min-height: 44px !important;
		height: 44px !important;
		margin: 0 !important;
	}
}
@media screen and (max-width: 767px) {
	#footer .sb-footer__logo,
	#footer .sb-footer__brand-inner {
		text-align: left !important;
	}
	#footer .sb-footer__logo img {
		width: 155px !important;
		max-width: 155px !important;
	}
}
#content .sb-home-seo-col {
	display: flex;
	flex-direction: column;
	margin-bottom: 34px;
}
#content .sb-home-seo-col > div:not(.home-seo-text):has(img) {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 auto !important;
	overflow: hidden;
	border-radius: 18px 18px 0 0;
	box-shadow: 0 16px 36px rgba(16, 24, 40, .13);
}
#content .sb-home-seo-col > div:not(.home-seo-text):has(img) img {
	display: block;
	width: 100% !important;
	height: 260px !important;
	object-fit: cover;
}
#content .sb-home-seo-col > .home-seo-text.sb-home-seo-card {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 auto !important;
	padding: 0 !important;
}
#content .sb-home-seo-col > .home-seo-text.sb-home-seo-card > .home-seo-text {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}
#content .sb-home-seo-col > .home-seo-text.sb-home-seo-card > div:not(.sb-home-seo-inner) {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}
#content .sb-home-seo-col > .home-seo-text.sb-home-seo-card .sb-home-seo-inner {
	position: relative;
	width: 100% !important;
	min-height: 360px;
	margin: 0 !important;
	padding: 34px 30px 74px !important;
	overflow: hidden;
	border-radius: 0 0 18px 18px !important;
	background: #101010 !important;
	box-shadow: 0 24px 48px rgba(0, 0, 0, .22) !important;
}
#content .sb-home-seo-col > .home-seo-text.sb-home-seo-card:not(.is-expanded) .sb-home-seo-inner {
	max-height: 430px;
}
#content .sb-home-seo-col > .home-seo-text.sb-home-seo-card .sb-home-seo-inner h2,
#content .sb-home-seo-col > .home-seo-text.sb-home-seo-card .sb-home-seo-inner h3 {
	margin-top: 0 !important;
	font-size: 25px !important;
	line-height: 1.28 !important;
}
#content .sb-home-seo-col > .home-seo-text.sb-home-seo-card .sb-home-seo-inner p {
	font-size: 15px !important;
	line-height: 1.85 !important;
}
#content .sb-home-seo-col > .home-seo-text.sb-home-seo-card:not(.is-expanded) .sb-home-seo-inner:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 120px;
	background: linear-gradient(180deg, rgba(16,16,16,0), #101010 58%);
	pointer-events: none;
}
#content .sb-home-seo-col > .home-seo-text.sb-home-seo-card .sb-home-seo-more {
	position: absolute;
	z-index: 2;
	left: 30px;
	right: 30px;
	bottom: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	border: 1px solid rgba(212, 175, 55, .55);
	border-radius: 999px;
	background: rgba(212, 175, 55, .08);
	color: #d4af37;
	font-weight: 800;
	font-size: 14px;
	letter-spacing: .01em;
	cursor: pointer;
}
#content .sb-home-seo-col > .home-seo-text.sb-home-seo-card .sb-home-seo-more:hover {
	background: rgba(212, 175, 55, .16);
	color: #f1d27a;
}
#content .sb-home-seo-col > .home-seo-text.sb-home-seo-card.is-expanded .sb-home-seo-inner {
	max-height: none;
}
#content .sb-home-seo-col > .home-seo-text.sb-home-seo-card.is-expanded .sb-home-seo-more {
	position: static;
	width: 100%;
	margin-top: 18px;
}
#content .sb-category-intro {
	margin: 0 0 28px;
	padding: 28px 30px;
	border: 1px solid #e6e8ee;
	border-radius: 18px;
	background: linear-gradient(135deg, #ffffff, #f8f9fb);
	box-shadow: 0 14px 32px rgba(16, 24, 40, .08);
}
#content .sb-category-intro__eyebrow {
	display: inline-flex;
	margin-bottom: 9px;
	color: #a67916;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
}
#content .sb-category-intro__title {
	margin: 0;
	color: #111827;
	font-size: clamp(26px, 3vw, 38px);
	font-weight: 950;
	line-height: 1.08;
	letter-spacing: -.035em;
}
#content .sb-category-intro__text {
	max-width: 920px;
	margin: 14px 0 0;
	color: #374151;
	font-size: 16px;
	font-weight: 550;
	line-height: 1.75;
}
#content .sb-category-intro__facts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: 20px;
}
#content .sb-category-intro__fact {
	padding: 13px 15px;
	border-radius: 13px;
	background: #111827;
	color: #fff;
	font-size: 13px;
	font-weight: 850;
	line-height: 1.35;
}
#content .sb-category-intro__fact span {
	display: block;
	margin-top: 3px;
	color: rgba(255,255,255,.7);
	font-weight: 650;
}
#content .sb-tabak-filter-nav {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: center;
	gap: 12px;
	margin: 0 0 18px;
	padding: 0;
}
#content .sb-tabak-filter-nav__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	width: 100%;
	padding: 0 18px;
	border: 1px solid #efefef;
	border-radius: 8px;
	background: #f5f5f5;
	color: #202329 !important;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	text-decoration: none !important;
	box-shadow: none;
	transition: border-color .16s ease, background-color .16s ease, color .16s ease;
}
#content .sb-tabak-filter-nav__link:hover,
#content .sb-tabak-filter-nav__link:focus {
	background: #ececec;
	border-color: #d8d8d8;
	color: #000 !important;
	text-decoration: none !important;
}
#shop-nav li.sb-tabak-menu-no-dropdown > ul.dropdown-menu,
#cat-w li.sb-tabak-menu-no-dropdown > ul.dropdown-menu,
#shop-nav li.sb-big-sale-menu-no-dropdown > ul.dropdown-menu,
#cat-w li.sb-big-sale-menu-no-dropdown > ul.dropdown-menu {
	display: none !important;
}
#shop-nav li.sb-tabak-menu-no-dropdown > a .caret,
#cat-w li.sb-tabak-menu-no-dropdown > a .caret,
#shop-nav li.sb-big-sale-menu-no-dropdown > a .caret,
#cat-w li.sb-big-sale-menu-no-dropdown > a .caret {
	display: none !important;
}
body.sb-hide-category-slide #plh .sl-w,
body.sb-hide-category-slide #plh .mb-lg:has(.slide img[alt="Slide"]) {
	display: none !important;
}
#content .sb-home-sale-banner {
	display: grid;
	grid-template-columns: minmax(260px, 1.05fr) minmax(420px, 1.65fr);
	width: 100%;
	margin: 34px 0 38px;
	overflow: hidden;
	border-radius: 18px;
	background: #111;
	color: #fff !important;
	text-decoration: none !important;
	box-shadow: 0 22px 48px rgba(16, 24, 40, .16);
}
#content .sb-home-sale-banner:hover {
	color: #fff !important;
	text-decoration: none !important;
	transform: translateY(-1px);
	box-shadow: 0 26px 58px rgba(16, 24, 40, .2);
}
#content .sb-home-sale-banner__hero {
	position: relative;
	display: flex;
	align-items: center;
	gap: 24px;
	min-height: 132px;
	padding: 26px 32px;
	background:
		linear-gradient(90deg, rgba(0,0,0,.92), rgba(0,0,0,.74)),
		radial-gradient(circle at 20% 50%, rgba(212,175,55,.28), rgba(17,17,17,0) 38%);
}
#content .sb-home-sale-banner__sale {
	display: block;
	font-size: clamp(46px, 7vw, 86px);
	font-weight: 950;
	line-height: .88;
	letter-spacing: -.05em;
	text-transform: uppercase;
}
#content .sb-home-sale-banner__sub {
	display: block;
	margin-top: 8px;
	color: #f1d27a;
	font-size: 17px;
	font-weight: 800;
	letter-spacing: .02em;
}
#content .sb-home-sale-banner__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	padding: 10px 16px;
	border: 2px solid rgba(241, 210, 122, .88);
	border-radius: 999px;
	color: #f1d27a;
	font-size: clamp(16px, 1.8vw, 24px);
	font-weight: 950;
	line-height: 1;
	letter-spacing: .01em;
	text-transform: none;
	white-space: nowrap;
	box-shadow: 0 10px 24px rgba(0, 0, 0, .22);
}
#content .sb-home-sale-banner__info {
	display: grid;
	grid-template-columns: 1.25fr 1fr 1fr;
	align-items: stretch;
	background: linear-gradient(135deg, #8f171d, #c63425 56%, #e25a22);
}
#content .sb-home-sale-banner__item {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 132px;
	padding: 20px 20px;
	border-left: 1px solid rgba(255,255,255,.16);
}
#content .sb-home-sale-banner__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 46px;
	width: 46px;
	height: 46px;
	border-radius: 16px;
	background: rgba(255,255,255,.14);
	color: #fff;
	box-sizing: border-box;
	line-height: 1;
	text-align: center;
}
#content .sb-home-sale-banner__item .sb-home-sale-banner__icon {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	color: #fff;
	font-size: 0;
}
#content .sb-home-sale-banner__icon svg {
	display: block;
	flex: 0 0 auto;
	width: 24px;
	height: 24px;
	margin: 0;
}
#content .sb-home-sale-banner__item strong {
	display: block;
	margin-bottom: 5px;
	color: #fff;
	font-size: 13px;
	font-weight: 950;
	line-height: 1.1;
	text-transform: uppercase;
}
#content .sb-home-sale-banner__item span {
	display: block;
	color: rgba(255,255,255,.9);
	font-size: 13px;
	font-weight: 650;
	line-height: 1.35;
}
#content .sb-home-sale-banner__code {
	color: #ffe08a;
	font-weight: 950;
	letter-spacing: .03em;
}
#content .sb-home-positioning {
	margin: 36px 0 38px;
	padding: 34px 36px;
	border: 1px solid rgba(212, 175, 55, .28);
	border-radius: 22px;
	background:
		radial-gradient(circle at 12% 20%, rgba(212, 175, 55, .18), transparent 32%),
		linear-gradient(135deg, #0f1115, #171a21);
	color: #fff;
	box-shadow: 0 22px 48px rgba(16, 24, 40, .16);
}
#content .sb-home-positioning__eyebrow {
	display: inline-flex;
	margin-bottom: 12px;
	color: #f1d27a;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
}
#content .sb-home-positioning__title {
	max-width: 860px;
	margin: 0;
	color: #fff;
	font-size: clamp(30px, 4vw, 52px);
	font-weight: 950;
	line-height: 1.02;
	letter-spacing: -.04em;
}
#content .sb-home-positioning__text {
	max-width: 820px;
	margin: 16px 0 0;
	color: rgba(255, 255, 255, .84);
	font-size: 17px;
	font-weight: 650;
	line-height: 1.65;
}
#content .sb-home-positioning__trust {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin-top: 26px;
}
#content .sb-home-positioning__item {
	padding: 16px;
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 16px;
	background: rgba(255,255,255,.06);
}
#content .sb-home-positioning__item strong {
	display: block;
	margin-bottom: 5px;
	color: #fff;
	font-size: 15px;
	font-weight: 950;
	line-height: 1.2;
}
#content .sb-home-positioning__item span {
	display: block;
	color: rgba(255,255,255,.78);
	font-size: 13px;
	font-weight: 650;
	line-height: 1.35;
}
#content .sb-home-positioning__stars {
	color: #f1d27a;
	letter-spacing: .04em;
}
.sb-newsletter-popup {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(0, 0, 0, .58);
	backdrop-filter: blur(2px);
}
.sb-newsletter-popup.is-visible {
	display: flex;
}
.sb-newsletter-popup__dialog {
	position: relative;
	width: min(100%, 660px);
	padding: 42px 44px 36px;
	border-radius: 18px;
	background: #fff;
	color: #111827;
	box-shadow: 0 24px 70px rgba(0, 0, 0, .32);
}
.sb-newsletter-popup__close {
	position: absolute;
	top: 18px;
	right: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #9ca3af;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}
.sb-newsletter-popup__close:hover {
	color: #111827;
}
.sb-newsletter-popup__title {
	margin: 0 34px 18px 0;
	color: #111827;
	font-size: 26px;
	font-weight: 950;
	line-height: 1.22;
	letter-spacing: -.02em;
}
.sb-newsletter-popup__text {
	margin: 0 0 24px;
	color: #4b5563;
	font-size: 16px;
	line-height: 1.7;
}
.sb-newsletter-popup__input {
	width: 100%;
	height: 52px;
	margin-bottom: 14px;
	padding: 0 22px;
	border: 1px solid #d9dde4;
	border-radius: 999px;
	background: #fff;
	color: #111827;
	font-size: 16px;
	outline: 0;
}
.sb-newsletter-popup__input:focus {
	border-color: #111827;
	box-shadow: 0 0 0 3px rgba(17, 24, 39, .08);
}
.sb-newsletter-popup__privacy {
	margin: 0 0 14px;
	color: #6b7280;
	font-size: 12px;
	line-height: 1.5;
}
.sb-newsletter-popup__privacy a {
	color: #111827;
	text-decoration: underline;
}
.sb-newsletter-popup__submit {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 52px;
	border: 0;
	border-radius: 999px;
	background: #111827;
	color: #fff;
	font-size: 16px;
	font-weight: 900;
	cursor: pointer;
}
.sb-newsletter-popup__submit:hover {
	background: #000;
	color: #fff;
}
.sb-agecheck {
	position: fixed;
	inset: 0;
	z-index: 10050;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(3, 7, 12, .76);
	backdrop-filter: blur(2px);
}
.sb-agecheck.is-visible {
	display: flex;
}
body.sb-agecheck-open {
	overflow: hidden;
}
.sb-agecheck__dialog {
	position: relative;
	width: min(100%, 780px);
	padding: 50px 64px 56px;
	border-radius: 14px;
	border: 1px solid #e5e7eb;
	background: #fff;
	color: #111827;
	box-shadow: 0 24px 70px rgba(0, 0, 0, .34);
	text-align: center;
}
.sb-agecheck__title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 28px;
	margin: 0 0 38px;
	color: #111827;
	font-size: 17px;
	font-weight: 900;
	letter-spacing: .04em;
	text-transform: uppercase;
}
.sb-agecheck__title:before,
.sb-agecheck__title:after {
	content: "";
	display: block;
	width: min(150px, 22vw);
	height: 1px;
	background: #d1d5db;
}
.sb-agecheck__text {
	margin: 0 0 46px;
	color: #111827;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.45;
}
.sb-agecheck__actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 34px;
}
.sb-agecheck__button {
	min-height: 70px;
	padding: 14px 22px;
	border: 1px solid #111827;
	background: #fff;
	color: #111827;
	font-size: 20px;
	font-weight: 850;
	line-height: 1.2;
	cursor: pointer;
	transition: background-color .16s ease, color .16s ease, border-color .16s ease;
}
.sb-agecheck__button--yes,
.sb-agecheck__button:hover,
.sb-agecheck__button:focus {
	background: #111827;
	border-color: #111827;
	color: #fff;
	outline: 0;
}
#content .sb-home-faq {
	width: 100%;
	margin: 42px 0 44px;
	padding: 0;
}
#content .sb-home-faq__eyebrow {
	display: block;
	margin: 0 0 6px;
	color: #111827;
	font-size: 12px;
	font-weight: 950;
	letter-spacing: .08em;
	text-transform: uppercase;
}
#content .sb-home-faq__title {
	margin: 0 0 20px;
	color: #111827;
	font-size: 30px;
	font-weight: 950;
	line-height: 1.18;
}
#content .sb-home-faq__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px 18px;
}
#content .sb-home-faq__item {
	overflow: hidden;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 6px 18px rgba(16, 24, 40, .05);
}
#content .sb-home-faq__question {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 58px;
	padding: 18px 48px 18px 20px;
	color: #111827;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.35;
	cursor: pointer;
	list-style: none;
}
#content .sb-home-faq__question::-webkit-details-marker {
	display: none;
}
#content .sb-home-faq__question:after {
	content: "+";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 22px;
	height: 22px;
	margin-top: -11px;
	border-radius: 50%;
	background: #f3f4f6;
	color: #111827;
	font-size: 17px;
	font-weight: 900;
	line-height: 22px;
	text-align: center;
}
#content .sb-home-faq__item[open] .sb-home-faq__question:after {
	content: "-";
	background: rgba(212, 175, 55, .18);
	color: #9b7a1f;
}
#content .sb-home-faq__answer {
	padding: 0 20px 20px;
	color: #4b5563;
	font-size: 14px;
	line-height: 1.75;
}
#content .sb-home-faq__answer a {
	color: #111827;
	font-weight: 800;
	text-decoration: underline;
}
#content .sb-home-info-cards {
	width: 100%;
	margin: 0 0 46px;
}
#content .sb-home-info-cards__section + .sb-home-info-cards__section {
	margin-top: 28px;
}
#content .sb-home-info-cards__title {
	position: relative;
	margin: 0 0 16px;
	padding-bottom: 10px;
	color: #111827;
	font-size: 25px;
	font-weight: 950;
	line-height: 1.22;
}
#content .sb-home-info-cards__title:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 42px;
	height: 2px;
	border-radius: 999px;
	background: #111827;
}
#content .sb-home-info-cards__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}
#content .sb-home-info-cards__card {
	min-height: 170px;
	padding: 22px 22px 24px;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 6px 18px rgba(16, 24, 40, .045);
}
#content .sb-home-info-cards__label {
	display: block;
	margin: 0 0 9px;
	color: #6b7280;
	font-size: 11px;
	font-weight: 950;
	letter-spacing: .08em;
	text-transform: uppercase;
}
#content .sb-home-info-cards__card-title {
	margin: 0 0 10px;
	color: #111827;
	font-size: 16px;
	font-weight: 950;
	line-height: 1.25;
}
#content .sb-home-info-cards__text {
	margin: 0;
	color: #374151;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.65;
}
#content .sb-home-instagram {
	width: 100%;
	margin: 0 0 48px;
	padding: 34px;
	border: 1px solid #e5e7eb;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(16, 24, 40, .07);
}
#content .sb-home-instagram__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 22px;
	margin-bottom: 22px;
}
#content .sb-home-instagram__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 8px;
	color: #b3262d;
	font-size: 12px;
	font-weight: 950;
	letter-spacing: .1em;
	text-transform: uppercase;
}
#content .sb-home-instagram__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	border-radius: 8px;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 62%, #285aeb 90%);
	color: #fff;
	letter-spacing: 0;
	box-shadow: 0 8px 18px rgba(214, 36, 159, .25);
}
#content .sb-home-instagram__icon svg {
	display: block;
	width: 15px;
	height: 15px;
}
#content .sb-home-instagram__title {
	margin: 0;
	color: #111827;
	font-size: 30px;
	font-weight: 950;
	line-height: 1.16;
}
#content .sb-home-instagram__text {
	max-width: 520px;
	margin: 10px 0 0;
	color: #4b5563;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.6;
}
#content .sb-home-instagram__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 22px;
	border-radius: 999px;
	background: #111827;
	color: #fff !important;
	font-size: 14px;
	font-weight: 900;
	text-decoration: none !important;
	white-space: nowrap;
	box-shadow: 0 10px 24px rgba(17, 24, 39, .18);
}
#content .sb-home-instagram__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}
#content .sb-home-instagram__card {
	position: relative;
	display: block;
	overflow: hidden;
	min-height: 330px;
	border-radius: 16px;
	background: #111827;
	color: #fff !important;
	text-decoration: none !important;
	box-shadow: 0 12px 26px rgba(16, 24, 40, .13);
}
#content .sb-home-instagram__card img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 330px;
	object-fit: cover;
	transition: transform .25s ease;
}
#content .sb-home-instagram__card:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(17,24,39,0) 42%, rgba(17,24,39,.82) 100%);
}
#content .sb-home-instagram__card:hover img {
	transform: scale(1.035);
}
#content .sb-home-instagram__caption {
	position: absolute;
	z-index: 1;
	left: 18px;
	right: 18px;
	bottom: 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	color: #fff;
	font-size: 14px;
	font-weight: 900;
}
#content .sb-home-instagram__caption span:last-child {
	opacity: .84;
	font-size: 12px;
	letter-spacing: .06em;
	text-transform: uppercase;
}
#content .sb-brand-slider {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-top: 18px;
	padding: 18px 0 22px;
}
#content .sb-brand-slider:before,
#content .sb-brand-slider:after {
	content: "";
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	width: 90px;
	pointer-events: none;
}
#content .sb-brand-slider:before {
	left: 0;
	background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,0) 100%);
}
#content .sb-brand-slider:after {
	right: 0;
	background: linear-gradient(270deg, #fff 0%, rgba(255,255,255,0) 100%);
}
#content .sb-brand-slider__track.logo-container {
	display: flex !important;
	align-items: center !important;
	width: max-content !important;
	gap: 46px !important;
	animation: sbBrandSliderMove 26s linear infinite;
	will-change: transform;
}
#content .sb-brand-slider:hover .sb-brand-slider__track {
	animation-play-state: paused;
}
#content .sb-brand-slider__track .logo {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex: 0 0 210px !important;
	width: 210px !important;
	min-width: 210px !important;
	height: 126px !important;
	margin: 0 !important;
	padding: 0 18px !important;
	opacity: .96;
	transition: opacity .18s ease, transform .18s ease;
}
#content .sb-brand-slider__track .logo:hover {
	opacity: 1;
	transform: translateY(-2px);
}
#content .sb-brand-slider__track .logo a {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	height: 100% !important;
}
#content .sb-brand-slider__track .logo img {
	display: block !important;
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
	max-height: 96px !important;
	object-fit: contain !important;
	filter: grayscale(1);
}
#content .sb-home-positioning,
#content .sb-category-intro,
#content .sb-home-faq,
#content .sb-home-info-cards,
#content .sb-home-instagram {
	text-shadow: none !important;
}
#content .sb-home-positioning {
	padding: 32px 34px;
	border-color: rgba(255,255,255,.10);
	border-radius: 18px;
	background: #111;
	box-shadow: 0 12px 28px rgba(16, 24, 40, .12);
}
#content .sb-home-positioning__eyebrow,
#content .sb-category-intro__eyebrow,
#content .sb-home-faq__eyebrow,
#content .sb-home-info-cards__label,
#content .sb-home-instagram__eyebrow {
	font-weight: 700 !important;
	letter-spacing: .05em !important;
}
#content .sb-home-positioning__title {
	max-width: 780px;
	font-size: clamp(27px, 3.2vw, 40px);
	font-weight: 750;
	line-height: 1.12;
	letter-spacing: -.025em;
}
#content .sb-home-positioning__text {
	max-width: 760px;
	color: rgba(255,255,255,.82);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
}
#content .sb-home-positioning__item {
	border-color: rgba(255,255,255,.10);
	border-radius: 12px;
	background: rgba(255,255,255,.045);
}
#content .sb-home-positioning__item strong {
	font-weight: 700;
}
#content .sb-home-positioning__item span {
	font-weight: 400;
}
#content .sb-category-intro {
	padding: 26px 28px;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 8px 20px rgba(16, 24, 40, .045);
}
#content .sb-category-intro__title {
	max-width: 850px;
	font-size: clamp(24px, 2.4vw, 30px);
	font-weight: 750;
	line-height: 1.22;
	letter-spacing: -.015em;
}
#content .sb-category-intro__text {
	max-width: 860px;
	color: #2f3744;
	font-size: 15.5px;
	font-weight: 400;
	line-height: 1.75;
}
#content .sb-category-intro__facts {
	gap: 10px;
	margin-top: 18px;
}
#content .sb-category-intro__fact {
	border: 1px solid #e7e9ee;
	border-radius: 10px;
	background: #f8f9fb;
	color: #111827;
	font-weight: 700;
}
#content .sb-category-intro__fact span {
	color: #4b5563;
	font-weight: 400;
}
#content .sb-home-faq__title,
#content .sb-home-info-cards__title,
#content .sb-home-instagram__title {
	font-weight: 750;
	letter-spacing: -.015em;
}
#content .sb-home-faq__item,
#content .sb-home-info-cards__card,
#content .sb-home-instagram {
	border-color: #e7e9ee;
	box-shadow: 0 8px 20px rgba(16, 24, 40, .045);
}
#content .sb-home-faq__question,
#content .sb-home-info-cards__card-title,
#content .sb-home-instagram__button,
#content .sb-home-instagram__caption {
	font-weight: 700;
}
#content .sb-home-info-cards__text,
#content .sb-home-instagram__text {
	font-weight: 400;
	line-height: 1.7;
}
#content .sb-home-instagram__card,
#content .sb-home-instagram__button {
	box-shadow: 0 8px 18px rgba(16, 24, 40, .10);
}
#content #tab-wp #article-tab-nav {
	align-items: stretch;
	gap: 8px;
	border-bottom: 1px solid #e7e9ee;
}
#content #tab-wp #article-tab-nav .nav-link {
	min-height: 42px;
	padding: 12px 18px;
	border: 1px solid #e7e9ee;
	border-bottom: 0;
	border-radius: 10px 10px 0 0;
	background: #f8f9fb;
	color: #4b5563;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
}
#content #tab-wp #article-tab-nav .nav-link.active {
	background: #111;
	border-color: #111;
	color: #fff;
}
@media screen and (min-width: 768px) {
	#content #tab-manufacturer .panel-heading {
		display: none !important;
	}
}
#content #tab-manufacturer .manufacturer-safety {
	max-width: 920px;
	margin: 0;
	padding: 24px;
	border: 1px solid #e7e9ee;
	border-radius: 0 14px 14px 14px;
	background: #fff;
	box-shadow: 0 8px 22px rgba(16, 24, 40, .045);
	color: #27303d;
	font-size: 14px;
	line-height: 1.55;
}
#content #tab-manufacturer .manufacturer-safety[data-sb-manufacturer-ready="1"] > p,
#content #tab-manufacturer .manufacturer-safety[data-sb-manufacturer-ready="1"] br {
	display: none;
}
#content #tab-manufacturer .manufacturer-logo {
	margin: 0 !important;
}
#content #tab-manufacturer .manufacturer-logo img,
#content #tab-manufacturer .sb-manufacturer-logo img {
	display: block;
	width: 58px !important;
	max-width: 58px !important;
	height: 58px !important;
	padding: 8px !important;
	border: 1px solid #e7e9ee !important;
	border-radius: 12px !important;
	background: #fff;
	object-fit: contain;
}
#content #tab-manufacturer .manufacturer-safety[data-sb-manufacturer-ready="1"] > h2,
#content #tab-manufacturer .manufacturer-safety[data-sb-manufacturer-ready="1"] > h3 {
	display: none;
}
#content #tab-manufacturer .sb-manufacturer-safety {
	display: grid;
	gap: 18px;
}
#content #tab-manufacturer .sb-manufacturer-head {
	display: flex;
	align-items: center;
	gap: 14px;
	padding-bottom: 16px;
	border-bottom: 1px solid #edf0f3;
}
#content #tab-manufacturer .sb-manufacturer-eyebrow {
	display: block;
	margin-bottom: 3px;
	color: #6b7280;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
}
#content #tab-manufacturer .sb-manufacturer-title {
	margin: 0;
	color: #111827;
	font-size: clamp(20px, 2vw, 26px);
	font-weight: 750;
	line-height: 1.2;
	letter-spacing: -.015em;
}
#content #tab-manufacturer .sb-manufacturer-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}
#content #tab-manufacturer .sb-manufacturer-card {
	padding: 16px;
	border: 1px solid #e7e9ee;
	border-radius: 12px;
	background: #f8f9fb;
}
#content #tab-manufacturer .sb-manufacturer-card h4 {
	margin: 0 0 10px;
	color: #111827;
	font-size: 15px;
	font-weight: 750;
}
#content #tab-manufacturer .sb-manufacturer-list {
	display: grid;
	gap: 6px;
	margin: 0;
	color: #374151;
}
#content #tab-manufacturer .sb-manufacturer-contact {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 12px;
}
#content #tab-manufacturer .sb-manufacturer-contact a {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 7px 10px;
	border: 1px solid #e0e3e8;
	border-radius: 999px;
	background: #fff;
	color: #1f2937;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}
#content #tab-manufacturer .sb-manufacturer-note {
	margin: 0;
	padding: 12px 14px;
	border-radius: 10px;
	background: #fff7ed;
	color: #7c2d12;
	font-size: 13px;
}
#content #tab-manufacturer .sb-manufacturer-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding-top: 2px;
}
#content #tab-manufacturer .sb-manufacturer-actions .btn,
#content #tab-manufacturer .sb-manufacturer-actions a {
	min-height: 38px;
	padding: 9px 14px;
	border-radius: 10px;
	background: #111;
	border-color: #111;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
}
@keyframes sbBrandSliderMove {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}
@media screen and (max-width: 991px) {
	#content .sb-home-seo-col > div:not(.home-seo-text):has(img) img {
		height: 230px !important;
	}
	#content .sb-home-seo-col > .home-seo-text.sb-home-seo-card .sb-home-seo-inner {
		min-height: 0;
	}
	#content .sb-home-sale-banner {
		grid-template-columns: 1fr;
	}
	#content .sb-home-sale-banner__hero,
	#content .sb-home-sale-banner__item {
		min-height: auto;
	}
	#content .sb-home-sale-banner__cta {
		margin-left: 0;
	}
	#content .sb-home-sale-banner__info {
		grid-template-columns: 1fr 1fr 1fr;
	}
	#content .sb-home-positioning__trust {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	#content .sb-home-instagram {
		padding: 26px;
	}
	#content .sb-home-instagram__head {
		align-items: flex-start;
		flex-direction: column;
	}
	#content .sb-home-instagram__grid {
		grid-template-columns: 1fr;
	}
	#content .sb-home-instagram__card,
	#content .sb-home-instagram__card img {
		min-height: 360px;
	}
}
@media screen and (max-width: 767px) {
	#content .sb-home-sale-banner {
		margin: 24px 0 30px;
		border-radius: 14px;
	}
	#content .sb-home-sale-banner__hero {
		align-items: flex-start;
		flex-direction: column;
		gap: 14px;
		padding: 22px 24px;
	}
	#content .sb-home-sale-banner__sale {
		font-size: 54px;
	}
	#content .sb-home-sale-banner__sub {
		font-size: 15px;
	}
	#content .sb-home-sale-banner__cta {
		padding: 9px 14px;
		font-size: 18px;
	}
	#content .sb-home-sale-banner__info {
		grid-template-columns: 1fr;
	}
	#content .sb-home-positioning {
		padding: 26px 22px;
		border-radius: 18px;
	}
	#content .sb-home-positioning__title {
		font-size: 31px;
	}
	#content .sb-home-positioning__text {
		font-size: 15px;
	}
	#content .sb-home-positioning__trust {
		grid-template-columns: 1fr;
	}
	#content .sb-category-intro {
		padding: 22px 20px;
		border-radius: 16px;
	}
	#content .sb-category-intro__title {
		font-size: 27px;
	}
	#content .sb-category-intro__text {
		font-size: 15px;
	}
	#content .sb-category-intro__facts {
		grid-template-columns: 1fr;
	}
	#content .sb-tabak-filter-nav {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
		margin-bottom: 22px;
	}
	#content .sb-tabak-filter-nav__link {
		width: 100%;
		min-width: 0;
		min-height: 50px;
		padding: 0 18px;
	}
	#content #tab-wp #article-tabs > .tab-pane {
		margin-bottom: 8px;
		border: 1px solid #e7e9ee;
		border-radius: 12px;
		background: #fff;
		overflow: hidden;
		box-shadow: none;
	}
	#content #tab-description .panel-heading,
	#content #tab-manufacturer .panel-heading {
		display: flex !important;
		align-items: center;
		justify-content: space-between;
		min-height: 44px;
		padding: 11px 14px;
		border: 0;
		border-radius: 0;
		background: #fff;
		color: #111827;
	}
	#content #tab-description .panel-heading .panel-title,
	#content #tab-manufacturer .panel-heading .panel-title {
		margin: 0 !important;
		font-size: 16px !important;
		font-weight: 750 !important;
		line-height: 1.2 !important;
	}
	#content #tab-description .panel-heading .icon,
	#content #tab-description .panel-heading .img-ct.icon,
	#content #tab-manufacturer .panel-heading .icon,
	#content #tab-manufacturer .panel-heading .img-ct.icon {
		display: none !important;
	}
	#content #tab-description.show .panel-body,
	#content #tab-description.active .panel-body {
		padding: 14px;
		border: 0;
		border-radius: 0;
		background: #fff;
	}
	#content #tab-manufacturer .manufacturer-safety {
		padding: 14px;
		border: 0;
		border-radius: 0;
		box-shadow: none;
	}
	#content #tab-manufacturer.active .manufacturer-safety,
	#content #tab-manufacturer.show .manufacturer-safety {
		border: 0;
		border-radius: 0;
	}
	#content #tab-manufacturer .sb-manufacturer-grid {
		grid-template-columns: 1fr;
	}
	#content #tab-manufacturer .sb-manufacturer-head {
		align-items: flex-start;
	}
	#content .sb-home-sale-banner__item {
		min-height: 92px;
		padding: 18px 20px;
		border-left: 0;
		border-top: 1px solid rgba(255,255,255,.16);
	}
	#content .sb-home-sale-banner__icon {
		flex-basis: 42px;
		width: 42px;
		height: 42px;
		border-radius: 14px;
	}
	.sb-newsletter-popup {
		padding: 18px;
	}
	.sb-newsletter-popup__dialog {
		padding: 36px 24px 28px;
		border-radius: 16px;
	}
	.sb-newsletter-popup__title {
		margin-right: 28px;
		font-size: 22px;
	}
	.sb-newsletter-popup__text {
		font-size: 15px;
	}
	.sb-newsletter-popup__input,
	.sb-newsletter-popup__submit {
		min-height: 50px;
		height: 50px;
		font-size: 15px;
	}
	.sb-agecheck {
		padding: 18px;
	}
	.sb-agecheck__dialog {
		padding: 34px 24px 30px;
		border-radius: 14px;
	}
	.sb-agecheck__title {
		gap: 14px;
		margin-bottom: 26px;
		font-size: 14px;
	}
	.sb-agecheck__title:before,
	.sb-agecheck__title:after {
		width: 54px;
	}
	.sb-agecheck__text {
		margin-bottom: 28px;
		font-size: 17px;
	}
	.sb-agecheck__actions {
		grid-template-columns: 1fr;
		gap: 12px;
	}
	.sb-agecheck__button {
		min-height: 54px;
		font-size: 16px;
	}
	#content .sb-home-faq {
		margin: 34px 0 36px;
	}
	#content .sb-home-faq__title {
		font-size: 25px;
	}
	#content .sb-home-faq__grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}
	#content .sb-home-faq__question {
		min-height: 56px;
		padding: 16px 46px 16px 18px;
	}
	#content .sb-home-faq__answer {
		padding: 0 18px 18px;
	}
	#content .sb-home-info-cards {
		margin-bottom: 36px;
	}
	#content .sb-home-info-cards__title {
		font-size: 22px;
	}
	#content .sb-home-info-cards__grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}
	#content .sb-home-info-cards__card {
		min-height: 0;
		padding: 20px 18px;
	}
	#content .sb-home-instagram {
		margin-bottom: 34px;
		padding: 22px 18px;
		border-radius: 14px;
	}
	#content .sb-home-instagram__title {
		font-size: 24px;
	}
	#content .sb-home-instagram__text {
		font-size: 14px;
	}
	#content .sb-home-instagram__button {
		width: 100%;
	}
	#content .sb-home-instagram__card,
	#content .sb-home-instagram__card img {
		min-height: 300px;
	}
	#content .sb-brand-slider {
		margin-top: 12px;
		margin-bottom: 8px;
		padding: 8px 0 4px;
	}
	#content .sb-brand-slider-block {
		height: auto !important;
		min-height: 0 !important;
		margin-bottom: 22px !important;
	}
	#content .sb-brand-slider:before,
	#content .sb-brand-slider:after {
		width: 38px;
	}
	#content .sb-brand-slider__track.logo-container {
		gap: 14px !important;
		animation-duration: 24s;
	}
	#content .sb-brand-slider__track .logo {
		flex-basis: 104px !important;
		width: 104px !important;
		min-width: 104px !important;
		height: 82px !important;
		padding: 0 8px !important;
	}
	#content .sb-brand-slider__track .logo img {
		max-height: 56px !important;
	}
	#content .sb-home-seo-col {
		margin-bottom: 26px;
	}
	#content .sb-home-seo-col > div:not(.home-seo-text):has(img) {
		border-radius: 14px 14px 0 0;
	}
	#content .sb-home-seo-col > div:not(.home-seo-text):has(img) img {
		height: 210px !important;
	}
	#content .sb-home-seo-col > .home-seo-text.sb-home-seo-card .sb-home-seo-inner {
		padding: 28px 22px 72px !important;
		border-radius: 0 0 14px 14px !important;
	}
	#content .sb-home-seo-col > .home-seo-text.sb-home-seo-card:not(.is-expanded) .sb-home-seo-inner {
		max-height: 390px;
	}
	#content .sb-home-seo-col > .home-seo-text.sb-home-seo-card .sb-home-seo-inner h2,
	#content .sb-home-seo-col > .home-seo-text.sb-home-seo-card .sb-home-seo-inner h3 {
		font-size: 22px !important;
	}
	#content .sb-home-seo-col > .home-seo-text.sb-home-seo-card .sb-home-seo-more {
		left: 22px;
		right: 22px;
	}
}
@media screen and (max-width: 767px) {
	#footer.sb-footer {
		background: #fff !important;
		color: #111827 !important;
		border-top: 1px solid #eef0f3 !important;
		padding-top: 0 !important;
	}
	#footer .sb-footer__main {
		background: #fff !important;
		padding: 36px 0 0 !important;
	}
	#footer .sb-footer__grid {
		display: block !important;
		margin: 0 !important;
	}
	#footer .sb-footer__brand {
		width: 100% !important;
		max-width: 100% !important;
		padding: 0 24px 34px !important;
		border-bottom: 1px solid #eef0f3 !important;
	}
	#footer .sb-footer__brand-inner {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		max-width: 360px !important;
		margin: 0 auto !important;
		text-align: center !important;
	}
	#footer .sb-footer__logo {
		margin: 0 0 16px !important;
		text-align: center !important;
	}
	#footer .sb-footer__logo a,
	#footer .sb-footer__logo .loaded {
		display: inline-flex !important;
		justify-content: center !important;
		max-width: 190px !important;
	}
	#footer .sb-footer__logo img {
		width: 170px !important;
		max-width: 170px !important;
		filter: none !important;
		opacity: 1 !important;
	}
	#footer .sb-footer__tagline {
		max-width: 330px !important;
		margin: 0 auto 18px !important;
		color: #5f6673 !important;
		font-size: 15px !important;
		font-weight: 500 !important;
		line-height: 1.55 !important;
	}
	#footer .sb-footer__wa {
		min-height: 52px !important;
		margin: 0 auto 20px !important;
		padding: 0 24px !important;
		border-radius: 12px !important;
		background: #25d366 !important;
		color: #fff !important;
		font-size: 15px !important;
		font-weight: 900 !important;
		box-shadow: 0 10px 24px rgba(37, 211, 102, .28) !important;
	}
	#footer .sb-footer__contact {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		gap: 10px !important;
		width: 100% !important;
		margin: 0 0 18px !important;
		padding: 0 !important;
	}
	#footer .sb-footer__contact-item {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		width: 100% !important;
		padding: 0 !important;
		color: #4b5563 !important;
		font-size: 14px !important;
		line-height: 1.45 !important;
		text-align: center !important;
	}
	#footer .sb-footer__contact-item a {
		color: #111827 !important;
		text-decoration: none !important;
	}
	#footer .sb-footer__contact-icon {
		background: transparent !important;
		color: #d4af37 !important;
		box-shadow: none !important;
		width: 22px !important;
		height: 22px !important;
		margin-right: 8px !important;
	}
	#footer .sb-footer__social {
		display: flex !important;
		justify-content: center !important;
		gap: 10px !important;
		width: 100% !important;
		margin-top: 4px !important;
	}
	#footer .sb-footer__social a {
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		width: 48px !important;
		height: 48px !important;
		border: 1px solid #eef0f3 !important;
		border-radius: 12px !important;
		background: #fff !important;
		color: #111827 !important;
		box-shadow: 0 4px 14px rgba(16, 24, 40, .04) !important;
	}
	#footer .sb-footer__social svg,
	#footer .sb-footer__social svg * {
		fill: #111827 !important;
		color: #111827 !important;
		stroke: #111827 !important;
	}
	#footer .sb-footer__social img {
		filter: brightness(0) !important;
		opacity: 1 !important;
	}
	#footer .sb-footer__box,
	#footer .sb-footer__newsletter {
		width: 100% !important;
		max-width: 100% !important;
		padding: 0 !important;
		border-bottom: 1px solid #eef0f3 !important;
	}
	#footer .sb-footer__box .panel,
	#footer .sb-footer__newsletter .panel {
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
	}
	#footer .sb-footer__box .panel-heading,
	#footer .sb-footer__newsletter .panel-heading {
		display: flex !important;
		align-items: center !important;
		justify-content: space-between !important;
		min-height: 74px !important;
		margin: 0 !important;
		padding: 0 24px !important;
		color: #111827 !important;
		font-size: 19px !important;
		font-weight: 950 !important;
		line-height: 1.2 !important;
	}
	#footer .sb-footer__box .panel-heading .caret,
	#footer .sb-footer__newsletter .panel-heading .caret {
		display: none !important;
	}
	#footer .sb-footer__box .panel-heading:after,
	#footer .sb-footer__newsletter .panel-heading:after {
		content: "";
		width: 9px;
		height: 9px;
		border-right: 2px solid #111827;
		border-bottom: 2px solid #111827;
		transform: rotate(45deg);
	}
	#footer .sb-footer__box .panel-body,
	#footer .sb-footer__newsletter .panel-body {
		display: none !important;
		padding: 0 24px 24px !important;
		color: #4b5563 !important;
	}
	#footer .sb-footer__box.sb-footer__box--open .panel-body,
	#footer .sb-footer__newsletter.sb-footer__box--open .panel-body {
		display: block !important;
	}
	#footer .sb-footer__box.sb-footer__box--open .panel-heading:after,
	#footer .sb-footer__newsletter.sb-footer__box--open .panel-heading:after {
		transform: rotate(225deg);
		margin-top: 6px;
	}
	#footer .sb-footer__box .panel-body a,
	#footer .sb-footer__newsletter .panel-body a {
		color: #4b5563 !important;
		font-size: 14px !important;
		line-height: 1.8 !important;
		text-decoration: none !important;
	}
	#footer .sb-footer__newsletter .panel-body {
		padding-top: 0 !important;
	}
	#footer .sb-footer__newsletter-note {
		color: #6b7280 !important;
		font-size: 14px !important;
		line-height: 1.5 !important;
	}
	#footer .sb-footer__newsletter input[type="email"] {
		height: 48px !important;
		border: 1px solid #d9dde4 !important;
		border-radius: 8px !important;
		background: #fff !important;
		color: #111827 !important;
	}
	#footer .sb-footer__newsletter button[type="submit"] {
		min-height: 48px !important;
		border-radius: 8px !important;
		background: #111827 !important;
		color: #fff !important;
		font-weight: 900 !important;
	}
	#footer .sb-footer__box--legal .sb-footer__revoke {
		display: none !important;
		padding: 0 24px 24px !important;
		border-bottom: 1px solid #eef0f3 !important;
	}
	#footer .sb-footer__box--legal.sb-footer__box--open .sb-footer__revoke {
		display: block !important;
	}
	#footer .sb-footer__box--legal .sb-footer__revoke .sb-footer__revoke-btn {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		width: 100% !important;
		max-width: 100% !important;
		min-height: 48px !important;
		margin: 0 !important;
		padding: 0 18px !important;
		border-radius: 8px !important;
		background: #b3262d !important;
		color: #fff !important;
		font-size: 14px !important;
		font-weight: 900 !important;
		line-height: 1 !important;
		text-align: center !important;
		text-decoration: none !important;
		box-shadow: 0 10px 22px rgba(179, 38, 45, .25) !important;
	}
	#footer .sb-footer__box--legal .sb-footer__revoke .sb-footer__revoke-btn:visited,
	#footer .sb-footer__box--legal .sb-footer__revoke .sb-footer__revoke-btn:hover,
	#footer .sb-footer__box--legal .sb-footer__revoke .sb-footer__revoke-btn:focus {
		color: #fff !important;
		text-decoration: none !important;
	}
	#footer .sb-footer__trust-wrap {
		background: #f7f8fa !important;
		border-top: 0 !important;
		padding: 24px 0 !important;
	}
	#footer .sb-footer__newsletter .caret {
		display: none !important;
	}
}
@media screen and (min-width: 768px) {
	#footer .sb-footer__revoke-mobile {
		display: none !important;
	}
}
