/* PIXEL-RESET-21: screenshot-locked Nordstrom-style reset layer. */
:root {
	--pixel-page: 1454px;
	--pixel-header: 1660px;
	--pixel-line: #d7d7d7;
	--pixel-soft: #f5f5f5;
	--pixel-sale: #d93025;
	--pixel-link: #111111;
	--pixel-muted: #5d6469;
	--pixel-font: Arial, Helvetica, sans-serif;
}

/* PDP-LAYOUT-55: center and stabilize the custom WooCommerce product detail layout. */
body.single-product .single-product-main.section-wrap {
	width: min(1248px, calc(100vw - 96px)) !important;
	max-width: 1248px !important;
	margin-inline: auto !important;
}

body.single-product .product-detail-source-page {
	display: grid !important;
	justify-items: center !important;
}

body.single-product .product-detail-breadcrumb,
body.single-product .product-detail-layout,
body.single-product .product-detail-info-grid,
body.single-product .product-detail-reviews,
body.single-product .product-detail-rail {
	width: 100% !important;
	max-width: 1248px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

body.single-product .product-detail-layout {
	grid-template-columns: minmax(0, 630px) minmax(320px, 360px) minmax(112px, 128px) !important;
	gap: 24px !important;
	justify-content: center !important;
}

body.single-product .product-detail-gallery {
	gap: 4px !important;
	align-self: start !important;
}

body.single-product .product-detail-gallery__cell {
	min-height: 0 !important;
	border: 0 !important;
	background: #f6f6f6 !important;
}

body.single-product .product-detail-gallery__image {
	height: auto !important;
	aspect-ratio: 1 / 1.08 !important;
	object-fit: contain !important;
	object-position: center center !important;
	padding: 18px !important;
	box-sizing: border-box !important;
}

body.single-product .product-detail-summary {
	width: 100% !important;
	max-width: 360px !important;
}

body.single-product .product-detail-side-rail {
	width: 100% !important;
	max-width: 128px !important;
	gap: 14px !important;
}

body.single-product .product-detail-side-rail .product-mini-card {
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08) !important;
}

body.single-product .product-detail-side-rail .product-mini-card__image img {
	height: 132px !important;
	aspect-ratio: auto !important;
	object-fit: contain !important;
	padding: 8px !important;
	box-sizing: border-box !important;
}

body.single-product .product-detail-side-rail .product-mini-card > div {
	padding: 7px 8px 9px !important;
}

body.single-product .product-detail-side-rail .product-mini-card h3,
body.single-product .product-detail-side-rail .product-mini-card__brand,
body.single-product .product-detail-side-rail .product-mini-card__price,
body.single-product .product-detail-side-rail .product-mini-card__rating {
	font-size: 10px !important;
	line-height: 1.22 !important;
}

body.single-product .product-detail-info-grid,
body.single-product .product-detail-reviews,
body.single-product .product-detail-rail {
	max-width: 1048px !important;
}

body.single-product .product-detail-rail {
	margin-top: 48px !important;
	padding-top: 28px !important;
}

body.single-product .product-detail-rail header {
	min-height: 28px !important;
	margin-bottom: 16px !important;
}

body.single-product .product-detail-rail header .rail-controls {
	position: static !important;
	display: inline-flex !important;
	gap: 6px !important;
	transform: none !important;
}

body.single-product .product-detail-mini-track {
	display: grid !important;
	grid-auto-flow: column !important;
	grid-auto-columns: 150px !important;
	gap: 12px !important;
	width: 100% !important;
	overflow-x: auto !important;
	overflow-y: hidden !important;
	padding: 0 0 4px !important;
	scroll-snap-type: x mandatory !important;
}

body.single-product .product-detail-mini-track .product-mini-card {
	width: 150px !important;
	min-width: 150px !important;
	max-width: 150px !important;
	scroll-snap-align: start !important;
}

body.single-product .product-detail-mini-track .product-mini-card__image img {
	height: 156px !important;
	aspect-ratio: auto !important;
	object-fit: contain !important;
	padding: 10px !important;
	box-sizing: border-box !important;
}

body.single-product .product-detail-mini-track .product-mini-card > div {
	min-height: 104px !important;
	padding: 8px 9px 10px !important;
}

body.single-product .product-detail-mini-track .product-mini-card h3 {
	display: -webkit-box !important;
	min-height: 31px !important;
	margin-bottom: 6px !important;
	-webkit-box-orient: vertical !important;
	-webkit-line-clamp: 2 !important;
	overflow: hidden !important;
}

@media (max-width: 1200px) {
	body.single-product .single-product-main.section-wrap {
		width: min(100% - 48px, 1040px) !important;
	}

	body.single-product .product-detail-layout {
		grid-template-columns: minmax(0, 1fr) minmax(310px, 360px) !important;
	}

	body.single-product .product-detail-side-rail {
		display: none !important;
	}
}

@media (max-width: 760px) {
	body.single-product .single-product-main.section-wrap {
		width: calc(100vw - 28px) !important;
	}

	body.single-product .product-detail-layout,
	body.single-product .product-detail-info-grid {
		grid-template-columns: 1fr !important;
	}

	body.single-product .product-detail-summary {
		max-width: none !important;
	}

	body.single-product .product-detail-gallery__image {
		aspect-ratio: 1 / 1.06 !important;
		padding: 12px !important;
	}

	body.single-product .product-detail-mini-track {
		grid-auto-columns: 148px !important;
	}

	body.single-product .product-detail-mini-track .product-mini-card {
		width: 148px !important;
		min-width: 148px !important;
		max-width: 148px !important;
	}
}

body {
	background: #ffffff;
	color: #111111;
	font-family: var(--pixel-font);
	letter-spacing: 0;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	clip-path: inset(50%) !important;
	border: 0 !important;
	white-space: nowrap !important;
}

.section-wrap,
.site-footer__inner {
	width: min(var(--pixel-page), calc(100% - 64px));
	margin-inline: auto;
}

.top-promo {
	position: relative;
	z-index: 1002;
	background: #000000;
	color: #ffffff;
	font-family: var(--pixel-font);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: 0;
	text-transform: none;
}

.top-promo__inner {
	display: grid;
	grid-template-columns: 1fr auto auto 1fr;
	gap: 4px;
	align-items: center;
	width: min(1454px, calc(100% - 80px));
	min-height: 38px;
	margin-inline: auto;
	padding: 0;
}

.top-promo__message {
	grid-column: 2;
	text-align: center;
	white-space: nowrap;
	font-weight: 400;
	text-transform: none;
}

.top-promo__link {
	grid-column: 3;
	color: #ffffff;
	font-weight: 400;
	text-decoration: underline;
	text-underline-offset: 2px;
	text-transform: none;
}

.top-promo__link:hover,
.top-promo__link:focus-visible {
	text-decoration: none;
}

.top-promo__region {
	grid-column: 4;
	justify-self: end;
	font-size: 15px;
	font-weight: 400;
	text-transform: none;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 1001;
	background: #ffffff;
	border-bottom: 1px solid var(--pixel-line);
	box-shadow: none;
	font-family: var(--pixel-font);
}

.site-header__main {
	display: grid;
	grid-template-columns: 192px 717px minmax(0, 1fr);
	gap: 20px;
	align-items: center;
	width: min(1454px, calc(100% - 80px));
	min-height: 96px;
	margin-inline: auto;
	padding: 0;
}

.nav-toggle {
	display: none;
}

.site-branding {
	min-width: 0;
}

.site-logo {
	display: inline-flex;
	align-items: center;
	gap: 0;
	color: #111111;
	font-size: 50px;
	font-weight: 650;
	line-height: 1;
	text-decoration: none;
	letter-spacing: 0.01em;
}

.site-logo__mark {
	display: none;
}

.site-logo__mark svg {
	width: 100%;
	height: 100%;
	fill: currentColor;
}

.site-logo__text {
	display: inline-block;
	transform: translateY(5px) scaleX(1.6);
	transform-origin: left center;
}

.header-search {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 717px;
	height: 42px;
	margin-left: 0;
	border: 0;
	background: #f1f4f6;
	justify-self: start;
	transform: translateY(4px);
}

.header-search__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 100%;
	flex-shrink: 0;
	color: #111111;
}

.header-search__icon svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.5;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.header-search input[type="search"] {
	flex: 1;
	width: 100%;
	min-width: 0;
	height: 100%;
	min-height: 0;
	border: 0;
	padding: 0 14px 0 0;
	background: transparent;
	color: #111111;
	font-size: 14px;
	line-height: 42px;
	outline: 0;
}

.header-search input[type="search"]::placeholder {
	color: #767676;
}

.header-search__submit {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.mobile-search button {
	height: 100%;
	min-height: 0;
	border: 0;
	border-left: 1px solid #d1d1d1;
	background: #f4f5f5;
	color: #111111;
	font-size: 10px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
}

.site-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 30px;
	min-width: 0;
	transform: translateY(4px);
}

.search-toggle {
	display: none;
}

.site-action-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-height: 28px;
	color: #111111;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	text-transform: none;
}

.site-action-link__text {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 3px;
	font-size: 14px;
	line-height: 1;
}

.site-action-link__ai-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #8ee6f5;
	color: #ffffff;
	flex: 0 0 26px;
}

.site-action-link__ai-icon svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.site-action-link__text small,
.site-action-link__text .is-compact {
	display: flex;
	align-items: center;
	width: fit-content;
	min-height: 14px;
	margin-top: 0;
	padding: 0 5px;
	border: 1px solid #c9c9c9;
	border-radius: 999px;
	font-size: 9px;
	font-weight: 400;
	color: #111111;
	line-height: 1;
}

.site-action-link svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.5;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.site-action-link__ai-icon svg {
	width: 17px;
	height: 17px;
	stroke: currentColor;
	stroke-width: 1.8;
}

.site-action-link--account svg {
	width: 25px;
	height: 25px;
}

.site-action-link--account::after {
	content: "";
	width: 0;
	height: 0;
	margin-left: -2px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid currentColor;
}

.site-action-link--cart {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	gap: 0;
	padding-right: 0;
}

.site-action-link--cart svg {
	width: 27px;
	height: 27px;
	stroke-width: 1.7;
}

.site-action-link--cart .cart-link__label,
.cart-link__label {
	display: none !important;
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.cart-link__count-wrap {
	position: absolute;
	left: 50%;
	top: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 12px;
	height: 12px;
	margin: 0;
	transform: translate(-50%, -28%);
	pointer-events: none;
}

.cart-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	min-width: 0;
	border-radius: 0;
	background: transparent;
	color: #111111;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
}

