/* FINAL-VISUAL-11 */
:root {
	--page-max: 1450px;
	--site-gutter: 96px;
	--header-height: 80px;
	--nav-row-height: 52px;
	--color-ink: #111111;
	--color-muted: #555555;
	--color-line: #d8d8d8;
	--color-soft: #f6f6f6;
	--color-sale: #c41230;
	--font-base: Arial, Helvetica, sans-serif;
	--font-display: Arial, Helvetica, sans-serif;
	--type-xs: 10px;
	--type-sm: 11px;
	--type-md: 12px;
	--type-base: 13px;
	--type-lg: 15px;
	--type-title: 24px;
}

body {
	color: var(--color-ink);
	font-family: var(--font-base);
	font-size: var(--type-base);
	line-height: 1.35;
}

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

button,
.button,
.wp-element-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	min-height: 30px;
	border-radius: 1px;
	padding-inline: 14px;
	font-size: var(--type-sm);
	font-weight: 700;
	letter-spacing: 0;
	text-transform: none;
}

.top-promo {
	background: #050505;
	font-size: 10px;
	line-height: 1;
}

.top-promo__inner {
	min-height: 30px;
	grid-template-columns: 1fr auto 1fr;
}

.top-promo__message,
.top-promo__link,
.top-promo__region {
	font-weight: 700;
}

.site-header__main {
	min-height: var(--header-height);
	grid-template-columns: 190px minmax(520px, 720px) minmax(184px, 260px);
	gap: 34px;
}

.site-logo,
.custom-logo-link {
	font-size: 26px;
	font-weight: 800;
	letter-spacing: 0.02em;
}

.header-search {
	height: 42px;
	border-color: #b8b8b8;
}

.header-search__icon {
	width: 42px;
	height: 40px;
}

.header-search input {
	height: 40px;
	font-size: 13px;
}

.header-search__submit {
	min-width: 78px;
	min-height: 40px;
	font-size: 11px;
}

.site-actions {
	gap: 18px;
}

.search-toggle {
	display: none;
}

.site-action-link,
.cart-link,
.search-toggle {
	min-height: 38px;
	font-size: 12px;
	font-weight: 700;
}

.cart-count {
	min-width: 19px;
	height: 19px;
	font-size: 10px;
}

.site-navigation {
	border-top: 1px solid #eeeeee;
}

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

.site-navigation a {
	min-height: var(--nav-row-height);
	font-size: 13px;
	font-weight: 500;
}

.home-retail .hero-men {
	height: clamp(620px, 38vw, 690px);
	min-height: 0;
	background: #f3f3f3;
}

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

.home-retail .hero-men__picture,
.home-retail .hero-men__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	max-width: none;
}

.home-retail .hero-men__image {
	object-fit: cover;
	object-position: center top;
}

.hero-men__hotspot,
.home-wide-campaign > a {
	position: absolute;
	z-index: 5;
	display: block;
	border-radius: 2px;
}

.hero-men__hotspot--primary {
	left: 9.55%;
	bottom: 4.7%;
	width: 120px;
	height: 38px;
}

.hero-men__hotspot--secondary {
	left: calc(9.55% + 132px);
	bottom: 4.7%;
	width: 154px;
	height: 38px;
}

.home-retail .hero-men__arrow {
	position: absolute;
	z-index: 5;
	top: 50%;
	width: 28px;
	height: 28px;
	min-height: 28px;
	padding: 0;
	border: 1px solid #777777;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.88);
	color: #111111;
	box-shadow: none;
	transform: translateY(-50%);
}

.home-retail .hero-men__arrow--prev {
	left: 10px;
}

.home-retail .hero-men__arrow--next {
	right: 10px;
}

.home-retail .hero-men__arrow::after {
	content: "›";
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
}

.home-retail .hero-men__arrow--prev::after {
	content: "‹";
}

.home-product-rail {
	padding-block: 30px 28px;
}

.home-section-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 8px;
}

.home-section-head h2,
.home-link-cloud h2,
.home-explore h2 {
	margin: 0;
	font-family: var(--font-base);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.18;
}

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

.rail-controls span {
	width: 27px;
	height: 27px;
	border: 1px solid #9c9c9c;
	background: #ffffff;
	position: relative;
}

.rail-controls span::after {
	content: "";
	position: absolute;
	inset: 9px;
	border-top: 1px solid #111111;
	border-right: 1px solid #111111;
	transform: rotate(45deg);
}

.rail-controls span:first-child::after {
	transform: rotate(225deg);
}

.home-tab-row {
	display: flex;
	align-items: flex-end;
	gap: 28px;
	min-height: 35px;
	margin-bottom: 18px;
	border-bottom: 1px solid #cfcfcf;
	overflow-x: auto;
}

.home-tab-row a {
	flex: 0 0 auto;
	padding-bottom: 9px;
	font-size: 12px;
	font-weight: 500;
	white-space: nowrap;
}

.home-tab-row a.is-active {
	border-bottom: 3px solid #111111;
	font-weight: 700;
}

.home-product-rail ul.products {
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 18px;
}

.home-product-rail .product-card__media {
	aspect-ratio: 0.78;
	background: #f5f5f5;
	border: 1px solid #eeeeee;
}

.home-product-rail .product-card__body {
	gap: 3px;
	padding-top: 9px;
}

.home-product-rail .product-card__brand {
	font-size: 10px;
	text-transform: none;
}

.home-product-rail .product-card__title,
.home-product-rail .woocommerce-loop-product__title {
	min-height: 32px;
	font-size: 11px;
	line-height: 1.25;
}

.home-product-rail .product-card__price,
.home-product-rail .woocommerce ul.products li.product .price {
	font-size: 11px;
}

.home-product-rail .product-card__cart {
	display: none;
}

