/* Ported from default2: auth, account hub, checkout */

/* Split auth (login / register) */
body.sm-body#login,
body.sm-body#register {
	background: #fff;
}

.auth-split__panel {
	min-height: 0;
	height: 100%;
	position: relative;
}
.auth-split__panel--form {
	align-items: center;
	justify-content: center;
	padding: 36px 28px;
	background: #fff;
	overflow: auto;
}
.auth-split__form-wrap {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}
.auth-split__logo {
	display: inline-flex;
	align-items: center;
	margin-bottom: 28px;
	text-decoration: none;
	color: #0f172a;
}
.auth-split__logo img {
	max-height: 42px;
	width: auto;
}
.auth-split__logo strong {
	font-size: 1.35rem;
	font-weight: 800;
}
.auth-split__intro {
	text-align: center;
	margin-bottom: 22px;
}
.auth-split__intro h1 {
	margin: 0 0 8px;
	font-size: 1.7rem;
	font-weight: 800;
	color: #0f172a;
	letter-spacing: -0.02em;
}
.auth-split__intro p {
	margin: 0;
	color: #64748b;
	font-size: .95rem;
	line-height: 1.5;
}
.auth-split__tabs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 6px;
	padding: 6px;
	margin-bottom: 22px;
}
.auth-split__tab {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 14px;
	border-radius: 16px;
	font-weight: 700;
	font-size: .92rem;
	color: #64748b;
	text-decoration: none;
}
.auth-split__tab.is-active {
	background: #fff;
	color: #0f172a;
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
}
.auth-input {
	position: relative;
}
.auth-input .form-control {
	padding-left: 2.6rem;
	min-height: 48px;
	border-radius: 12px;
	border-color: #e2e8f0;
}
.auth-input__icon {
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	color: #94a3b8;
	line-height: 0;
	z-index: 2;
	pointer-events: none;
}
.auth-split__submit {
	min-height: 48px;
	border-radius: 12px;
	background: var(--primary, #3D47D9);
	border-color: var(--primary, #3D47D9);
	color: #fff;
	font-weight: 700;
}
.auth-split__submit:hover {
	background: var(--primary-hover, #3239C4);
	border-color: var(--primary-hover, #3239C4);
	color: #fff;
}
.auth-split__link {
	font-size: .9rem;
	font-weight: 600;
	text-decoration: none;
}
.auth-split__footer {
	margin-top: 28px;
	padding-top: 18px;
	border-top: 1px solid #eef2f7;
	font-size: .8rem;
	color: #94a3b8;
}
.auth-split__success {
	text-align: center;
	padding: 18px 0 8px;
}
.auth-split__success svg {
	color: #16a34a;
	margin-bottom: 12px;
}
.auth-split__success p {
	margin: 0 0 18px;
	color: #334155;
	font-weight: 600;
	line-height: 1.5;
}
.auth-split .auth-social {
	margin-top: 18px;
}
.auth-split .auth-social__divider {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 14px;
	color: #94a3b8;
	font-size: .85rem;
}
.auth-split .auth-social__divider::before,
.auth-split .auth-social__divider::after {
	content: "";
	flex: 1;
	height: 1px;
	background: #e2e8f0;
}
.auth-split .auth-social__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 46px;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	text-decoration: none;
	color: #0f172a;
	font-weight: 600;
	background: #fff;
}
.auth-split .auth-social__btn:hover {
	background: #f8fafc;
	color: #0f172a;
}
.auth-split__panel--visual {
	background: var(--primary, #3D47D9) center / cover no-repeat;
	color: #fff;
	display: flex;
	align-items: flex-end;
	padding: 48px;
	overflow: hidden;
}
.auth-split__visual-shade {
	position: absolute;
	inset: 0;
	background: #fff url('../img/login.jpg');
}
.auth-split__visual-content {
	position: relative;
	z-index: 1;
	max-width: 460px;
}
.auth-split__visual-logo {
	max-height: 48px;
	margin-bottom: 22px;
}
.auth-split__visual-content h2 {
	margin: 0 0 12px;
	font-size: 2rem;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.02em;
}
.auth-split__visual-content p {
	margin: 0;
	font-size: 1rem;
	line-height: 1.6;
	opacity: .9;
}
@media (max-width: 991.98px) {
	.auth-split {
		grid-template-columns: 1fr;
		width: min(400px, calc(100vw - 28px));
		height: auto;
		max-height: calc(100vh - 28px);
		overflow: auto;
	}
	.auth-split__panel--visual {
		display: none;
	}
	.auth-split__panel--form,
	.auth-split__panel {
		min-height: 0;
		height: auto;
	}
	.auth-split__panel--form {
		padding: 24px 18px 20px;
		align-items: flex-start;
	}
	.auth-split__form-wrap {
		max-width: 100%;
	}
}

.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(--primary, #3D47D9); }

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(--text-muted, #7E7E7E);
}

body.sm-body#my-account .account-order-filter {
	background: #fff;
	border-color: var(--border, #EDEDED);
	color: #334155;
	font-weight: 600;
	box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
}

body.sm-body#my-account .account-order-filter:hover,
body.sm-body#my-account .account-order-filter.is-active {
	background: var(--primary, #3D47D9);
	border-color: var(--primary, #3D47D9);
	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(--primary, #3D47D9); }

.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(--primary, #3D47D9);
}

.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: var(--primary, #3D47D9); }
.sn-order-status--shipped { background: #16a34a; }
.sn-order-status--delivered { background: var(--primary, #3D47D9); }
.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(--border, #EDEDED);
	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(--primary, #3D47D9);
	border-color: var(--primary, #3D47D9);
	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(--primary, #3D47D9); }

@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.sm-body#checkout .sm-breadcrumb { display: none; }

body.sm-body#checkout .sm-page-wrap {
	max-width: var(--theme-container-max, 1320px);
}

body.sm-body#checkout .sn-cko {
	width: 100%;
	max-width: 100%;
	margin: 0 0 40px;
}

body.sm-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.sm-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(--primary, #3D47D9);
}

body.sm-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.sm-body#checkout .checkout-page__lead {
	margin: 0;
	color: var(--text-muted, #7E7E7E);
	font-size: 0.95rem;
}

body.sm-body#checkout .sn-cko__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
	gap: 24px;
	align-items: start;
	width: 100%;
}

body.sm-body#checkout .sn-cko__main,
body.sm-body#checkout .sn-cko__aside {
	min-width: 0;
	max-width: 100%;
}

body.sm-body#checkout .sn-cko-steps,
body.sm-body#checkout .checkout-steps {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

body.sm-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.sm-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.sm-body#checkout .checkout-steps__item.is-done { color: var(--primary, #3D47D9); }
body.sm-body#checkout .checkout-steps__item.is-done span {
	background: #e8f0ff;
	color: var(--primary, #3D47D9);
}

body.sm-body#checkout .checkout-steps__item.is-active { color: #0f172a; }
body.sm-body#checkout .checkout-steps__item.is-active span {
	background: var(--primary, #3D47D9);
	color: #fff;
}

body.sm-body#checkout .checkout-steps__sep {
	width: 28px;
	height: 2px;
	background: #dbe3ee;
}

body.sm-body#checkout .checkout-member-bar {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	background: #1A1A1A;
	border-radius: 14px;
	padding: 16px 18px;
	margin-bottom: 16px;
	box-shadow: 0 10px 24px rgba(13, 43, 107, 0.18);
}

body.sm-body#checkout .checkout-member-bar > div {
	min-width: 0;
	overflow: hidden;
}

body.sm-body#checkout .checkout-member-bar__icon { color: #93c5fd; }
body.sm-body#checkout .checkout-member-bar__link {
	border-color: rgba(255, 255, 255, 0.28);
	border-radius: 999px;
}

body.sm-body#checkout .checkout-auth-card {
	border: 1px solid var(--border, #EDEDED);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
}

body.sm-body#checkout .checkout-auth-card.is-active {
	border-color: var(--primary, #3D47D9);
	box-shadow: 0 0 0 3px rgba(30, 91, 219, 0.12);
}

body.sm-body#checkout .checkout-auth-card__title { color: #0f172a; }
body.sm-body#checkout .checkout-auth-card__icon--member {
	background: #e8f0ff;
	color: var(--primary, #3D47D9);
}
body.sm-body#checkout .checkout-auth-card__icon--guest {
	background: #fff1f1;
	color: var(--danger, #EF4444);
}
body.sm-body#checkout .checkout-auth-card__badge {
	background: #e8f0ff;
	color: var(--primary, #3D47D9);
}

body.sm-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.sm-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.sm-body#checkout .checkout-section__head::-webkit-details-marker { display: none; }

body.sm-body#checkout .checkout-section__head h2 {
	margin: 0;
	color: #0f172a;
	font-size: 1.02rem;
	font-weight: 800;
}

body.sm-body#checkout .checkout-section__head p {
	margin: 2px 0 0;
	font-size: 0.78rem;
	color: #94a3b8;
	font-weight: 600;
}

body.sm-body#checkout .checkout-section__step {
	background: var(--primary, #3D47D9);
	width: 28px;
	height: 28px;
	border-radius: 50%;
	color: #fff;
	flex-shrink: 0;
}

body.sm-body#checkout .sn-cko-details > summary {
	cursor: pointer;
}

body.sm-body#checkout .sn-cko-details:not([open]) .checkout-section__head {
	border-bottom: 0;
}

body.sm-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.sm-body#checkout .sn-cko-details[open] > summary::after {
	transform: rotate(-135deg);
}

body.sm-body#checkout .checkout-section__body { padding: 20px; }

body.sm-body#checkout .checkout-fields .form-label,
body.sm-body#checkout .checkout-section .form-label {
	font-size: 0.8rem;
	font-weight: 700;
	color: #475569;
}

body.sm-body#checkout .checkout-fields .form-control,
body.sm-body#checkout .checkout-section .form-control {
	border-color: #dbe3ee;
	border-radius: 10px;
	padding: 11px 13px;
}

body.sm-body#checkout .checkout-fields .form-control:focus,
body.sm-body#checkout .checkout-section .form-control:focus {
	border-color: var(--primary, #3D47D9);
	box-shadow: 0 0 0 3px rgba(30, 91, 219, 0.14);
}

body.sm-body#checkout .checkout-address-option {
	border: 1px solid var(--border, #EDEDED);
	border-radius: 12px;
	background: #fff;
}

body.sm-body#checkout .checkout-address-option:has(input:checked) {
	border-color: var(--primary, #3D47D9);
	background: #f3f7ff;
	box-shadow: 0 0 0 3px rgba(30, 91, 219, 0.12);
}

body.sm-body#checkout .checkout-address-option__content strong { color: #0f172a; }
body.sm-body#checkout .checkout-address-option__tag {
	background: #e8f0ff;
	color: var(--primary, #3D47D9);
}

body.sm-body#checkout .checkout-payment-list { display: grid; gap: 10px; }

body.sm-body#checkout .checkout-payment-list .payment-option { margin: 0 !important; }

body.sm-body#checkout .checkout-payment-card__body,
body.sm-body#checkout .checkout-payment-list .payment-option label {
	border: 1px solid var(--border, #EDEDED) !important;
	border-radius: 12px !important;
	background: #fff;
	box-shadow: none;
}

body.sm-body#checkout .checkout-payment-list .payment-option label > span {
	border: 0 !important;
	padding: 0;
	background: transparent;
}

