.drs-stories {
	--drs-circle-size: 70px;
	--drs-circle-gap: 18px;
	--drs-ring-width: 3px;
	--drs-popup-width: 392px;
	--drs-overlay-opacity: 0.86;
	--drs-unseen-color: #111111;
	--drs-seen-color: #c3c3c3;
	--drs-title-color: #111111;
	--drs-subtitle-color: #666666;
	--drs-product-button-text-auto: 1;
	position: relative;
}

.drs-stories,
.drs-stories * {
	box-sizing: border-box;
}

.drs-stories [hidden] {
	display: none !important;
}

.drs-empty-state {
	padding: 18px 22px;
	background: #f5f5f5;
	border-radius: 18px;
	color: #444444;
}

.drs-stories__track {
	display: flex;
	flex-wrap: wrap;
	column-gap: var(--drs-circle-gap);
	row-gap: 14px;
	justify-content: flex-start;
}

.drs-stories--align-center .drs-stories__track {
	justify-content: center;
}

.drs-stories--align-right .drs-stories__track {
	justify-content: flex-end;
}

.drs-stories .drs-trigger {
	display: inline-flex !important;
	flex-direction: row !important;
	align-items: center !important;
	justify-content: flex-start !important;
	flex: 0 0 auto !important;
	gap: 12px;
	width: auto !important;
	max-width: none !important;
	min-width: 0;
	min-height: 0;
	padding: 0 !important;
	margin: 0;
	background: transparent !important;
	background-color: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	appearance: none !important;
	-webkit-appearance: none !important;
	cursor: pointer;
	font: inherit;
	line-height: 1;
	text-align: left;
	text-decoration: none;
	outline: none;
	filter: none !important;
	-webkit-tap-highlight-color: transparent;
}

.drs-stories .drs-trigger:hover,
.drs-stories .drs-trigger:active,
.drs-stories .drs-trigger:focus,
.drs-stories .drs-trigger:focus-visible {
	background: transparent !important;
	background-color: transparent !important;
	border-color: transparent !important;
	box-shadow: none !important;
	outline: none !important;
}

.drs-stories--text-below .drs-trigger {
	display: inline-flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: flex-start !important;
	flex: 0 0 auto !important;
	width: calc(var(--drs-circle-size) + 42px) !important;
	gap: 10px;
	max-width: calc(var(--drs-circle-size) + 42px) !important;
	text-align: center !important;
	vertical-align: top;
}

.drs-stories--text-right .drs-trigger {
	max-width: min(320px, 100%) !important;
}