.home-image-promo {
	padding-block: 16px;
}

.home-image-promo__link {
	display: block;
}

.home-image-promo img {
	width: 100%;
	max-height: 210px;
	object-fit: cover;
}

.home-wide-campaign {
	position: relative;
	height: clamp(410px, 36vw, 620px);
	margin-top: 24px;
	overflow: hidden;
	background: #eeeeee;
}

.home-wide-campaign img {
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center top;
}

.home-wide-campaign > a {
	left: 9.6%;
	bottom: 9.2%;
	width: 132px;
	height: 40px;
}

.home-editorial {
	padding-block: 34px 28px;
}

.home-editorial-grid,
.home-story-grid,
.home-explore > div {
	display: grid;
	gap: 24px;
}

.home-editorial-grid--sports {
	grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.05fr) minmax(0, 0.32fr);
	align-items: start;
	min-height: 760px;
}

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

.home-editorial img,
.home-editorial-card-blank {
	width: 100%;
	aspect-ratio: 1.54;
	background: #f2f2f2;
	object-fit: cover;
}

.home-editorial-grid--sports article:nth-child(2) img {
	aspect-ratio: 1.25;
}

.home-editorial-grid--sports article:nth-child(3) {
	overflow: hidden;
}

.home-editorial-grid--sports article:nth-child(3) .home-editorial-card-blank {
	aspect-ratio: 0.34;
}

.home-editorial h3,
.home-story-grid h3,
.home-explore h3 {
	margin: 14px 0 5px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.16;
}

.home-editorial p,
.home-story-grid p,
.home-explore p {
	max-width: 320px;
	margin: 0 0 10px;
	color: #464646;
	font-size: 11px;
	line-height: 1.32;
}

.home-editorial .button,
.home-story-grid .button,
.home-explore .button {
	min-height: 26px;
	padding-inline: 12px;
	font-size: 10px;
}

.home-link-cloud {
	padding-block: 26px 42px;
}

.home-link-cloud div {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 28px 38px;
	margin-top: 38px;
}

.home-link-cloud a {
	color: #555555;
	font-size: 11px;
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

.home-story-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	min-height: 210px;
	align-items: end;
}

.home-story-grid--brands {
	min-height: 250px;
}

.home-image-promo--boss img {
	max-height: 220px;
	object-fit: contain;
	background: #f8f4f4;
}

.home-explore {
	padding-block: 38px 24px;
}

.home-explore > div {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 46px;
}

.shop-category-masthead {
	padding-block: 46px 10px;
}

.shop-breadcrumb {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 28px;
	color: #666666;
	font-size: 11px;
}

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

.shop-breadcrumb a:hover,
.shop-breadcrumb a:focus-visible {
	color: #111111;
	text-decoration: underline;
	text-underline-offset: 0.25em;
}

.shop-category-masthead h1 {
	margin: 0;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.1;
}

.shop-main > .category-tiles {
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 16px;
	padding-block: 0 62px;
	border-bottom: 0;
}

.shop-main > .category-tiles .category-tile {
	display: flex;
	aspect-ratio: auto;
	flex-direction: column;
	border: 0;
	background: transparent;
	box-shadow: none;
	overflow: visible;
}

.shop-main > .category-tiles .category-tile::after {
	content: none;
}

.shop-main > .category-tiles .category-tile img,
.shop-main > .category-tiles .category-tile__source-sale {
	display: flex;
	width: 100%;
	aspect-ratio: 0.82;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	background: #f4f4f4;
	object-fit: cover;
	transform: none;
	transition: filter 140ms ease;
}

.shop-main > .category-tiles .category-tile span {
	position: static;
	z-index: auto;
	margin-top: 12px;
	color: #222222;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2;
	text-decoration: underline;
	text-transform: none;
	text-underline-offset: 0.2em;
}

.shop-main > .category-tiles .category-tile__source-sale {
	background: #ef343c;
	color: #ffffff !important;
	font-size: 28px !important;
	line-height: 1.1 !important;
	text-align: center;
	text-decoration: none !important;
}

.shop-main > .category-tiles .category-tile:hover img,
.shop-main > .category-tiles .category-tile:focus-visible img {
	filter: brightness(0.96);
	transform: none;
}

.shop-layout {
	display: block;
}

.shop-sidebar {
	position: fixed;
	inset: 0 auto 0 0;
	z-index: 1002;
	width: min(390px, 88vw);
	padding: 24px;
	overflow-y: auto;
	border-right: 1px solid var(--color-line);
	background: #ffffff;
	box-shadow: 0 16px 42px rgba(0, 0, 0, 0.18);
}

.shop-sidebar[hidden] {
	display: none;
}

.filter-drawer-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 22px;
}

.filter-drawer-header p {
	margin: 0;
	font-size: 17px;
	font-weight: 700;
}

.drawer-close {
	min-height: 30px;
}

.shop-toolbar {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 22px;
	margin-bottom: 10px;
	padding-bottom: 0;
	border-bottom: 0;
}

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

.shop-toolbar h1 {
	max-width: none;
	margin: 0 0 8px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.22;
}

.woocommerce-result-count {
	color: #555555;
	font-size: 12px;
}

.woocommerce-ordering {
	gap: 8px;
}

.woocommerce-ordering label {
	color: #333333;
	font-size: 10px;
	font-weight: 700;
	text-transform: none;
}

.woocommerce-ordering select {
	min-width: 176px;
	height: 34px;
	border-color: #bdbdbd;
	background-color: #ffffff;
	font-size: 12px;
}

.shop-filter-strip {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 12px 0 20px;
	padding-bottom: 12px;
	border-bottom: 1px solid #d6d6d6;
}

