/* ShopNova — match reference storefront */

:root {
	--sn-blue: #1e5bdb;
	--sn-blue-dark: #1547b0;
	--sn-navy: #0d2b6b;
	--sn-hot: #e23d3d;
	--sn-bg: #f4f7fb;
	--sn-text: #1f2937;
	--sn-muted: #6b7280;
	--sn-line: #e6edf5;
	--sn-radius: 8px;
}

html:has(body.sn-body),
body.sn-body {
	overflow-x: hidden;
	max-width: 100%;
}

body.sn-body.sm-body {
	padding-top: var(--sn-header-offset, 168px) !important;
	background: #fff;
}

body.sn-body .page {
	margin-top: 0;
	max-width: 100%;
	overflow-x: hidden;
}

@media (min-width: 992px) {
	body.sn-body { padding-bottom: 0; }
}

body.sn-body#home .page {
	padding: 0 !important;
	background: #fff;
	margin-top: 0;
}

body.sn-body#product {
	background: #fff !important;
}

body.sn-body#product .page {
	background: #fff;
	border-radius: 0;
	padding: 0 0 48px;
	margin-top: 0;
}

body.sn-body#product .sm-page-wrap {
	max-width: var(--theme-container-max, 1320px);
	margin: 0 auto;
	padding-bottom: 8px;
}

body.sn-body#product .sm-breadcrumb {
	margin: 10px 0 22px;
}

body.sn-body#login,
body.sn-body#register,
body.sn-body#forgot-password,
body.sn-body#reset-password {
	padding-top: 24px !important;
	padding-bottom: 24px !important;
	background: #eef3fb;
}

.sn-wrap {
	width: 100%;
	max-width: var(--theme-container-max, 1320px);
	margin: 0 auto;
	padding: 0 16px;
}

.sn-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1040;
	background: #fff;
	box-shadow: 0 1px 0 var(--sn-line);
	overflow: visible;
}

.sn-topbar {
	background: var(--sn-navy);
	color: #fff;
	font-size: 12px;
}

.sn-topbar__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 34px;
	gap: 12px;
}

.sn-topbar__left {
	display: flex;
	gap: 18px;
	flex-wrap: wrap;
}

.sn-topbar__left span,
.sn-topbar__track {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #fff;
	text-decoration: none;
	opacity: 0.95;
}

.sn-header__main { background: #fff;padding: 0px 15px }

.sn-header__main-row {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 16px;
	min-height: 78px;
}

.sn-header__menu {
	flex: 0 0 auto;
}

.sn-logo { flex: 0 1 auto; }
.sn-search { flex: 1 1 auto; min-width: 0; }
.sn-header__actions { flex: 0 0 auto; }

.sn-logo {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	color: inherit;
	min-width: 0;
}

.sn-logo__mark {
	width: 42px;
	height: 42px;
	border-radius: 10px;
	background: var(--sn-blue);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.sn-logo__text {
	display: flex;
	flex-direction: column;
	line-height: 1.15;
}

.sn-logo__img {
	display: none;
}

.sn-logo__text strong {
	font-size: 1.35rem;
	font-weight: 800;
	color: var(--sn-blue);
	letter-spacing: -0.03em;
}

.sn-logo__text small {
	font-size: 11px;
	color: var(--sn-muted);
}

.sn-search { position: relative; min-width: 0; }

.sn-search__form {
	display: flex;
	align-items: stretch;
	width: 100%;
	border: 1px solid #d7e0ea;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	height: 48px;
}

.sn-search__cat-btn {
	height: 100%;
	border: 0;
	border-right: 1px solid #e5edf5;
	background: #f8fafc;
	padding: 0 14px;
	font-size: 13px;
	font-weight: 600;
	color: #334155;
	white-space: nowrap;
}

.sn-search__input {
	flex: 1;
	border: 0;
	outline: none;
	padding: 0 14px;
	min-width: 0;
	font-size: 14px;
}

.sn-search__submit {
	width: 54px;
	border: 0;
	background: var(--sn-blue);
	color: #fff;
	flex-shrink: 0;
}

.sn-search__suggest {
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% + 6px);
	background: #fff;
	border: 1px solid var(--sn-line);
	border-radius: 8px;
	z-index: 40;
	max-height: 70vh;
	overflow-y: auto;
	box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
}

.sn-search__suggest .sm-header-search__item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 12px;
	text-decoration: none;
	color: inherit;
	border-bottom: 1px solid var(--sn-line);
}