.drs-trigger__avatar {
	position: relative;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex: 0 0 auto;
	width: var(--drs-circle-size);
	min-width: var(--drs-circle-size);
	height: var(--drs-circle-size);
	min-height: var(--drs-circle-size);
	max-height: var(--drs-circle-size);
	aspect-ratio: 1 / 1;
	padding: 4px;
	background: linear-gradient(180deg, var(--drs-unseen-color), #ffffff);
	border-radius: 50% !important;
	overflow: hidden !important;
	isolation: isolate;
	transition: transform 0.24s ease, opacity 0.24s ease;
	clip-path: circle(50%);
	-webkit-clip-path: circle(50%);
}

.drs-trigger.is-seen .drs-trigger__avatar {
	background: linear-gradient(180deg, var(--drs-seen-color), #f0f0f0);
}

.drs-trigger:hover .drs-trigger__avatar {
	transform: translateY(-2px);
}

.drs-trigger__avatar::before {
	content: "";
	position: absolute;
	inset: var(--drs-ring-width);
	background: #ffffff;
	border-radius: inherit;
	z-index: 0;
}

.drs-trigger__avatar img,
.drs-trigger__fallback {
	position: relative;
	z-index: 1;
	display: block !important;
	width: 100% !important;
	min-width: 100% !important;
	max-width: 100% !important;
	height: 100% !important;
	min-height: 100% !important;
	border-radius: 50% !important;
	object-fit: cover;
	flex: 0 0 auto !important;
}

.drs-trigger__fallback {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	background: linear-gradient(135deg, #1e1e1e, #6d6d6d);
	color: #ffffff;
	font-size: clamp(18px, calc(var(--drs-circle-size) / 3.2), 28px);
	font-weight: 700;
}

.drs-trigger__content {
	display: grid !important;
	gap: 4px;
	min-width: 0;
}

.drs-stories--text-below .drs-trigger__content {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: flex-start !important;
	text-align: center !important;
	width: 100% !important;
	max-width: 100% !important;
}

.drs-trigger__title {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	color: var(--drs-title-color);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.12;
}

.drs-trigger__subtitle {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	color: var(--drs-subtitle-color);
	font-size: 13px;
	line-height: 1.3;
}

.drs-stories--text-below .drs-trigger__title,
.drs-stories--text-below .drs-trigger__subtitle {
	text-align: center !important;
}

.elementor-widget .drs-stories .drs-trigger,
.elementor-widget .drs-stories .drs-trigger:hover,
.elementor-widget .drs-stories .drs-trigger:focus,
.elementor-widget .drs-stories .drs-trigger:active {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	transform: none !important;
}

.elementor-widget .drs-stories .drs-trigger__avatar,
.elementor-widget .drs-stories .drs-trigger__avatar img,
.elementor-widget .drs-stories .drs-trigger__fallback {
	border-radius: 50% !important;
}

.drs-modal {
	position: fixed;
	inset: 0;
	z-index: 99998;
}

.drs-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, var(--drs-overlay-opacity));
}

.drs-modal__viewport {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	width: 100%;
	height: 100%;
	padding: 26px 18px 20px;
	overflow: hidden;
}

.drs-modal__story {
	position: relative;
	width: min(92vw, max(var(--drs-popup-width), calc((100dvh - 52px) * 9 / 16)));
	height: min(calc(100dvh - 52px), calc(92vw * 16 / 9));
	margin: auto 0;
}

.drs-story-card {
	position: relative;
	width: 100%;
	height: 100%;
	aspect-ratio: auto;
	overflow: hidden;
	background: #080808;
	border-radius: 26px;
	box-shadow: 0 28px 50px rgba(0, 0, 0, 0.38);
}

.drs-story-card__top,
.drs-story-card__overlay {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 6;
	padding: 16px 16px 0;
	pointer-events: none;
}

.drs-story-card__top > *,
.drs-story-card__overlay > * {
	pointer-events: auto;
}

.drs-story-card__top {
	top: 0;
	padding-bottom: 74px;
	background: linear-gradient(
		180deg,
		rgba(6, 6, 6, 0.72) 0%,
		rgba(6, 6, 6, 0.48) 34%,
		rgba(6, 6, 6, 0.2) 68%,
		rgba(6, 6, 6, 0) 100%
	);
}

.drs-story-card__overlay {
	bottom: 0;
	padding: 132px 16px 18px;
	background: linear-gradient(
		180deg,
		rgba(5, 5, 5, 0) 0%,
		rgba(5, 5, 5, 0.08) 18%,
		rgba(5, 5, 5, 0.26) 42%,
		rgba(5, 5, 5, 0.62) 74%,
		rgba(5, 5, 5, 0.94) 100%
	);
}

.drs-story-card__progress {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
	gap: 6px;
	margin: 0 0 16px;
}

.drs-progress__item {
	height: 3px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 999px;
	overflow: hidden;
}

.drs-progress__fill {
	display: block;
	width: 0;
	height: 100%;
	background: #ffffff;
	border-radius: inherit;
}

.drs-story-card__header,
.drs-story-card__meta,
.drs-story-card__actions {
	display: flex;
	align-items: center;
}

.drs-story-card__header {
	justify-content: space-between;
	gap: 12px;
}

.drs-story-card__meta {
	gap: 10px;
	min-width: 0;
}

.drs-story-card__avatar {
	width: 38px;
	height: 38px;
	border-radius: 999px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.24);
	flex: 0 0 auto;
}

.drs-story-card__avatar img,
.drs-story-card__avatar span {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	object-fit: cover;
	color: #ffffff;
	font-weight: 700;
}

.drs-story-card__titles {
	min-width: 0;
}

.drs-story-card__group,
.drs-story-card__subtitle {
	color: #ffffff;
}

.drs-story-card__group {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.1;
}

.drs-story-card__subtitle {
	font-size: 12px;
	opacity: 0.76;
}

.drs-story-card__actions {
	gap: 10px;
}

.drs-icon-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	padding: 0;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	box-shadow: none;
	appearance: none;
	-webkit-appearance: none;
	color: #ffffff;
	cursor: pointer;
	outline: none;
	-webkit-tap-highlight-color: transparent;
}

.drs-icon-button.is-active {
	background: rgba(255, 255, 255, 0.16);
}

.drs-icon-button svg {
	width: 20px;
	height: 20px;
}