.shop-filter-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	border: 1px solid #c8c8c8;
	border-radius: 1px;
	background: #ffffff;
	color: #111111;
	padding: 0 13px;
	font-size: 11px;
	font-weight: 500;
	line-height: 1;
}

button.shop-filter-pill {
	min-height: 32px;
	border-color: #111111;
	background: #111111;
	color: #ffffff;
	font-weight: 700;
}

.woocommerce ul.products,
ul.products {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 26px 16px;
}

.product-card__media {
	aspect-ratio: 0.76;
	border: 0;
	border-radius: 0;
	background: #f5f5f5;
}

.shop-main .product-card__media {
	padding: 14px;
}

.shop-main .product-card__image {
	object-fit: contain;
	object-position: center center;
}

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

.product-card__media::after {
	content: "♡";
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 4;
	width: 22px;
	height: 22px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #d8d8d8;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.86);
	color: #222222;
	font-size: 13px;
	line-height: 1;
}

.product-card__badges {
	top: auto;
	left: 8px;
	bottom: 8px;
}

.product-card__badges span {
	min-height: 18px;
	border: 0;
	background: rgba(255, 255, 255, 0.9);
	color: var(--color-sale);
	padding-inline: 5px;
	font-size: 9px;
	font-weight: 700;
}

.product-card__body {
	gap: 3px;
	padding-top: 8px;
}