.site-navigation {
	border-top: 0;
	background: #ffffff;
}

.site-navigation .menu,
.site-navigation .primary-menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0;
	min-height: 80px;
	margin: 0;
	width: min(1454px, calc(100% - 80px));
	margin-inline: auto;
	padding: 0 70px;
	border-top: 1px solid #d7d7d7;
	list-style: none;
	box-sizing: border-box;
}

.site-navigation a {
	display: inline-flex;
	align-items: center;
	min-height: 80px;
	color: #111111;
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
	text-decoration: none;
	transform: translateY(-9px);
}

.site-navigation a:hover,
.site-navigation a:focus-visible {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.site-navigation .menu-item:nth-child(2) a {
	color: #d93025;
}

.hero-men,
.home-retail .hero-men {
	position: relative;
	display: block;
	height: clamp(640px, 37.46vw, 672px);
	min-height: clamp(640px, 37.46vw, 672px);
	background: #111111;
	overflow: hidden;
}

.hero-men::before,
.home-retail .hero-men::before {
	content: none;
}

.hero-men__picture,
.hero-men__image,
.home-retail .hero-men__picture,
.home-retail .hero-men__image {
	display: block;
	width: 100%;
}

.home-retail .hero-men__picture {
	position: absolute;
	inset: 0;
	overflow: hidden;
}

.hero-men__image,
.home-retail .hero-men__image {
	position: absolute;
	inset: 0;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center top;
}

.hero-men__arrow,
.home-retail .hero-men__arrow {
	display: none !important;
}

.hero-men__arrow--prev {
	left: 28px;
}

.hero-men__arrow--next {
	right: 28px;
}

.hero-men__arrow::before {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	margin: 9px auto;
	border-top: 2px solid #111111;
	border-right: 2px solid #111111;
}

.hero-men__arrow--prev::before {
	transform: rotate(-135deg);
}

.hero-men__arrow--next::before {
	transform: rotate(45deg);
}

.home-retail {
	background: #ffffff;
}

.home-retail .home-product-rail,
.shop-top-picks {
	padding-block: 1px 44px;
	border-bottom: 1px solid var(--pixel-line);
}

.home-section-head,
.shop-rail-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 8px;
}

.shop-rail-head {
	align-items: flex-start;
	margin-bottom: 4px;
}

.home-section-head h2,
.shop-rail-head h2,
.home-category-board h2,
.home-story-section h2,
.home-offer-grid h2 {
	margin: 0;
	font-family: var(--pixel-font);
	font-size: 16px;
	font-weight: 900;
	line-height: 1.1;
	letter-spacing: 0;
	text-transform: none;
}

.shop-rail-head h2 {
	font-size: 26px;
	font-weight: 700;
}

.home-section-subtitle {
	margin: 3px 0 0;
	color: var(--pixel-muted);
	font-size: 11px;
	font-weight: 500;
	line-height: 1.3;
}

.home-tab-row,
.shop-rail-head nav {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin: 8px 0 12px;
}

.home-tab-row a,
.shop-rail-head nav a {
	color: #111111;
	font-size: 10px;
	font-weight: 650;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
}

.home-tab-row a.is-active,
.shop-rail-head nav a:first-child {
	font-weight: 850;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.shop-rail-head nav {
	gap: 30px;
	margin: 18px 0 0;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--pixel-line);
}

.shop-rail-head nav a {
	font-size: 15px;
	font-weight: 400;
}

.shop-rail-head nav a:first-child {
	font-weight: 700;
	text-decoration-thickness: 2px;
	text-underline-offset: 10px;
}

.shop-rail-head > div {
	flex: 1 1 auto;
	min-width: 0;
}

.shop-rail-view-all {
	margin-top: 7px;
	color: #111111;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.rail-controls {
	display: flex;
	gap: 6px;
}

.rail-controls span {
	width: 18px;
	height: 18px;
	border: 1px solid #999999;
	background: #ffffff;
}

.home-retail .home-product-rail--top {
	position: relative;
	padding-block: 34px 44px;
}

.home-retail .home-product-rail--top .home-section-head {
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 10px;
	text-align: left;
}

.home-retail .home-product-rail--top .home-section-head h2 {
	font-size: 25px;
	font-weight: 600;
	line-height: 1.1;
}

.home-retail .home-product-rail--top .home-section-subtitle {
	display: none !important;
}

.home-retail .home-product-rail--top .rail-controls {
	display: block !important;
	position: absolute;
	inset: 0;
	z-index: 3;
	pointer-events: none;
}

.home-retail .home-product-rail--top .rail-controls span {
	position: absolute;
	top: 274px;
	width: 36px;
	height: 52px;
	border: 1px solid #9f9f9f;
	background: #ffffff;
	pointer-events: auto;
}

.home-retail .home-product-rail--top .rail-controls span:first-child {
	left: 14px;
}

.home-retail .home-product-rail--top .rail-controls span:last-child {
	right: 14px;
}

.home-retail .home-product-rail--top .home-tab-row {
	display: flex !important;
	flex-wrap: nowrap;
	justify-content: flex-start;
	gap: 30px;
	margin: 0 0 18px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--pixel-line);
	overflow: hidden;
	white-space: nowrap;
}

.home-retail .home-product-rail--top .home-tab-row a {
	flex: 0 0 auto;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.2;
}

.home-retail .home-product-rail--top .home-tab-row a.is-active {
	color: #111111;
	font-weight: 700;
	text-decoration-thickness: 2px;
	text-underline-offset: 10px;
}

.home-retail .home-product-rail--top ul.products {
	padding-inline: 56px;
}

.home-retail .home-product-rail--top .product-card__media {
	aspect-ratio: 223 / 337;
	border: 0;
	background: #f5f5f5;
}

.home-retail .home-product-rail--top .product-card__image {
	object-fit: cover;
	object-position: center top;
}

.home-retail .home-product-rail--top .product-card__wish,
.home-retail .home-product-rail--top .product-card__badges {
	display: none !important;
}

.shop-top-picks .product-card__wish,
.shop-top-picks .product-card__badges {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.home-product-rail ul.products,
.shop-top-picks ul.products,
.woocommerce .shop-top-picks ul.products {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 14px;
}

.shop-top-picks ul.products,
.woocommerce .shop-top-picks ul.products {
	box-sizing: border-box;
	padding-inline: 56px;
}

.home-narrow-promo {
	position: relative;
	padding-block: 96px 56px;
}

.home-narrow-promo a,
.home-designer-campaign a,
.home-brand-feature a {
	display: block;
}

.home-narrow-promo img {
	display: block;
	width: 100%;
	height: 181px;
	object-fit: cover;
	object-position: center;
}

.home-narrow-promo::after {
	content: "Sponsored";
	position: absolute;
	right: 0;
	bottom: 0;
	color: #7f878c;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
}

.home-designer-campaign {
	margin-block: 0 34px;
}

.home-designer-campaign img {
	display: block;
	width: 100%;
	height: clamp(520px, 34vw, 690px);
	object-fit: cover;
	object-position: center;
}

.home-editorial,
.home-category-board,
.home-story-section,
.home-brand-feature,
.home-offer-grid {
	padding-block: 42px;
}

.home-editorial-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.home-editorial-grid article,
.home-story-grid article,
.home-offer-grid article {
	min-width: 0;
}

.home-editorial-grid img {
	display: block;
	width: 100%;
	height: 360px;
	object-fit: cover;
}

.home-editorial-grid h3,
.home-story-grid h3,
.home-offer-grid h3 {
	margin: 10px 0 4px;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.05;
}

.home-editorial-grid p,
.home-story-grid p,
.home-offer-grid p {
	margin: 0 0 8px;
	color: #333333;
	font-size: 11px;
	line-height: 1.35;
}

.home-editorial-grid .button,
.home-story-grid .button,
.home-offer-grid .button {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 0 12px;
	background: #111111;
	color: #ffffff;
	font-size: 10px;
	font-weight: 800;
	text-decoration: none;
}

.home-category-board__grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 24px 18px;
	margin-top: 18px;
}

.home-category-board__grid a {
	display: grid;
	gap: 6px;
	color: #111111;
	font-size: 10px;
	font-weight: 650;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.home-category-board__grid img,
.home-category-board__grid .is-sale span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 1 / 1.16;
	background: #f2f2f2;
	object-fit: cover;
	color: #ffffff;
	font-size: 18px;
	font-weight: 800;
	text-align: center;
	text-decoration: none;
}

.home-category-board__grid .is-sale span {
	background: #f5363f;
}

.home-category-board__grid strong {
	font-size: 10px;
	font-weight: 650;
}

.home-story-grid {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: calc((100% - 44px) / 3.18);
	gap: 22px;
	overflow: hidden;
}

.home-story-card__image,
.home-offer-card__image {
	display: block;
	color: inherit;
	text-decoration: none;
}

.home-story-card__image img,
.home-offer-card__image img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 437 / 548;
	object-fit: cover;
	background: #f4f4f4;
}

.home-story-section--brands .home-story-card__image img {
	aspect-ratio: 437 / 548;
}

.home-cardmember {
	display: grid;
	min-height: 780px;
	padding-block: 160px 130px;
}

.home-cardmember__content {
	width: min(360px, 45%);
	margin-left: auto;
	align-self: center;
}

.home-cardmember h2 {
	margin: 0 0 8px;
	font-family: var(--pixel-font);
	font-size: 22px;
	font-weight: 900;
	line-height: 1.04;
}

.home-cardmember p {
	margin: 0 0 12px;
	color: #333333;
	font-size: 11px;
	line-height: 1.35;
}

.home-cardmember .button {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 0 12px;
	background: #111111;
	color: #ffffff;
	font-size: 10px;
	font-weight: 800;
	text-decoration: none;
}

.home-brand-feature img {
	display: block;
	width: 100%;
	height: 170px;
	object-fit: cover;
}

.home-offer-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px 120px;
	padding-block: 66px;
}

.home-offer-grid h2 {
	grid-column: 1 / -1;
}

.home-offer-grid article:first-of-type {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	gap: 16px 26px;
	align-items: start;
}

.home-offer-grid article:first-of-type .home-offer-card__image {
	grid-row: span 4;
}

.home-offer-grid article:first-of-type .home-offer-card__image img {
	height: 270px;
}

.home-retail .home-product-rail .product-card__media,
.home-retail .shop-top-picks .product-card__media,
.shop-top-picks .product-card__media {
	aspect-ratio: 1 / 1.55;
}