.drs-story-card__media {
	position: absolute;
	inset: 0;
}

.drs-story-card__media img,
.drs-story-card__media video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.drs-story-card__text {
	display: grid;
	gap: 8px;
	max-width: 84%;
	margin: 0 0 18px;
}

.drs-story-card__title {
	margin: 0;
	color: #ffffff;
	font-size: clamp(24px, 4vw, 34px);
	line-height: 1.02;
	font-weight: 800;
}

.drs-story-card__description {
	margin: 0;
	color: rgba(255, 255, 255, 0.92);
	font-size: 16px;
	line-height: 1.32;
}

.drs-story-card__cta,
.drs-story-card__products-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 14px 18px;
	border-radius: 999px;
	font-weight: 700;
	text-decoration: none;
	transition: transform 0.2s ease, background-color 0.2s ease;
	outline: none;
	-webkit-tap-highlight-color: transparent;
}

.drs-story-card__cta {
	width: 100%;
	margin: 0 0 12px;
	background: #ffffff;
	color: #111111;
}

.drs-story-card__products-toggle {
	width: 100%;
	min-height: 24px;
	padding: 6px 14px;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.18);
	color: #ffffff;
	box-shadow: none;
	appearance: none;
	-webkit-appearance: none;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	cursor: pointer;
}

.drs-story-card__cta:hover,
.drs-story-card__products-toggle:hover {
	transform: translateY(-1px);
}

.drs-modal__nav {
	position: absolute;
	top: 82px;
	bottom: 0;
	z-index: 5;
	width: 28%;
	padding: 0;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	appearance: none;
	-webkit-appearance: none;
	color: transparent !important;
	cursor: pointer;
	outline: none;
	-webkit-tap-highlight-color: transparent;
}

.drs-modal__nav::before,
.drs-modal__nav::after,
.drs-trigger::before,
.drs-trigger::after,
.drs-icon-button::before,
.drs-icon-button::after,
.drs-story-card__products-toggle::before,
.drs-story-card__products-toggle::after {
	content: none !important;
	display: none !important;
}

.drs-modal__nav--prev {
	left: 0;
}

.drs-modal__nav--next {
	right: 0;
}

.drs-products-sheet {
	position: fixed;
	left: 50%;
	bottom: max(18px, env(safe-area-inset-bottom));
	z-index: 8;
	width: min(calc(100vw - 36px), max(320px, calc((100dvh - 52px) * 9 / 16 + 28px)));
	max-height: min(52vh, 420px);
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, calc(100% + 20px));
	transition: transform 0.26s ease, opacity 0.26s ease;
}

.drs-products-sheet.is-open {
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, 0);
}

.drs-products-sheet__inner {
	display: grid;
	grid-template-rows: auto minmax(0, 1fr);
	height: 100%;
	padding: 14px 14px calc(14px + env(safe-area-inset-bottom));
	background: #ffffff;
	border-radius: 24px;
	box-shadow: 0 22px 44px rgba(0, 0, 0, 0.18);
	overflow: hidden;
}

.drs-products-sheet__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin: 0 0 10px;
}

.drs-products-sheet__header strong {
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	color: rgba(17, 17, 17, 0.64);
}

.drs-products-sheet__hide {
	padding: 0 !important;
	background: transparent !important;
	background-color: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: #111111;
	cursor: pointer;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	outline: none;
	appearance: none !important;
	-webkit-appearance: none !important;
	-webkit-tap-highlight-color: transparent;
}

.drs-products-sheet__hide:hover,
.drs-products-sheet__hide:active,
.drs-products-sheet__hide:focus,
.drs-products-sheet__hide:focus-visible {
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
	color: #111111 !important;
}

.drs-products-sheet__hide::before,
.drs-products-sheet__hide::after {
	content: none !important;
	display: none !important;
}

.drs-products-sheet__track {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(124px, 148px);
	gap: 10px;
	align-items: start;
	overflow-x: auto;
	overflow-y: auto;
	padding: 2px 2px 8px;
	scroll-snap-type: x proximity;
	overscroll-behavior: contain;
}

.drs-product-card {
	display: grid;
	align-content: start;
	gap: 8px;
	padding: 8px;
	background: #fafafa;
	border: 1px solid #ededed;
	border-radius: 16px;
	color: #111111;
	text-decoration: none;
	scroll-snap-align: start;
	outline: none;
	width: 100%;
	min-width: 0;
	box-shadow: none;
	-webkit-tap-highlight-color: transparent;
}