.product-card__brand {
	color: #111111;
	font-size: 10px;
	font-weight: 700;
	text-transform: none;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.product-card__title {
	min-height: 30px;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.3;
}

.product-card__price,
.woocommerce ul.products li.product .price {
	gap: 5px;
	margin-top: 0;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
}

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

.product-card__swatches {
	gap: 4px;
	min-height: 16px;
	margin-top: 2px;
}

.product-card__swatch {
	width: 12px;
	height: 12px;
	min-height: 12px;
	box-shadow: none;
}

.product-card__swatch:hover,
.product-card__swatch:focus-visible,
.product-card__swatch.is-active {
	box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px #111111;
	transform: none;
}

.product-card__meta,
.product-card__stock {
	min-height: 16px;
	font-size: 10px;
	line-height: 1.2;
}

.product-card__rating::before {
	content: "";
}

.product-card__cart {
	margin-top: 4px;
}

.shop-main .product-card {
	position: relative;
}

.shop-main .product-card__cart {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	margin: 0;
	opacity: 0;
	pointer-events: none;
	transform: translateY(4px);
	transition: opacity 140ms ease, transform 140ms ease;
}

.shop-main .product-card:hover .product-card__cart,
.shop-main .product-card:focus-within .product-card__cart {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.woocommerce ul.products li.product .button,
.product-card__cart .button {
	min-height: 26px;
	border-color: #111111;
	padding-inline: 9px;
	font-size: 10px;
	font-weight: 700;
}

.site-footer {
	background: #eef3f5;
	color: #111111;
	padding-block: 32px 22px;
}

.site-footer__inner {
	color: #111111;
}

.newsletter {
	grid-template-columns: minmax(0, 1fr) minmax(320px, 470px);
	padding-bottom: 24px;
	border-bottom-color: #cbd4d8;
}

.newsletter h2 {
	font-size: 22px;
}

.newsletter .eyebrow,
.footer-links p,
.footer-links a,
.site-footer__bottom {
	color: #333333;
}

.newsletter-form input {
	min-height: 34px;
	border-color: #b8c1c6;
	background: #ffffff;
	color: #111111;
}

.newsletter-form button {
	min-height: 34px;
	border-color: #111111;
	background: #111111;
	color: #ffffff;
}

.footer-links {
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 26px;
	padding-block: 24px;
}

.footer-links h3 {
	font-size: 11px;
}

.footer-links .menu a,
.footer-links .primary-menu a,
.footer-links a {
	font-size: 11px;
}

.site-footer__bottom {
	border-top-color: #cbd4d8;
	font-size: 10px;
}

@media (min-width: 901px) {
	.home-product-rail--top {
		min-height: 610px;
		padding-top: 34px;
	}

	.home-image-promo--brand {
		padding-block: 22px 46px;
	}

	.home-wide-campaign {
		margin-top: 28px;
		margin-bottom: 18px;
	}

	.home-product-rail--designer {
		min-height: 690px;
		padding-top: 34px;
	}

	.home-editorial {
		padding-block: 42px 48px;
	}

	.home-editorial-grid--sports {
		min-height: 640px;
	}

	.home-link-cloud {
		min-height: 540px;
		padding-block: 42px 54px;
	}

	.home-link-cloud div {
		margin-top: 54px;
		gap: 48px 64px;
	}

	.home-story-grid {
		min-height: 390px;
		align-items: end;
	}

	.home-story-grid--brands {
		min-height: 430px;
	}

	.home-image-promo--boss {
		padding-block: 24px 68px;
	}

	.home-explore {
		min-height: 420px;
		padding-block: 42px 56px;
	}

	.home-product-rail--deals,
	.home-product-rail--trending {
		min-height: 680px;
		padding-block: 42px 58px;
	}
}

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

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

	.site-header__main {
		grid-template-columns: 132px minmax(260px, 1fr) auto;
		gap: 18px;
	}

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

	.home-link-cloud div {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	:root {
		--site-gutter: 24px;
		--header-height: 58px;
	}

	.site-header__main {
		grid-template-columns: 44px minmax(0, 1fr) auto;
	}

	.header-search {
		display: none;
	}

	.search-toggle {
		display: inline-flex;
	}

	.home-retail .hero-men {
		height: 430px;
	}

	.home-retail .hero-men__image {
		object-position: center top;
	}

	.hero-men__hotspot,
	.home-wide-campaign > a {
		display: none;
	}

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

	.home-editorial-grid--sports,
	.home-story-grid,
	.home-explore > div,
	.newsletter,
	.footer-links {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

	.shop-main > .category-tiles {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		padding-bottom: 40px;
	}
}

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

	.top-promo__inner {
		grid-template-columns: 1fr;
		text-align: center;
	}

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

	.home-retail .hero-men {
		height: 300px;
	}

	.home-retail .hero-men__image {
		object-position: 63% top;
	}

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

	.home-tab-row {
		gap: 18px;
	}

	.home-wide-campaign {
		height: 300px;
	}

	.home-editorial-grid--sports,
	.home-story-grid,
	.home-explore > div,
	.home-link-cloud div,
	.newsletter,
	.footer-links {
		grid-template-columns: minmax(0, 1fr);
	}

	.shop-main > .category-tiles {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.shop-filter-strip {
		overflow-x: auto;
		flex-wrap: nowrap;
	}

	.shop-filter-pill {
		flex: 0 0 auto;
	}
}

/* VISUAL-BACKEND-TIGHTEN-16: source-site inspired precision layer */
:root {
	--site-gutter: 32px;
	--color-sale: #b64b2f;
	--font-display: "Arial Narrow", Impact, "Arial Black", Arial, Helvetica, sans-serif;
}

body {
	background: #ffffff;
	font-size: 12px;
}

.section-wrap,
.site-footer__inner,
.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 {
	background: #050505;
	color: #ffffff;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.top-promo__inner {
	min-height: 22px;
}

.site-header__main {
	min-height: 48px;
	grid-template-columns: 168px minmax(360px, 1fr) minmax(260px, auto);
	gap: 22px;
}

.site-logo,
.custom-logo-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 900;
	letter-spacing: 0;
}

.header-search {
	height: 34px;
	border-color: #a9a9a9;
	border-radius: 3px;
}

.header-search input,
.header-search__submit {
	height: 32px;
	min-height: 32px;
	font-size: 11px;
}

.header-search__submit {
	background: #111111;
	color: #ffffff;
}

.site-navigation .menu,
.site-navigation .primary-menu {
	min-height: 36px;
	gap: clamp(18px, 2vw, 34px);
}

.site-navigation a {
	min-height: 36px;
	font-size: 11px;
	font-weight: 800;
	text-transform: none;
}

.home-retail .hero-men {
	height: var(--home-hero-height);
	background: #111111;
}

.home-retail .hero-men__image {
	object-fit: cover;
	object-position: center center;
}

.hero-men__hotspot--primary {
	left: 44%;
	bottom: 42%;
	width: 170px;
	height: 54px;
}

.hero-men__hotspot--secondary {
	display: none;
}

.home-product-rail,
.home-editorial,
.home-link-cloud,
.home-explore {
	padding-block: 34px;
}

.home-product-rail--top,
.home-product-rail--designer,
.home-product-rail--deals,
.home-product-rail--trending {
	min-height: 0 !important;
}

.home-section-head {
	position: relative;
	justify-content: center;
	margin-bottom: 16px;
	text-align: center;
}

.home-section-head h2,
.home-link-cloud h2,
.home-explore h2 {
	font-family: var(--font-display);
	font-size: clamp(28px, 3.1vw, 42px);
	font-weight: 900;
	line-height: 0.98;
	letter-spacing: 0;
	text-transform: uppercase;
}

.home-section-subtitle {
	margin: 5px 0 0;
	color: #555555;
	font-size: 13px;
	line-height: 1.25;
}

.rail-controls {
	position: absolute;
	right: 0;
	bottom: 2px;
}

.rail-controls span {
	width: 24px;
	height: 24px;
}

.home-tab-row {
	justify-content: center;
	gap: 20px;
	min-height: 26px;
	margin-bottom: 18px;
	border-bottom: 0;
}

.home-tab-row a {
	padding-bottom: 0;
	font-size: 11px;
	font-weight: 800;
}

.home-tab-row a.is-active {
	border-bottom: 0;
	color: var(--color-sale);
}

.home-product-rail ul.products {
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 10px;
}

.home-product-rail .product-card,
.shop-main .product-card {
	border: 1px solid #dddddd;
	background: #ffffff;
}

.home-product-rail .product-card__media,
.product-card__media {
	aspect-ratio: var(--product-card-ratio);
	background: #f7f7f7;
	border-bottom: 1px solid #eeeeee;
}

.home-product-rail .product-card__media,
.shop-main .product-card__media {
	padding: 10px;
}

.home-product-rail .product-card__body,
.shop-main .product-card__body {
	padding: 9px 10px 12px;
}

.home-product-rail .product-card__brand,
.shop-main .product-card__brand {
	color: #555555;
	font-size: 10px;
	font-weight: 700;
}

.home-product-rail .product-card__title,
.home-product-rail .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.product-card__title {
	min-height: 34px;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.25;
}

.product-card__price,
.woocommerce ul.products li.product .price {
	font-size: 12px;
	font-weight: 900;
}

.product-card__badges {
	top: 0;
	right: 0;
	bottom: auto;
	left: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 0;
}

.product-card__badges span {
	writing-mode: vertical-rl;
	min-width: 20px;
	min-height: 68px;
	background: #c41230;
	color: #ffffff;
	padding: 6px 3px;
	font-size: 9px;
	line-height: 1;
	text-transform: uppercase;
}

.home-deal-feature {
	background: #ededed;
}

.home-deal-feature__link,
.home-deal-feature img,
.home-wide-campaign img,
.home-link-cloud__visual,
.home-link-cloud__visual img,
.home-experts-strip,
.home-experts-strip img {
	display: block;
	width: 100%;
}

.home-deal-feature img {
	height: min(360px, 25vw);
	min-height: 250px;
	object-fit: cover;
	object-position: center center;
}

.home-wide-campaign {
	height: auto;
	margin: 0;
	padding-block: 34px;
	background: #ffffff;
}

.home-wide-campaign img {
	width: min(var(--page-max), calc(100% - var(--site-gutter)));
	height: auto;
	margin-inline: auto;
	object-fit: contain;
}

.home-wide-campaign > a {
	inset: 34px calc((100% - min(var(--page-max), calc(100% - var(--site-gutter)))) / 2);
	width: auto;
	height: auto;
}

.home-editorial-grid--sports {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	min-height: 0;
}

.home-editorial img,
.home-editorial-card-blank {
	aspect-ratio: 1.42;
}

.home-editorial-grid--sports article:nth-child(2) img,
.home-editorial-grid--sports article:nth-child(3) .home-editorial-card-blank {
	aspect-ratio: 1.42;
}

.home-editorial--customer .home-editorial-grid--sports article:nth-child(3) .home-editorial-card-blank {
	background-image: url("../images/tactical-home-hero.jpg");
	background-position: center center;
	background-size: cover;
}

.home-link-cloud {
	text-align: center;
}

.home-link-cloud__visual {
	margin-top: 24px;
}

.home-link-cloud__visual img {
	height: 220px;
	object-fit: cover;
	object-position: center center;
}

.home-link-cloud div {
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 16px 24px;
	margin-top: 22px;
}

.home-link-cloud a {
	font-size: 12px;
	font-weight: 700;
}

.home-experts-strip {
	margin: 24px 0;
}

.home-experts-strip img {
	height: auto;
	object-fit: cover;
}

.home-editorial--experts .home-experts-strip {
	margin-bottom: 0;
}

.home-story-grid,
.home-story-grid--brands {
	min-height: 0;
}

.home-image-promo--boss {
	padding-block: 22px;
}

.home-explore {
	text-align: center;
}

.home-explore > div {
	margin-top: 22px;
}

.shop-category-masthead {
	padding-block: 24px 8px;
}

.shop-breadcrumb {
	margin-bottom: 16px;
}

.shop-category-masthead h1 {
	font-family: var(--font-display);
	font-size: 34px;
	font-weight: 900;
	text-transform: uppercase;
}

.shop-main > .category-tiles {
	gap: 8px;
	padding-block: 0 34px;
}

.shop-main > .category-tiles .category-tile img,
.shop-main > .category-tiles .category-tile__source-sale {
	aspect-ratio: var(--category-tile-ratio);
	border-radius: 0;
}

.shop-toolbar h1 {
	font-family: var(--font-display);
	font-size: 25px;
	font-weight: 900;
	text-transform: uppercase;
}

.shop-filter-strip {
	gap: 6px;
	margin-bottom: 16px;
}

.shop-filter-pill {
	min-height: 30px;
	font-weight: 800;
}

.woocommerce ul.products,
ul.products {
	gap: 14px 10px;
}

.shop-main .product-card__cart {
	position: static;
	opacity: 1;
	pointer-events: auto;
	transform: none;
}

.woocommerce ul.products li.product .button,
.product-card__cart .button {
	min-height: 28px;
	background: var(--color-sale);
	color: #ffffff;
	border-color: var(--color-sale);
}

.site-footer {
	background: #e6e6e6;
}

.newsletter {
	grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
}

.newsletter h2,
.footer-links h3 {
	font-family: var(--font-display);
	font-weight: 900;
	text-transform: uppercase;
}

.newsletter-form button {
	background: var(--color-sale);
	border-color: var(--color-sale);
}

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

	.shop-main .woocommerce ul.products,
	.shop-main ul.products {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 1180px) {
	.home-product-rail ul.products {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

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

	.home-retail .hero-men {
		height: min(var(--home-hero-height), 420px);
	}

	.home-section-head {
		padding-right: 58px;
	}

	.home-product-rail ul.products,
	.home-editorial-grid--sports {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.home-deal-feature img,
	.home-link-cloud__visual img {
		height: 220px;
	}
}

@media (max-width: 620px) {
	:root {
		--site-gutter: 20px;
	}

	.home-retail .hero-men {
		height: 260px;
	}

	.home-section-head {
		padding-right: 0;
	}

	.rail-controls {
		display: none;
	}

	.home-section-head h2,
	.home-link-cloud h2,
	.home-explore h2 {
		font-size: 26px;
	}

	.home-product-rail ul.products,
	.home-editorial-grid--sports,
	.woocommerce ul.products,
	ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.home-deal-feature img,
	.home-link-cloud__visual img {
		height: 180px;
	}

	.home-link-cloud div {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* TACTICAL-IA-17: align homepage information architecture with the active source screenshots. */
.home-retail .home-section-head,
.home-retail .home-link-cloud,
.home-retail .home-brand-band {
	text-align: center;
}

.home-retail .home-section-head {
	display: block;
	position: relative;
}

.home-retail .home-section-head .rail-controls {
	position: absolute;
	top: 8px;
	right: 0;
}

.home-product-rail.section-wrap {
	padding-block: 30px 34px;
}

.home-product-rail--top {
	padding-top: 26px;
}

.home-product-rail--designer {
	padding-block: 54px 62px;
}

.home-product-rail--designer .home-tab-row {
	display: none;
}

.home-deal-feature {
	margin: 0;
	padding: 0;
	background: #eeeeee;
}

.home-deal-feature img {
	height: clamp(260px, 23vw, 345px);
	min-height: 0;
	object-fit: cover;
	object-position: center center;
}

.home-editorial--customer {
	padding-block: 46px 38px;
}

.home-customer-strip,
.home-customer-strip img {
	display: block;
	width: 100%;
}

.home-customer-strip {
	margin-top: 24px;
}

.home-customer-strip img {
	aspect-ratio: 5.47;
	height: auto;
	object-fit: cover;
	object-position: center center;
}

.home-link-cloud {
	padding-block: 54px 48px;
}

.home-link-cloud__visual {
	width: min(860px, 100%);
	margin: 26px auto 0;
}

.home-link-cloud__visual img {
	aspect-ratio: 6.5;
	height: auto;
	object-fit: cover;
	object-position: center center;
}

.home-link-cloud > div:last-child {
	display: none;
}

.home-brand-band {
	margin: 0;
	padding-block: 60px 70px;
	background: #eeeeee;
}

.home-brand-band h2,
.home-support-band h2 {
	margin: 0;
	font-family: var(--font-display);
	font-size: clamp(30px, 3vw, 42px);
	font-weight: 900;
	line-height: 0.95;
	text-transform: uppercase;
}

.home-brand-band .home-section-subtitle {
	margin-top: 8px;
}

.home-editorial--experts {
	width: 100%;
	max-width: none;
	padding-block: 52px 58px;
	background: #eeeeee;
}

.home-editorial--experts .home-section-head,
.home-editorial--experts .home-experts-strip {
	width: min(var(--page-max), calc(100% - var(--site-gutter)));
	margin-inline: auto;
}

.home-experts-strip {
	margin-top: 24px;
}

.home-experts-strip img {
	aspect-ratio: 3.3;
	height: auto;
	object-fit: cover;
	object-position: center center;
}

.home-support-band {
	background: #dedede;
	padding-block: 48px 44px;
}

.home-support-band .section-wrap {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 90px;
}

.home-support-band ul {
	columns: 2;
	column-gap: 44px;
	margin: 14px 0 0;
	padding-left: 18px;
	color: #333333;
	font-size: 13px;
	line-height: 1.7;
}

.home-support-band li {
	break-inside: avoid;
	margin-bottom: 2px;
}

@media (max-width: 900px) {
	.home-retail .home-section-head .rail-controls {
		display: none;
	}

	.home-deal-feature img {
		height: 230px;
	}

	.home-customer-strip img,
	.home-experts-strip img {
		aspect-ratio: 3.3;
	}

	.home-link-cloud__visual {
		width: 100%;
	}

	.home-support-band .section-wrap {
		grid-template-columns: 1fr;
		gap: 28px;
	}
}

@media (max-width: 620px) {
	.home-product-rail.section-wrap,
	.home-editorial--customer,
	.home-link-cloud,
	.home-editorial--experts,
	.home-support-band {
		padding-block: 34px;
	}

	.home-brand-band {
		padding-block: 42px 48px;
	}

	.home-deal-feature img {
		height: 180px;
	}

	.home-customer-strip img,
	.home-experts-strip img {
		aspect-ratio: 2.2;
	}

	.home-support-band ul {
		columns: 1;
	}
}

/* TACTICAL-HEADER-CARD-18: source-style header services and tighter card density. */
.site-header__main {
	grid-template-columns: 200px minmax(360px, 1fr) minmax(370px, 390px);
	gap: 16px;
	min-height: 50px;
}

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

.site-logo {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 34px;
	color: #111111;
	text-decoration: none;
}

.site-logo__mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border: 1px solid #b84a32;
	background: #ffffff;
	color: #111111;
}

.site-logo__mark svg {
	width: 20px;
	height: 20px;
}

.site-logo__mark path:first-child {
	fill: #b84a32;
}

.site-logo__mark path + path {
	fill: #111111;
}

.site-logo__text {
	font-size: 21px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.header-search {
	height: 34px;
}

.header-search__icon,
.header-search input,
.header-search__submit {
	height: 32px;
	min-height: 32px;
}

.header-search__icon {
	width: 34px;
}

.header-search__submit {
	min-width: 72px;
}

.site-actions {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, auto));
	align-items: center;
	justify-content: end;
	gap: 7px;
}

.site-service-card {
	display: grid;
	grid-template-columns: 24px minmax(0, auto);
	align-items: center;
	gap: 6px;
	min-height: 34px;
	padding: 4px 7px;
	border: 1px solid #cfcfcf;
	background: #ffffff;
	color: #111111;
	text-decoration: none;
}

.site-service-card:focus-visible {
	outline: 2px solid #111111;
	outline-offset: 2px;
}

.site-service-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border: 1px solid #b84a32;
	color: #b84a32;
}

.site-service-card__icon svg {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.site-service-card__copy {
	display: grid;
	gap: 1px;
	min-width: 0;
	white-space: nowrap;
}

.site-service-card__copy strong {
	font-size: 10px;
	font-weight: 900;
	line-height: 1.05;
}

.site-service-card__copy small {
	color: #555555;
	font-size: 9px;
	font-weight: 700;
	line-height: 1.05;
}

.site-service-card--cart .cart-count {
	display: inline;
	min-width: 0;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

.home-product-rail .product-card__media,
.shop-main .product-card__media {
	padding: 9px;
}

.home-product-rail .product-card__body,
.shop-main .product-card__body {
	padding: 8px 9px 10px;
	gap: 2px;
}

.home-product-rail .product-card__title,
.home-product-rail .woocommerce-loop-product__title,
.shop-main .product-card__title,
.shop-main .woocommerce-loop-product__title {
	min-height: 31px;
	font-size: 10.5px;
	line-height: 1.22;
}

.product-card__swatches {
	min-height: 12px;
	gap: 3px;
	margin-top: 1px;
}

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

.product-card__meta {
	min-height: 14px;
	font-size: 9.5px;
	line-height: 1.2;
}

.product-card__price,
.woocommerce ul.products li.product .price {
	font-size: 11.5px;
	line-height: 1.22;
}

.woocommerce ul.products li.product .button,
.product-card__cart .button {
	min-height: 26px;
	font-size: 9.5px;
	line-height: 1.1;
}

.product-card__badges span {
	min-width: 18px;
	min-height: 60px;
	font-size: 8px;
}

@media (max-width: 1180px) {
	.site-header__main {
		grid-template-columns: 170px minmax(300px, 1fr) auto;
	}

	.site-service-card--shipping {
		display: none;
	}
}

@media (max-width: 900px) {
	.site-header__main {
		grid-template-columns: 44px minmax(0, 1fr) auto;
		min-height: 52px;
		gap: 10px;
	}

	.site-logo {
		justify-self: center;
	}

	.site-logo__text {
		font-size: 18px;
	}

	.site-logo__mark {
		width: 24px;
		height: 24px;
	}

	.site-service-card {
		display: inline-flex;
		min-height: 34px;
		padding: 0;
		border: 0;
	}

	.site-actions {
		display: flex;
		gap: 10px;
	}

	.site-service-card.site-service-card--shipping,
	.site-service-card.site-service-card--account {
		display: none;
	}

	.search-toggle {
		min-height: 34px;
		padding-inline: 9px;
		background: #111111;
		color: #ffffff;
		border-color: #111111;
	}

	.site-service-card__copy strong {
		font-size: 11px;
	}
}

@media (max-width: 420px) {
	.site-logo__mark {
		display: none;
	}

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

	.site-actions {
		gap: 8px;
	}

	.site-service-card--cart .site-service-card__copy strong {
		font-size: 10px;
	}
}

/* TACTICAL-PDP-CATEGORY-19: product-detail and category archive retail tightening. */
.shop-guidance-band {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 18px;
	margin: 14px 0 22px;
	padding: 14px 16px;
	border: 1px solid #d0d0d0;
	background: #e7e7e7;
}

.shop-guidance-band h2 {
	margin: 0 0 3px;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.2;
	text-transform: uppercase;
}

.shop-guidance-band p {
	margin: 0;
	color: #333333;
	font-size: 12px;
	font-weight: 650;
	line-height: 1.45;
}

.shop-guidance-band__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 0 14px;
	background: #111111;
	color: #ffffff;
	font-size: 11px;
	font-weight: 900;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

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

.single-product .product.product-detail-shell {
	display: block;
	max-width: 100%;
}

.product-detail-core {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(350px, 420px);
	gap: 34px;
	align-items: start;
}

.product-detail-media {
	min-width: 0;
}

.single-product div.product .product-detail-media div.images,
.single-product div.product div.product-detail-summary {
	float: none;
	width: auto;
}

.single-product .product-detail-media .woocommerce-product-gallery {
	width: 100%;
	margin: 0;
	overflow: hidden;
}

.single-product .product-detail-media .woocommerce-product-gallery__wrapper {
	display: grid;
	gap: 12px;
	border: 1px solid #cfcfcf;
	border-radius: 0;
	background: #f2f2f2;
}

.single-product .product-detail-media .woocommerce-product-gallery__image {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 0;
	background: #f4f4f4;
}

.single-product .product-detail-media .woocommerce-product-gallery__image img {
	display: block;
	aspect-ratio: 1 / 1.04;
	width: 100%;
	height: auto;
	object-fit: contain;
	padding: 14px;
	background: #f4f4f4;
}

.single-product div.product div.product-detail-summary {
	position: sticky;
	top: 94px;
	padding: 0;
}

.product-detail-topline {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 9px;
	color: #555555;
	font-size: 10px;
	font-weight: 900;
	line-height: 1.2;
	text-transform: uppercase;
}

.product-detail-topline a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.single-product div.product .product_title {
	margin-bottom: 10px;
	font-size: 25px;
	font-weight: 900;
	line-height: 1.12;
}

.single-product div.product p.price,
.single-product div.product span.price {
	margin: 10px 0 12px;
	font-size: 18px;
	font-weight: 900;
}

.single-product .woocommerce-product-rating {
	margin-bottom: 12px;
	font-size: 12px;
}

.single-product .woocommerce-product-details__short-description {
	margin: 14px 0;
	color: #333333;
	font-size: 13px;
	font-weight: 550;
	line-height: 1.55;
}

.single-product form.cart {
	margin: 16px 0;
}

.single-product form.variations_form.cart {
	display: block;
}

.single-product table.variations {
	width: 100%;
	margin: 0 0 12px;
	border: 1px solid #d2d2d2;
}

.single-product table.variations tbody,
.single-product table.variations tr,
.single-product table.variations th,
.single-product table.variations td {
	display: block;
}

.single-product table.variations tr {
	padding: 12px;
	border-bottom: 1px solid #d8d8d8;
}

.single-product table.variations tr:last-child {
	border-bottom: 0;
}

.single-product table.variations label {
	margin-bottom: 7px;
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
}

.single-product table.variations select {
	width: 100%;
	min-height: 38px;
	border: 1px solid #bdbdbd;
	background: #ffffff;
	font-size: 12px;
	font-weight: 750;
}

.single-product .reset_variations {
	display: inline-flex;
	margin-top: 8px;
	color: #555555;
	font-size: 11px;
	font-weight: 800;
}

.single-product .woocommerce-variation-add-to-cart,
.single-product form.cart:not(.variations_form) {
	display: flex;
	gap: 10px;
	align-items: stretch;
}

.single-product form.cart .quantity {
	flex: 0 0 74px;
}

.single-product form.cart .quantity input {
	width: 74px;
	height: 42px;
	border-radius: 0;
	font-size: 13px;
	font-weight: 900;
}

.single-product form.cart .single_add_to_cart_button {
	min-height: 42px;
	border-radius: 0;
	background: #111111;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.single-product .product_meta {
	margin-top: 16px;
	padding-top: 14px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.5;
}

.product-support-panel {
	margin-top: 18px;
	padding-top: 16px;
	border-top: 1px solid #d2d2d2;
}

.product-support-panel h2 {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.product-support-panel__grid {
	display: grid;
	gap: 8px;
}

.product-support-card {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr);
	gap: 2px 9px;
	padding: 10px;
	border: 1px solid #d0d0d0;
	background: #f4f4f4;
}

.product-support-card__icon {
	display: inline-flex;
	grid-row: span 2;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border: 1px solid #b84a32;
	color: #b84a32;
	background: #ffffff;
}

.product-support-card__icon svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.product-support-card strong {
	font-size: 11px;
	font-weight: 900;
	line-height: 1.18;
	text-transform: uppercase;
}

.product-support-card p {
	margin: 0;
	color: #444444;
	font-size: 11px;
	font-weight: 650;
	line-height: 1.35;
}

.product-disclosure-stack {
	margin-top: 14px;
	border-top: 1px solid #d0d0d0;
}

.product-disclosure-stack details {
	border-bottom: 1px solid #d0d0d0;
}

.product-disclosure-stack summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 42px;
	cursor: pointer;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.product-disclosure-stack summary::after {
	content: "+";
	font-size: 16px;
	font-weight: 900;
}

.product-disclosure-stack details[open] summary::after {
	content: "-";
}

.product-disclosure-stack details > div {
	padding: 0 0 14px;
	color: #333333;
	font-size: 12px;
	font-weight: 550;
	line-height: 1.55;
}

.nav-toggle {
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 4px;
	border: 1px solid #111111;
}

.nav-toggle span:not(.screen-reader-text) {
	width: 18px;
	height: 2px;
	margin: 0;
	background: #111111;
}

.single-product .woocommerce-tabs {
	margin-top: 42px;
}

.single-product .related.products {
	margin-top: 48px;
}

@media (max-width: 900px) {
	.shop-guidance-band {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.shop-guidance-band__link {
		width: fit-content;
	}

	.product-detail-core {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.single-product div.product div.product-detail-summary {
		position: static;
	}

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

@media (max-width: 520px) {
	.shop-guidance-band {
		padding: 12px;
	}

	.product-detail-core {
		gap: 18px;
	}

	.single-product .product-detail-media .woocommerce-product-gallery__image img {
		padding: 10px;
	}

	.single-product .woocommerce-variation-add-to-cart,
	.single-product form.cart:not(.variations_form) {
		display: grid;
		grid-template-columns: 72px minmax(0, 1fr);
	}
}

/* TACTICAL-FULL-POLISH-20: footer/service page finishing layer. */
.site-footer {
	background: #e6ebef;
	border-top: 1px solid #cfd6dc;
}

.newsletter {
	grid-template-columns: minmax(0, 1fr) minmax(300px, 460px);
	align-items: end;
	padding-block: 26px;
	border-bottom: 1px solid #cfd6dc;
}

.newsletter h2 {
	max-width: 520px;
	font-size: 20px;
	font-weight: 900;
	line-height: 1.18;
	text-transform: uppercase;
}

.newsletter-form {
	align-self: end;
}

.newsletter-form input {
	border: 1px solid #bfc8ce;
	background: #ffffff;
}

.newsletter-form button {
	border: 1px solid #111111;
	background: #111111;
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
}

.footer-links {
	grid-template-columns: 1.25fr 0.8fr 1.1fr;
	gap: 46px;
	padding-block: 30px 28px;
}

.footer-links h3 {
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.footer-links .menu,
.footer-links .primary-menu {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 5px 22px;
}

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

.footer-links .menu a,
.footer-links .primary-menu a,
.footer-links a,
.footer-links p {
	color: #263038;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.55;
}

.footer-links a:hover,
.footer-links a:focus-visible {
	color: #111111;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.site-footer__bottom {
	padding-block: 14px;
	border-top: 1px solid #cfd6dc;
	color: #45515a;
	font-size: 11px;
	font-weight: 750;
}

body:not(.woocommerce-cart):not(.woocommerce-checkout) .content-page {
	padding-block: 46px 78px;
}

.content-page .page-header {
	margin-bottom: 20px;
	padding-bottom: 16px;
	border-bottom: 1px solid #d5d5d5;
}

.content-page .page-header h1 {
	margin: 0;
	font-size: 30px;
	font-weight: 900;
	line-height: 1.12;
	text-transform: uppercase;
}

.content-page .entry-content {
	display: grid;
	gap: 16px;
	max-width: 820px;
	color: #2f2f2f;
	font-size: 14px;
	font-weight: 550;
	line-height: 1.7;
}

.content-page .entry-content h2,
.content-page .entry-content h3 {
	margin: 12px 0 0;
	font-weight: 900;
	line-height: 1.2;
	text-transform: uppercase;
}

.content-page .entry-content a {
	color: #111111;
	font-weight: 900;
	text-underline-offset: 2px;
}

.content-page .entry-content a.button,
.content-page .entry-content .wp-block-button__link,
.content-page .entry-content .wp-element-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 18px;
	background: #111111;
	color: #ffffff;
	font-size: 11px;
	font-weight: 900;
	text-decoration: none;
	text-transform: uppercase;
}

.content-page .entry-content a.button:empty,
.content-page .entry-content .wp-block-button__link:empty,
.content-page .entry-content .wp-element-button:empty {
	display: none;
}

@media (max-width: 900px) {
	.newsletter,
	.footer-links {
		grid-template-columns: 1fr;
		gap: 24px;
	}

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

@media (max-width: 520px) {
	.newsletter h2 {
		font-size: 18px;
	}

	.content-page .page-header h1 {
		font-size: 25px;
	}
}