.sn-search__suggest .sm-header-search__item:last-child { border-bottom: 0; }
.sn-search__suggest .sm-header-search__item:hover { background: #f4f7fb; }
.sn-search__suggest .sm-header-search__thumb {
	width: 40px;
	height: 40px;
	object-fit: cover;
	border-radius: 6px;
	flex-shrink: 0;
}
.sn-search__suggest .sm-header-search__body { flex: 1; min-width: 0; }
.sn-search__suggest .sm-header-search__name {
	font-size: 13px;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sn-search__suggest .sm-header-search__meta {
	font-size: 11px;
	color: var(--sn-muted);
}
.sn-search__suggest .sm-header-search__price {
	font-size: 13px;
	font-weight: 700;
	color: var(--sn-blue);
	white-space: nowrap;
}
.sn-search__suggest .sm-header-search__empty {
	padding: 14px;
	font-size: 13px;
	color: var(--sn-muted);
}

.sn-header__actions {
	display: flex;
	align-items: center;
	gap: 8px;
}

.sn-account {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
	color: inherit;
	padding: 4px 6px;
}

.sn-account small {
	display: block;
	font-size: 11px;
	color: var(--sn-muted);
}

.sn-account strong {
	display: block;
	font-size: 13px;
	font-weight: 700;
}

.sn-account__icon {
	position: relative;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid var(--sn-line);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--sn-blue);
}

.sn-cart-badge {
	position: absolute;
	top: -4px;
	right: -4px;
	min-width: 18px;
	height: 18px;
	border-radius: 999px;
	background: var(--sn-blue);
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.sn-nav {
	position: relative;
	border-top: 1px solid var(--sn-line);
	background: #fff;
	z-index: 20;
}

.sn-nav__row {
	display: flex;
	align-items: center;
	gap: 18px;
	min-height: 54px;
}

.sn-nav__cats {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	height: 40px;
	padding: 0 16px;
	border: 0;
	border-radius: 6px;
	background: var(--sn-blue);
	color: #fff;
	font-weight: 700;
	font-size: 13px;
	cursor: pointer;
}

.sn-nav__links {
	display: flex;
	align-items: center;
	gap: 22px;
	list-style: none;
	margin: 0;
	padding: 0;
	flex: 1;
}

.sn-nav__links > li > a {
	color: #334155;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	min-height: 54px;
}

.sn-nav__links > li > a.is-active,
.sn-nav__links > li > a:hover { color: var(--sn-blue); }

.sn-hover { position: relative; }
.sn-hover--cats,
.sn-nav__links > li {
	display: flex;
	align-items: center;
	align-self: stretch;
}

.sn-hover__drop {
	position: absolute;
	top: 100%;
	left: 0;
	padding-top: 8px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s;
	z-index: 50;
	pointer-events: none;
}

.sn-hover:hover > .sn-hover__drop,
.sn-hover:focus-within > .sn-hover__drop {
	opacity: 1;
	visibility: visible;
	transform: none;
	pointer-events: auto;
}

.sn-hover__drop--menu {
	min-width: 220px;
}

.sn-hover__drop--menu a {
	display: block;
	padding: 9px 14px;
	background: #fff;
	border-left: 1px solid var(--sn-line);
	border-right: 1px solid var(--sn-line);
	color: #334155;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	white-space: nowrap;
}

.sn-hover__drop--menu a:first-child {
	border-top: 1px solid var(--sn-line);
	border-radius: 10px 10px 0 0;
}

.sn-hover__drop--menu a:last-child {
	border-bottom: 1px solid var(--sn-line);
	border-radius: 0 0 10px 10px;
}

.sn-hover__drop--menu a:hover {
	background: #eef4ff;
	color: var(--sn-blue);
}

.sn-hover--cats .sn-hover__drop--mega {
	left: 0;
	min-width: min(920px, 78vw);
}

.sn-megamenu {
	display: grid;
	grid-template-columns: repeat(4, minmax(140px, 1fr));
	gap: 4px 18px;
	background: #fff;
	border: 1px solid var(--sn-line);
	border-radius: 12px;
	box-shadow: 0 18px 40px rgba(13, 43, 107, 0.12);
	padding: 18px 20px 20px;
	max-height: min(70vh, 480px);
	overflow: auto;
}

.sn-megamenu__col {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.sn-megamenu__title {
	display: block;
	padding: 4px 0 6px;
	color: var(--sn-navy);
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
	border-bottom: 1px solid var(--sn-line);
	margin-bottom: 4px;
}

.sn-megamenu__col a:not(.sn-megamenu__title) {
	color: #4b5563;
	text-decoration: none;
	font-size: 13px;
	padding: 3px 0;
	font-weight: 500;
}

.sn-megamenu__col a:hover { color: var(--sn-blue); }

.sn-nav__hot {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	height: 36px;
	padding: 0 14px;
	border-radius: 6px;
	background: var(--sn-hot);
	color: #fff !important;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

/* Hero */
.sn-hero {
	background: #fff;
	padding: 16px 0 4px;
}

.sn-hero__banner {
	position: relative;
	background: #eef2f7;
	border-radius: 16px;
	min-height: 420px;
	overflow: hidden;
}

.sn-hero__hook,
.sn-hero__hook .fshop-slider,
.sn-hero__hook .fshop-slider__track,
.sn-hero__hook .fshop-slider__slide {
	width: 100%;
	height: 100%;
	border-radius: inherit;
}

.sn-hero__hook .fshop-slider--hero {
	margin-top: 0;
	height: 100%;
	min-height: 420px;
}

.sn-hero__hook .fshop-slider__image {
	width: 100% !important;
	height: 420px;
	object-fit: cover;
	display: block;
}

.sn-hero__slide {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	min-height: 340px;
	padding: 28px 36px;
	gap: 12px;
}

.sn-pill {
	display: inline-block;
	background: #e8f0ff;
	color: var(--sn-blue);
	font-size: 12px;
	font-weight: 700;
	padding: 4px 10px;
	border-radius: 999px;
	margin-bottom: 10px;
}

.sn-hero__copy h1 {
	margin: 0 0 8px;
	font-size: clamp(1.8rem, 3.4vw, 2.6rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.15;
}

.sn-hero__copy p {
	color: var(--sn-muted);
	margin: 0 0 18px;
}

.sn-hero__media img {
	width: 100%;
	max-height: 280px;
	object-fit: contain;
}

.sn-hero__dots {
	position: absolute;
	left: 50%;
	bottom: 14px;
	transform: translateX(-50%);
	display: flex;
	gap: 6px;
}

.sn-hero__dots span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #cbd5e1;
}

.sn-hero__dots .is-on { background: var(--sn-blue); }

.sn-btn {
	display: inline-flex;
	align-items: center;
	height: 42px;
	padding: 0 18px;
	border-radius: 6px;
	background: var(--sn-blue);
	color: #fff !important;
	font-weight: 700;
	font-size: 14px;
	text-decoration: none;
}

.sn-btn--light {
	background: #fff;
	color: var(--sn-blue) !important;
}

.sn-trust {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 8px;
	margin: 18px 0 28px;
	padding: 16px 8px;
	background: #fff;
	border: 1px solid var(--sn-line);
	border-radius: var(--sn-radius);
}

.sn-trust li {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	text-align: center;
	font-size: 13px;
	font-weight: 700;
}

.sn-trust__ico {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.sn-trust__ico--blue { background: #e8f0ff; color: var(--sn-blue); }
.sn-trust__ico--green { background: #e9f8ef; color: #16a34a; }
.sn-trust__ico--red { background: #fdecec; color: #dc2626; }
.sn-trust__ico--pink { background: #fde8f3; color: #db2777; }
.sn-trust__ico--cyan { background: #e6f7fb; color: #0891b2; }

.sn-popular__head,
.sn-section__title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 16px;
}

.sn-popular__head h2,
.sn-section__title {
	margin: 0;
	font-size: 1.35rem;
	font-weight: 800;
}

.sn-tabs { display: flex; gap: 16px; }

.sn-tabs button {
	border: 0;
	background: none;
	padding: 0;
	font-weight: 700;
	color: var(--sn-muted);
}

.sn-tabs button.is-active {
	color: var(--sn-blue);
	box-shadow: inset 0 -2px 0 var(--sn-blue);
}

.sn-popular .sn-grid {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.sn-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.sn-grid--6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }

.sn-card {
	background: #fff;
	border: 1px solid var(--sn-line);
	border-radius: var(--sn-radius);
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.sn-card__media {
	position: relative;
	display: block;
	aspect-ratio: 1;
	background: #f8fafc;
	padding: 12px;
}

.sn-card__media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.sn-card__sale {
	position: absolute;
	top: 8px;
	left: 8px;
	background: var(--sn-hot);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	padding: 2px 6px;
	border-radius: 4px;
}

.sn-card__body {
	padding: 10px 12px 14px;
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
}

.sn-card__title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #111827;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
	height: 2.7em;
	min-height: 2.7em;
}

.sn-card__rating {
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 6px 0;
	font-size: 12px;
	color: var(--sn-muted);
}

.sn-stars { color: #f5b301; letter-spacing: 1px; }

.sn-card__price {
	margin-top: auto;
}

.sn-card__price strong { font-size: 15px; }
.sn-card__price s { color: var(--sn-muted); margin-right: 6px; font-size: 12px; }

.sn-pdp-related {
	margin: 8px 0 8px;
	min-width: 0;
}

.sn-pdp-related__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 16px;
}

.sn-pdp-related__head .sn-section__title { margin: 0; }

.sn-pdp-related__tools {
	display: flex;
	align-items: center;
	gap: 12px;
	flex: 0 0 auto;
}

.sn-rail__more {
	color: var(--sn-blue);
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.sn-rail__more:hover { text-decoration: underline; }

.sn-rail { position: relative; min-width: 0; }

.sn-rail__nav {
	display: flex;
	gap: 8px;
	flex: 0 0 auto;
}

.sn-rail__btn {
	width: 36px;
	height: 36px;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--sn-line);
	border-radius: 50%;
	background: #fff;
	color: var(--sn-blue);
	cursor: pointer;
}

.sn-rail__btn:hover {
	background: var(--sn-blue);
	border-color: var(--sn-blue);
	color: #fff;
}

.sn-rail__btn:disabled {
	opacity: 0.35;
	cursor: default;
	background: #fff;
	border-color: var(--sn-line);
	color: #94a3b8;
}

.sn-rail__track {
	display: flex;
	align-items: stretch;
	gap: 14px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	-ms-overflow-style: none;
	padding: 2px 0 6px;
}

.sn-rail__track::-webkit-scrollbar { display: none; }

.sn-rail__track > .sn-card {
	flex: 0 0 calc((100% - 56px) / 5);
	width: calc((100% - 56px) / 5);
	scroll-snap-align: start;
	min-width: 0;
	height: auto;
	align-self: stretch;
}

body.sn-body#cart .prime-cart-layout__main,
body.sn-body#cart .sn-cart-rail,
body.sn-body#cart .prime-cart-section {
	min-width: 0;
}

body.sn-body#cart .sn-rail__track > .sn-card {
	flex-basis: calc((100% - 42px) / 4);
	width: calc((100% - 42px) / 4);
}

@media (max-width: 991.98px) {
	.sn-rail__track > .sn-card,
	body.sn-body#cart .sn-rail__track > .sn-card {
		flex-basis: calc((100% - 28px) / 3);
		width: calc((100% - 28px) / 3);
	}
}

@media (max-width: 575.98px) {
	.sn-rail__track > .sn-card,
	body.sn-body#cart .sn-rail__track > .sn-card {
		flex-basis: calc((100% - 14px) / 2);
		width: calc((100% - 14px) / 2);
	}
}

.sn-promos {
	display: grid;
	grid-template-columns: 1fr 0.9fr 1.25fr;
	gap: 16px;
	margin: 32px 0;
}

.sn-deal {
	background: linear-gradient(145deg, #0d2b6b 0%, #163f94 55%, #1e5bdb 100%);
	color: #fff;
	border: 0;
	border-radius: 12px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 14px;
	overflow: hidden;
	position: relative;
}

.sn-deal::after {
	content: "";
	position: absolute;
	width: 180px;
	height: 180px;
	right: -50px;
	bottom: -60px;
	border-radius: 50%;
	background: rgba(255,255,255,.08);
	pointer-events: none;
}

.sn-deal__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	position: relative;
	z-index: 1;
}

.sn-deal__badge {
	display: inline-flex;
	align-items: center;
	height: 26px;
	padding: 0 10px;
	border-radius: 999px;
	background: #f59e0b;
	color: #1f2937;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.sn-deal .sn-countdown {
	margin: 0;
	display: flex;
	gap: 4px;
}

.sn-deal .sn-countdown div {
	background: rgba(255,255,255,.14);
	min-width: 42px;
	padding: 5px 4px;
}

.sn-deal .sn-countdown strong { color: #fff; font-size: 14px; }
.sn-deal .sn-countdown span { color: rgba(255,255,255,.75); }

.sn-deal__product {
	display: grid;
	grid-template-columns: 110px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	text-decoration: none;
	color: #fff;
	position: relative;
	z-index: 1;
}

.sn-deal__media {
	position: relative;
	background: #fff;
	border-radius: 12px;
	padding: 10px;
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sn-deal__media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.sn-deal__sale {
	position: absolute;
	top: 6px;
	left: 6px;
	background: var(--sn-hot);
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	padding: 2px 6px;
	border-radius: 4px;
}

.sn-deal__info { min-width: 0; }

.sn-deal__name {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
	margin-bottom: 8px;
}

.sn-deal__price {
	display: flex;
	align-items: baseline;
	gap: 8px;
	margin-bottom: 10px;
}

.sn-deal__price s { opacity: 0.7; font-size: 12px; }
.sn-deal__price strong { font-size: 1.2rem; }

.sn-deal .sn-btn--light { height: 36px; padding: 0 14px; font-size: 13px; }

.sn-countdown {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 6px;
	margin-bottom: 14px;
}

.sn-countdown div {
	background: #eef4ff;
	border-radius: 6px;
	text-align: center;
	padding: 8px 4px;
}

.sn-countdown strong { display: block; font-size: 16px; color: var(--sn-blue); }
.sn-countdown span { font-size: 10px; color: var(--sn-muted); }

.sn-mega {
	background: linear-gradient(160deg, #1e5bdb, #0d2b6b);
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 220px;
	border-radius: 12px;
	padding: 18px;
	text-decoration: none;
}

.sn-mega span { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; }
.sn-mega strong { font-size: 1.6rem; line-height: 1.2; margin: 8px 0 12px; }
.sn-mega em { font-style: normal; font-weight: 700; }

.sn-promos__stack { display: flex; flex-direction: column; gap: 16px; }

.sn-banner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	background: #eef2f6;
	min-height: 118px;
	border-radius: 12px;
	padding: 18px;
	text-decoration: none;
	color: inherit;
	border: 1px solid var(--sn-line);
}

.sn-banner span { display: block; font-weight: 800; }
.sn-banner strong { color: var(--sn-blue); font-size: 13px; }
.sn-banner img { height: 86px; object-fit: contain; }

.sn-section { margin: 28px 0 40px; }

.sn-circles {
	display: grid;
	grid-template-columns: repeat(10, minmax(0, 1fr));
	gap: 10px;
}

.sn-circle {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	text-decoration: none;
	color: inherit;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
}

.sn-circle__img {
	width: 84px;
	height: 84px;
	border-radius: 50%;
	background: #eef2f6;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
}

.sn-circle__img img {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sn-circle__img.is-empty {
	background: #e8eef6;
}

.sn-home,
.sn-footer {
	max-width: 100%;
	overflow-x: hidden;
}

.sn-news {
	background: #dcebff;
	padding: 22px 0;
}

.sn-news__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
}

.sn-news__copy {
	display: flex;
	align-items: center;
	gap: 14px;
	color: var(--sn-navy);
}

.sn-news__copy p { margin: 4px 0 0; font-size: 13px; color: #3b4a68; }
.sn-news__ico { color: var(--sn-blue); }

.sn-news__form {
	display: flex;
	width: min(460px, 100%);
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
}

.sn-news__form input {
	flex: 1;
	border: 0;
	padding: 0 14px;
	height: 46px;
	outline: none;
}

.sn-news__form button {
	border: 0;
	background: var(--sn-blue);
	color: #fff;
	font-weight: 700;
	padding: 0 18px;
}

.sn-footer__main {
	background: var(--sn-navy);
	color: #c9d4ea;
	padding: 36px 0 18px;
}

.sn-footer__grid {
	display: grid;
	grid-template-columns: 1.4fr repeat(4, 1fr);
	gap: 24px;
}

.sn-footer__main h5 {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 14px;
}

.sn-footer__main ul { list-style: none; margin: 0; padding: 0; }
.sn-footer__main li { margin: 0 0 8px; font-size: 13px; }
.sn-footer__main a { color: #c9d4ea; text-decoration: none; }
.sn-footer__main a:hover { color: #fff; }
.sn-footer__main p { font-size: 13px; line-height: 1.55; margin: 10px 0 14px; }

.sn-logo--light strong { color: #fff; font-size: 1.2rem; }

.sn-social { display: flex; gap: 8px; }
.sn-social a {
	width: 32px;
	height: 32px;
	border-radius: 6px;
	background: rgba(255,255,255,.12);
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

.sn-footer__bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
	margin-top: 28px;
	padding-top: 16px;
	border-top: 1px solid rgba(255,255,255,.12);
	font-size: 12px;
}

.sn-icon-btn {
	border: 0;
	background: #f4f7fb;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--sn-navy);
	flex-shrink: 0;
	padding: 0;
}

.sn-body .sm-container { max-width: var(--theme-container-max, 1320px); }

@media (max-width: 1199px) {
	.sn-popular .sn-grid,
	.sn-grid, .sn-grid--6 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.sn-circles { grid-template-columns: repeat(6, minmax(0, 1fr)); }
	.sn-promos { grid-template-columns: 1fr 1fr; }
	.sn-promos__stack { grid-column: 1 / -1; }
}

@media (max-width: 991px) {
	body.sn-body.sm-body { padding-top: var(--sn-header-offset, 148px) !important; padding-bottom: 78px; }
	.sn-wrap { padding: 0 12px; }
	.sn-topbar { font-size: 11px; overflow: hidden; }
	.sn-topbar__row { min-width: 0; }
	.sn-topbar__left span:nth-child(2),
	.sn-topbar__left span:nth-child(3),
	.sn-topbar__track { display: none; }

	.sn-header__main-row {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap: 8px 10px;
		min-height: 0;
		padding: 8px 0 10px;
	}
	.sn-header__menu { display: inline-flex !important; order: 1; }
	.sn-logo {
		order: 2;
		flex: 1 1 0;
		min-width: 0;
	}
	.sn-logo__text small { display: none; }
	.sn-logo__text strong {
		font-size: 1.05rem;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.sn-logo__mark { width: 34px; height: 34px; }
	.sn-header__actions {
		order: 3;
		margin-left: 0;
		gap: 2px;
	}
	.sn-header__actions .d-md-block { display: none !important; }
	.sn-account { padding: 0; }
	.sn-account__icon { width: 36px; height: 36px; }
	.sn-search {
		order: 4;
		flex: 1 0 100%;
		width: 100%;
		max-width: 100%;
	}
	.sn-search__form { height: 44px; border-radius: 10px; }
	.sn-search__submit { width: 46px; flex-shrink: 0; }

	.sn-hero { padding: 10px 0 0; }
	.sn-hero__banner {
		min-height: 0;
		aspect-ratio: 16 / 9;
		border-radius: 12px;
	}
	.sn-hero__hook,
	.sn-hero__hook .fshop-slider,
	.sn-hero__hook .fshop-slider__track {
		position: relative;
		height: 100%;
		min-height: 100%;
	}
	.sn-body .sn-hero__hook .fshop-slider__slide,
	.sn-body .sn-hero__hook .fshop-slider__slide.is-active {
		position: absolute !important;
		inset: 0;
		height: 100% !important;
		min-height: 0;
	}
	.sn-body .sn-hero__hook .fshop-slider__image {
		position: absolute;
		inset: 0;
		width: 100% !important;
		height: 100% !important;
		object-fit: cover !important;
	}
	.sn-hero__slide {
		grid-template-columns: 1fr;
		min-height: 0;
		height: 100%;
		padding: 16px;
	}
	.sn-hero__copy h1 { font-size: 1.35rem; }
	.sn-hero__media { display: none; }
	.sn-body .sn-hero__hook .fshop-slider__content { padding: 14px; }
	.sn-body .sn-hero__hook .fshop-slider__title { font-size: 1.15rem; margin-bottom: 8px; }
	.sn-body .sn-hero__hook .fshop-slider__promo-boxes,
	.sn-body .sn-hero__hook .fshop-slider__lead { display: none; }
	.sn-body .sn-hero__hook .fshop-slider__arrow {
		width: 32px;
		height: 32px;
	}
	.sn-body .sn-hero__hook .fshop-slider__arrow--prev { left: 8px; }
	.sn-body .sn-hero__hook .fshop-slider__arrow--next { right: 8px; }
	.sn-body .sn-hero__hook .fshop-slider__counter { top: 8px; right: 8px; padding: 4px 8px; }
	.sn-body .fshop-slider-section--promo { overflow: hidden; }
	.sn-body .fshop-slider--promo .fshop-slider__slide {
		flex: 0 0 100%;
		min-width: 100%;
	}

	.sn-trust {
		display: flex;
		grid-template-columns: none;
		gap: 8px;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
		margin: 14px 0 22px;
		padding: 10px 4px 12px;
	}
	.sn-trust::-webkit-scrollbar { display: none; }
	.sn-trust li {
		flex: 0 0 auto;
		scroll-snap-align: start;
		flex-direction: row;
		white-space: nowrap;
		min-width: max-content;
		padding: 8px 12px 8px 8px;
		background: #f4f7fb;
		border-radius: 999px;
		font-size: 12px;
		gap: 8px;
	}
	.sn-trust__ico { width: 32px; height: 32px; flex-shrink: 0; }

	.sn-popular__head {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}
	.sn-popular__head h2,
	.sn-section__title { font-size: 1.15rem; }
	.sn-tabs {
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		padding-bottom: 2px;
	}
	.sn-tabs::-webkit-scrollbar { display: none; }
	.sn-tabs button { white-space: nowrap; flex-shrink: 0; font-size: 13px; }

	.sn-popular .sn-grid,
	.sn-grid, .sn-grid--6 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
	.sn-card__title { font-size: 12px; height: 2.7em; min-height: 2.7em; }
	.sn-promos { grid-template-columns: 1fr; margin: 22px 0; }
	.sn-footer__grid {
		grid-template-columns: 1fr 1fr;
		gap: 22px 18px;
	}
	.sn-footer__brand { grid-column: 1 / -1; }
	.sn-news__row { flex-direction: column; align-items: stretch; }
	.sn-news__form { width: 100%; }
	.sn-body .slide { min-width: 0; }
}

@media (max-width: 767px) {
	.sn-circles {
		display: flex;
		overflow-x: auto;
		gap: 12px;
		padding: 2px 2px 10px;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}
	.sn-circles::-webkit-scrollbar { display: none; }
	.sn-circle {
		flex: 0 0 72px;
		width: 72px;
		scroll-snap-align: start;
		font-size: 11px;
	}
	.sn-circle span:last-child {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		line-height: 1.25;
		max-height: 2.5em;
	}
	.sn-circle__img { width: 64px; height: 64px; }
	.sn-mega { min-height: 160px; padding: 16px; }
	.sn-mega strong { font-size: 1.25rem; }
	.sn-footer__bottom { flex-direction: column; align-items: flex-start; }
	.sn-footer__bottom img { max-width: 100%; height: auto; }
}

/* Mobile drawer */
.sn-body #primeMobileMenu,
.sn-body #primeMobileMenu.offcanvas,
.sn-body .offcanvas.prime-mobile-menu {
	--bs-offcanvas-width: min(320px, 86vw);
	width: min(320px, 86vw) !important;
	max-width: 86vw;
	height: 100% !important;
	background: #fff !important;
	border: 0;
	box-shadow: 12px 0 40px rgba(13, 43, 107, 0.18);
	z-index: 2000;
}

.sn-body .offcanvas-backdrop {
	background: rgba(13, 43, 107, 0.45);
	z-index: 1990;
}

.sn-body .prime-mobile-menu .offcanvas-body,
.sn-body #primeMobileMenu .offcanvas-body {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 0 !important;
	overflow: hidden;
	background: #fff;
}

.sn-drawer {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 100%;
	background: #fff;
}

.sn-drawer__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 16px;
	background: var(--sn-navy);
	flex-shrink: 0;
}

.sn-drawer__head .sn-logo { min-width: 0; }
.sn-drawer__head .sn-logo__text small {
	display: block;
	color: rgba(255,255,255,.7);
}
.sn-drawer__head .sn-logo__text strong { color: #fff; font-size: 1.05rem; }
.sn-drawer__head .sn-logo__mark {
	width: 36px;
	height: 36px;
	background: var(--sn-blue);
}

.sn-drawer__close {
	display: none;
}

.sn-drawer__actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	padding: 14px 16px;
	background: #f4f7fb;
	border-bottom: 1px solid var(--sn-line);
	flex-shrink: 0;
}

.sn-drawer__actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	height: 42px;
	border-radius: 8px;
	border: 1px solid var(--sn-line);
	background: #fff;
	color: #1f2937;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
}

.sn-drawer__hot {
	grid-column: 1 / -1;
	background: var(--sn-hot) !important;
	border-color: var(--sn-hot) !important;
	color: #fff !important;
}

.sn-drawer__nav {
	flex: 1 1 auto;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding: 8px 0 12px;
}

.sn-drawer__label {
	margin: 14px 16px 6px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--sn-muted);
}

.sn-drawer__link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 16px;
	color: #1f2937;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	border-left: 3px solid transparent;
}

.sn-drawer__link::after {
	content: "";
	width: 6px;
	height: 6px;
	border-right: 2px solid #c5d0dc;
	border-top: 2px solid #c5d0dc;
	transform: rotate(45deg);
	flex-shrink: 0;
}

.sn-drawer__link:hover,
.sn-drawer__link.is-active {
	background: #eef4ff;
	color: var(--sn-blue);
	border-left-color: var(--sn-blue);
}

.sn-drawer__link--sub {
	padding-left: 28px;
	font-weight: 500;
	color: #4b5563;
	font-size: 13px;
}

.sn-drawer__link--sub::after { display: none; }

.sn-drawer__group + .sn-drawer__group {
	border-top: 1px solid var(--sn-line);
}

.sn-drawer__lang {
	padding: 12px 16px calc(16px + env(safe-area-inset-bottom, 0px));
	border-top: 1px solid var(--sn-line);
	background: #f8fafc;
	flex-shrink: 0;
}

.sn-drawer__lang .lang-switcher-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
}

.sn-drawer__lang .lang-switcher-pills > a,
.sn-drawer__lang .lang-switcher-pills__item {
	margin: 0 !important;
	padding: 6px 12px !important;
	border: 1px solid var(--sn-line) !important;
	border-radius: 999px;
	background: #fff;
	color: #334155;
	text-decoration: none;
	font-size: 12px;
	font-weight: 600;
}

.sn-drawer__lang .lang-switcher-pills__item.is-active {
	background: var(--sn-blue);
	border-color: var(--sn-blue) !important;
	color: #fff;
}

.sn-body .sm-bottom-nav {
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid var(--sn-line);
	box-shadow: 0 8px 24px rgba(13, 43, 107, 0.1);
}

.sn-body .sm-bottom-nav__item.is-active {
	color: var(--sn-blue);
}

.sn-body .sm-bottom-nav__item.is-active .sm-bottom-nav__icon {
	background: #e8f0ff;
	color: var(--sn-blue);
}


body.sn-body .auth-split__visual-shade {
	background: linear-gradient(180deg, rgba(13,43,107,.2), rgba(13,43,107,.55));
}

body.sn-body .auth-split__visual-content {
	padding: 48px 40px;
}

body.sn-body .auth-split__visual-content h2 {
	font-size: 1.7rem;
	font-weight: 800;
	letter-spacing: -0.03em;
	margin: 12px 0 10px;
}

body.sn-body .auth-split__intro {
	text-align: left;
}

body.sn-body .auth-split__intro h1 {
	font-size: 1.55rem;
	color: var(--sn-navy);
}
body.sn-body .auth-split__tab.is-active {
	background: #fff;
	color: var(--sn-blue);
	border: 1px solid #ddd;
}

body.sn-body .auth-form .btn-details,
body.sn-body .auth-split__submit {
	background: var(--sn-blue);
	border: 0;
	border-radius: 10px;
	height: 46px;
	font-weight: 700;
}

body.sn-body .auth-form .form-control {
	border-radius: 10px;
	border-color: var(--sn-line);
	min-height: 46px;
}

body.sn-body .auth-form .form-control:focus {
	border-color: var(--sn-blue);
	box-shadow: 0 0 0 3px rgba(30, 91, 219, 0.12);
}

.sn-auth__brand-name {
	display: block;
	font-size: 1.4rem;
	font-weight: 800;
	color: #fff;
}

.sn-auth__points {
	list-style: none;
	margin: 22px 0 0;
	padding: 0;
	display: grid;
	gap: 10px;
}

.sn-auth__points li {
	position: relative;
	padding-left: 22px;
	font-size: 14px;
	font-weight: 600;
	opacity: 0.95;
}

.sn-auth__points li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #f59e0b;
}

/* Added-to-cart */
body.sn-body #cartAddedModal .sm-cart-dialog {
	border-radius: 18px;
	overflow: hidden;
	transform: translateY(24px) scale(0.92);
	transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}

body.sn-body #cartAddedModal.show .sm-cart-dialog {
	transform: none;
}

body.sn-body .sm-cart-added {
	text-align: center;
	padding: 8px 8px 4px;
}

.sn-added-check {
	display: inline-flex;
	color: #16a34a;
}

.sn-added-check__ring,
.sn-added-check__mark {
	stroke-dasharray: 160;
	stroke-dashoffset: 160;
}

body.sn-body #cartAddedModal.show .sn-added-check__ring {
	animation: snRing 0.55s ease forwards;
}

body.sn-body #cartAddedModal.show .sn-added-check__mark {
	animation: snRing 0.4s 0.25s ease forwards;
}

@keyframes snRing {
	to { stroke-dashoffset: 0; }
}

body.sn-body .sm-cart-added__product {
	display: flex;
	align-items: center;
	gap: 12px;
	text-align: left;
	background: #f4f7fb;
	border-radius: 12px;
	padding: 10px;
	margin: 14px 0;
	animation: snAddedItem 0.4s 0.15s both;
	max-width: 100%
}

@keyframes snAddedItem {
	from { opacity: 0; transform: translateY(8px); }
	to { opacity: 1; transform: none; }
}

body.sn-body .sm-cart-btn--primary {
	background: var(--sn-blue);
	border-color: var(--sn-blue);
}

.sn-fly {
	position: fixed;
	z-index: 3000;
	width: 56px;
	height: 56px;
	border-radius: 12px;
	object-fit: contain;
	background: #fff;
	box-shadow: 0 8px 20px rgba(13, 43, 107, 0.2);
	pointer-events: none;
	transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.7s ease;
}

.sn-account__icon.is-pulse {
	animation: snPulse 0.45s ease;
}

@keyframes snPulse {
	0% { transform: scale(1); }
	40% { transform: scale(1.18); }
	100% { transform: scale(1); }
}

@media (max-width: 991px) {
	body.sn-body .auth-split.sn-auth,
	body.sn-body#login .auth-split,
	body.sn-body#register .auth-split {
		width: calc(100% - 24px);
		margin: 16px auto 88px;
		grid-template-columns: 1fr;
		min-height: 0;
	}
	body.sn-body .auth-split__panel--visual { display: none; }
	.sn-deal__top { flex-wrap: wrap; }
	.sn-deal__product { grid-template-columns: 88px minmax(0, 1fr); }
}