.home-retail .home-product-rail--top .product-card__media {
	aspect-ratio: 223 / 337 !important;
	border: 0;
	background: #f5f5f5;
}

.home-retail .home-product-rail--top .product-card__wish,
.home-retail .home-product-rail--top .product-card__badges {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
}

.shop-main {
	background: #ffffff;
}

.shop-category-masthead {
	padding: 22px 0 22px;
}

.shop-breadcrumb {
	display: flex;
	gap: 6px;
	margin: 0 0 29px;
	color: #767676;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
}

.shop-breadcrumb a {
	color: #767676;
	text-decoration: none;
}

.shop-category-masthead h1 {
	margin: 0;
	font-family: var(--pixel-font);
	font-size: 29px;
	font-weight: 600;
	line-height: 1.08;
	text-transform: none;
}

.category-tiles {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 17px;
	width: min(var(--pixel-page), calc(100% - 64px));
	margin-inline: auto;
	padding: 0 0 19px;
	border: 0;
}

.category-tile {
	display: grid;
	gap: 7px;
	aspect-ratio: auto;
	overflow: visible;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: #111111;
	text-decoration: none;
}

.category-tile::after {
	content: none;
}

.category-tile img,
.category-tile__source-sale {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 290px;
	border-radius: 8px;
	background: #f4f4f4;
	color: #ffffff;
	object-fit: cover;
	object-position: center top;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.06;
	text-align: center;
}

.category-tile__source-sale {
	background: #f5363f;
}

.category-tile span:not(.category-tile__source-sale) {
	position: static;
	inset: auto;
	z-index: auto;
	color: #111111;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.25;
	text-decoration: underline;
	text-underline-offset: 2px;
	text-transform: none;
	letter-spacing: 0;
}

.category-tile:hover img {
	transform: none;
}

.shop-layout {
	display: block;
	padding-block: 0 52px;
}

.shop-sidebar {
	display: none;
}

.shop-results {
	width: 100%;
	min-width: 0;
}

.shop-toolbar {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	align-items: start;
	margin: 129px 0 4px;
}

.shop-toolbar .eyebrow {
	display: none;
}

.shop-toolbar__title h1,
.shop-toolbar h1 {
	margin: 0 0 8px;
	font-family: var(--pixel-font);
	font-size: 29px;
	font-weight: 600;
	line-height: 1.1;
	text-transform: none;
}

.shop-item-count,
.woocommerce-result-count {
	margin: 0;
	color: #333333;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
}

.shop-department-tabs {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 24px;
	margin: 20px 0 16px;
	padding-bottom: 14px;
	border-bottom: 1px solid var(--pixel-line);
	overflow: hidden;
	white-space: nowrap;
}

.shop-department-tabs a {
	position: relative;
	color: #111111;
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
	text-decoration: none;
}

.shop-department-tabs a.is-active {
	font-weight: 700;
}

.shop-department-tabs a.is-active::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -14px;
	height: 2px;
	background: #111111;
}

.shop-department-tabs__next {
	width: 22px;
	height: 22px;
	flex: 0 0 22px;
}

.shop-department-tabs__next::before {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	margin: 5px 0 0 3px;
	border-top: 2px solid #111111;
	border-right: 2px solid #111111;
	transform: rotate(45deg);
}

.shop-filter-strip {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: flex-start;
	height: 40px;
	min-height: 40px;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: visible;
}

.shop-filter-button,
.shop-filter-pill {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	height: 40px;
	min-height: 40px;
	padding: 0 30px 0 14px;
	border: 1px solid #111111;
	border-radius: 4px;
	background: #ffffff;
	color: #111111;
	font-family: var(--pixel-font);
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
}

.shop-filter-button::after {
	content: "";
	position: absolute;
	right: 14px;
	top: 50%;
	width: 8px;
	height: 8px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: translateY(-70%) rotate(45deg);
}

.shop-filter-button--filter::before {
	content: none;
}

.shop-filter-button__icon {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.shop-sort {
	width: 88px;
	padding: 0;
}

.shop-sort::before {
	content: "\2195";
	position: absolute;
	left: 22px;
	top: 50%;
	font-size: 18px;
	line-height: 1;
	transform: translateY(-50%);
}

.shop-sort .woocommerce-ordering {
	position: absolute;
	inset: 0;
	margin: 0;
}

.shop-sort .woocommerce-ordering label {
	display: none !important;
}

.shop-sort select,
.woocommerce-ordering select {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
	background: transparent;
	color: transparent;
	font-size: 16px;
	appearance: none;
	cursor: pointer;
}

.shop-sort select:focus-visible {
	outline: 2px solid #111111;
	outline-offset: 2px;
}

.shop-guidance-band {
	display: none;
}

.woocommerce ul.products,
ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 28px 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after,
ul.products::before,
ul.products::after {
	content: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.product-card {
	float: none;
	width: auto;
	margin: 0;
	min-width: 0;
	border: 0;
	background: transparent;
}

.product-card__media {
	position: relative;
	display: block;
	aspect-ratio: 1 / 1.55;
	overflow: hidden;
	border: 1px solid #eeeeee;
	background: #f2f3f3;
}

.product-card__image {
	width: 100%;
	height: 100%;
	padding: 0;
	object-fit: contain;
	object-position: center;
	background: transparent;
	transform: scale(1.08);
}

.shop-main .product-card__image {
	object-fit: cover;
	transform: none;
}

.shop-top-picks .product-card__media {
	aspect-ratio: 1 / 1.6;
	border: 0;
	background: #f5f5f5;
}

.shop-top-picks .product-card__image,
.shop-top-picks .product-card__media:hover .product-card__image--primary,
.shop-top-picks .product-card__media:hover .product-card__image--secondary {
	object-fit: cover;
	object-position: center top;
	transform: none !important;
}

.product-card__image--fallback {
	object-fit: cover;
	transform: none;
}

.product-card__image--secondary {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 120ms ease;
}

.product-card__media:hover .product-card__image--primary {
	opacity: 0;
	transform: scale(1.08);
}

.product-card__media:hover .product-card__image--secondary {
	opacity: 1;
	transform: scale(1.08);
}

.shop-main .product-card__media:hover .product-card__image--primary,
.shop-main .product-card__media:hover .product-card__image--secondary {
	transform: none;
}

.product-card__wish {
	position: absolute;
	top: 7px;
	right: 7px;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.84);
	color: #666666;
}

.product-card__wish svg {
	width: 12px;
	height: 12px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.4;
}

.home-retail .home-product-rail--top .product-card__wish,
.home-retail .home-product-rail--top .product-card__badges {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
}

.product-card__badges {
	position: absolute;
	top: 7px;
	left: 7px;
	z-index: 3;
	display: flex;
	flex-wrap: wrap;
	gap: 3px;
}

.product-card__badges span {
	min-height: 16px;
	padding: 0 5px;
	border: 1px solid #d5d5d5;
	background: #ffffff;
	color: #111111;
	font-size: 8.5px;
	font-weight: 800;
	line-height: 15px;
	text-transform: uppercase;
}

.shop-main .product-card__badges {
	display: none;
}

.product-card__body {
	display: grid;
	gap: 3px;
	padding-top: 7px;
	font-family: var(--pixel-font);
}

.product-card__brand {
	order: 2;
	margin: 0;
	color: #111111;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: none;
}

.product-card__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	order: 3;
	min-height: 0;
	margin: 0;
	padding: 0;
	color: #111111;
	font-family: var(--pixel-font);
	font-size: 10.5px;
	font-weight: 500;
	line-height: 1.22;
	text-transform: none;
}

.product-card__title a {
	color: inherit;
	text-decoration: none;
}

.product-card__price,
.woocommerce ul.products li.product .price {
	order: 4;
	display: flex;
	flex-wrap: wrap;
	gap: 3px;
	align-items: baseline;
	margin: 2px 0 0;
	color: #111111;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
}

.product-card__price del,
.woocommerce ul.products li.product .price del {
	color: #777777;
	font-size: 10px;
	font-weight: 500;
	opacity: 1;
}

.product-card__price ins,
.woocommerce ul.products li.product .price ins {
	color: var(--pixel-sale);
	font-weight: 750;
	text-decoration: none;
}

.product-card__swatches {
	order: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	min-height: 13px;
	margin: 0 0 1px;
}

.product-card__swatch {
	width: 11px;
	height: 11px;
	border: 1px solid #b8b8b8;
	border-radius: 50%;
	background: var(--swatch-color);
	box-shadow: none;
}

.product-card__swatch.is-active {
	outline: 1px solid #111111;
	outline-offset: 1px;
}

.product-card__meta,
.product-card__stock {
	order: 5;
	margin: 0;
	color: #333333;
	font-size: 10px;
	font-weight: 450;
	line-height: 1.2;
}

