@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@400;500;600;700;800;900&display=swap');

*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

:root {
	--app-emerald: #15803d;
	--app-emerald-vivid: #16a34a;
	--app-emerald-deep: #166534;
	--app-dark-slate: #0f0f0f;
	--app-pure-bg: #f9f9f9;
	--app-sheet: #ffffff;
	--app-main-text: #0f0f0f;
	--app-muted-text: #606060;
	--app-stroke: #e5e5e5;
}

html {
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: 'Lexend', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
	background: var(--app-pure-bg);
	color: var(--app-main-text);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.5;
	overflow-x: hidden;
}

img,
svg {
	max-width: 100%;
	display: block;
}
a {
	color: inherit;
	text-decoration: none;
}
button {
	background: none;
	border: none;
	cursor: pointer;
	font: inherit;
	color: inherit;
}

.core-frame-container {
	max-width: 880px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

.site-navbar-strip {
	background: #ffffff;
	border-bottom: 1px solid var(--app-stroke);
	padding: 12px 0;
}
.site-navbar-strip__inner {
	display: flex;
	align-items: center;
}
.brand-identity-box {
	display: flex;
	align-items: center;
	gap: 8px;
}
.brand-identity-box__badge {
	width: 30px;
	height: 30px;
	background: var(--app-emerald);
	border-radius: 7px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.brand-identity-box__badge svg {
	width: 18px;
	height: 18px;
	fill: #ffffff;
}
.brand-identity-box__caption {
	font-family: 'Lexend', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: var(--app-dark-slate);
	letter-spacing: -0.3px;
}

.view-content-wrapper {
	padding: 0 0 40px;
}

.video-screen-module {
	margin: 0 -20px 18px;
}
.video-screen-module .media-viewport-container {
	border-radius: 4px;
	overflow: hidden;
}
@media (max-width: 640px) {
	.view-content-wrapper {
		padding: 0 0 32px;
	}
	.core-frame-container {
		padding-left: 0;
		padding-right: 0;
	}
	.headline-main-header,
	.publisher-detail-bar,
	#promo-spotlight-section,
	#community-stream-board,
	.footer-anchor-wrapper .core-frame-container {
		padding-left: 16px;
		padding-right: 16px;
	}
	.video-screen-module {
		margin: 0 0 14px;
	}
}
@media (min-width: 641px) {
	.headline-main-header {
		margin-top: 16px;
	}
}

.headline-main-header {
	font-family: 'Lexend', sans-serif;
	font-size: clamp(20px, 3vw, 26px);
	font-weight: 700;
	line-height: 1.3;
	color: var(--app-dark-slate);
	margin-bottom: 16px;
	letter-spacing: -0.3px;
}

.publisher-detail-bar {
	display: flex;
	align-items: center;
	gap: 12px;
	padding-bottom: 18px;
	margin-bottom: 18px;
	border-bottom: 1px solid var(--app-stroke);
}
.publisher-detail-bar__avatar {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}
.publisher-detail-bar__info {
	flex: 1;
	min-width: 0;
}
.publisher-detail-bar__name {
	font-size: 15px;
	font-weight: 600;
	color: var(--app-dark-slate);
	line-height: 1.2;
}
.publisher-detail-bar__date {
	font-size: 13px;
	color: var(--app-muted-text);
	margin-top: 2px;
}
.video-action-cluster {
	display: flex;
	align-items: center;
	gap: 6px;
	flex-shrink: 0;
}
.video-action-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 14px;
	border-radius: 50px;
	background: #f2f2f2;
	color: var(--app-dark-slate);
	font-size: 13px;
	font-weight: 600;
	transition: background 0.15s ease;
	cursor: pointer;
}
.video-action-btn:hover {
	background: #e5e5e5;
}
.video-action-btn svg {
	fill: currentColor;
}
@media (max-width: 640px) {
	.video-action-cluster .video-action-btn span {
		display: none;
	}
	.video-action-btn {
		padding: 8px 10px;
	}
}
@media (max-width: 420px) {
	.publisher-detail-bar__date {
		font-size: 12px;
	}
}

#promo-spotlight-section {
	display: none;
	text-align: center;
	margin: 0 0 12px;
}
#promo-spotlight-section.panel-entry-active {
	animation: panel-entry-active 0.6s ease-out both;
}
@keyframes panel-entry-active {
	0% {
		opacity: 0;
		transform: translateY(-12px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.featured-promo-panel__header-tag {
	font-size: 12px;
	font-weight: 700;
	color: var(--app-emerald-deep);
	letter-spacing: 1.4px;
	text-transform: uppercase;
	margin-bottom: 14px;
}
.primary-cta-action-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background: #15803d;
	color: #ffffff;
	font-family: 'Lexend', sans-serif;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 0.5px;
	padding: 18px 32px;
	border-radius: 12px;
	width: 100%;
	max-width: 440px;
	box-shadow: 0 6px 22px rgba(21, 128, 61, 0.4);
	animation: primary-cta-pulse 1.8s ease-in-out infinite;
	transition: transform 0.15s ease, background 0.15s ease;
}
.primary-cta-action-btn:hover {
	background: #166534;
	animation: none;
	transform: translateY(-2px);
}
.primary-cta-action-btn:active {
	transform: translateY(0);
}
.primary-cta-action-btn svg {
	stroke: currentColor;
	flex-shrink: 0;
}

@keyframes primary-cta-pulse {
	0%,
	100% {
		transform: scale(1);
		box-shadow: 0 6px 22px rgba(21, 128, 61, 0.4);
	}
	50% {
		transform: scale(1.03);
		box-shadow: 0 10px 32px rgba(21, 128, 61, 0.55);
	}
}

.featured-promo-panel__footer-meta {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 18px;
	margin-top: 14px;
	flex-wrap: wrap;
	font-size: 13px;
	color: var(--app-muted-text);
}
.featured-promo-panel__trust-badge,
.featured-promo-panel__shipping-badge {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-weight: 500;
	color: var(--app-emerald-deep);
}
.featured-promo-panel__trust-badge svg,
.featured-promo-panel__shipping-badge svg {
	stroke: currentColor;
}

@media (max-width: 520px) {
	#promo-spotlight-section {
		padding: 22px 18px;
		border-radius: 10px;
	}
	.primary-cta-action-btn {
		font-size: 15px;
		padding: 14px 18px;
		gap: 8px;
		letter-spacing: 0.3px;
		width: 80%;
		max-width: 320px;
	}
	.featured-promo-panel__footer-meta {
		font-size: 12px;
		gap: 12px;
	}
}

#community-stream-board {
	margin-top: 28px;
	padding-top: 4px;
}
.community-stream-board__headline {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
	color: var(--app-dark-slate);
	font-weight: 600;
	font-size: 15px;
}
.community-stream-board__headline svg {
	fill: var(--app-dark-slate);
}
.community-stream-board__sorting-label {
	margin-left: auto;
	font-size: 13px;
	color: var(--app-muted-text);
	font-weight: 500;
}