/* —— Inner pages: catalog, cart, checkout, account, contact —— */

.sn-btn {
	justify-content: center;
	border: 0;
	cursor: pointer;
}

.sn-btn--ghost {
	background: #fff;
	color: var(--sn-blue) !important;
	border: 1px solid var(--sn-line);
	height: 40px;
}

.sn-btn.w-100 { width: 100%; }

body.sn-body#category,
body.sn-body#search,
body.sn-body#special,
body.sn-body#favorites,
body.sn-body#brand,
body.sn-body#cart,
body.sn-body#checkout,
body.sn-body#checkout-success,
body.sn-body#contact,
body.sn-body#cms,
body.sn-body#orders,
body.sn-body#404 {
	background: #fff !important;
}

body.sn-body#category .page,
body.sn-body#search .page,
body.sn-body#special .page,
body.sn-body#favorites .page,
body.sn-body#brand .page,
body.sn-body#cart .page,
body.sn-body#checkout .page,
body.sn-body#checkout-success .page,
body.sn-body#contact .page,
body.sn-body#cms .page,
body.sn-body#orders .page,
body.sn-body#404 .page {
	background: #fff;
	border-radius: 0;
	margin-top: 0;
}

.sn-page { padding: 4px 0 40px; }

.sn-page__title,
body.sn-body .prime-page__title,
body.sn-body .dress-account__title,
body.sn-body .checkout-page__title,
body.sn-body .sm-section__title {
	margin: 0 0 1rem;
	font-size: clamp(1.35rem, 2vw, 1.75rem);
	font-weight: 800;
	letter-spacing: -0.035em;
	color: #0f172a;
}