.drs-product-card__image {
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 12px;
	background: transparent;
	box-shadow: none;
	isolation: isolate;
}

.drs-product-card__image::before,
.drs-product-card__image::after {
	content: none !important;
	display: none !important;
}

.drs-product-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	background: transparent;
	object-fit: contain;
	mix-blend-mode: multiply;
}

.drs-product-card__content {
	display: grid;
	gap: 5px;
	min-width: 0;
}

.drs-product-card__title {
	display: -webkit-box;
	overflow: hidden;
	min-width: 0;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.3;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.drs-product-card__price {
	display: block;
	min-width: 0;
	margin: 0;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.25;
	white-space: normal;
	overflow-wrap: anywhere;
}

.drs-product-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-width: 0;
	min-height: 32px;
	margin-top: 5px;
	padding: 8px 10px;
	background: var(--drs-product-button-bg, var(--wd-primary-color, var(--btn-default-bgcolor, var(--dcolor, #111111))));
	border: 1px solid var(--drs-product-button-bg, var(--wd-primary-color, var(--btn-default-bgcolor, var(--dcolor, #111111))));
	border-radius: var(--drs-product-button-radius, 999px);
	color: var(--drs-product-button-text, var(--btn-default-color, #ffffff));
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}

.drs-product-card:hover .drs-product-card__button,
.drs-product-card:focus .drs-product-card__button,
.drs-product-card:focus-visible .drs-product-card__button {
	background: var(--drs-product-button-bg, var(--wd-primary-color, var(--btn-default-bgcolor, var(--dcolor, #111111))));
	border-color: var(--drs-product-button-bg, var(--wd-primary-color, var(--btn-default-bgcolor, var(--dcolor, #111111))));
	color: var(--drs-product-button-text, var(--btn-default-color, #ffffff));
	opacity: 0.92;
}

.drs-no-scroll {
	overflow: hidden;
}

.drs-trigger:focus,
.drs-trigger:focus-visible,
.drs-modal__nav:focus,
.drs-modal__nav:focus-visible,
.drs-icon-button:focus,
.drs-icon-button:focus-visible,
.drs-story-card__products-toggle:focus,
.drs-story-card__products-toggle:focus-visible,
.drs-products-sheet__hide:focus,
.drs-products-sheet__hide:focus-visible,
.drs-product-card:focus,
.drs-product-card:focus-visible {
	outline: none;
	box-shadow: none;
}

.drs-home-stories-section {
	padding: 28px 0 8px;
}

@media (max-width: 767px) {
	.drs-stories--text-right .drs-trigger {
		max-width: 100%;
	}

	.drs-modal__viewport {
		justify-content: center;
		padding: 0;
		gap: 0;
	}

	.drs-modal__story {
		width: 100vw;
		max-width: none;
		height: 100dvh;
		margin: 0;
	}

	.drs-story-card {
		height: 100%;
		aspect-ratio: auto;
		border-radius: 0;
		box-shadow: none;
	}

	.drs-story-card__top,
	.drs-story-card__overlay {
		padding-left: 12px;
		padding-right: 12px;
	}

	.drs-story-card__top {
		padding-top: max(12px, env(safe-area-inset-top));
		padding-bottom: 86px;
	}

	.drs-story-card__overlay {
		padding-top: 148px;
		padding-bottom: calc(18px + env(safe-area-inset-bottom));
	}

	.drs-story-card__title {
		font-size: 20px;
	}

	.drs-story-card__description {
		font-size: 14px;
	}

	.drs-products-sheet {
		bottom: max(8px, env(safe-area-inset-bottom));
		width: calc(100vw - 12px);
		max-height: min(76dvh, 620px);
	}

	.drs-modal__nav {
		top: calc(76px + env(safe-area-inset-top));
	}

	.drs-products-sheet__inner {
		padding: 14px 14px calc(14px + env(safe-area-inset-bottom));
		border-radius: 22px;
	}

	.drs-products-sheet__track {
		grid-auto-columns: minmax(164px, 44vw);
		gap: 12px;
	}

	.drs-product-card {
		gap: 10px;
		padding: 10px;
	}

	.drs-product-card__title {
		font-size: 15px;
	}

	.drs-product-card__price {
		font-size: 15px;
	}

	.drs-product-card__button {
		min-height: 42px;
		margin-top: 5px;
		padding: 10px 14px;
		font-size: 14px;
	}

	.drs-home-stories-section {
		padding: 18px 0 4px;
	}
}
