/* DESIGN-SYSTEM-LOCK-07 */
:root {
	--color-ink: #111111;
	--color-muted: #5f5f5f;
	--color-line: #d8d8d8;
	--color-surface: #ffffff;
	--color-soft: #f5f5f3;
	--color-sale: #b30000;
	--color-focus: #111111;
	--page-max: 1680px;
	--site-gutter: 64px;
	--header-height: 72px;
	--nav-row-height: 44px;
	--space-1: 8px;
	--space-2: 16px;
	--space-3: 24px;
	--space-4: 32px;
	--space-5: 40px;
	--space-6: 48px;
	--space-8: 64px;
	--radius-ui: 2px;
	--font-base: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--font-display: var(--font-base);
	--type-xs: 11px;
	--type-sm: 12px;
	--type-md: 13px;
	--type-base: 14px;
	--type-lg: 16px;
	--type-title: 40px;
	--type-hero: 64px;
}

body {
	background: var(--color-surface);
	color: var(--color-ink);
	font-size: var(--type-base);
	line-height: 1.5;
	letter-spacing: 0;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
.category-tile:focus-visible {
	outline: 2px solid var(--color-focus);
	outline-offset: 3px;
}

button,
.button,
.wp-element-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	min-height: 40px;
	border-radius: var(--radius-ui);
	padding-inline: var(--space-2);
	font-size: var(--type-sm);
	font-weight: 760;
	letter-spacing: 0;
	text-transform: none;
}

.button-secondary,
.hero-men__button--secondary {
	background: transparent;
	color: inherit;
}

.section-wrap,
.site-footer__inner {
	width: min(var(--page-max), calc(100% - var(--site-gutter)));
}

.eyebrow {
	margin-bottom: var(--space-1);
	color: var(--color-muted);
	font-size: var(--type-xs);
	font-weight: 780;
	letter-spacing: 0;
	text-transform: uppercase;
}

.top-promo__inner,
.site-header__main,
.site-navigation .menu,
.site-navigation .primary-menu {
	width: min(var(--page-max), calc(100% - var(--site-gutter)));
}

.top-promo {
	font-size: var(--type-sm);
	font-weight: 650;
}

.top-promo__inner {
	min-height: 32px;
	gap: var(--space-2);
}

.site-header__main {
	min-height: var(--header-height);
	grid-template-columns: minmax(168px, 248px) minmax(400px, 760px) minmax(190px, 280px);
	gap: var(--space-4);
}

.site-logo,
.custom-logo-link {
	font-size: 24px;
	font-weight: 820;
	letter-spacing: 0.045em;
}

.header-search {
	height: 40px;
	border-color: #8f8f8f;
}

.header-search__icon {
	height: 38px;
}

.header-search input {
	height: 38px;
	font-size: var(--type-base);
}

.header-search__submit {
	min-width: 76px;
	min-height: 38px;
	font-size: var(--type-sm);
	font-weight: 760;
}

.site-action-link,
.cart-link {
	min-height: 38px;
	font-size: var(--type-md);
	font-weight: 650;
}

.cart-count {
	min-width: 22px;
	height: 22px;
	font-size: var(--type-xs);
}

.site-navigation .menu,
.site-navigation .primary-menu {
	min-height: var(--nav-row-height);
	gap: clamp(20px, 1.75vw, 32px);
	justify-content: center;
}

.site-navigation a {
	min-height: var(--nav-row-height);
	font-size: var(--type-md);
	font-weight: 650;
}

.site-navigation a::after {
	bottom: 6px;
	height: 1px;
}

.hero-men {
	height: clamp(536px, calc(100vh - 248px), 648px);
	min-height: 536px;
}

.hero-men::before {
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.12) 44%, rgba(0, 0, 0, 0.02) 74%),
		linear-gradient(0deg, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0) 58%);
}

.hero-men__picture {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.hero-men__image {
	object-position: center 42%;
}

.hero-men__content {
	left: max(48px, calc((100vw - var(--page-max)) / 2 + var(--space-4)));
	bottom: var(--space-6);
	width: min(560px, calc(100% - 96px));
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.34);
}

.hero-men .eyebrow {
	font-size: var(--type-sm);
	font-weight: 760;
}

.hero-men h1 {
	max-width: 560px;
	font-size: var(--type-hero);
	font-weight: 740;
	line-height: 1;
}

.hero-men p:not(.eyebrow):not(.hero-men__counter) {
	max-width: 480px;
	margin-top: var(--space-2);
	font-size: var(--type-lg);
	line-height: 1.48;
}

.hero-men__actions {
	gap: var(--space-2);
	margin-top: var(--space-3);
}

.hero-men__button {
	min-width: 160px;
	min-height: 44px;
	font-weight: 760;
}