.sn-page__subtitle,
body.sn-body .prime-page__subtitle {
	margin: 0 0 1rem;
	font-size: 1.05rem;
	font-weight: 700;
	color: #0f172a;
}

.sn-page__promos {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin: 0 0 28px;
}

.sn-page__promo {
	padding: 16px 18px;
	border: 1px solid var(--sn-line);
	border-radius: 14px;
	background: #fff;
}

.sn-page__promo strong { display: block; color: var(--sn-blue); font-size: 0.95rem; }
.sn-page__promo span { display: block; margin-top: 4px; color: var(--sn-muted); font-size: 0.82rem; }

.sn-empty {
	text-align: center;
	padding: 48px 16px;
	color: var(--sn-muted);
}

.sn-empty p { margin: 0 0 16px; }

.sn-catalog__layout {
	display: grid;
	gap: 28px;
}

@media (min-width: 992px) {
	.sn-catalog__layout {
		grid-template-columns: 250px minmax(0, 1fr);
	}
}

.sn-catalog__head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
}

.sn-catalog__head .sn-page__title { margin: 0; }

.sn-catalog-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 991.98px) {
	.sn-catalog-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.sn-page__promos { grid-template-columns: 1fr; }
}

@media (max-width: 575.98px) {
	.sn-catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
}

