.emargy-details-tabs,
.emargy-reviews-showcase,
.emargy-more-explore,
.emargy-size-guide,
.emargy-garment-size-guide,
.emargy-delivery-promise,
.emargy-trust-blocks,
.emargy-purchase-panel,
.emargy-recent-products {
	box-sizing: border-box;
}

.emargy-garment-size-guide,
.emargy-garment-size-guide * {
	box-sizing: border-box;
}

.emargy-garment-size-guide {
	background: #fff;
	color: #374151;
	display: grid;
	gap: 6px;
	justify-items: flex-end;
	min-width: 0;
}

.emargy-garment-size-guide__open,
.emargy-garment-size-guide__hint {
	align-items: center;
	background: transparent !important;
	border: 0;
	color: inherit;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	gap: 6px;
	padding: 0;
	text-decoration: none;
}

.emargy-garment-size-guide__open:hover,
.emargy-garment-size-guide__open:focus,
.emargy-garment-size-guide__hint:hover,
.emargy-garment-size-guide__hint:focus {
	background: transparent;
	outline: none;
}

.emargy-garment-size-guide__open {
	color: #174a8b;
	font-size: 13px;
	font-weight: 700;
}

.emargy-garment-size-guide__hint {
	color: #7a7f87;
	font-size: 12px;
}

.emargy-garment-size-guide__open-icon {
	align-items: center;
	background: #174a8b;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 11px;
	height: 16px;
	justify-content: center;
	line-height: 1;
	width: 16px;
}

.emargy-garment-size-guide__open-icon svg,
.emargy-garment-size-guide__open-icon i {
	color: inherit;
	display: block;
	fill: currentColor;
	height: 1em;
	line-height: 1;
	width: 1em;
}

.emargy-garment-size-guide__open-icon svg path {
	fill: currentColor;
	stroke: currentColor;
}

.emargy-garment-size-guide__modal {
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	transition: opacity .2s ease;
	z-index: 100000;
}

.emargy-garment-size-guide__modal.is-open {
	opacity: 1;
	pointer-events: auto;
}

.emargy-garment-size-guide__modal-overlay {
	background: rgba(0,0,0,.36);
	inset: 0;
	position: absolute;
}

.emargy-garment-size-guide__modal-panel {
	--emargy-size-guide-modal-height: 92vh;
	--emargy-size-guide-modal-width: 680px;
	background: #fff;
	box-shadow: 0 24px 80px rgba(0,0,0,.2);
	color: #111;
	height: min(var(--emargy-size-guide-modal-height), 100vh);
	left: 50%;
	max-width: min(var(--emargy-size-guide-modal-width), 100vw);
	overflow-y: auto;
	padding: 30px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: min(92vw, var(--emargy-size-guide-modal-width));
}

.emargy-garment-size-guide__close {
	background: transparent;
	border: 0;
	color: #333;
	cursor: pointer;
	font-size: 26px;
	line-height: 1;
	padding: 0;
	position: absolute;
	right: 12px;
	top: 10px;
}

.emargy-garment-size-guide__modal-panel > h2 {
	color: #111;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 34px;
	text-align: center;
}

.emargy-garment-size-guide__toolbar {
	align-items: center;
	background: #f5f5f5;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	padding: 10px 14px;
}

.emargy-garment-size-guide__unit {
	align-items: center;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 999px;
	display: inline-flex;
	padding: 2px;
}

.emargy-garment-size-guide__unit button {
	background: transparent;
	border: 0;
	border-radius: 999px;
	color: #333;
	cursor: pointer;
	font-size: 12px;
	height: 22px;
	min-width: 34px;
	padding: 0 8px;
}

.emargy-garment-size-guide__unit button.is-active {
	background: #222;
	color: #fff;
}

.emargy-garment-size-guide__fit {
	align-items: center;
	display: grid;
	gap: 18px;
	grid-template-columns: auto minmax(0, 1fr);
	margin-bottom: 28px;
}

.emargy-garment-size-guide__fit strong {
	color: #111;
	font-weight: 800;
	white-space: nowrap;
}