.opinion-card-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 14px 0;
}
.opinion-card-item + .opinion-card-item {
	border-top: 1px solid var(--app-stroke);
}
.opinion-card-item__avatar {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}
.opinion-card-item__body {
	flex: 1;
	min-width: 0;
}
.opinion-card-item__meta {
	font-size: 13px;
	color: var(--app-muted-text);
	margin-bottom: 4px;
}
.opinion-card-item__meta b {
	color: var(--app-dark-slate);
	font-weight: 600;
	margin-right: 8px;
}
.opinion-card-item__text {
	font-size: 14px;
	color: var(--app-main-text);
	line-height: 1.55;
	margin-bottom: 8px;
	word-break: break-word;
}
.opinion-card-item__actions {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-left: -8px;
}
.opinion-card-item__actions button {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 6px 10px;
	border-radius: 50px;
	color: var(--app-muted-text);
	font-size: 13px;
	font-weight: 500;
	transition: color 0.2s ease, background-color 0.2s ease;
}
.opinion-card-item__actions button:hover {
	background: #f2f2f2;
	color: var(--app-dark-slate);
}
.opinion-card-item__actions button svg {
	fill: currentColor;
}

.opinion-card-item__actions button.state-positive-voted {
	color: #15803d !important;
	background-color: #dcfce7 !important;
}

.opinion-card-item__actions button.state-negative-voted {
	color: #b91c1c !important;
	background-color: #fee2e2 !important;
}

.video-action-btn.state-positive-voted {
	color: #15803d !important;
	background-color: #dcfce7 !important;
	border-color: #15803d !important;
}

.opinion-card-item--threaded {
	margin-top: 14px;
	margin-left: 0;
	padding: 12px 0 0 16px;
	border-left: 2px solid var(--app-stroke);
	border-top: none !important;
}
.opinion-card-item--threaded .opinion-card-item__avatar {
	width: 32px;
	height: 32px;
}
.opinion-card-item--threaded .opinion-card-item__text {
	font-size: 13.5px;
}

@media (max-width: 520px) {
	.opinion-card-item__avatar {
		width: 32px;
		height: 32px;
	}
	.opinion-card-item__text {
		font-size: 13.5px;
	}
	.opinion-card-item--threaded .opinion-card-item__avatar {
		width: 28px;
		height: 28px;
	}
}

.footer-anchor-wrapper {
	background: #ffffff;
	border-top: 1px solid var(--app-stroke);
	padding: 24px 0 20px;
	text-align: center;
	margin-top: 32px;
}
.footer-anchor-wrapper__legal {
	font-size: 12px;
	color: var(--app-muted-text);
	margin-bottom: 4px;
}
.footer-anchor-wrapper__entity {
	font-size: 11px;
	color: var(--app-muted-text);
	opacity: 0.7;
	margin-bottom: 12px;
}
.footer-anchor-wrapper__links {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
	flex-wrap: wrap;
}
.footer-anchor-wrapper__links a {
	color: var(--app-muted-text);
	font-size: 13px;
	transition: color 0.15s ease;
}
.footer-anchor-wrapper__links a:hover {
	color: var(--app-dark-slate);
}
.footer-anchor-wrapper__spacer {
	color: #e5e5e5;
}