body.sm-body#checkout .checkout-payment-card:has(input:checked) .checkout-payment-card__body,
body.sm-body#checkout .checkout-payment-list .payment-option:has(input:checked) label {
	border-color: var(--primary, #3D47D9) !important;
	background: #f3f7ff;
	box-shadow: 0 0 0 3px rgba(30, 91, 219, 0.12);
}

body.sm-body#checkout .checkout-payment-card__icon {
	background: #e8f0ff;
	color: var(--primary, #3D47D9);
}

body.sm-body#checkout .checkout-payment-card strong,
body.sm-body#checkout .checkout-payment-list .payment-option strong {
	color: #0f172a;
}

body.sm-body#checkout .checkout-terms {
	padding: 14px 16px;
	border-radius: 12px;
	background: #f8fafc;
}

body.sm-body#checkout .checkout-terms a { color: var(--primary, #3D47D9); font-weight: 700; }

body.sm-body#checkout .checkout-submit {
	background: var(--primary, #3D47D9);
	border-radius: 8px;
}

body.sm-body#checkout .checkout-submit:hover {
	background: var(--sn-blue-dark);
	transform: translateY(-1px);
	color: #fff;
}

body.sm-body#checkout .sn-cko__aside,
body.sm-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: #1A1A1A;
	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.sm-body#checkout .sn-cko-legal {
	color: var(--primary, #3D47D9);
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
	cursor: pointer;
}