.emargy-garment-size-guide__fit > div {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.emargy-garment-size-guide__fit span {
	color: #555;
	font-size: 12px;
	text-align: center;
}

.emargy-garment-size-guide__fit-line {
	background: #ddd;
	display: block;
	grid-column: 1 / -1;
	height: 2px;
	position: relative;
}

.emargy-garment-size-guide__fit-marker {
	background: #222;
	display: block;
	height: 5px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 20px;
}

.emargy-garment-size-guide__tabs {
	border-bottom: 1px solid #e5e5e5;
	display: flex;
	gap: 34px;
	justify-content: flex-end;
	margin-bottom: 22px;
}

.emargy-garment-size-guide__tabs button {
	background: transparent;
	border: 0;
	border-bottom: 2px solid transparent;
	color: #777;
	cursor: pointer;
	font: inherit;
	font-size: 18px;
	font-weight: 800;
	padding: 0 0 8px;
}

.emargy-garment-size-guide__tabs button.is-active {
	background: transparent !important;
	border-color: #111;
	color: #111;
}

.emargy-garment-size-guide__panel {
	display: none;
}

.emargy-garment-size-guide__panel.is-active {
	display: block;
}

body.emargy-size-guide-open {
	overflow: hidden;
}

.emargy-garment-size-guide__header {
	display: grid;
	gap: 10px;
}

.emargy-garment-size-guide__header h2,
.emargy-garment-size-guide__custom h3,
.emargy-garment-size-guide__instructions h3 {
	color: #111827;
	font-family: inherit;
	margin: 0;
}

.emargy-garment-size-guide__header h2 {
	font-size: clamp(32px, 4vw, 56px);
	font-weight: 700;
	line-height: 1.08;
}

.emargy-garment-size-guide__header p,
.emargy-garment-size-guide__custom p,
.emargy-garment-size-guide__step p {
	line-height: 1.65;
	margin: 0;
}

.emargy-garment-size-guide__custom-price {
	color: #7a120b;
	font-weight: 800;
	margin-top: 4px !important;
}

.emargy-garment-size-guide__table-wrap {
	border: 1px solid rgba(17,24,39,.12);
	overflow-x: auto;
}

.emargy-garment-size-guide__table {
	border-collapse: separate;
	border-spacing: 0;
	min-width: 860px;
	text-align: center;
	width: 100%;
}

.emargy-garment-size-guide__table th,
.emargy-garment-size-guide__table td {
	border-bottom: 1px solid rgba(17,24,39,.08);
	border-inline-end: 1px solid rgba(17,24,39,.08);
	padding: 18px 14px;
	vertical-align: middle;
}

.emargy-garment-size-guide__table thead th {
	background: #7b828b;
	color: #fff;
	font-weight: 800;
	line-height: 1.25;
}

.emargy-garment-size-guide__table tbody th {
	background: #535a64;
	color: #fff;
	font-weight: 800;
}

.emargy-garment-size-guide__table tbody tr:last-child th,
.emargy-garment-size-guide__table tbody tr:last-child td {
	border-bottom: 0;
}

.emargy-garment-size-guide__custom,
.emargy-garment-size-guide__instructions {
	background: #f8fafc;
	border: 1px solid rgba(17,24,39,.1);
	display: grid;
	gap: 18px;
	padding: 22px;
}

.emargy-garment-size-guide__custom-header {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: space-between;
}

.emargy-garment-size-guide__toggle {
	align-items: center;
	cursor: pointer;
	display: inline-flex;
	flex: 0 0 auto;
	font-weight: 800;
	gap: 10px;
}

.emargy-garment-size-guide__toggle input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.emargy-garment-size-guide__toggle span {
	background: #fff;
	border: 1px solid rgba(17,24,39,.24);
	border-radius: 999px;
	display: inline-flex;
	height: 18px;
	position: relative;
	width: 34px;
}

.emargy-garment-size-guide__toggle span::after {
	background: #111827;
	border-radius: 999px;
	content: "";
	height: 12px;
	left: 2px;
	position: absolute;
	top: 2px;
	transition: transform .18s ease, background-color .18s ease;
	width: 12px;
}

.emargy-garment-size-guide__toggle input:checked + span {
	background: #6b0d05;
	border-color: #6b0d05;
}

.emargy-garment-size-guide__toggle input:checked + span::after {
	background: #fff;
	transform: translateX(16px);
}

.emargy-garment-size-guide__fields {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.emargy-garment-size-guide__fields label {
	display: grid;
	gap: 7px;
	min-width: 0;
}

.emargy-garment-size-guide__fields span {
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.emargy-garment-size-guide__fields input,
.emargy-garment-size-guide__fields textarea {
	background: #fff;
	border: 1px solid rgba(17,24,39,.16);
	border-radius: 6px;
	color: inherit;
	font: inherit;
	min-height: 44px;
	padding: 10px 12px;
	width: 100%;
}

.emargy-garment-size-guide__notes {
	grid-column: 1 / -1;
}

.emargy-garment-size-guide__steps {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.emargy-garment-size-guide__step {
	display: grid;
	gap: 12px;
	grid-template-columns: auto minmax(0, 1fr);
}

.emargy-garment-size-guide__step-number {
	align-items: center;
	background: #6b0d05;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	height: 28px;
	justify-content: center;
	line-height: 1;
	width: 28px;
}

.emargy-garment-size-guide__step strong {
	color: #111827;
	display: block;
	margin-bottom: 4px;
}

.emargy-trust-blocks,
.emargy-trust-blocks * {
	box-sizing: border-box;
}

.emargy-trust-blocks {
	--etb-columns: 5;
	--etb-gap: 14px;
	display: grid;
	gap: var(--etb-gap);
	min-width: 0;
}

.emargy-trust-blocks--grid {
	grid-template-columns: repeat(var(--etb-columns), minmax(0, 1fr));
}

.emargy-trust-blocks--inline {
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
}

.emargy-trust-blocks--inline .emargy-trust-block {
	flex: 1 1 180px;
}

.emargy-trust-blocks--list,
.emargy-trust-blocks--minimal {
	grid-template-columns: 1fr;
}

.emargy-trust-block {
	align-items: flex-start;
	background: #fff;
	border: 1px solid rgba(17, 24, 39, .12);
	border-radius: 10px;
	color: inherit;
	display: flex;
	gap: 12px;
	min-width: 0;
	padding: 16px;
	text-decoration: none;
	transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

a.emargy-trust-block:hover,
a.emargy-trust-block:focus {
	color: inherit;
	transform: translateY(-1px);
}

.emargy-trust-blocks--icon-top .emargy-trust-block {
	flex-direction: column;
}

.emargy-trust-blocks--icon-end .emargy-trust-block {
	flex-direction: row-reverse;
}

.emargy-trust-blocks--minimal .emargy-trust-block {
	background: transparent;
	border: 0;
	border-radius: 0;
	padding: 0;
}

.emargy-trust-block__icon {
	align-items: center;
	background: #f3f4f6;
	border-radius: 999px;
	color: #111827;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 18px;
	height: 42px;
	justify-content: center;
	line-height: 1;
	width: 42px;
}

.emargy-trust-block__icon svg {
	display: block;
	height: 1em;
	width: 1em;
}

.emargy-trust-block__content {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.emargy-trust-block__title {
	color: #111827;
	display: block;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.3;
	margin: 0;
}

.emargy-trust-block__text {
	color: #6b7280;
	display: block;
	font-size: 13px;
	line-height: 1.5;
}

.emargy-details-tabs__eyebrow,
.emargy-more-explore__eyebrow,
.emargy-size-guide__eyebrow {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .18em;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.emargy-details-tabs__title,
.emargy-reviews-showcase__title,
.emargy-more-explore__title,
.emargy-size-guide__title {
	color: #111;
	font-family: inherit;
	font-size: clamp(34px, 4vw, 56px);
	font-weight: 500;
	line-height: 1.05;
	margin: 0 0 40px;
}

.emargy-details-tabs__nav {
	border-bottom: 1px solid rgba(0,0,0,.12);
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	margin: 0 0 28px;
}

.emargy-details-tabs__tab {
	background: transparent;
	border: 0;
	border-bottom: 2px solid transparent;
	color: #1f2937;
	cursor: pointer;
	font: inherit;
	padding: 0 20px 14px;
}

.emargy-details-tabs__tab.is-active {
	border-color: #000;
	color: #000;
}

.emargy-details-tabs__panel {
	display: none;
	font-size: 18px;
	line-height: 1.65;
	max-width: 760px;
	text-align: start;
}

.emargy-details-tabs__panel.is-active {
	display: block;
}

.emargy-size-guide {
	background: #f7f3ee;
	color: #374151;
	padding: 64px 24px;
}

.emargy-size-guide__intro {
	font-size: 17px;
	line-height: 1.7;
	margin: -22px 0 34px;
	max-width: 760px;
}

.emargy-size-guide__cards {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.emargy-size-guide-card {
	background: #fff;
	border: 1px solid #e5ded5;
	border-radius: 10px;
	display: grid;
	gap: 12px;
	padding: 20px;
}

.emargy-size-guide-card__visual {
	align-items: flex-end;
	aspect-ratio: 4 / 3;
	background: linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.02));
	border: 1px dashed rgba(0,0,0,.14);
	display: flex;
	justify-content: center;
	overflow: hidden;
	padding: 12px;
}

.emargy-size-guide-card__visual span {
	background: #111827;
	display: block;
	max-height: 100%;
	max-width: 100%;
	min-height: 22px;
	min-width: 22px;
}

.emargy-size-guide-card__label {
	color: #111827;
	font-family: inherit;
	font-size: 18px;
	line-height: 1.25;
	margin: 0;
}

.emargy-size-guide-card p {
	margin: 0;
}

.emargy-size-guide-card small {
	display: block;
	line-height: 1.5;
	opacity: .72;
}

.emargy-size-guide__note {
	border-top: 1px solid rgba(0,0,0,.12);
	line-height: 1.65;
	margin-top: 28px;
	padding-top: 18px;
}

.emargy-size-guide__table {
	background: #fff;
	border: 1px solid #e5ded5;
	border-collapse: separate;
	border-radius: 10px;
	border-spacing: 0;
	overflow: hidden;
	text-align: start;
	width: 100%;
}

.emargy-size-guide__table th,
.emargy-size-guide__table td {
	border-bottom: 1px solid #e5ded5;
	padding: 16px 18px;
}

.emargy-size-guide__table th {
	font-size: 12px;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.emargy-size-guide__table tr:last-child td {
	border-bottom: 0;
}

.emargy-delivery-promise {
	background: #fff;
	display: grid;
	gap: 18px;
}

.emargy-delivery-promise--cards {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.emargy-delivery-promise--bar {
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
}

.emargy-delivery-promise--list {
	display: grid;
	grid-template-columns: 1fr;
}

.emargy-delivery-promise-item {
	align-items: flex-start;
	background: #f8fafc;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	display: flex;
	gap: 14px;
	padding: 20px;
}

.emargy-delivery-promise--bar .emargy-delivery-promise-item {
	flex: 1 1 190px;
}

.emargy-delivery-promise-item__icon {
	align-items: center;
	color: #111827;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 22px;
	line-height: 1;
	min-height: 1.2em;
	min-width: 1.2em;
}

.emargy-delivery-promise-item__icon svg {
	display: block;
	height: 1em;
	width: 1em;
}

.emargy-delivery-promise-item__body {
	display: grid;
	gap: 6px;
	min-width: 0;
}

.emargy-delivery-promise-item__title {
	color: #111827;
	font-family: inherit;
	font-size: 16px;
	line-height: 1.25;
	margin: 0;
}

.emargy-delivery-promise-item__text {
	color: #4b5563;
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
}

.emargy-reviews-showcase {
	background: #e9e0d5;
	display: grid;
	gap: 24px;
	padding: 70px 24px;
}

.emargy-reviews-showcase__layout {
	display: grid;
	gap: 44px;
	grid-template-columns: 330px minmax(0, 1fr);
}

.emargy-reviews-showcase__layout--cards-only {
	grid-template-columns: 1fr;
}

.emargy-reviews-summary__rating {
	align-items: center;
	display: flex;
	font-size: 54px;
	gap: 10px;
	line-height: 1;
}

.emargy-stars {
	color: #e8795f;
	font-size: 16px;
	letter-spacing: .08em;
}

.emargy-review-bar {
	align-items: center;
	display: grid;
	gap: 12px;
	grid-template-columns: 32px minmax(0, 1fr) 32px;
	margin-top: 12px;
}

.emargy-review-bar i {
	background: rgba(255,255,255,.72);
	border-radius: 999px;
	display: block;
	height: 8px;
	overflow: hidden;
}

.emargy-review-bar span {
	background: #6b9853;
	display: block;
	height: 100%;
}

.emargy-reviews-showcase__cards {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.emargy-review-card {
	background: #f8f5ef;
	border-radius: 10px;
	padding: 24px;
}

.emargy-reviews-showcase__empty {
	margin: 0;
}

.emargy-review-card__head {
	align-items: center;
	display: grid;
	gap: 2px 14px;
	grid-template-columns: 48px 1fr;
	margin-bottom: 18px;
}

.emargy-review-card__head span {
	align-items: center;
	background: #e8795f;
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	font-weight: 700;
	grid-row: span 2;
	height: 48px;
	justify-content: center;
	width: 48px;
}

.emargy-review-card em {
	background: #e7f0d7;
	border-radius: 4px;
	color: #5b8b2a;
	display: inline-flex;
	font-style: normal;
	font-size: 12px;
	margin-top: 8px;
	padding: 5px 9px;
}

.emargy-more-explore__rail {
	display: flex;
	gap: 20px;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	padding-bottom: 12px;
	scroll-snap-type: x mandatory;
}

.emargy-more-explore-card {
	color: inherit;
	flex: 0 0 280px;
	scroll-snap-align: start;
	text-decoration: none;
}

.emargy-more-explore-card__image {
	aspect-ratio: 4 / 5;
	background: #eee;
	display: block;
	overflow: hidden;
	position: relative;
}

.emargy-more-explore-card__image img {
	display: block;
	height: 100% !important;
	object-fit: cover;
	width: 100% !important;
}

.emargy-more-explore-card__image em {
	background: #e8795f;
	border-radius: 4px;
	color: #fff;
	font-style: normal;
	font-size: 11px;
	font-weight: 700;
	left: 10px;
	padding: 6px 8px;
	position: absolute;
	text-transform: uppercase;
	top: 10px;
}

.emargy-more-explore-card__title,
.emargy-more-explore-card__price {
	display: block;
	margin-top: 12px;
}

.emargy-recent-products,
.emargy-recent-products * {
	box-sizing: border-box;
}

.emargy-recent-products {
	min-width: 0;
}

.emargy-recent-products__eyebrow {
	color: #6b7280;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .14em;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.emargy-recent-products__title {
	color: #111827;
	font-family: inherit;
	font-size: clamp(28px, 4vw, 48px);
	font-weight: 650;
	line-height: 1.08;
	margin: 0 0 26px;
}

.emargy-recent-products__empty {
	color: #6b7280;
	font-size: 15px;
	line-height: 1.6;
	margin: 0;
}

.emargy-recent-products__items {
	display: grid;
	gap: 20px;
}

.emargy-recent-products--grid .emargy-recent-products__items {
	--erv-columns: 4;
	grid-template-columns: repeat(var(--erv-columns), minmax(0, 1fr));
}

.emargy-recent-products--rail .emargy-recent-products__items {
	display: flex;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	padding-bottom: 10px;
	scroll-snap-type: x mandatory;
}

.emargy-recent-products--rail .emargy-recent-product {
	flex: 0 0 240px;
	scroll-snap-align: start;
}

.emargy-recent-products--compact .emargy-recent-products__items {
	grid-template-columns: 1fr;
}

.emargy-recent-product {
	color: inherit;
	display: grid;
	gap: 12px;
	min-width: 0;
	position: relative;
}

.emargy-recent-products--compact .emargy-recent-product {
	align-items: center;
	grid-template-columns: 82px minmax(0, 1fr);
}

.emargy-recent-product__image {
	aspect-ratio: 4 / 5;
	background: #f4f1ec;
	border-radius: 8px;
	display: block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}

.emargy-recent-products--compact .emargy-recent-product__image {
	aspect-ratio: 1 / 1;
}

.emargy-recent-product__image img {
	display: block;
	height: 100% !important;
	object-fit: cover;
	width: 100% !important;
}

.emargy-recent-product__body {
	display: grid;
	gap: 8px;
	min-width: 0;
}

.emargy-recent-product__title {
	color: #111827;
	display: block;
	font-size: 15px;
	font-weight: 760;
	line-height: 1.35;
	text-decoration: none;
}

.emargy-recent-product__price {
	color: #111827;
	display: block;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.3;
}

.emargy-recent-product__price del {
	opacity: .48;
}

.emargy-recent-product__price ins {
	background: transparent;
	text-decoration: none;
}

.emargy-recent-product__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 2px;
}

.emargy-recent-product__button {
	align-items: center;
	background: #111827;
	border: 1px solid #111827;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 12px;
	font-weight: 850;
	justify-content: center;
	line-height: 1.1;
	min-height: 38px;
	padding: 10px 14px;
	text-decoration: none;
}

.emargy-recent-product__button:hover,
.emargy-recent-product__button:focus {
	color: #fff;
}

.emargy-recent-product .emargy-wishlist-button {
	--emargy-wishlist-size: 38px;
	--emargy-wishlist-padding: 8px;
	--emargy-wishlist-bg: #fff;
	--emargy-wishlist-color: #111827;
	--emargy-wishlist-border: rgba(17, 24, 39, .14);
	--emargy-wishlist-active-bg: #111827;
	--emargy-wishlist-active-color: #fff;
	--emargy-wishlist-active-border: #111827;
}

.emargy-sticky-cart {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	z-index: 99990;
}

.emargy-sticky-cart__inner {
	align-items: center;
	display: flex;
	gap: 28px;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1280px;
	padding: 12px 24px;
}

.emargy-sticky-cart__product {
	align-items: center;
	display: flex;
	gap: 14px;
	min-width: 0;
}

.emargy-sticky-cart__image {
	display: block;
	height: 42px;
	width: 42px;
}

.emargy-sticky-cart__image img {
	height: 100% !important;
	object-fit: cover;
	width: 100% !important;
}

.emargy-sticky-cart__title {
	display: block;
	line-height: 1.25;
}

.emargy-sticky-cart__price {
	font-size: 20px;
	font-weight: 700;
	white-space: nowrap;
}

.emargy-sticky-cart__button {
	align-items: center;
	background: #050505;
	border: 1px solid #050505;
	color: #f1ea00;
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	min-height: 48px;
	padding: 12px 34px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.emargy-purchase-panel,
.emargy-purchase-panel * {
	box-sizing: border-box;
}

.emargy-purchase-panel {
	background: #fff;
	left: 0;
	opacity: 1;
	position: fixed;
	right: 0;
	transform: translateY(0);
	transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
	visibility: visible;
	z-index: 99991;
}

.emargy-purchase-panel--bottom {
	bottom: 0;
	border-top: 1px solid rgba(17, 24, 39, .12);
	box-shadow: 0 -18px 44px rgba(15, 23, 42, .12);
}

.emargy-purchase-panel--top {
	border-bottom: 1px solid rgba(17, 24, 39, .12);
	box-shadow: 0 18px 44px rgba(15, 23, 42, .12);
	top: 0;
}

.emargy-purchase-panel.is-hidden {
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
}

.emargy-purchase-panel--bottom.is-hidden {
	transform: translateY(110%);
}

.emargy-purchase-panel--top.is-hidden {
	transform: translateY(-110%);
}

.emargy-purchase-panel__inner {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1280px;
	padding: 12px 18px;
	width: 100%;
}

.emargy-purchase-panel__product {
	align-items: center;
	display: flex;
	gap: 12px;
	min-width: 0;
}

.emargy-purchase-panel__image {
	background: #f3f4f6;
	border-radius: 8px;
	display: block;
	flex: 0 0 auto;
	height: 54px;
	overflow: hidden;
	width: 54px;
}

.emargy-purchase-panel__image img {
	display: block;
	height: 100% !important;
	object-fit: cover;
	width: 100% !important;
}

.emargy-purchase-panel__info {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.emargy-purchase-panel__title {
	color: #111827;
	display: block;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.25;
	max-width: 46vw;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.emargy-purchase-panel__selected {
	color: #6b7280;
	display: block;
	font-size: 12px;
	line-height: 1.35;
	max-width: 46vw;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.emargy-purchase-panel__price {
	color: #111827;
	font-size: 18px;
	font-weight: 850;
	line-height: 1.2;
	text-align: end;
	white-space: nowrap;
}

.emargy-purchase-panel__price del {
	opacity: .48;
}

.emargy-purchase-panel__price ins {
	background: transparent;
	text-decoration: none;
}

.emargy-purchase-panel__actions {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	gap: 10px;
}

.emargy-purchase-panel__button {
	align-items: center;
	background: #111827;
	border: 1px solid #111827;
	border-radius: 8px;
	color: #fff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 850;
	justify-content: center;
	line-height: 1.1;
	min-height: 46px;
	padding: 13px 28px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color .18s ease, border-color .18s ease, color .18s ease, opacity .18s ease, transform .18s ease;
	white-space: nowrap;
}

.emargy-purchase-panel__button:hover,
.emargy-purchase-panel__button:focus {
	background: #000;
	border-color: #000;
	color: #fff;
	transform: translateY(-1px);
}

.emargy-purchase-panel__button.is-disabled {
	opacity: .62;
}

.emargy-purchase-panel .emargy-wishlist-button {
	--emargy-wishlist-bg: #fff;
	--emargy-wishlist-color: #111827;
	--emargy-wishlist-border: rgba(17, 24, 39, .16);
	--emargy-wishlist-active-bg: #111827;
	--emargy-wishlist-active-color: #fff;
	--emargy-wishlist-active-border: #111827;
	flex: 0 0 auto;
}

@media (max-width: 767px) {
	.emargy-garment-size-guide__modal-panel {
		height: 100dvh;
		max-width: none;
		padding: 28px 16px;
		width: 100vw;
	}

	.emargy-garment-size-guide__fit {
		align-items: stretch;
		grid-template-columns: 1fr;
	}

	.emargy-garment-size-guide__tabs {
		gap: 22px;
		justify-content: flex-start;
		overflow-x: auto;
	}

	.emargy-garment-size-guide__tabs button {
		flex: 0 0 auto;
		font-size: 16px;
	}

	.emargy-garment-size-guide__custom-header {
		align-items: flex-start;
		flex-direction: column;
	}

	.emargy-garment-size-guide__fields,
	.emargy-garment-size-guide__steps {
		grid-template-columns: 1fr;
	}

	.emargy-size-guide__cards {
		grid-template-columns: 1fr;
	}

	.emargy-delivery-promise--cards {
		grid-template-columns: 1fr;
	}

	.emargy-delivery-promise--bar {
		display: grid;
		grid-template-columns: 1fr;
	}

	.emargy-size-guide__table {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
	}

	.emargy-reviews-showcase__layout,
	.emargy-reviews-showcase__cards {
		grid-template-columns: 1fr;
	}

	.emargy-recent-products--grid .emargy-recent-products__items {
		grid-template-columns: repeat(var(--erv-columns, 2), minmax(0, 1fr));
	}

	.emargy-recent-products--compact .emargy-recent-product {
		grid-template-columns: 72px minmax(0, 1fr);
	}

	.emargy-sticky-cart__inner {
		align-items: stretch;
		flex-direction: column;
		gap: 10px;
	}

	.emargy-sticky-cart__price,
	.emargy-sticky-cart__button {
		width: 100%;
	}

	.emargy-purchase-panel__inner {
		align-items: stretch;
		display: grid;
		gap: 10px;
		grid-template-columns: minmax(0, 1fr);
	}

	.emargy-purchase-panel__product {
		align-items: center;
	}

	.emargy-purchase-panel__title,
	.emargy-purchase-panel__selected {
		max-width: none;
	}

	.emargy-purchase-panel__price {
		text-align: start;
	}

	.emargy-purchase-panel__actions {
		align-items: stretch;
		display: grid;
		grid-template-columns: auto minmax(0, 1fr);
	}

	.emargy-purchase-panel__button {
		width: 100%;
	}
}

/* More To Explore - enhanced layouts */
.emargy-more-explore,
.emargy-more-explore * {
	box-sizing: border-box;
}

.emargy-more-explore {
	min-width: 0;
	overflow: visible;
}

.emargy-more-explore__layout {
	display: grid;
	gap: 24px;
	min-width: 0;
	position: relative;
}

.emargy-more-explore__items {
	--eme-columns: 4;
	direction: ltr;
	display: flex;
	gap: 20px;
	min-width: 0;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	padding-bottom: 12px;
	scroll-padding-inline: 1px;
	scroll-snap-type: x proximity;
	touch-action: pan-x;
	-webkit-overflow-scrolling: touch;
}

.emargy-more-explore__items.is-dragging {
	cursor: grabbing;
	scroll-behavior: auto;
	scroll-snap-type: none;
	user-select: none;
}

.emargy-more-explore__items.is-dragging .emargy-more-explore-card {
	pointer-events: none;
}

.emargy-more-explore__items::-webkit-scrollbar {
	height: 6px;
}

.emargy-more-explore__items::-webkit-scrollbar-thumb {
	background: rgba(17, 24, 39, .22);
	border-radius: 999px;
}

.emargy-more-explore--grid .emargy-more-explore__items {
	display: grid;
	grid-template-columns: repeat(var(--eme-columns), minmax(0, 1fr));
	overflow: visible;
	padding-bottom: 0;
	scroll-snap-type: none;
}

.emargy-more-explore--carousel .emargy-more-explore__items {
	scroll-snap-type: x mandatory;
}

.emargy-more-explore--feature .emargy-more-explore__layout {
	align-items: stretch;
	grid-template-columns: minmax(280px, .85fr) minmax(0, 1fr);
}

.emargy-more-explore--feature .emargy-more-explore__items {
	align-content: start;
}

.emargy-more-explore-card {
	background: #fff;
	border: 1px solid rgba(17, 24, 39, .12);
	border-radius: 10px;
	color: inherit;
	direction: ltr;
	display: grid;
	flex: 0 0 280px;
	gap: 14px;
	min-width: 0;
	overflow: hidden;
	padding: 12px;
	scroll-snap-align: start;
	scroll-snap-stop: always;
	text-decoration: none;
	transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.emargy-more-explore[dir="rtl"] .emargy-more-explore-card {
	direction: rtl;
}

.emargy-more-explore--carousel .emargy-more-explore-card {
	flex-basis: calc((100% / var(--eme-columns)) - 16px);
}

.emargy-more-explore--grid .emargy-more-explore-card {
	flex-basis: auto;
	width: 100%;
}

.emargy-more-explore-card:hover,
.emargy-more-explore-card:focus-visible {
	border-color: rgba(17, 24, 39, .24);
	box-shadow: 0 18px 40px rgba(15, 23, 42, .10);
	color: inherit;
	outline: none;
	transform: translateY(-2px);
}

.emargy-more-explore-card--featured {
	flex-basis: auto;
	min-height: 100%;
	width: 100%;
}

.emargy-more-explore-card__image {
	aspect-ratio: 4 / 5;
	background: #f3f4f6;
	border-radius: 8px;
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.emargy-more-explore-card__image img {
	display: block;
	height: 100% !important;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	transition: opacity .28s ease, transform .35s ease;
	width: 100% !important;
}

.emargy-more-explore-card__hover {
	opacity: 0;
}

.emargy-more-explore-card:hover .emargy-more-explore-card__image img:first-child,
.emargy-more-explore-card:focus-visible .emargy-more-explore-card__image img:first-child {
	transform: scale(1.025);
}

.emargy-more-explore-card:hover .emargy-more-explore-card__hover,
.emargy-more-explore-card:focus-visible .emargy-more-explore-card__hover {
	opacity: 1;
	transform: scale(1.025);
}

.emargy-more-explore-card__image em {
	background: #111827;
	border-radius: 999px;
	color: #fff;
	font-size: 11px;
	font-style: normal;
	font-weight: 800;
	left: 12px;
	line-height: 1;
	padding: 8px 10px;
	position: absolute;
	text-transform: uppercase;
	top: 12px;
	z-index: 2;
}

.emargy-more-explore-card__body {
	display: grid;
	gap: 8px;
	min-width: 0;
	padding: 2px 2px 4px;
}

.emargy-more-explore-card__title {
	color: #111827;
	display: block;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.35;
	margin: 0;
}

.emargy-more-explore-card__rating {
	display: block;
	line-height: 1;
	min-height: 18px;
}

.emargy-more-explore-card__rating .star-rating {
	float: none;
	font-size: 12px;
	margin: 0;
}

.emargy-more-explore-card__price {
	color: #111827;
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	font-weight: 800;
	gap: 6px;
	line-height: 1.25;
	margin: 0;
}

.emargy-more-explore-card__price del {
	opacity: .48;
}

.emargy-more-explore-card__price ins {
	background: transparent;
	text-decoration: none;
}

.emargy-more-explore-card__button {
	align-items: center;
	border: 1px solid currentColor;
	border-radius: 999px;
	display: inline-flex;
	font-size: 12px;
	font-weight: 850;
	justify-content: center;
	justify-self: start;
	line-height: 1;
	margin-top: 6px;
	min-height: 38px;
	padding: 10px 18px;
	text-transform: uppercase;
	transition: background-color .2s ease, color .2s ease;
}

.emargy-more-explore-card:hover .emargy-more-explore-card__button,
.emargy-more-explore-card:focus-visible .emargy-more-explore-card__button {
	background: #111827;
	border-color: #111827;
	color: #fff;
}

@media (max-width: 1024px) {
	.emargy-more-explore__items {
		--eme-columns: 3;
	}

	.emargy-more-explore--feature .emargy-more-explore__layout {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.emargy-more-explore__title {
		margin-bottom: 24px;
	}

	.emargy-more-explore__items {
		--eme-columns: 1;
		gap: 16px;
		margin-inline: -16px;
		padding-inline: 16px;
		scroll-padding-inline: 16px;
	}

	.emargy-more-explore--grid .emargy-more-explore__items {
		grid-template-columns: 1fr;
	}

	.emargy-more-explore--rail .emargy-more-explore-card,
	.emargy-more-explore--carousel .emargy-more-explore-card,
	.emargy-more-explore--feature .emargy-more-explore-card:not(.emargy-more-explore-card--featured) {
		flex-basis: min(82vw, 320px);
	}

}