@supports (padding: max(0px)) {
	.footer-anchor-wrapper {
		padding-bottom: max(20px, env(safe-area-inset-bottom));
	}
}

.product-presentation-block {
	font-family: 'Lexend', sans-serif;
	max-width: 900px;
	margin: 30px auto;
	padding: 32px;
	box-sizing: border-box;
}

.product-presentation-block__grid {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
	align-items: center;
	justify-content: center;
}

.item-media-column {
	flex: 1 1 260px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	justify-content: space-around;
}

.stock-status-tag {
	display: inline-block;
	padding: 6px 14px;
	background: #0f0f0f;
	color: #ffffff;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 20px;
	margin-bottom: 20px;
}

.product-link-shell {
	display: block;
	width: 100%;
	text-decoration: none;
}

.showcase-media-frame {
	width: 100%;
	height: auto;
	display: block;
	object-fit: contain;
	filter: drop-shadow(0 15px 20px rgba(0, 0, 0, 0.08));
	transition: transform 0.4s ease;
}

.showcase-media-frame:hover {
	transform: scale(1.05);
}

.item-presentation-heading {
	font-size: clamp(24px, 4vw, 34px);
	font-weight: 900;
	color: #0f0f0f;
	margin: 0 0 8px 0;
	line-height: 1.15;
	letter-spacing: -0.5px;
}

.item-presentation-accent {
	color: #15803d;
}

.item-presentation-sub {
	font-size: 15px;
	color: #606060;
	margin: 0 0 20px 0;
	font-weight: 400;
}

.perks-listing-tray {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 24px;
}

.perks-listing-item {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	font-weight: 600;
	color: #0f0f0f;
}

.perk-tick-icon {
	width: 20px;
	height: 20px;
	background: #dcfce7;
	color: #15803d;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 800;
	flex-shrink: 0;
}

.protection-guarantee-tag {
	margin-top: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-size: 12px;
	color: #606060;
	font-weight: 600;
}

.service-warranty-banner {
	margin-top: 32px;
	padding-top: 24px;
	border-top: 1px solid #e5e5e5;
	display: flex;
	gap: 16px;
	align-items: flex-start;
}

.warranty-symbol-holder {
	width: 56px;
	height: 56px;
	background: #f2f2f2;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	flex-shrink: 0;
}

.service-warranty-banner__content h3 {
	font-size: 16px;
	font-weight: 800;
	color: #0f0f0f;
	margin: 0 0 4px 0;
}

.service-warranty-banner__content p {
	font-size: 13px;
	color: #606060;
	line-height: 1.5;
	margin: 0;
}

@media (max-width: 600px) {
	.product-presentation-block {
		padding: 20px;
	}

	.product-presentation-block__grid {
		flex-direction: column;
		gap: 20px;
	}

	.service-warranty-banner {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
}

.input-stream-box {
	display: flex;
	gap: 16px;
	align-items: flex-start;
	margin-bottom: 28px;
}

.input-stream-box__userpic {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
	background-color: #e5e5e5;
}

#user-opinion-form {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.opinion-publish-card__input-field {
	position: relative;
	width: 100%;
}

#opinion-entry-input {
	width: 100%;
	padding: 4px 0 6px 0;
	border: none;
	border-bottom: 1px solid #717171;
	background: transparent;
	font-family: inherit;
	font-size: 14px;
	color: #0f0f0f;
	outline: none;
	resize: none;
	min-height: 24px;
	line-height: 1.4;
	box-sizing: border-box;
	display: block;
	overflow: hidden;
}

.opinion-publish-card__underline-anim {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 2px;
	background-color: #0f0f0f;
	transition: width 0.2s ease, left 0.2s ease;
}

#opinion-entry-input:focus ~ .opinion-publish-card__underline-anim {
	width: 100%;
	left: 0;
}

#entry-actions-panel {
	display: none;
	justify-content: flex-end;
	margin-top: 8px;
}

#entry-actions-panel.actions-visible-panel {
	display: flex;
}

.opinion-btn-cluster__actions-row {
	display: flex;
	align-items: center;
	gap: 8px;
}

#discard-opinion-btn {
	background: transparent;
	border: none;
	color: #0f0f0f;
	font-size: 14px;
	font-weight: 600;
	padding: 8px 16px;
	border-radius: 18px;
	cursor: pointer;
}

#discard-opinion-btn:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

#publish-opinion-btn {
	background-color: #272727;
	color: #ffffff;
	border: none;
	font-size: 14px;
	font-weight: 600;
	padding: 8px 16px;
	border-radius: 18px;
	cursor: pointer;
}

#publish-opinion-btn:hover:not(:disabled) {
	background-color: #0f0f0f;
}

#publish-opinion-btn:disabled {
	background-color: #f2f2f2;
	color: #909090;
	cursor: not-allowed;
}

.legal-document-layout {
	padding: 16px;
	list-style-type: none;
}

.legal-document-layout h1 {
	padding: 0;
	font-size: 32px;
}

.legal-document-layout article {
	padding: 16px 0 0 0;
}

.legal-document-layout li {
	list-style-type: none;
}