body.sn-body .prime-catalog__sidebar,
body.sn-body .sn-catalog__sidebar {
	background: #fff;
	border: 1px solid var(--sn-line);
	border-radius: 16px;
	padding: 16px;
	height: fit-content;
	position: sticky;
	top: calc(var(--sn-header-offset, 168px) + 12px);
}

body.sn-body .prime-filter-link.is-active {
	background: var(--sn-blue);
	color: #fff;
}

body.sn-body .prime-filter__label {
	letter-spacing: 0.06em;
}

body.sn-body .form-control,
body.sn-body .form-select {
	border-color: #dbe3ee;
	border-radius: 10px;
}

body.sn-body .form-control:focus,
body.sn-body .form-select:focus {
	border-color: var(--sn-blue);
	box-shadow: 0 0 0 3px rgba(30, 91, 219, 0.14);
}

body.sn-body .prime-btn--primary,
body.sn-body .prime-btn--accent,
body.sn-body .checkout-submit {
	background: var(--sn-blue);
	border-color: var(--sn-blue);
	color: #fff;
	box-shadow: none;
}

body.sn-body .prime-btn--primary:hover,
body.sn-body .prime-btn--accent:hover,
body.sn-body .checkout-submit:hover {
	background: var(--sn-blue-dark, #1547b0);
	border-color: var(--sn-blue-dark, #1547b0);
	color: #fff;
}

body.sn-body .prime-btn--outline {
	background: #fff;
	border-color: var(--sn-line);
	color: var(--sn-blue);
}

body.sn-body .prime-btn--outline:hover {
	border-color: var(--sn-blue);
	color: var(--sn-blue);
}

body.sn-body .prime-pagination ul {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
}

body.sn-body .prime-pagination__link,
body.sn-body .prime-pagination__current {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 36px;
	padding: 0 10px;
	border-radius: 8px;
	border: 1px solid var(--sn-line);
	color: #334155;
	text-decoration: none;
	font-weight: 600;
	font-size: 13px;
}

body.sn-body .prime-pagination__current {
	background: var(--sn-blue);
	border-color: var(--sn-blue);
	color: #fff;
}

body.sn-body .prime-cart-box,
body.sn-body .prime-cart-summary__card,
body.sn-body .prime-page-card,
body.sn-body .page-card {
	border: 1px solid var(--sn-line);
	border-radius: 16px;
	box-shadow: none;
	background: #fff;
}

body.sn-body .prime-cart-card {
	border-bottom: 1px solid #eef2f7;
}

body.sn-body .prime-cart-card__name { color: #0f172a; }
body.sn-body .prime-cart-card__total strong { color: var(--sn-blue); }

body.sn-body .prime-cart-qty {
	border: 1px solid var(--sn-line);
	border-radius: 10px;
}

.prime-cart-section:has(.sn-pdp-related) > .prime-cart-section__head { display: none; }

body.sn-body .checkout-page__hero { margin-bottom: 28px; }

body.sn-body .checkout-steps__item.is-done { color: var(--sn-blue); }
body.sn-body .checkout-steps__item.is-active { color: var(--sn-blue); }

body.sn-body .checkout-section {
	border: 1px solid var(--sn-line);
	border-radius: 16px;
	box-shadow: none;
	background: #fff;
	overflow: hidden;
}

body.sn-body .checkout-section__step {
	background: var(--sn-blue);
}

body.sn-body .checkout-section__head h2 { color: #0f172a; }

body.sn-body .checkout-address-option {
	border-color: var(--sn-line);
	border-radius: 12px;
}

body.sn-body .checkout-address-option:has(input:checked) {
	border-color: var(--sn-blue);
	box-shadow: 0 0 0 3px rgba(30, 91, 219, 0.12);
}

body.sn-body .checkout-auth-card.is-active {
	border-color: var(--sn-blue);
}

body.sn-body .dress-account-avatar {
	background: var(--sn-blue);
}

body.sn-body .dress-account-nav__item:hover,
body.sn-body .dress-account-nav__item.is-active {
	background: #eef4ff;
	color: var(--sn-blue);
}

body.sn-body .dress-account-nav__badge { background: var(--sn-hot); }

body.sn-body .dress-account-sidebar,
body.sn-body .dress-account-card {
	border-color: var(--sn-line);
	border-radius: 16px;
	box-shadow: none;
}

body.sn-body .dress-account-stat__value { color: var(--sn-blue); }

.sn-contact {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
	gap: 24px;
	align-items: start;
}

.sn-contact__info,
.sn-contact__form {
	border: 1px solid var(--sn-line);
	border-radius: 16px;
	padding: 22px;
	background: #fff;
}

.sn-contact__info p { color: #475569; }
.sn-contact__info a { color: var(--sn-blue); text-decoration: none; }
.sn-hp { position: absolute; left: -9999px; }

.sn-404 {
	text-align: center;
	padding: 48px 16px 72px;
}

.sn-404__code {
	margin: 0;
	font-size: clamp(4rem, 10vw, 6rem);
	font-weight: 800;
	letter-spacing: -0.06em;
	line-height: 1;
	color: var(--sn-blue);
}

.sn-404__text { color: var(--sn-muted); margin: 0 0 22px; }

.sn-cms .sn-page__content {
	max-width: 72ch;
	line-height: 1.75;
	color: #334155;
}

.sn-page .success-icon {
	width: 64px;
	height: 64px;
	margin: 0 auto 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #e8f0ff;
	color: var(--sn-blue);
	font-size: 1.6rem;
	font-weight: 800;
}

@media (max-width: 991.98px) {
	.sn-contact { grid-template-columns: 1fr; }
}

body.sn-body#my-account {
	background: #f4f6f8 !important;
}

body.sn-body#my-account .page {
	background: #f4f6f8 !important;
	padding-bottom: 32px;
}

body.sn-body#my-account .sm-breadcrumb { display: none; }

.sn-acc {
	max-width: none;
	margin: 8px auto 40px;
}

.sn-acc-hub {
	max-width: 720px;
	margin: 0 auto;
}

.sn-acc-detail {
	max-width: 800px;
	margin: 0 auto;
}

.sn-acc-detail:has([data-account-panel="orders"].is-active) {
	max-width: 1140px;
}

.sn-acc-hub.is-hidden,
.sn-acc-detail { display: none; }

.sn-acc-detail.is-open { display: block; }

.sn-acc-profile {
	text-align: center;
	margin: 8px 0 28px;
}

.sn-acc-avatar {
	width: 88px;
	height: 88px;
	margin: 0 auto 14px;
	border-radius: 50%;
	background: #e9ecef;
	color: #343a40;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.55rem;
	font-weight: 800;
	letter-spacing: 0.02em;
}

.sn-acc-profile strong {
	display: block;
	font-size: 1.2rem;
	font-weight: 800;
	color: #212529;
}

.sn-acc-profile small {
	display: block;
	margin-top: 4px;
	font-size: 0.9rem;
	color: #6c757d;
}

.sn-acc-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

.sn-acc-item,
.sn-acc-logout {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 16px 18px;
	border: 0;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
	color: #212529;
	text-decoration: none;
	font-family: inherit;
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.3;
	text-align: left;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}

.sn-acc-item:hover,
.sn-acc-logout:hover {
	box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
	color: #212529;
}

.sn-acc-item__left {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
}

.sn-acc-item__icon,
.sn-acc-item__chevron {
	display: inline-flex;
	color: #8a939e;
	flex-shrink: 0;
}

.sn-acc-dot {
	width: 7px;
	height: 7px;
	margin-left: 6px;
	border-radius: 50%;
	background: #dc3545;
}

.sn-acc-logout {
	margin-top: 12px;
	color: #c0392b;
	font-weight: 700;
}

.sn-acc-logout .sn-acc-item__icon { color: #c0392b; }

.sn-acc-back {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin: 0 0 16px;
	padding: 0;
	border: 0;
	background: none;
	color: #6c757d;
	font-weight: 700;
	font-size: 0.92rem;
}

.sn-acc-back:hover { color: var(--sn-blue); }

a.sn-acc-back { text-decoration: none; cursor: pointer; }

.sn-acc-detail .dress-account-main {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
	padding: 22px 24px;
}

.sn-acc-detail:has([data-account-panel="orders"].is-active) .dress-account-main {
	background: transparent;
	box-shadow: none;
	padding: 0;
}

.sn-order-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	margin: 0 0 18px;
}

.sn-order-head h2 {
	margin: 0;
	font-size: 1.45rem;
	font-weight: 800;
	letter-spacing: -0.03em;
	color: #0f172a;
}

.sn-order-head span {
	font-size: 0.9rem;
	font-weight: 700;
	color: var(--sn-muted);
}

body.sn-body#my-account .account-order-filter {
	background: #fff;
	border-color: var(--sn-line);
	color: #334155;
	font-weight: 600;
	box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
}

body.sn-body#my-account .account-order-filter:hover,
body.sn-body#my-account .account-order-filter.is-active {
	background: var(--sn-blue);
	border-color: var(--sn-blue);
	color: #fff;
}

.sn-order-filters { margin-bottom: 18px; }

.sn-acc-detail:has([data-account-panel="orders"].is-active) .dress-account-empty {
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
}

.sn-order-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.sn-order-card {
	display: grid;
	grid-template-columns: 88px minmax(0, 1.4fr) auto minmax(140px, 0.7fr) auto;
	gap: 16px 20px;
	align-items: center;
	padding: 18px 20px;
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
}

.sn-order-card__thumbs {
	display: flex;
	align-items: center;
}

.sn-order-card__thumbs img {
	width: 64px;
	height: 64px;
	object-fit: cover;
	border-radius: 12px;
	background: #f4f6f8;
	border: 2px solid #fff;
	box-shadow: 0 0 0 1px #e6edf5;
}

.sn-order-card__thumbs img + img { margin-left: -18px; }

.sn-order-card__ref {
	display: inline-block;
	font-size: 1.02rem;
	font-weight: 800;
	color: #0f172a;
	text-decoration: none;
	letter-spacing: -0.02em;
}

.sn-order-card__ref:hover { color: var(--sn-blue); }

.sn-order-card__sub {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 12px;
	margin-top: 4px;
	color: #6b7280;
	font-size: 0.84rem;
}

.sn-order-card__cargo {
	margin-top: 8px;
	display: flex;
	align-items: center;
	min-height: 22px;
	color: #6b7280;
	font-size: 0.8rem;
	font-weight: 600;
}

.sn-order-card__cargo img {
	max-height: 22px;
	max-width: 72px;
	object-fit: contain;
}

.sn-order-card__total {
	text-align: right;
	white-space: nowrap;
}

.sn-order-card__total strong {
	display: block;
	font-size: 1.05rem;
	font-weight: 800;
	color: var(--sn-blue);
}

.sn-order-card__total small {
	display: block;
	margin-top: 3px;
	color: #94a3b8;
	font-size: 0.75rem;
	font-weight: 600;
}

.sn-order-status {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 132px;
	padding: 8px 12px;
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
	background: #64748b;
}

.sn-order-status--pending { background: #3b82f6; }
.sn-order-status--processing { background: #0f766e; }
.sn-order-status--shipped { background: #16a34a; }
.sn-order-status--delivered { background: var(--sn-blue); }
.sn-order-status--cancelled { background: #64748b; }
.sn-order-status--return-pending { background: #7c3aed; }
.sn-order-status--returned { background: #4f46e5; }

.sn-order-card__actions {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 8px;
}

.sn-order-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 9px 14px;
	border-radius: 10px;
	border: 1px solid var(--sn-line);
	background: #fff;
	color: #334155;
	text-decoration: none;
	font-size: 0.82rem;
	font-weight: 700;
	white-space: nowrap;
}

.sn-order-action svg { width: 14px; height: 14px; }

.sn-order-action--primary {
	background: var(--sn-blue);
	border-color: var(--sn-blue);
	color: #fff;
}

.sn-order-action--primary:hover {
	background: var(--sn-blue-dark);
	border-color: var(--sn-blue-dark);
	color: #fff;
}

.sn-order-detail .account-order-card,
.sn-order-detail .dress-account-card {
	border: 0;
	border-radius: 14px;
	box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
	background: #fff;
}

.sn-order-detail .account-order-card__total { color: var(--sn-blue); }

@media (max-width: 991.98px) {
	.sn-order-card {
		grid-template-columns: 64px 1fr;
		grid-template-areas:
			"thumbs info"
			"thumbs total"
			"status status"
			"actions actions";
	}
	.sn-order-card__thumbs { grid-area: thumbs; }
	.sn-order-card__info { grid-area: info; }
	.sn-order-card__total { grid-area: total; text-align: left; }
	.sn-order-card__status { grid-area: status; }
	.sn-order-card__actions { grid-area: actions; flex-direction: row; }
	.sn-order-card__thumbs img { width: 56px; height: 56px; }
	.sn-order-status { min-width: 0; width: 100%; }
}

@media (max-width: 767.98px) {
	.sn-acc-grid { grid-template-columns: 1fr; }
	.sn-acc { margin-top: 0; }
	.sn-acc-detail,
	.sn-acc-detail:has([data-account-panel="orders"].is-active) { max-width: none; }
}

body.sn-body#checkout,
body.sn-body#checkout-success {
	background: #f4f6f8 !important;
}

body.sn-body#checkout .page,
body.sn-body#checkout-success .page {
	background: #f4f6f8 !important;
}

body.sn-body#checkout .sm-breadcrumb { display: none; }

body.sn-body#checkout .sm-page-wrap {
	max-width: var(--theme-container-max, 1320px);
}

body.sn-body#checkout .sn-cko {
	width: 100%;
	max-width: 100%;
	margin: 0 0 40px;
}

body.sn-body#checkout .sn-cko__hero {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 18px 28px;
	margin: 4px 0 26px;
}

body.sn-body#checkout .sn-cko__kicker {
	margin: 0 0 6px;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--sn-blue);
}