body.sm-body#checkout .checkout-summary__head {
	background: #1A1A1A;
	padding: 18px 20px;
}

body.sm-body#checkout .checkout-summary__info {
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
}

body.sm-body#checkout .checkout-summary__info small {
	color: #94a3b8;
	font-size: 0.75rem;
}

body.sm-body#checkout .checkout-summary__qty { background: var(--primary, #3D47D9); }
body.sm-body#checkout .checkout-summary__price { color: var(--primary, #3D47D9); font-weight: 800; }

body.sm-body#checkout .checkout-summary__totals { background: #f8fafc; }
body.sm-body#checkout .checkout-summary__row--total { color: #0f172a; }

body.sm-body#checkout #applyCouponBtn {
	background: #1A1A1A;
	border-color: #1A1A1A;
	color: #fff;
	font-weight: 700;
}

body.sm-body#checkout #applyCouponBtn:hover {
	background: var(--primary, #3D47D9);
	border-color: var(--primary, #3D47D9);
}

body.sm-body#checkout .sn-cko-trust {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 14px 16px 16px;
	background: #fff;
}

body.sm-body#checkout .sn-cko-trust span {
	display: inline-flex;
	align-items: center;
	padding: 6px 10px;
	border-radius: 999px;
	background: #eef4ff;
	color: #1A1A1A;
	font-size: 0.72rem;
	font-weight: 700;
}

body.sm-body#checkout-success .checkout-success {
	max-width: 720px;
	margin: 12px auto 40px;
}

body.sm-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.sm-body#checkout .sn-cko__grid { grid-template-columns: 1fr; }
	body.sm-body#checkout .sn-cko__aside,