.hero-men__arrow {
	width: 44px;
	height: 44px;
	min-height: 44px;
	font-size: 28px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.hero-men__counter {
	right: max(32px, calc((100vw - var(--page-max)) / 2 + var(--space-4)));
	bottom: var(--space-3);
	border-radius: var(--radius-ui);
	font-size: var(--type-sm);
}

.category-tiles {
	gap: var(--space-2);
	padding-block: var(--space-4) var(--space-6);
}

.category-tile {
	aspect-ratio: 5 / 6;
	border: 0;
	border-radius: var(--radius-ui);
	background: var(--color-soft);
	box-shadow: none;
}

.category-tile img {
	transform: scale(1.02);
}

.category-tile span {
	left: var(--space-2);
	right: var(--space-2);
	bottom: var(--space-2);
	font-size: var(--type-sm);
	font-weight: 760;
	letter-spacing: 0;
}

.featured-products {
	padding-block: var(--space-6);
}

.section-heading {
	margin-bottom: var(--space-3);
	padding-bottom: var(--space-2);
}

.section-heading h2,
.editorial-strip h2,
.newsletter h2 {
	font-family: var(--font-display);
	font-size: 36px;
	font-weight: 680;
	line-height: 1.12;
}

.shop-main {
	padding-bottom: var(--space-8);
}

.shop-layout {
	grid-template-columns: 232px minmax(0, 1fr);
	gap: var(--space-5);
}

.shop-sidebar {
	top: calc(var(--header-height) + var(--nav-row-height) + var(--space-3));
	padding-right: var(--space-3);
}

.men-sidebar-nav h2 {
	margin-bottom: var(--space-2);
	font-family: var(--font-display);
	font-size: 28px;
	font-weight: 680;
}

.men-sidebar-nav ul {
	gap: 6px;
}

.men-sidebar-nav a {
	min-height: 24px;
	font-size: var(--type-base);
	line-height: 1.35;
}

.shop-toolbar {
	margin-bottom: var(--space-3);
	padding-bottom: var(--space-3);
}

.shop-toolbar h1,
.single-product div.product .product_title {
	max-width: 760px;
	font-family: var(--font-display);
	font-size: var(--type-title);
	font-weight: 650;
	line-height: 1.1;
}

.woocommerce-result-count {
	font-size: var(--type-md);
}

.woocommerce-ordering label {
	font-size: var(--type-xs);
	font-weight: 760;
	letter-spacing: 0;
}

.woocommerce-ordering select {
	min-width: 224px;
	height: 40px;
	border-color: var(--color-line);
	border-radius: var(--radius-ui);
	background-color: #ffffff;
	font-size: var(--type-base);
}

.woocommerce ul.products,
ul.products {
	gap: 36px var(--space-2);
}

.product-card__media {
	aspect-ratio: 4 / 5;
	border: 0;
	border-radius: var(--radius-ui);
	background: var(--color-soft);
}

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

.product-card__badges {
	top: var(--space-1);
	left: var(--space-1);
	gap: 4px;
}

.product-card__badges span {
	min-height: 20px;
	padding-inline: 7px;
	border-color: rgba(17, 17, 17, 0.12);
	border-radius: var(--radius-ui);
	font-size: 10px;
	font-weight: 760;
}

.product-card__body {
	gap: 4px;
	padding-top: 10px;
}

.product-card__brand {
	font-size: var(--type-xs);
	font-weight: 760;
	letter-spacing: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.product-card__title {
	min-height: 36px;
	font-size: var(--type-base);
	font-weight: 450;
	line-height: 1.3;
}

.product-card__price,
.woocommerce ul.products li.product .price {
	gap: 6px;
	font-size: var(--type-base);
	font-weight: 650;
	line-height: 1.25;
}

.product-card__price ins,
.woocommerce ul.products li.product .price ins {
	color: var(--color-sale);
	font-weight: 700;
}

.product-card__swatches {
	gap: 7px;
	min-height: 22px;
	margin-top: 5px;
}

.product-card__swatch {
	width: 20px;
	height: 20px;
	min-height: 20px;
}

.product-card__meta,
.product-card__stock {
	font-size: var(--type-sm);
}

.product-card__cart {
	margin-top: var(--space-1);
}

.woocommerce ul.products li.product .button,
.product-card__cart .button {
	min-height: 38px;
	font-size: var(--type-xs);
	font-weight: 760;
}

.single-product-main {
	padding-block: var(--space-6) var(--space-8);
}

.single-product .product {
	gap: var(--space-6);
}

.site-footer {
	padding-block: var(--space-6) var(--space-3);
}

.newsletter {
	gap: var(--space-5);
	padding-bottom: var(--space-5);
}

.newsletter-form input,
.newsletter-form button {
	min-height: 44px;
}

.footer-links {
	gap: var(--space-8);
	padding-block: var(--space-5);
}

.footer-links h3 {
	font-size: var(--type-sm);
	font-weight: 760;
	letter-spacing: 0;
}

.site-footer__bottom {
	padding-top: var(--space-3);
}

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

@media (max-width: 1320px) {
	:root {
		--site-gutter: 48px;
	}

	.site-header__main {
		grid-template-columns: 170px minmax(320px, 1fr) auto;
		gap: var(--space-3);
	}

	.site-navigation .menu,
	.site-navigation .primary-menu {
		justify-content: flex-start;
	}
}

@media (max-width: 900px) {
	:root {
		--site-gutter: 32px;
		--header-height: 66px;
		--nav-row-height: 0px;
		--type-title: 32px;
		--type-hero: 56px;
	}

	.site-header__main {
		grid-template-columns: 44px minmax(0, 1fr) auto;
		min-height: var(--header-height);
		gap: 12px;
	}

	.site-logo,
	.custom-logo-link {
		font-size: 18px;
		letter-spacing: 0.025em;
	}

	.hero-men {
		height: 584px;
		min-height: 584px;
	}

	.hero-men__content {
		left: var(--space-3);
		bottom: var(--space-5);
		width: calc(100% - 48px);
	}

	.hero-men h1 {
		font-size: var(--type-hero);
	}

	.hero-men__controls {
		inset-inline: 12px;
	}

	.shop-layout {
		display: block;
	}

	.shop-sidebar {
		padding: var(--space-3);
	}

	.shop-toolbar {
		gap: var(--space-2);
	}

	.newsletter,
	.footer-links {
		gap: var(--space-4);
	}
}

@media (max-width: 620px) {
	:root {
		--site-gutter: 24px;
		--type-base: 13px;
		--type-hero: 46px;
	}

	.top-promo__inner {
		min-height: 32px;
		font-size: var(--type-xs);
	}

	.search-toggle {
		min-width: 72px;
	}

	.hero-men {
		height: 548px;
		min-height: 548px;
	}

	.hero-men__image {
		object-position: 58% center;
	}

	.hero-men__content {
		left: var(--space-3);
		bottom: var(--space-4);
		width: calc(100% - 48px);
	}

	.hero-men p:not(.eyebrow):not(.hero-men__counter) {
		font-size: var(--type-base);
	}

	.category-tiles {
		gap: 10px;
		padding-block: var(--space-3) var(--space-4);
	}

	.category-tile {
		aspect-ratio: 1 / 1.25;
	}

	.woocommerce ul.products,
	ul.products {
		gap: var(--space-4) 10px;
	}

	.product-card__title,
	.woocommerce ul.products li.product .woocommerce-loop-product__title {
		min-height: 34px;
		font-size: var(--type-md);
	}

	.product-card__price,
	.woocommerce ul.products li.product .price {
		font-size: var(--type-md);
	}

	.product-card__cart .button,
	.woocommerce ul.products li.product .button {
		min-height: 36px;
	}
}

@media (max-width: 420px) {
	.site-header__main {
		grid-template-columns: 40px minmax(0, 1fr) auto;
		gap: 8px;
	}

	.site-logo,
	.custom-logo-link {
		font-size: 16px;
	}

	.section-heading h2,
	.editorial-strip h2,
	.newsletter h2 {
		font-size: 30px;
	}

	.hero-men {
		height: 530px;
		min-height: 530px;
	}

	.hero-men__button {
		min-height: 42px;
	}

	.product-card__swatch {
		width: 19px;
		height: 19px;
		min-height: 19px;
	}
}

/* FULL-SITE-FINAL-QA-09 start */
.single-product .product,
.single-product div.product div.images,
.single-product div.product div.summary,
.single-product .woocommerce-product-gallery,
.single-product .woocommerce-product-gallery__image,
.single-product .related.products,
.single-product .related.products ul.products,
.single-product .related.products li.product,
.product-card,
.product-card__body {
	min-width: 0;
	max-width: 100%;
}

.single-product .woocommerce-product-gallery {
	overflow-x: clip;
}

.single-product .woocommerce-product-gallery__wrapper {
	max-width: 100%;
}

.single-product .related.products {
	overflow-x: clip;
}

.single-product .related.products .product-card__body {
	overflow-x: clip;
}

.single-product .related.products .product-card__cart .button,
.single-product .related.products .product-card__variation-cart {
	width: 100%;
	max-width: 100%;
}

.shop-results,
.shop-toolbar > *,
.shop-sort {
	min-width: 0;
	max-width: 100%;
}

@media (max-width: 1320px) and (min-width: 901px) {
	.single-product .product {
		grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
		gap: var(--space-4);
	}

	.single-product div.product .product_title {
		font-size: 34px;
	}
}

@media (max-width: 420px) {
	html,
	body {
		max-width: 100%;
		overflow-x: clip;
	}

	.shop-toolbar {
		grid-template-columns: minmax(0, 1fr);
	}

	.search-results-page .section-wrap,
	.search-results-page .section-wrap > *,
	.search-results-page .page-header,
	.search-results-page .content-card,
	.search-results-page .shop-sort {
		min-width: 0;
		max-width: 100%;
	}

	.search-results-page .section-wrap {
		overflow-x: clip;
	}

	.search-results-page .page-header h1,
	.search-results-page .content-card {
		overflow-wrap: anywhere;
		word-break: break-word;
	}
}
/* FULL-SITE-FINAL-QA-09 end */