body.sn-body#checkout .checkout-page__title {
	margin: 0 0 6px;
	font-size: clamp(1.5rem, 2.5vw, 2rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	color: #0f172a;
}

body.sn-body#checkout .checkout-page__lead {
	margin: 0;
	color: var(--sn-muted);
	font-size: 0.95rem;
}

body.sn-body#checkout .sn-cko__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
	gap: 24px;
	align-items: start;
	width: 100%;
}

body.sn-body#checkout .sn-cko__main,
body.sn-body#checkout .sn-cko__aside {
	min-width: 0;
	max-width: 100%;
}

body.sn-body#checkout .sn-cko-steps,
body.sn-body#checkout .checkout-steps {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

body.sn-body#checkout .checkout-steps__item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 0.86rem;
	font-weight: 700;
	color: #94a3b8;
	text-decoration: none;
}

body.sn-body#checkout .checkout-steps__item span {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #e8eef6;
	color: #64748b;
	font-size: 0.75rem;
}

body.sn-body#checkout .checkout-steps__item.is-done { color: var(--sn-blue); }
body.sn-body#checkout .checkout-steps__item.is-done span {
	background: #e8f0ff;
	color: var(--sn-blue);
}

body.sn-body#checkout .checkout-steps__item.is-active { color: #0f172a; }
body.sn-body#checkout .checkout-steps__item.is-active span {
	background: var(--sn-blue);
	color: #fff;
}