.product-card__rating::before {
	content: "";
	display: inline-block;
	width: 42px;
	height: 8px;
	margin-right: 4px;
	background: linear-gradient(90deg, #111 0 80%, #cccccc 80% 100%);
	clip-path: polygon(0 50%, 3% 35%, 6% 50%, 9% 35%, 12% 50%, 15% 35%, 18% 50%, 21% 35%, 24% 50%, 27% 35%, 30% 50%, 33% 35%, 36% 50%, 39% 35%, 42% 50%, 45% 35%, 48% 50%, 51% 35%, 54% 50%, 57% 35%, 60% 50%, 63% 35%, 66% 50%, 69% 35%, 72% 50%, 75% 35%, 78% 50%, 81% 35%, 84% 50%, 87% 35%, 90% 50%, 93% 35%, 96% 50%, 100% 35%, 100% 65%, 0 65%);
}

.product-card__cart {
	order: 6;
	display: none;
}

.woocommerce-pagination {
	margin-top: 36px;
	text-align: center;
}

.woocommerce-pagination ul {
	display: inline-flex;
	gap: 8px;
	border: 0;
}

.woocommerce-pagination li {
	border: 0;
}

.site-footer {
	background: #e9eff3;
	border-top: 1px solid #d8e0e5;
	color: #111111;
	padding: 0;
}

.newsletter {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(420px, 520px);
	gap: 42px;
	align-items: end;
	padding-block: 34px 28px;
	border-bottom: 1px solid #d5dde2;
}

.newsletter .eyebrow {
	margin: 0 0 16px;
	color: #111111;
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
}

.newsletter h2 {
	margin: 0;
	color: #111111;
	font-family: var(--pixel-font);
	font-size: 23px;
	font-weight: 900;
	line-height: 1.05;
	text-transform: uppercase;
}

.newsletter-form {
	display: flex;
	gap: 8px;
}

.newsletter-form input {
	height: 34px;
	border: 1px solid #b8c2c9;
	background: #ffffff;
	color: #111111;
}

.newsletter-form button {
	min-height: 34px;
	padding-inline: 18px;
	border: 1px solid #111111;
	background: #111111;
	color: #ffffff;
	font-size: 10px;
	font-weight: 850;
}

.footer-links {
	display: grid;
	grid-template-columns: 1.25fr 0.75fr 1fr;
	gap: 70px;
	padding-block: 30px;
}

.footer-links h3 {
	margin: 0 0 9px;
	color: #111111;
	font-size: 10px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.footer-links .menu,
.footer-links .primary-menu {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 5px 30px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-links .footer-menu {
	grid-template-columns: 1fr;
}

.footer-links a,
.footer-links p {
	margin: 0;
	color: #111111;
	font-size: 10.5px;
	font-weight: 500;
	line-height: 1.45;
	text-decoration: none;
}

.site-footer__bottom {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding-block: 18px;
	border-top: 1px solid #d5dde2;
	color: #111111;
	font-size: 10px;
	font-weight: 500;
}

@media (min-width: 1500px) {
	.woocommerce ul.products,
	ul.products {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 1100px) {
	.section-wrap,
	.category-tiles,
	.site-footer__inner {
		width: min(100% - 40px, var(--pixel-page));
	}

	.site-header__main {
		grid-template-columns: 140px minmax(250px, 1fr) auto;
		width: calc(100% - 40px);
	}

	.site-navigation .menu,
	.site-navigation .primary-menu {
		gap: 18px;
		overflow-x: auto;
		justify-content: flex-start;
		width: calc(100% - 40px);
		margin-inline: auto;
	}

	.home-product-rail ul.products,
	.shop-top-picks ul.products {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.home-category-board__grid,
	.category-tiles {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.top-promo__inner {
		grid-template-columns: 1fr;
		justify-items: center;
		width: calc(100% - 24px);
		min-height: 26px;
	}

	.top-promo__message,
	.top-promo__link,
	.top-promo__region {
		grid-column: auto;
	}

	.top-promo__link,
	.top-promo__region {
		display: none;
	}

	.site-header__main {
		grid-template-columns: 38px minmax(0, 1fr) auto;
		gap: 10px;
		min-height: 50px;
		width: calc(100% - 24px);
	}

	.nav-toggle {
		display: inline-flex;
		width: 34px;
		height: 34px;
		border: 0;
	}

	.site-logo {
		font-size: 17px;
	}

	.header-search {
		display: none;
	}

	.search-toggle {
		display: inline-flex;
		min-height: 30px;
		border: 1px solid #111111;
		background: #ffffff;
		color: #111111;
		font-size: 10px;
		font-weight: 850;
	}

	.site-action-link--store,
	.site-action-link--account {
		display: none;
	}

	.site-navigation {
		display: none;
	}

	.section-wrap,
	.category-tiles,
	.site-footer__inner {
		width: calc(100% - 24px);
	}

	.hero-men__image {
		height: 300px;
	}

	.home-product-rail ul.products,
	.shop-top-picks ul.products,
	.woocommerce ul.products,
	ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 22px 10px;
	}

	.home-category-board__grid,
	.category-tiles,
	.home-story-grid,
	.home-editorial-grid,
	.home-offer-grid,
	.newsletter,
	.footer-links {
		grid-template-columns: 1fr 1fr;
		gap: 14px;
	}

	.home-story-grid {
		grid-auto-flow: row;
		grid-auto-columns: auto;
		overflow: visible;
	}

	.home-cardmember {
		min-height: auto;
		padding-block: 70px;
	}

	.home-cardmember__content {
		width: 100%;
		margin-left: 0;
	}

	.category-tile img,
	.category-tile__source-sale {
		height: 140px;
	}

	.shop-toolbar {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.shop-sort {
		justify-content: space-between;
	}

	.newsletter,
	.footer-links,
	.home-offer-grid {
		grid-template-columns: 1fr;
	}

	.home-offer-grid article:first-of-type {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 430px) {
	.product-card__media {
		aspect-ratio: 1 / 1.16;
	}

	.home-narrow-promo img,
	.home-brand-feature img {
		height: auto;
	}
}

body .home-retail .home-product-rail--top .product-card__wish,
body .shop-top-picks .product-card__wish,
body .shop-top-picks li.product .product-card__wish,
body .shop-top-picks .product-card__media > .product-card__wish {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

body .home-retail .home-product-rail--top .product-card__media::after,
body .shop-top-picks .product-card__media::after {
	content: none !important;
	display: none !important;
}

/* PIXEL-MODULE-44: final shop/category overrides measured against source crops. */
body.woocommerce-shop .shop-category-masthead h1,
body.post-type-archive-product .shop-category-masthead h1 {
	font-family: var(--pixel-font) !important;
	font-size: 29px !important;
	font-weight: 600 !important;
	line-height: 1.08 !important;
	text-transform: none !important;
}

body.woocommerce-shop .shop-main > .category-tiles,
body.post-type-archive-product .shop-main > .category-tiles {
	gap: 17px !important;
}

body.woocommerce-shop .shop-main > .category-tiles .category-tile img,
body.woocommerce-shop .shop-main > .category-tiles .category-tile__source-sale,
body.post-type-archive-product .shop-main > .category-tiles .category-tile img,
body.post-type-archive-product .shop-main > .category-tiles .category-tile__source-sale {
	border-radius: 8px !important;
	height: 286px !important;
	aspect-ratio: auto !important;
}

body.woocommerce-shop .shop-main > .category-tiles .category-tile__source-sale,
body.post-type-archive-product .shop-main > .category-tiles .category-tile__source-sale {
	background: #f5363f !important;
	font-size: 26px !important;
	font-weight: 400 !important;
	line-height: 1.06 !important;
	margin-top: 0 !important;
}

body.woocommerce-shop .shop-toolbar h1,
body.post-type-archive-product .shop-toolbar h1 {
	font-family: var(--pixel-font) !important;
	font-size: 26px !important;
	font-weight: 600 !important;
	line-height: 1.1 !important;
	text-transform: none !important;
}

body.woocommerce-shop .shop-toolbar__title,
body.post-type-archive-product .shop-toolbar__title {
	transform: translateY(-29px) !important;
}

body.woocommerce-shop .shop-department-tabs,
body.woocommerce-shop .shop-filter-strip,
body.woocommerce-shop .shop-results > ul.products,
body.post-type-archive-product .shop-department-tabs,
body.post-type-archive-product .shop-filter-strip,
body.post-type-archive-product .shop-results > ul.products {
	position: relative !important;
	top: 9px !important;
}

body.woocommerce-shop .shop-top-picks .shop-rail-head h2,
body.post-type-archive-product .shop-top-picks .shop-rail-head h2 {
	font-family: var(--pixel-font) !important;
	font-size: 25px !important;
	font-weight: 600 !important;
	line-height: 1.12 !important;
}

body.woocommerce-shop .shop-top-picks .shop-rail-head nav a,
body.post-type-archive-product .shop-top-picks .shop-rail-head nav a {
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 1.2 !important;
}

body.woocommerce-shop .shop-top-picks .shop-rail-head nav a:first-child,
body.post-type-archive-product .shop-top-picks .shop-rail-head nav a:first-child {
	font-weight: 650 !important;
}

body.woocommerce-shop .shop-top-picks .shop-rail-view-all,
body.post-type-archive-product .shop-top-picks .shop-rail-view-all {
	font-size: 14px !important;
	font-weight: 650 !important;
	line-height: 1.2 !important;
}

/* FUNCTIONAL-INSTANCE-47: real controls, editable campaigns, and header panels. */
.site-navigation .primary-menu {
	position: relative;
	overflow: visible;
}

.site-navigation .menu-item {
	position: relative;
}

.site-navigation .menu-item--has-panel > a {
	gap: 4px;
}

.site-navigation .menu-item--has-panel > a::before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-left: 3px;
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
	order: 2;
	transform: rotate(45deg) translateY(-2px);
}

.site-nav-panel {
	position: absolute;
	left: 50%;
	top: calc(100% - 1px);
	z-index: 1200;
	width: min(720px, calc(100vw - 80px));
	padding: 22px 24px 24px;
	background: #ffffff;
	border: 1px solid #d0d0d0;
	box-shadow: 0 18px 34px rgba(0, 0, 0, 0.14);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translate(-50%, 10px);
	transition: opacity 140ms ease, transform 140ms ease, visibility 140ms ease;
}

.menu-item--has-panel:hover > .site-nav-panel,
.menu-item--has-panel:focus-within > .site-nav-panel {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translate(-50%, 0);
}

.site-nav-panel__title {
	margin: 0 0 14px;
	color: #111111;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.1;
}

.site-nav-panel__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px 20px;
}

.site-nav-panel a {
	display: block;
	min-height: auto;
	padding: 10px 0;
	color: #111111;
	text-decoration: none;
}

.site-nav-panel a::after {
	content: none !important;
}

.site-nav-panel a strong,
.site-nav-panel a span {
	display: block;
}

.site-nav-panel a strong {
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
}

.site-nav-panel a span {
	margin-top: 3px;
	color: #5e6469;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.3;
}

.site-nav-panel a:hover strong,
.site-nav-panel a:focus-visible strong {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.hero-men__content {
	position: absolute;
	left: max(42px, calc((100vw - min(var(--pixel-header), calc(100vw - 80px))) / 2 + 142px));
	bottom: 36px;
	z-index: 4;
	width: min(1080px, calc(100% - 160px));
	padding: 0;
	background: transparent;
	color: #ffffff;
}

.home-retail .hero-men::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	height: 245px;
	background: linear-gradient(0deg, #050505 0%, #050505 58%, rgba(0, 0, 0, 0.72) 78%, rgba(0, 0, 0, 0) 100%);
	pointer-events: none;
}

.hero-men__eyebrow {
	margin: 0 0 6px;
	color: #ffffff;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
}

.hero-men__content h1 {
	margin: 0;
	color: #ffffff;
	font-family: var(--pixel-font);
	font-size: clamp(36px, 3.25vw, 60px);
	font-weight: 800;
	line-height: 0.98;
	letter-spacing: 0;
	text-transform: none;
}

.hero-men__copy {
	max-width: 640px;
	margin: 10px 0 0;
	color: #ffffff;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.25;
}

.hero-men__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 20px;
}

.hero-men__button,
.home-campaign__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 20px;
	border: 1px solid #111111;
	border-radius: 3px;
	background: #ffffff;
	color: #111111;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
}

.hero-men__button--secondary {
	background: rgba(255, 255, 255, 0.88);
}

.hero-men__button:hover,
.hero-men__button:focus-visible,
.home-campaign__button:hover,
.home-campaign__button:focus-visible {
	background: #111111;
	color: #ffffff;
	text-decoration: none;
}

.rail-controls {
	display: flex;
	align-items: center;
	gap: 7px;
}

.rail-control {
	position: relative;
	width: 24px;
	height: 24px;
	padding: 0;
	border: 1px solid #8b8b8b;
	border-radius: 0;
	background: #ffffff;
	color: #111111;
	cursor: pointer;
}

.rail-control::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 7px;
	height: 7px;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	transform-origin: center;
}

.rail-control--prev::before {
	transform: translate(-36%, -50%) rotate(135deg);
}

.rail-control--next::before {
	transform: translate(-64%, -50%) rotate(-45deg);
}

.rail-control:disabled {
	opacity: 0.35;
	cursor: default;
}

body .home-retail .home-product-rail,
body .home-retail .home-editorial,
body .home-retail .home-story-section {
	position: relative;
}

body .home-retail .home-product-rail--top .rail-controls {
	display: flex !important;
	position: absolute !important;
	inset: auto !important;
	left: 0;
	right: 0;
	top: 50%;
	z-index: 6;
	justify-content: space-between;
	padding-inline: 14px;
	pointer-events: none;
	transform: translateY(-18px);
}

body .home-retail .home-product-rail--top .rail-control {
	width: 36px;
	height: 52px;
	pointer-events: auto;
}

body .home-retail .home-product-rail ul.products {
	display: flex !important;
	grid-template-columns: none !important;
	gap: 14px !important;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

body .home-retail .home-product-rail ul.products::-webkit-scrollbar,
body .home-retail .home-editorial-grid::-webkit-scrollbar,
body .home-retail .home-story-grid::-webkit-scrollbar {
	display: none;
}

body .home-retail .home-product-rail ul.products > li.product {
	flex: 0 0 calc((100% - 56px) / 5.4);
	min-width: 210px;
	scroll-snap-align: start;
}

body .home-retail .home-editorial-grid,
body .home-retail .home-story-grid {
	display: flex !important;
	grid-template-columns: none !important;
	gap: 16px;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

body .home-retail .home-editorial-grid > article {
	flex: 0 0 calc((100% - 32px) / 3);
	min-width: 292px;
	scroll-snap-align: start;
}

body .home-retail .home-story-grid > article {
	flex: 0 0 calc((100% - 48px) / 3.4);
	min-width: 300px;
	scroll-snap-align: start;
}

.home-campaign {
	position: relative;
	overflow: hidden;
}

.home-campaign__image {
	display: block;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.home-narrow-promo.home-campaign--narrow {
	padding-block: 76px 44px;
}

.home-narrow-promo.home-campaign--narrow .home-campaign__image {
	height: 181px;
}

.home-campaign--narrow .home-campaign__content {
	position: absolute;
	top: 76px;
	right: 0;
	bottom: 44px;
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 22px 60px;
	background: rgba(246, 241, 238, 0.92);
	color: #111111;
}

.home-designer-campaign.home-campaign--designer {
	margin-block: 0 34px;
}

.home-designer-campaign.home-campaign--designer .home-campaign__image {
	height: clamp(520px, 34vw, 690px);
	object-position: center top;
}

.home-campaign--designer .home-campaign__content {
	position: absolute;
	left: max(38px, calc((100vw - min(var(--pixel-header), calc(100vw - 80px))) / 2 + 112px));
	bottom: 46px;
	z-index: 4;
	width: min(720px, calc(100% - 120px));
	padding: 0;
	background: transparent;
	color: #ffffff;
}

.home-campaign--designer::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	height: 240px;
	background: linear-gradient(0deg, #676767 0%, #676767 68%, rgba(103, 103, 103, 0.64) 84%, rgba(103, 103, 103, 0) 100%);
	pointer-events: none;
}

.home-campaign__eyebrow {
	margin: 0 0 6px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
}

.home-campaign__content h2 {
	margin: 0;
	color: inherit;
	font-size: clamp(24px, 3vw, 56px);
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0;
}

.home-campaign--narrow .home-campaign__content h2 {
	font-size: 28px;
	line-height: 1.08;
}

.home-campaign__copy {
	max-width: 520px;
	margin: 8px 0 0;
	font-size: 13px;
	line-height: 1.35;
}

.home-campaign__button {
	width: fit-content;
	margin-top: 15px;
}

.product-card__media {
	position: relative;
}

body .home-retail .product-card__badges,
body .shop-main .product-card__badges,
body.woocommerce .product-card__badges {
	top: 8px !important;
	right: auto !important;
	bottom: auto !important;
	left: 8px !important;
	z-index: 4 !important;
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	gap: 4px !important;
	writing-mode: horizontal-tb !important;
}

body .home-retail .product-card__badges span,
body .shop-main .product-card__badges span,
body.woocommerce .product-card__badges span {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-width: 0 !important;
	min-height: 18px !important;
	padding: 0 6px !important;
	border: 1px solid #d0d0d0 !important;
	background: #ffffff !important;
	color: #111111 !important;
	font-size: 9px !important;
	font-weight: 800 !important;
	line-height: 18px !important;
	letter-spacing: 0 !important;
	text-transform: uppercase !important;
	writing-mode: horizontal-tb !important;
}

body .home-retail .product-card__wish,
body .shop-main .product-card__wish,
body.woocommerce .product-card__wish {
	top: 8px !important;
	right: 8px !important;
	z-index: 5 !important;
	width: 28px !important;
	height: 28px !important;
	border: 1px solid #d0d0d0 !important;
	background: rgba(255, 255, 255, 0.94) !important;
}

body .home-retail .home-product-rail--top .product-card__wish,
body .home-retail .home-product-rail--top .product-card__badges {
	display: flex !important;
	visibility: visible !important;
	opacity: 1 !important;
	pointer-events: auto !important;
}

@media (max-width: 900px) {
	.site-nav-panel {
		display: none;
	}

	.hero-men__content {
		left: 18px;
		right: 18px;
		bottom: 22px;
		width: auto;
		padding: 12px 14px 14px;
	}

	.hero-men__content h1 {
		font-size: 34px;
	}

	body .home-retail .home-product-rail ul.products > li.product {
		flex-basis: calc((100% - 10px) / 2);
		min-width: 0;
	}

	body .home-retail .home-editorial-grid > article,
	body .home-retail .home-story-grid > article {
		flex-basis: min(78vw, 360px);
	}

	.home-campaign--narrow .home-campaign__content,
	.home-campaign--designer .home-campaign__content {
		left: 18px;
		right: 18px;
		bottom: 18px;
		top: auto;
		width: auto;
		padding: 14px;
	}
}

/* SOURCE-PARITY-48: category rail, source-style product cards, and Nordstrom-like PDP structure. */
html,
body {
	overflow-x: clip;
}

body .site-navigation a:hover,
body .site-navigation a:focus-visible,
body .site-navigation .menu-item--has-panel:hover > a,
body .site-navigation .menu-item--has-panel:focus-within > a {
	text-decoration: none !important;
}

body .site-navigation .menu-item--has-panel > a {
	position: relative;
}

body .site-navigation .menu-item--has-panel > a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 16px;
	height: 1px;
	background: currentColor;
	opacity: 0;
	transform: scaleX(0.9);
	transition: opacity 0.15s ease, transform 0.15s ease;
}

body .site-navigation .menu-item--has-panel:hover > a::after,
body .site-navigation .menu-item--has-panel:focus-within > a::after {
	opacity: 1;
	transform: scaleX(1);
}

body .site-nav-panel a:hover,
body .site-nav-panel a:focus-visible,
body .site-nav-panel a:hover strong,
body .site-nav-panel a:focus-visible strong {
	text-decoration: none !important;
}

body .site-nav-panel a:hover strong,
body .site-nav-panel a:focus-visible strong {
	border-bottom: 1px solid currentColor;
}

body .shop-main > .category-tiles.section-wrap {
	display: grid !important;
	grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
	gap: 17px !important;
	align-items: start !important;
	width: min(1544px, calc(100vw - 96px)) !important;
	max-width: none !important;
	margin: 0 auto 76px !important;
	padding: 0 !important;
	overflow: visible !important;
}

body .shop-main > .category-tiles .category-tile {
	display: grid !important;
	grid-template-rows: auto 28px !important;
	gap: 9px !important;
	min-width: 0 !important;
	color: #111111 !important;
	text-decoration: none !important;
}

body .shop-main > .category-tiles .category-tile img,
body .shop-main > .category-tiles .category-tile__source-sale {
	display: flex !important;
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 236 / 291 !important;
	align-items: center !important;
	justify-content: center !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	object-fit: cover !important;
	object-position: center top !important;
}

body .shop-main > .category-tiles .category-tile__source-sale {
	background: #f5323f !important;
	color: #ffffff !important;
	font-size: 32px !important;
	font-weight: 500 !important;
	line-height: 1.06 !important;
	text-align: center !important;
}

body .shop-main > .category-tiles .category-tile > span:last-child {
	display: inline !important;
	width: fit-content !important;
	color: #111111 !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	line-height: 1.2 !important;
	text-decoration: underline !important;
	text-underline-offset: 2px !important;
}

body .shop-main .shop-category-masthead.section-wrap {
	width: min(1544px, calc(100vw - 96px)) !important;
	max-width: none !important;
	margin: 0 auto !important;
	padding: 36px 0 30px !important;
}

body .shop-top-picks.section-wrap {
	position: relative !important;
	width: min(1544px, calc(100vw - 96px)) !important;
	max-width: none !important;
	margin: 0 auto 38px !important;
	padding: 0 0 38px !important;
	border-bottom: 1px solid #d0d0d0 !important;
}

body .shop-top-picks .shop-rail-head {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto !important;
	gap: 24px !important;
	align-items: start !important;
	margin: 0 0 16px !important;
}

body .shop-top-picks .shop-rail-head h2 {
	margin: 0 0 16px !important;
	color: #111111 !important;
	font-family: var(--pixel-font, Arial, sans-serif) !important;
	font-size: 26px !important;
	font-weight: 700 !important;
	line-height: 1.1 !important;
}

body .shop-top-picks .shop-rail-head nav {
	display: flex !important;
	gap: 30px !important;
	min-width: 0 !important;
	overflow-x: auto !important;
	padding-bottom: 0 !important;
	border-bottom: 1px solid #bfc3c7 !important;
	scrollbar-width: none !important;
}

body .shop-top-picks .shop-rail-head nav::-webkit-scrollbar {
	display: none !important;
}

body .shop-top-picks .shop-rail-head nav a {
	display: inline-flex !important;
	min-height: 34px !important;
	align-items: flex-start !important;
	border-bottom: 3px solid transparent !important;
	color: #242424 !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
	white-space: nowrap !important;
}

body .shop-top-picks .shop-rail-head nav a:first-child {
	border-bottom-color: #111111 !important;
	font-weight: 700 !important;
}

body .shop-rail-actions {
	display: flex !important;
	align-items: start !important;
	gap: 22px !important;
}

body .shop-top-picks .shop-rail-view-all {
	display: inline-flex !important;
	margin-top: 6px !important;
	color: #111111 !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	text-decoration: underline !important;
	text-underline-offset: 2px !important;
}

body .shop-top-picks .rail-controls {
	display: flex !important;
	gap: 6px !important;
	position: static !important;
	inset: auto !important;
	padding: 0 !important;
	transform: none !important;
	pointer-events: auto !important;
}

body .shop-top-picks .rail-control,
body .product-detail-rail .rail-control {
	display: inline-flex !important;
	width: 22px !important;
	height: 22px !important;
	align-items: center !important;
	justify-content: center !important;
	border: 1px solid #777777 !important;
	border-radius: 0 !important;
	background: #ffffff !important;
	color: #111111 !important;
	padding: 0 !important;
	cursor: pointer !important;
}

body .shop-top-picks .rail-control svg,
body .product-detail-rail .rail-control svg {
	width: 14px !important;
	height: 14px !important;
	fill: none !important;
	stroke: currentColor !important;
	stroke-width: 1.6 !important;
}

body .shop-top-picks ul.products,
body.woocommerce .shop-top-picks ul.products {
	display: flex !important;
	grid-template-columns: none !important;
	gap: 16px !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow-x: auto !important;
	overflow-y: hidden !important;
	scroll-behavior: smooth !important;
	scroll-snap-type: x mandatory !important;
	scrollbar-width: none !important;
}

body .shop-top-picks ul.products::-webkit-scrollbar,
body .product-detail-mini-track::-webkit-scrollbar {
	display: none !important;
}

body .shop-top-picks ul.products > li.product,
body.woocommerce .shop-top-picks ul.products > li.product {
	flex: 0 0 calc((100% - 80px) / 5.45) !important;
	width: auto !important;
	min-width: 210px !important;
	max-width: none !important;
	scroll-snap-align: start !important;
}

body.woocommerce ul.products li.product.product-card,
body.woocommerce-page ul.products li.product.product-card,
body .product-card {
	position: relative !important;
	display: grid !important;
	grid-template-rows: auto 1fr !important;
	min-width: 0 !important;
	margin: 0 !important;
	border: 1px solid #d7d7d7 !important;
	border-radius: 0 !important;
	background: #ffffff !important;
	box-shadow: none !important;
	overflow: hidden !important;
}

body .shop-results ul.products {
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 24px 28px !important;
}

body .product-card__media {
	position: relative !important;
	display: block !important;
	width: 100% !important;
	aspect-ratio: 1 / 1.52 !important;
	overflow: hidden !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: #f5f5f5 !important;
}

body .product-card__image,
body .shop-top-picks .product-card__image,
body .shop-main .product-card__image,
body .home-retail .product-card__image {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	padding: 0 !important;
	object-fit: contain !important;
	object-position: center center !important;
	transform: none !important;
}

body .product-card__media:hover .product-card__image--primary {
	opacity: 0 !important;
}

body .product-card__media:hover .product-card__image--secondary {
	opacity: 1 !important;
}

body .product-card__wish {
	position: absolute !important;
	top: 13px !important;
	right: 13px !important;
	z-index: 6 !important;
	display: inline-flex !important;
	width: 36px !important;
	height: 36px !important;
	align-items: center !important;
	justify-content: center !important;
	border: 1px solid #b7c1c7 !important;
	border-radius: 50% !important;
	background: rgba(255, 255, 255, 0.94) !important;
	color: #111111 !important;
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: auto !important;
}

body .product-card__wish svg {
	width: 20px !important;
	height: 20px !important;
	fill: none !important;
	stroke: currentColor !important;
	stroke-width: 1.6 !important;
}

body .product-card__image-label {
	position: absolute !important;
	left: 0 !important;
	bottom: 0 !important;
	z-index: 5 !important;
	display: inline-flex !important;
	min-height: 24px !important;
	align-items: center !important;
	padding: 0 9px !important;
	background: rgba(255, 255, 255, 0.92) !important;
	color: #363636 !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
}

body .product-card__body {
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	padding: 12px 16px 18px !important;
	min-height: 188px !important;
	color: #111111 !important;
}

body .product-card__swatches {
	order: 1 !important;
	display: flex !important;
	flex-wrap: nowrap !important;
	align-items: center !important;
	gap: 9px !important;
	min-height: 28px !important;
	margin: 0 0 9px !important;
}

body .product-card__swatch {
	width: 26px !important;
	height: 26px !important;
	min-width: 26px !important;
	border: 1px solid #aeb5b8 !important;
	border-radius: 4px !important;
	background: var(--swatch-color, #d8d8d8) !important;
	box-shadow: inset 0 0 0 3px #ffffff !important;
	cursor: pointer !important;
}

body .product-card__swatch.is-active {
	outline: 2px solid #111111 !important;
	outline-offset: 2px !important;
}

body .product-card__badges {
	position: static !important;
	order: 2 !important;
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	gap: 6px !important;
	margin: 0 0 12px !important;
	opacity: 1 !important;
	visibility: visible !important;
	writing-mode: horizontal-tb !important;
}

body .product-card__badges span {
	display: inline-flex !important;
	min-height: 22px !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 0 7px !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: #111111 !important;
	color: #ffffff !important;
	font-size: 11px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	writing-mode: horizontal-tb !important;
}

body .product-card__badges span:first-child:not(:only-child),
body .product-card__badges span:first-child {
	background: #111111 !important;
	color: #ffffff !important;
}

body .product-card__badges span:nth-child(n+2) {
	background: #ffe5df !important;
	color: #d92716 !important;
}

body .product-card__brand {
	order: 3 !important;
	margin: 0 0 3px !important;
	color: #111111 !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 1.25 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
}

body .product-card__title {
	order: 4 !important;
	margin: 0 0 12px !important;
	color: #111111 !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 1.36 !important;
	letter-spacing: 0 !important;
}

body .product-card__title a {
	color: inherit !important;
	text-decoration: none !important;
}

body .product-card__price {
	order: 5 !important;
	margin: auto 0 10px !important;
	color: #111111 !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
}

body .product-card__price .price,
body .product-card__price del,
body .product-card__price ins,
body .product-card__price .woocommerce-Price-amount {
	font-size: inherit !important;
	font-weight: inherit !important;
	line-height: inherit !important;
}

body .product-card__price ins {
	color: #d92716 !important;
	text-decoration: none !important;
}

body .product-card__price del {
	color: #5d5d5d !important;
	font-weight: 400 !important;
}

body .product-card__meta {
	order: 6 !important;
	display: flex !important;
	align-items: center !important;
	gap: 5px !important;
	min-height: 20px !important;
	color: #4a5961 !important;
	font-size: 14px !important;
	line-height: 1.2 !important;
}

body .product-card__rating {
	display: inline-flex !important;
	align-items: center !important;
	gap: 4px !important;
	color: #111111 !important;
	font-weight: 700 !important;
}

body .product-card__rating::before {
	content: "★" !important;
	color: #111111 !important;
	font-size: 15px !important;
	line-height: 1 !important;
}

body .product-card__stock {
	order: 7 !important;
	margin: 7px 0 0 !important;
	color: #8c352a !important;
	font-size: 13px !important;
	font-weight: 700 !important;
}

body .product-card__cart {
	display: none !important;
}

body.single-product .single-product-main.section-wrap {
	width: min(1544px, calc(100vw - 96px)) !important;
	max-width: none !important;
	margin: 0 auto !important;
	padding: 28px 0 0 !important;
}

body.single-product .product-detail-source-page {
	display: block !important;
	width: 100% !important;
	margin: 0 !important;
}

.product-detail-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin: 0 0 18px;
	color: #4f5960;
	font-size: 13px;
	line-height: 1.2;
}

.product-detail-breadcrumb a {
	color: inherit;
	text-decoration: none;
}

.product-detail-breadcrumb a:hover {
	text-decoration: underline;
}

.product-detail-layout {
	display: grid;
	grid-template-columns: minmax(0, 760px) minmax(360px, 438px) minmax(118px, 142px);
	gap: 30px;
	align-items: start;
}

.product-detail-gallery {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 6px;
	align-items: start;
}

.product-detail-gallery__badge {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 4;
	display: inline-flex;
	min-height: 25px;
	align-items: center;
	padding: 0 8px;
	background: #111111;
	color: #ffffff;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
}

.product-detail-gallery__cell {
	position: relative;
	margin: 0;
	min-height: 0;
	background: #f4f4f4;
	overflow: hidden;
}

.product-detail-gallery__cell--5 {
	grid-column: 1 / 2;
}

.product-detail-gallery__image {
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 1.52;
	object-fit: cover;
	object-position: center top;
	background: #f4f4f4;
}

.product-detail-video-cue {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: grid;
	place-items: center;
	gap: 12px;
	min-height: 92px;
	padding: 18px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0));
	color: #ffffff;
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
}

.product-detail-video-cue span {
	display: grid;
	width: 70px;
	height: 70px;
	place-items: center;
	border-radius: 50%;
	background: rgba(17, 17, 17, 0.9);
}

.product-detail-video-cue span::before {
	content: "";
	width: 0;
	height: 0;
	margin-left: 5px;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
	border-left: 19px solid #ffffff;
}

.product-detail-summary {
	position: sticky !important;
	top: 22px !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

.product-detail-rating-line {
	min-height: 24px;
	margin-bottom: 6px;
}

.product-detail-rating-line .woocommerce-product-rating {
	margin: 0;
	font-size: 15px;
}

.product-detail-summary .product_title {
	margin: 0 0 4px !important;
	color: #1d2328 !important;
	font-family: var(--pixel-font, Arial, sans-serif) !important;
	font-size: 22px !important;
	font-weight: 700 !important;
	line-height: 1.08 !important;
	letter-spacing: 0 !important;
}

.product-detail-brand {
	display: inline-flex;
	margin-bottom: 14px;
	color: #4b5960;
	font-size: 16px;
	line-height: 1.2;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.product-detail-summary .price {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 6px !important;
	align-items: baseline !important;
	margin: 0 0 5px !important;
	color: #d92716 !important;
	font-size: 17px !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
}

.product-detail-summary .price del {
	color: #5f6264 !important;
	font-size: 15px !important;
	font-weight: 400 !important;
}

.product-detail-summary .price ins {
	color: #d92716 !important;
	text-decoration: none !important;
}

.product-detail-sale-note {
	margin: 0 0 9px;
	color: #d92716;
	font-size: 15px;
	line-height: 1.3;
}

.product-detail-good-badge {
	display: inline-flex;
	min-height: 25px;
	align-items: center;
	margin-bottom: 20px;
	padding: 0 8px;
	background: #a8cf87;
	color: #23330f;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
}

.product-detail-color-set {
	margin: 0 0 19px;
}

.product-detail-color-set p {
	margin: 0 0 8px;
	font-size: 15px;
	line-height: 1.3;
}

.product-detail-color-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.product-detail-color {
	display: inline-grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border: 1px solid #b8c0c4;
	border-radius: 2px;
	background: #ffffff;
	padding: 3px;
	cursor: pointer;
}

.product-detail-color span {
	width: 100%;
	height: 100%;
	border: 1px solid rgba(0, 0, 0, 0.12);
	background: var(--swatch-color, #d8d8d8);
}

.product-detail-color.is-active {
	border-color: #111111;
	box-shadow: 0 0 0 2px #111111;
}

.product-detail-fit {
	margin: 0 0 12px;
	padding: 10px 12px;
	background: #eaf6ff;
	color: #1d2328;
	font-size: 14px;
	line-height: 1.25;
}

.product-detail-size-guide {
	display: inline-flex;
	margin: 0 0 22px;
	color: #111111;
	font-size: 14px;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.product-detail-viewing {
	margin: 0 0 28px;
	color: #e23820;
	font-size: 15px;
	font-weight: 700;
}

.product-detail-summary form.cart {
	display: grid !important;
	gap: 14px !important;
	margin: 0 0 16px !important;
}

.product-detail-summary table.variations {
	display: block !important;
	margin: 0 !important;
}

.product-detail-summary table.variations tbody,
.product-detail-summary table.variations tr,
.product-detail-summary table.variations th,
.product-detail-summary table.variations td {
	display: block !important;
	width: 100% !important;
	padding: 0 !important;
}

.product-detail-summary table.variations label {
	display: block;
	margin: 0 0 7px;
	color: #111111;
	font-size: 14px;
	font-weight: 700;
}

.product-detail-summary table.variations select,
.product-detail-summary form.cart .quantity input {
	width: 100% !important;
	min-height: 54px !important;
	border: 1px solid #8a9499 !important;
	border-radius: 0 !important;
	background: #ffffff !important;
	color: #111111 !important;
	font-size: 15px !important;
}

.product-detail-summary .reset_variations {
	display: inline-flex !important;
	margin: 8px 0 0 !important;
	font-size: 12px !important;
}

.product-detail-summary .single_variation_wrap {
	display: grid !important;
	gap: 13px !important;
}

.product-detail-summary form.cart .single_add_to_cart_button {
	display: inline-flex !important;
	width: 100% !important;
	min-height: 54px !important;
	align-items: center !important;
	justify-content: center !important;
	border: 0 !important;
	border-radius: 2px !important;
	background: #191a1b !important;
	color: #ffffff !important;
	font-size: 16px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	letter-spacing: 0 !important;
}

.product-detail-wishlist {
	display: inline-flex;
	width: 100%;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	gap: 9px;
	margin: 0 0 18px;
	border: 2px solid #1c1c1c;
	background: #ffffff;
	color: #111111;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
	appearance: none;
}

.product-detail-wishlist:hover,
.product-detail-wishlist:focus-visible,
.product-detail-wishlist.is-active {
	background: #f4f7f8;
}

.product-detail-wishlist:disabled {
	cursor: wait;
	opacity: 0.68;
}

.product-detail-cardmember {
	display: block;
	padding: 14px 18px;
	background: #ffe900;
	color: #111111;
	font-size: 15px;
	line-height: 1.35;
}

.product-detail-cardmember strong,
.product-detail-cardmember span,
.product-detail-cardmember a {
	display: inline;
	color: inherit;
}

.product-detail-side-rail {
	display: grid;
	gap: 18px;
}

.product-detail-side-rail h2 {
	margin: 0;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
}

.product-mini-card {
	display: grid;
	min-width: 0;
	border: 1px solid #d2d2d2;
	background: #ffffff;
	box-shadow: 0 2px 7px rgba(0, 0, 0, 0.08);
}

.product-mini-card__image {
	position: relative;
	display: block;
	background: #f5f5f5;
	text-decoration: none;
}

.product-mini-card__image img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1.28;
	object-fit: cover;
	object-position: center top;
}

.product-mini-card__image span {
	position: absolute;
	left: 6px;
	bottom: 6px;
	display: inline-flex;
	padding: 3px 5px;
	background: #ffe5df;
	color: #d92716;
	font-size: 10px;
	font-weight: 800;
	line-height: 1;
}

.product-mini-card > div {
	padding: 8px 10px 12px;
}

.product-mini-card__brand {
	margin: 0 0 2px;
	font-size: 12px;
	font-weight: 800;
}

.product-mini-card h3 {
	margin: 0 0 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.25;
}

.product-mini-card h3 a {
	color: inherit;
	text-decoration: none;
}

.product-mini-card__price {
	color: #d92716;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
}

.product-mini-card__price del {
	color: #5c5c5c;
	font-weight: 400;
}

.product-mini-card__price ins {
	text-decoration: none;
}

.product-mini-card__rating {
	margin: 6px 0 0;
	font-size: 11px;
}

.product-mini-card__rating::before {
	content: "★ ";
	color: #111111;
}

.product-detail-info-grid,
.product-detail-reviews,
.product-detail-rail {
	width: min(1128px, 100%);
	margin-top: 58px;
	padding-top: 34px;
	border-top: 1px solid #d6d6d6;
}

.product-detail-info-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 72px;
}

.product-detail-info-grid h2,
.product-detail-info-grid h3,
.product-detail-reviews h2,
.product-detail-rail h2 {
	margin: 0 0 14px;
	color: #111111;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.2;
}

.product-detail-info-grid p,
.product-detail-info-grid li {
	color: #1d2328;
	font-size: 13px;
	line-height: 1.45;
}

.product-detail-info-grid ul {
	margin: 12px 0 24px;
	padding-left: 18px;
}

.product-gift-options {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 9px 22px;
	margin: 14px 0 20px;
}

.product-gift-options label {
	display: flex;
	gap: 8px;
	align-items: center;
	font-size: 13px;
}

.product-detail-outline-link {
	display: inline-flex;
	min-height: 38px;
	align-items: center;
	justify-content: center;
	padding: 0 34px;
	border: 1px solid #111111;
	color: #111111;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.product-detail-reviews__head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 24px;
	align-items: center;
}

.product-detail-stars {
	margin: 0;
	color: #111111;
	font-size: 14px;
	line-height: 1.3;
}

.product-review-bars {
	display: grid;
	gap: 8px;
	max-width: 420px;
	margin: 28px 0 30px;
}

.product-review-bars div {
	display: grid;
	grid-template-columns: 62px minmax(0, 1fr) 40px;
	gap: 10px;
	align-items: center;
	font-size: 12px;
}

.product-review-bars progress {
	width: 100%;
	height: 12px;
	border: 0;
	background: #e2eaed;
}

.product-review-bars progress::-webkit-progress-bar {
	background: #e2eaed;
}

.product-review-bars progress::-webkit-progress-value {
	background: #111111;
}

.product-review-bars progress::-moz-progress-bar {
	background: #111111;
}

.product-review-list {
	display: grid;
	gap: 0;
}

.product-review-item {
	display: grid;
	grid-template-columns: 170px minmax(0, 1fr);
	gap: 38px;
	padding: 22px 0;
	border-top: 1px solid #d6d6d6;
}

.product-review-item strong,
.product-review-item span {
	display: block;
	font-size: 12px;
	line-height: 1.35;
}

.product-review-item p {
	margin: 0 0 8px;
	font-size: 13px;
	line-height: 1.45;
}

.product-detail-review-form {
	margin-top: 28px;
	padding-top: 28px;
	border-top: 1px solid #d6d6d6;
}

.product-detail-review-form .comment-reply-title {
	margin: 0 0 18px;
	color: #111111;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.2;
}

.product-detail-review-form .comment-form {
	display: grid;
	max-width: 620px;
	gap: 14px;
}

.product-detail-review-form .comment-form p {
	margin: 0;
}

.product-detail-review-form label {
	color: #111111;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
}

.product-detail-review-form input,
.product-detail-review-form select,
.product-detail-review-form textarea {
	width: 100%;
	border: 1px solid #aeb4b7;
	border-radius: 0;
	background: #ffffff;
	color: #111111;
	font: inherit;
	font-size: 14px;
}

.product-detail-review-form input,
.product-detail-review-form select {
	height: 42px;
	padding: 0 12px;
}

.product-detail-review-form textarea {
	min-height: 118px;
	padding: 12px;
	resize: vertical;
}

.product-detail-review-form .submit {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	justify-content: center;
	border: 0;
	background: #111111;
	color: #ffffff;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	cursor: pointer;
}

.product-detail-rail {
	position: relative;
}

.product-detail-rail header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 18px;
}

.product-detail-rail header a {
	color: #111111;
	font-size: 13px;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.product-detail-mini-track {
	display: flex;
	gap: 16px;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.product-detail-mini-track .product-mini-card {
	flex: 0 0 180px;
	scroll-snap-align: start;
}

@media (max-width: 1200px) {
	body .shop-main > .category-tiles.section-wrap {
		width: min(100% - 36px, 960px) !important;
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	body .shop-results ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	.product-detail-layout {
		grid-template-columns: minmax(0, 1fr) minmax(340px, 420px);
	}

	.product-detail-side-rail {
		display: none;
	}
}

@media (max-width: 760px) {
	body .shop-main > .category-tiles.section-wrap,
	body .shop-main .shop-category-masthead.section-wrap,
	body .shop-top-picks.section-wrap,
	body.single-product .single-product-main.section-wrap {
		width: calc(100vw - 28px) !important;
	}

	body .shop-main > .category-tiles.section-wrap {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		margin-bottom: 42px !important;
	}

	body .shop-top-picks .shop-rail-head {
		grid-template-columns: 1fr !important;
	}

	body .shop-top-picks ul.products,
	body.woocommerce .shop-top-picks ul.products {
		padding-inline: 0 !important;
	}

	body .shop-top-picks ul.products > li.product,
	body.woocommerce .shop-top-picks ul.products > li.product {
		flex-basis: calc((100% - 12px) / 1.35) !important;
		min-width: 250px !important;
	}

	body .shop-results ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 16px !important;
	}

	body .product-card__body {
		padding: 10px 10px 14px !important;
	}

	body .product-card__brand,
	body .product-card__title,
	body .product-card__price {
		font-size: 13px !important;
	}

	.product-detail-layout,
	.product-detail-info-grid,
	.product-review-item {
		grid-template-columns: 1fr;
	}

	.product-detail-summary {
		position: static !important;
	}

	.product-detail-gallery {
		grid-template-columns: 1fr;
	}

	.product-detail-info-grid,
	.product-detail-reviews,
	.product-detail-rail {
		width: 100%;
		margin-top: 36px;
	}
}

/* PDP-LAYOUT-55 final cascade: centered product detail and stable recommendation rails. */
body.single-product .single-product-main.section-wrap {
	width: min(1248px, calc(100vw - 96px)) !important;
	max-width: 1248px !important;
	margin-right: auto !important;
	margin-left: auto !important;
	padding-top: 36px !important;
}

body.single-product .product-detail-source-page {
	display: block !important;
	width: 100% !important;
	margin: 0 auto !important;
}

body.single-product .product-detail-breadcrumb,
body.single-product .product-detail-layout,
body.single-product .product-detail-info-grid,
body.single-product .product-detail-reviews,
body.single-product .product-detail-rail {
	box-sizing: border-box !important;
	width: 100% !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

body.single-product .product-detail-breadcrumb,
body.single-product .product-detail-layout {
	max-width: 1248px !important;
}

body.single-product .product-detail-layout {
	display: grid !important;
	grid-template-columns: minmax(0, 720px) minmax(320px, 360px) minmax(112px, 128px) !important;
	gap: 22px !important;
	align-items: start !important;
	justify-content: center !important;
}

body.single-product .product-detail-gallery {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 4px !important;
	align-self: start !important;
	width: 100% !important;
	min-width: 0 !important;
}

body.single-product .product-detail-gallery--count-1 {
	grid-template-columns: minmax(0, 1fr) !important;
	max-width: 720px !important;
}

body.single-product .product-detail-gallery--count-1 .product-detail-gallery__cell {
	aspect-ratio: 1 / 0.92 !important;
}

body.single-product .product-detail-gallery--count-1 .product-detail-gallery__image {
	transform: translateY(-5%) scale(1.28) !important;
	transform-origin: center center !important;
}

body.single-product .product-detail-gallery__cell {
	position: relative !important;
	min-height: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	background: #f6f6f6 !important;
	aspect-ratio: 1 / 1.14 !important;
	overflow: hidden !important;
}

body.single-product .product-detail-gallery__image {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	aspect-ratio: auto !important;
	object-fit: contain !important;
	object-position: center center !important;
	padding: 18px !important;
	box-sizing: border-box !important;
	background: transparent !important;
}

body.single-product .product-detail-gallery__badge {
	z-index: 4 !important;
}

body.single-product .product-detail-summary {
	width: 100% !important;
	max-width: 360px !important;
	margin: 0 !important;
	padding: 0 !important;
	align-self: start !important;
}

body.single-product .product-detail-summary .product_title {
	margin-bottom: 4px !important;
	font-size: 24px !important;
	font-weight: 800 !important;
	line-height: 1.08 !important;
}

body.single-product .product-detail-summary .price {
	margin: 8px 0 6px !important;
	font-size: 15px !important;
	line-height: 1.25 !important;
}

body.single-product .product-detail-summary form.cart,
body.single-product .product-detail-summary .woocommerce-variation-add-to-cart,
body.single-product .product-detail-summary .variations_button {
	display: grid !important;
	grid-template-columns: 1fr !important;
	gap: 10px !important;
	width: 100% !important;
	margin: 14px 0 10px !important;
}

body.single-product .product-detail-summary .quantity,
body.single-product .product-detail-summary form.cart .quantity,
body.single-product .product-detail-summary .quantity input {
	width: 100% !important;
}

body.single-product .product-detail-summary .quantity input {
	height: 44px !important;
	text-align: center !important;
}

body.single-product .product-detail-summary .single_add_to_cart_button {
	width: 100% !important;
	min-height: 46px !important;
}

body.single-product .product-detail-side-rail {
	display: grid !important;
	width: 100% !important;
	max-width: 128px !important;
	gap: 12px !important;
	align-self: start !important;
}

body.single-product .product-detail-side-rail h2 {
	margin: 0 0 2px !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	line-height: 1.08 !important;
	text-align: center !important;
}

body.single-product .product-detail-side-rail .product-mini-card {
	width: 128px !important;
	min-width: 128px !important;
	max-width: 128px !important;
	border: 1px solid #dedede !important;
	background: #ffffff !important;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08) !important;
}

body.single-product .product-detail-side-rail .product-mini-card__image {
	height: 128px !important;
	background: #f5f5f5 !important;
}

body.single-product .product-detail-side-rail .product-mini-card__image img {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
	object-position: center center !important;
	padding: 8px !important;
	box-sizing: border-box !important;
}

body.single-product .product-detail-side-rail .product-mini-card > div {
	padding: 7px 8px 9px !important;
}

body.single-product .product-detail-side-rail .product-mini-card h3,
body.single-product .product-detail-side-rail .product-mini-card__brand,
body.single-product .product-detail-side-rail .product-mini-card__price,
body.single-product .product-detail-side-rail .product-mini-card__rating {
	font-size: 10px !important;
	line-height: 1.22 !important;
}

body.single-product .product-detail-info-grid,
body.single-product .product-detail-reviews,
body.single-product .product-detail-rail {
	max-width: 1048px !important;
}

body.single-product .product-detail-info-grid {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
	gap: 54px !important;
	margin-top: 52px !important;
	padding-top: 24px !important;
	border-top: 1px solid #d6d6d6 !important;
}

body.single-product .product-detail-reviews {
	margin-top: 48px !important;
	padding-top: 28px !important;
	border-top: 1px solid #d6d6d6 !important;
}

body.single-product .product-detail-rail {
	margin-top: 50px !important;
	padding-top: 26px !important;
	border-top: 1px solid #d6d6d6 !important;
}

body.single-product .product-detail-rail header {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto !important;
	gap: 18px !important;
	align-items: center !important;
	min-height: 30px !important;
	margin: 0 0 18px !important;
}

body.single-product .product-detail-rail header h2 {
	margin: 0 !important;
	font-size: 15px !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
}

body.single-product .product-detail-rail header .rail-controls {
	position: static !important;
	display: inline-flex !important;
	gap: 6px !important;
	transform: none !important;
}

body.single-product .product-detail-mini-track {
	display: grid !important;
	grid-auto-flow: column !important;
	grid-auto-columns: 152px !important;
	gap: 12px !important;
	width: 100% !important;
	overflow-x: auto !important;
	overflow-y: hidden !important;
	padding: 0 0 4px !important;
	scroll-snap-type: x mandatory !important;
	scrollbar-width: none !important;
}

body.single-product .product-detail-mini-track::-webkit-scrollbar {
	display: none !important;
}

body.single-product .product-detail-mini-track .product-mini-card {
	display: grid !important;
	grid-template-rows: auto minmax(104px, 1fr) !important;
	width: 152px !important;
	min-width: 152px !important;
	max-width: 152px !important;
	min-height: 278px !important;
	border: 1px solid #dedede !important;
	background: #ffffff !important;
	scroll-snap-align: start !important;
	overflow: hidden !important;
}

body.single-product .product-detail-mini-track .product-mini-card__image {
	display: block !important;
	height: 158px !important;
	background: #f5f5f5 !important;
}

body.single-product .product-detail-mini-track .product-mini-card__image img {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
	object-position: center center !important;
	padding: 10px !important;
	box-sizing: border-box !important;
}

body.single-product .product-detail-mini-track .product-mini-card > div {
	display: block !important;
	min-height: 104px !important;
	padding: 8px 9px 10px !important;
}

body.single-product .product-detail-mini-track .product-mini-card h3 {
	display: -webkit-box !important;
	min-height: 31px !important;
	margin: 0 0 6px !important;
	font-size: 11px !important;
	line-height: 1.18 !important;
	-webkit-box-orient: vertical !important;
	-webkit-line-clamp: 2 !important;
	overflow: hidden !important;
}

body.single-product .product-detail-mini-track .product-mini-card__brand,
body.single-product .product-detail-mini-track .product-mini-card__price,
body.single-product .product-detail-mini-track .product-mini-card__rating {
	margin: 0 0 4px !important;
	font-size: 10px !important;
	line-height: 1.2 !important;
}

@media (max-width: 1200px) {
	body.single-product .single-product-main.section-wrap {
		width: min(100% - 48px, 1040px) !important;
	}

	body.single-product .product-detail-layout {
		grid-template-columns: minmax(0, 1fr) minmax(310px, 360px) !important;
	}

	body.single-product .product-detail-side-rail {
		display: none !important;
	}
}

@media (max-width: 760px) {
	body.single-product .single-product-main.section-wrap {
		width: calc(100vw - 28px) !important;
		padding-top: 16px !important;
	}

	body.single-product .product-detail-layout,
	body.single-product .product-detail-info-grid {
		grid-template-columns: 1fr !important;
	}

	body.single-product .product-detail-gallery {
		grid-template-columns: 1fr !important;
	}

	body.single-product .product-detail-summary {
		max-width: none !important;
		margin-top: 18px !important;
	}

	body.single-product .product-detail-gallery__cell {
		aspect-ratio: 1 / 1.08 !important;
	}

	body.single-product .product-detail-gallery__image {
		padding: 12px !important;
	}

	body.single-product .product-detail-mini-track {
		grid-auto-columns: 148px !important;
	}

	body.single-product .product-detail-mini-track .product-mini-card {
		width: 148px !important;
		min-width: 148px !important;
		max-width: 148px !important;
	}
}