body.sn-body#checkout .checkout-steps__sep {
	width: 28px;
	height: 2px;
	background: #dbe3ee;
}

body.sn-body#checkout .checkout-member-bar {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	background: var(--sn-navy);
	border-radius: 14px;
	padding: 16px 18px;
	margin-bottom: 16px;
	box-shadow: 0 10px 24px rgba(13, 43, 107, 0.18);
}

body.sn-body#checkout .checkout-member-bar > div {
	min-width: 0;
	overflow: hidden;
}

body.sn-body#checkout .checkout-member-bar__icon { color: #93c5fd; }
body.sn-body#checkout .checkout-member-bar__link {
	border-color: rgba(255, 255, 255, 0.28);
	border-radius: 999px;
}

body.sn-body#checkout .checkout-auth-card {
	border: 1px solid var(--sn-line);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
}

body.sn-body#checkout .checkout-auth-card.is-active {
	border-color: var(--sn-blue);
	box-shadow: 0 0 0 3px rgba(30, 91, 219, 0.12);
}

body.sn-body#checkout .checkout-auth-card__title { color: #0f172a; }
body.sn-body#checkout .checkout-auth-card__icon--member {
	background: #e8f0ff;
	color: var(--sn-blue);
}
body.sn-body#checkout .checkout-auth-card__icon--guest {
	background: #fff1f1;
	color: var(--sn-hot);
}
body.sn-body#checkout .checkout-auth-card__badge {
	background: #e8f0ff;
	color: var(--sn-blue);
}

body.sn-body#checkout .checkout-section {
	border: 0;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
	margin-bottom: 14px;
	overflow: hidden;
}

body.sn-body#checkout .checkout-section__head {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 16px 20px;
	background: #fff;
	border-bottom: 1px solid #eef2f7;
	list-style: none;
}

body.sn-body#checkout .checkout-section__head::-webkit-details-marker { display: none; }

body.sn-body#checkout .checkout-section__head h2 {
	margin: 0;
	color: #0f172a;
	font-size: 1.02rem;
	font-weight: 800;
}

body.sn-body#checkout .checkout-section__head p {
	margin: 2px 0 0;
	font-size: 0.78rem;
	color: #94a3b8;
	font-weight: 600;
}

body.sn-body#checkout .checkout-section__step {
	background: var(--sn-blue);
	width: 28px;
	height: 28px;
	border-radius: 50%;
	color: #fff;
	flex-shrink: 0;
}

body.sn-body#checkout .sn-cko-details > summary {
	cursor: pointer;
}

body.sn-body#checkout .sn-cko-details:not([open]) .checkout-section__head {
	border-bottom: 0;
}

body.sn-body#checkout .sn-cko-details > summary::after {
	content: "";
	width: 8px;
	height: 8px;
	margin-left: auto;
	border-right: 2px solid #94a3b8;
	border-bottom: 2px solid #94a3b8;
	transform: rotate(45deg);
	transition: transform 0.15s;
}

body.sn-body#checkout .sn-cko-details[open] > summary::after {
	transform: rotate(-135deg);
}

body.sn-body#checkout .checkout-section__body { padding: 20px; }

body.sn-body#checkout .checkout-fields .form-label,
body.sn-body#checkout .checkout-section .form-label {
	font-size: 0.8rem;
	font-weight: 700;
	color: #475569;
}

body.sn-body#checkout .checkout-fields .form-control,
body.sn-body#checkout .checkout-section .form-control {
	border-color: #dbe3ee;
	border-radius: 10px;
	padding: 11px 13px;
}

body.sn-body#checkout .checkout-fields .form-control:focus,
body.sn-body#checkout .checkout-section .form-control:focus {
	border-color: var(--sn-blue);
	box-shadow: 0 0 0 3px rgba(30, 91, 219, 0.14);
}

body.sn-body#checkout .checkout-address-option {
	border: 1px solid var(--sn-line);
	border-radius: 12px;
	background: #fff;
}

body.sn-body#checkout .checkout-address-option:has(input:checked) {
	border-color: var(--sn-blue);
	background: #f3f7ff;
	box-shadow: 0 0 0 3px rgba(30, 91, 219, 0.12);
}

body.sn-body#checkout .checkout-address-option__content strong { color: #0f172a; }
body.sn-body#checkout .checkout-address-option__tag {
	background: #e8f0ff;
	color: var(--sn-blue);
}

body.sn-body#checkout .checkout-payment-list { display: grid; gap: 10px; }

body.sn-body#checkout .checkout-payment-list .payment-option { margin: 0 !important; }

body.sn-body#checkout .checkout-payment-card__body,
body.sn-body#checkout .checkout-payment-list .payment-option label {
	border: 1px solid var(--sn-line) !important;
	border-radius: 12px !important;
	background: #fff;
	box-shadow: none;
}

body.sn-body#checkout .checkout-payment-list .payment-option label > span {
	border: 0 !important;
	padding: 0;
	background: transparent;
}

body.sn-body#checkout .checkout-payment-card:has(input:checked) .checkout-payment-card__body,
body.sn-body#checkout .checkout-payment-list .payment-option:has(input:checked) label {
	border-color: var(--sn-blue) !important;
	background: #f3f7ff;
	box-shadow: 0 0 0 3px rgba(30, 91, 219, 0.12);
}

body.sn-body#checkout .checkout-payment-card__icon {
	background: #e8f0ff;
	color: var(--sn-blue);
}

body.sn-body#checkout .checkout-payment-card strong,
body.sn-body#checkout .checkout-payment-list .payment-option strong {
	color: #0f172a;
}

body.sn-body#checkout .checkout-terms {
	padding: 14px 16px;
	border-radius: 12px;
	background: #f8fafc;
}

body.sn-body#checkout .checkout-terms a { color: var(--sn-blue); font-weight: 700; }

body.sn-body#checkout .checkout-submit {
	background: var(--sn-blue);
	border-radius: 8px;
}

body.sn-body#checkout .checkout-submit:hover {
	background: var(--sn-blue-dark);
	transform: translateY(-1px);
	color: #fff;
}

body.sn-body#checkout .sn-cko__aside,
body.sn-body#checkout .checkout-summary {
	position: sticky;
	width: 100%;
	border: 0;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
	overflow: hidden;
}

.sn-cko-legal-modal .modal-content {
	border: 0;
	border-radius: 16px;
	overflow: hidden;
}

.sn-cko-legal-modal .modal-header {
	background: var(--sn-navy);
	color: #fff;
	border-bottom: 0;
	padding: 16px 20px;
}

.sn-cko-legal-modal .modal-title {
	font-weight: 800;
	letter-spacing: -0.02em;
}

.sn-cko-legal-modal .modal-body {
	padding: 22px 24px 28px;
	line-height: 1.75;
	color: #334155;
}

.sn-cko-legal-modal .modal-body h1,
.sn-cko-legal-modal .modal-body h2,
.sn-cko-legal-modal .modal-body h3 {
	color: #0f172a;
	font-weight: 800;
}

body.sn-body#checkout .sn-cko-legal {
	color: var(--sn-blue);
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
	cursor: pointer;
}

body.sn-body#checkout .checkout-summary__head {
	background: var(--sn-navy);
	padding: 18px 20px;
}

body.sn-body#checkout .checkout-summary__info {
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
}

body.sn-body#checkout .checkout-summary__info small {
	color: #94a3b8;
	font-size: 0.75rem;
}

body.sn-body#checkout .checkout-summary__qty { background: var(--sn-blue); }
body.sn-body#checkout .checkout-summary__price { color: var(--sn-blue); font-weight: 800; }

body.sn-body#checkout .checkout-summary__totals { background: #f8fafc; }
body.sn-body#checkout .checkout-summary__row--total { color: #0f172a; }

body.sn-body#checkout #applyCouponBtn {
	background: var(--sn-navy);
	border-color: var(--sn-navy);
	color: #fff;
	font-weight: 700;
}

body.sn-body#checkout #applyCouponBtn:hover {
	background: var(--sn-blue);
	border-color: var(--sn-blue);
}

body.sn-body#checkout .sn-cko-trust {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 14px 16px 16px;
	background: #fff;
}

body.sn-body#checkout .sn-cko-trust span {
	display: inline-flex;
	align-items: center;
	padding: 6px 10px;
	border-radius: 999px;
	background: #eef4ff;
	color: var(--sn-navy);
	font-size: 0.72rem;
	font-weight: 700;
}

body.sn-body#checkout-success .checkout-success {
	max-width: 720px;
	margin: 12px auto 40px;
}

body.sn-body#checkout-success .prime-page-card {
	border: 0;
	border-radius: 16px;
	box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
}

@media (max-width: 991.98px) {
	body.sn-body#checkout .sn-cko__grid { grid-template-columns: 1fr; }
	body.sn-body#checkout .sn-cko__aside,
	body.sn-body#checkout .checkout-summary { position: static; }
}
