/**
 * B2B PDP — full-width layout, light polish, horizontal collar/cuff row.
 */

.b2b-pdp {
	--b2b-primary: #949498;
	--b2b-ink: #1a1a1a;
	--b2b-muted: #8c8c8c;
	--b2b-accent: #2d5a4c;
	--b2b-line: #e3e3e3;
	--b2b-cell-border: #d8d8d8;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 100px 3% 56px 2%;
	box-sizing: border-box;
}

.b2b-pdp .mont_top_layout,
.b2b-pdp .b2b-pdp__layout {
	display: flex !important;
	flex-wrap: nowrap;
	align-items: flex-start;
	gap: 3%;
	width: 100%;
}

.b2b-pdp .mont_layout_sixty,
.b2b-pdp .b2b-pdp__gallery {
	width: 56%;
	flex: 0 0 56%;
	min-width: 0;
}

/* Gallery — even 2-col grid (overrides theme row-gap: 94px) */
.b2b-pdp .mont_gallery_wrapper {
	padding-right: 24px;
	overflow: visible;
}

.b2b-pdp .mont_gallery_image-grid {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 6px !important;
	row-gap: 6px !important;
	column-gap: 6px !important;
	max-height: none;
	overflow: visible;
	align-items: stretch;
}

.b2b-pdp .mont_gallery_image-container {
	position: relative;
	width: 100%;
	height: auto !important;
	padding-top: 0 !important;
	aspect-ratio: 3 / 4;
	overflow: hidden;
	background: #f5f5f5;
}

.b2b-pdp .mont_gallery_main-image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	cursor: zoom-in;
	transition: transform 0.12s ease-out;
	will-change: transform;
}

.b2b-pdp .mont_gallery_navigation-dots {
	right: 4px;
	top: 50%;
	transform: translateY(-50%);
	bottom: auto;
}

/* Thin chevron arrows (match B2C / reference) */
.b2b-pdp .mont_gallery_nav {
	display: none;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	justify-content: space-between;
	pointer-events: none;
	z-index: 10;
	padding: 0 6px;
}

.b2b-pdp .mont_gallery_nav_btn {
	pointer-events: auto;
	width: 28px;
	height: 48px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: #1a1a1a;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	opacity: 0.85;
}

.b2b-pdp .mont_gallery_nav_btn:disabled {
	opacity: 0.25;
}

.b2b-pdp .mont_gallery_nav_btn svg {
	width: 22px;
	height: 22px;
	display: block;
}

.b2b-pdp .mont_layout_fourty,
.b2b-pdp #details-column,
.b2b-pdp .b2b-pdp__panel {
	width: 41%;
	flex: 0 0 41%;
	min-width: 0 !important;
	position: relative !important;
	padding: 0 28px 0 8px; /* extra right breathing room */
	box-sizing: border-box;
}

.b2b-pdp .mont_back_button {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 14px;
	cursor: pointer;
	color: var(--b2b-muted);
	font-size: 14px;
}

/* Quotation header */
.b2b-pdp .b2b-pdp__quotation {
	margin-bottom: 22px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--b2b-line);
}

.b2b-pdp .b2b-pdp__quotation-title {
	margin: 0 0 8px;
	font-family: "Rubik", "Figtree", sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--b2b-accent);
}

.b2b-pdp .b2b-pdp__quotation-moq {
	margin: 0;
	font-family: "Rubik", "Figtree", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--b2b-muted);
}

.b2b-pdp .b2b-pdp__quotation-moq-value {
	font-weight: 600;
	color: var(--b2b-muted);
}

.b2b-pdp .b2b-pdp__summary {
	margin: 0;
	padding: 0;
	border: 0;
}

.b2b-pdp .b2b-pdp__section-title,
.b2b-pdp h4.b2b-pdp__section-title,
.b2b-pdp .size-type h4 {
	margin: 0 0 14px;
	padding: 0 0 10px;
	font-size: 13px;
	font-weight: 700;
	color: var(--b2b-ink);
	font-family: "Rubik", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	border-bottom: 3px solid var(--b2b-ink);
}

.b2b-pdp h4,
.b2b-pdp .b2b-h4 {
	margin: 0 0 14px;
	font-size: 13px;
	font-weight: 700;
	color: var(--b2b-ink);
	font-family: "Rubik", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.b2b-pdp .b2b-pdp__grid.row {
	display: flex !important;
	flex-wrap: wrap;
	gap: 0;
	margin: 0 0 18px !important;
	border-bottom: 0;
	padding-bottom: 0;
}

.b2b-pdp .b2b-pdp__grid > .column-top,
.b2b-pdp .b2b-pdp__grid > .col-md-6 {
	flex: 1 1 50%;
	width: 50% !important;
	max-width: 50% !important;
	margin: 0;
	padding: 0 20px 0 0;
	box-sizing: border-box;
	background: transparent !important;
	border: 0 !important;
}

.b2b-pdp .b2b-pdp__grid > .column-right-top {
	padding-right: 0;
	padding-left: 20px;
	border-left: 1px solid var(--b2b-line);
}

.b2b-pdp .b2b-size-list {
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box;
	overflow: visible;
	padding-top: 0;
}

.b2b-pdp .b2b-size-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid !important;
	grid-template-columns: 1fr 1fr;
	gap: 10px 12px;
	width: 100%;
	box-sizing: border-box;
}

.b2b-pdp .b2b-size-list li {
	display: block !important;
	float: none !important;
	width: auto !important;
	max-width: none !important;
	min-width: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	margin: 0;
}

.b2b-pdp .b2b-size-cell {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	width: 100%;
	min-height: 52px;
	padding: 12px 16px;
	border: 1px solid var(--b2b-cell-border);
	border-radius: 8px;
	background: #fff;
	box-sizing: border-box;
	cursor: text;
	margin: 0;
	position: relative;
	overflow: hidden;
	transition: opacity 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.b2b-pdp .b2b-size-cell:focus-within {
	border-color: #b8b8b8;
	box-shadow: 0 0 0 1px rgba(45, 90, 76, 0.08);
}

.b2b-pdp .size-name {
	font-size: 16px !important;
	font-weight: 600;
	color: var(--b2b-ink);
	width: auto !important;
	min-width: 0 !important;
	max-width: none !important;
	flex: 0 0 auto;
	white-space: nowrap;
	overflow: visible;
	text-overflow: clip;
	line-height: 1.3;
}

.b2b-pdp .b2b-size-input {
	width: 58px;
	max-width: 42%;
	min-height: auto;
	border: 0 !important;
	border-radius: 0;
	text-align: right;
	font-size: 18px !important;
	font-weight: 500;
	color: var(--b2b-muted);
	background: transparent;
	position: static !important;
	top: auto !important;
	left: auto !important;
	flex-shrink: 0;
	box-sizing: border-box;
	-moz-appearance: textfield;
	padding: 0;
}

.b2b-pdp .b2b-size-input::placeholder {
	color: #b5b5b5 !important;
	font-size: 18px;
}

.b2b-pdp .b2b-size-input:focus {
	outline: none;
	color: var(--b2b-ink);
}

/* Contemporary fit — lock odd collar sizes (37,39,41,43,45,47) */
.b2b-pdp .b2b-size-cell.is-contemporary-locked {
	opacity: 0.42;
	border-radius: 0 !important;
	border-color: #cfcfcf !important;
	background: #f7f7f7 !important;
	cursor: not-allowed;
	pointer-events: none;
	box-shadow: none !important;
}

.b2b-pdp .b2b-size-cell.is-contemporary-locked::before,
.b2b-pdp .b2b-size-cell.is-contemporary-locked::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 2;
}

.b2b-pdp .b2b-size-cell.is-contemporary-locked::before {
	background: linear-gradient(
		to top left,
		transparent calc(50% - 0.7px),
		rgba(90, 90, 90, 0.55) calc(50% - 0.7px),
		rgba(90, 90, 90, 0.55) calc(50% + 0.7px),
		transparent calc(50% + 0.7px)
	);
}

.b2b-pdp .b2b-size-cell.is-contemporary-locked::after {
	background: linear-gradient(
		to top right,
		transparent calc(50% - 0.7px),
		rgba(90, 90, 90, 0.55) calc(50% - 0.7px),
		rgba(90, 90, 90, 0.55) calc(50% + 0.7px),
		transparent calc(50% + 0.7px)
	);
}

.b2b-pdp .b2b-size-cell.is-contemporary-locked .size-name,
.b2b-pdp .b2b-size-cell.is-contemporary-locked .b2b-size-input {
	color: #9a9a9a !important;
}

.b2b-pdp .b2b-pdp__total-pieces {
	display: flex;
	align-items: baseline;
	gap: 6px;
	margin-top: 16px;
	padding-top: 4px;
	font-family: "Rubik", sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--b2b-ink);
}

.b2b-pdp .b2b-pdp__total-value {
	font-size: 14px;
	font-weight: 700;
	color: var(--b2b-ink);
}

.b2b-pdp .b2b-ul-list {
	list-style: none;
	margin: 0;
	padding: 4px 0 0;
	width: 100%;
}

.b2b-pdp .b2b-fit-row,
.b2b-pdp .b2b-ul-list li {
	display: grid !important;
	grid-template-columns: 18px 1fr auto;
	align-items: center;
	gap: 12px;
	padding: 14px 0 !important;
	border-bottom: 1px solid #f0f0f0;
	width: 100% !important;
	max-width: none !important;
}

.b2b-pdp .b2b-ul-list li:last-child {
	border-bottom: 0;
}

.b2b-pdp .b2b-left-text-inner {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--b2b-ink);
}

.b2b-pdp .b2b-size-guide {
	justify-self: end;
	font-size: 12px;
	font-weight: 400;
	color: var(--b2b-accent) !important;
	text-decoration: underline !important;
	text-underline-offset: 2px;
	white-space: nowrap;
}

.b2b-pdp .b2b-size-guide:hover {
	color: #234a3f !important;
}

.b2b-pdp .b2b-checked-form {
	width: 16px;
	height: 16px;
	margin: 0;
	accent-color: var(--b2b-accent);
	border: 1px solid #bdbdbd;
	border-radius: 2px;
	flex-shrink: 0;
	position: static !important;
	left: auto !important;
	bottom: auto !important;
}

.b2b-pdp .comment-box-b2b {
	border: 1px solid var(--b2b-cell-border);
	border-radius: 6px;
	padding: 12px 14px 14px;
	margin: 0 0 16px;
	background: #fff;
}

.b2b-pdp .b2b-pdp__notes-label {
	display: block;
	margin: 0 0 8px;
	font-family: "Rubik", sans-serif;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--b2b-muted);
}

.b2b-pdp #s_comment,
.b2b-pdp .comment-box-b2b textarea {
	width: 100%;
	min-height: 88px;
	border: 0 !important;
	border-radius: 0;
	padding: 0;
	font-size: 14px;
	font-family: "Rubik", "Figtree", sans-serif;
	color: var(--b2b-ink);
	background: transparent;
	resize: vertical;
}

.b2b-pdp .b2b-size-input::-webkit-outer-spin-button,
.b2b-pdp .b2b-size-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.b2b-pdp .column-left-top {
	border-right: 0 !important;
}

.b2b-pdp .price-b2b {
	display: none !important;
}

/* ========== Collar / Cuff — polished option tiles ========== */
.b2b-pdp .b2b-option-section {
	padding: 22px 0 14px;
	margin: 0;
	border-bottom: 1px solid var(--b2b-line);
}

.b2b-pdp .b2b-option-section h4 {
	margin-bottom: 14px;
}

.b2b-pdp .collardiv,
.b2b-pdp .b2b-option-row,
.b2b-pdp .collar-type-b2b .collardiv,
.b2b-pdp .cuff-type-b2b .collardiv,
.b2b-contents .collardiv,
.b2b-contents .b2b-option-row,
.mont_single_product_container .collardiv {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 12px !important;
	align-items: stretch;
	overflow: visible !important;
	flex-wrap: unset !important;
	flex-direction: unset !important;
	padding: 2px 0 8px !important;
	width: 100% !important;
	margin: 0 !important;
}

.b2b-pdp label.b2b-check-to-go-collar,
.b2b-pdp label.b2b-check-to-go-cuff,
.b2b-pdp .b2b-option-tile,
.b2b-pdp .collar-type-b2b label,
.b2b-pdp .cuff-type-b2b label,
.b2b-contents .collar-type-b2b label,
.b2b-contents .cuff-type-b2b label {
	flex: 0 0 auto !important;
	flex-basis: auto !important;
	width: 100% !important;
	min-width: 0 !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 8px 8px 12px !important;
	border: 1px solid #e0e0e0 !important;
	border-radius: 0 !important;
	background: #fff !important;
	cursor: pointer;
	display: flex !important;
	flex-direction: column !important;
	align-items: center;
	gap: 8px;
	transition: border-color 0.2s ease;
	box-sizing: border-box;
	position: relative;
	box-shadow: none !important;
}

.b2b-pdp label.b2b-check-to-go-collar:hover,
.b2b-pdp label.b2b-check-to-go-cuff:hover,
.b2b-pdp .b2b-option-tile:hover {
	border-color: #999 !important;
	transform: none;
	box-shadow: none !important;
}

.b2b-pdp label.b2b-check-to-go-collar.is-selected,
.b2b-pdp label.b2b-check-to-go-cuff.is-selected,
.b2b-pdp .b2b-option-tile.is-selected {
	border-color: #000 !important;
	box-shadow: none !important;
}

.b2b-pdp .b2b-option-tile input[type="radio"],
.b2b-pdp .collar-type-b2b label input,
.b2b-pdp .cuff-type-b2b label input,
.b2b-pdp .collar-type-b2b label input[type="hidden"],
.b2b-pdp .cuff-type-b2b label input[type="hidden"] {
	position: absolute !important;
	opacity: 0 !important;
	pointer-events: none !important;
	width: 1px !important;
	height: 1px !important;
}

.b2b-pdp .b2b-option-tile__media {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 0;
	background: #f4f4f4;
}

.b2b-pdp .b2b-option-tile__media img,
.b2b-pdp label.b2b-check-to-go-collar img,
.b2b-pdp label.b2b-check-to-go-cuff img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	display: block;
	border-radius: 0;
}

.b2b-pdp .b2b-option-tile__meta,
.b2b-pdp .text-and-check {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	width: 100%;
	padding: 0 !important;
}

.b2b-pdp .blank-check {
	flex-shrink: 0;
	height: 20px !important;
	width: 20px !important;
	border: 2px solid #c4c4c4;
	border-radius: 50%;
	position: absolute;
	top: 14px;
	left: 14px;
	right: auto;
	background: #fff;
	z-index: 2;
	box-shadow: none;
	box-sizing: border-box;
}

.b2b-pdp .blank-check.checkbtn {
	background: #111;
	border-color: #111;
}

.b2b-pdp .blank-check.checkbtn:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
	transform: translate(-50%, -50%);
}

.b2b-pdp .b2b-option-tile__name,
.b2b-pdp .collar-type-b2b span.b2b-option-tile__name,
.b2b-pdp .cuff-type-b2b span.b2b-option-tile__name,
.b2b-pdp .collar-type-b2b .b2b-option-tile__name,
.b2b-pdp .cuff-type-b2b .b2b-option-tile__name {
	font-size: 14px !important;
	font-weight: 500 !important;
	color: var(--b2b-ink) !important;
	line-height: 1.3 !important;
	text-align: center;
	white-space: normal !important;
	overflow: visible !important;
	text-overflow: unset !important;
	max-width: none !important;
	display: block !important;
	margin-top: 2px;
}

.b2b-pdp .b2b-option-tile__sub {
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.35;
	text-align: center;
	color: rgba(10, 10, 10, 0.55);
	padding: 0 4px 2px;
}

.b2b-pdp .b2b-add-to-cart-button {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
	padding-top: 4px;
}

.b2b-pdp .send-it-to-cart,
.b2b-pdp .submit-it-directly {
	flex: 1 1 calc(50% - 5px);
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 12px 14px !important;
	border-radius: 0;
	font-size: 12px !important;
	font-weight: 600 !important;
	text-align: center;
	text-decoration: none !important;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	width: auto !important;
}

.b2b-pdp .send-it-to-cart {
	background: var(--b2b-primary) !important;
	color: #fff !important;
	border: 0 !important;
	cursor: pointer;
}

.b2b-pdp .submit-it-directly {
	background: #fff !important;
	color: var(--b2b-ink) !important;
	border: 1px solid var(--b2b-line) !important;
}

@media (max-width: 991px) {
	.b2b-pdp {
		padding: 72px 0 128px;
		width: 100%;
		max-width: 100%;
		overflow-x: hidden;
	}

	.b2b-pdp .mont_top_layout,
	.b2b-pdp .b2b-pdp__layout {
		flex-wrap: wrap;
		flex-direction: column;
		gap: 0;
		width: 100%;
		max-width: 100%;
	}

	.b2b-pdp .mont_layout_sixty,
	.b2b-pdp .b2b-pdp__gallery,
	.b2b-pdp .mont_layout_fourty,
	.b2b-pdp #details-column,
	.b2b-pdp .b2b-pdp__panel {
		width: 100% !important;
		flex: 1 1 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		padding: 0 !important;
		box-sizing: border-box;
		position: relative !important;
	}

	.b2b-pdp .mont_gallery_wrapper {
		padding-right: 0;
	}

	.b2b-pdp .mont_back_button {
		margin: 8px 16px 12px;
	}

	.b2b-pdp .b2b-pdp__panel {
		padding: 18px 16px 100px !important;
		margin: 0 !important;
		box-sizing: border-box;
	}

	.b2b-pdp .b2b-pdp__grid.row {
		margin-left: 0 !important;
		margin-right: 0 !important;
		width: 100%;
		max-width: 100%;
	}

	.b2b-pdp .b2b-pdp__grid > [class*="col-"] {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.b2b-pdp .b2b-pdp__quotation {
		margin-bottom: 18px;
		padding-bottom: 16px;
	}

	.b2b-pdp .b2b-pdp__quotation-title {
		font-size: 14px;
	}

	.b2b-pdp .b2b-pdp__summary {
		margin-bottom: 0;
	}

	.b2b-pdp .b2b-pdp__grid.row {
		flex-direction: column;
		border-bottom: 0;
		padding-bottom: 0;
		gap: 0;
	}

	.b2b-pdp .b2b-pdp__grid > .column-top,
	.b2b-pdp .b2b-pdp__grid > .col-md-6 {
		flex: 1 1 100%;
		width: 100% !important;
		max-width: 100% !important;
		padding: 0 0 20px !important;
		border-left: 0 !important;
		border-bottom: 1px solid var(--b2b-line);
		margin-bottom: 8px;
	}

	.b2b-pdp .b2b-size-list ul {
		gap: 10px;
	}

	.b2b-pdp .b2b-size-cell {
		min-height: 50px;
		padding: 11px 14px;
	}

	.b2b-pdp .b2b-size-input {
		width: 54px;
		font-size: 17px !important;
	}

	.b2b-pdp .b2b-fit-row,
	.b2b-pdp .b2b-ul-list li {
		padding: 12px 0 !important;
	}

	/* Collar / Cuff — 2-col grid on mobile */
	.b2b-pdp .b2b-option-section {
		padding: 22px 0 14px;
	}

	.b2b-pdp .collardiv,
	.b2b-pdp .b2b-option-row,
	.b2b-pdp .collar-type-b2b .collardiv,
	.b2b-pdp .cuff-type-b2b .collardiv {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 12px !important;
		overflow: visible !important;
		flex-wrap: unset !important;
		padding: 2px 0 10px !important;
		margin: 0 !important;
	}

	.b2b-pdp label.b2b-check-to-go-collar,
	.b2b-pdp label.b2b-check-to-go-cuff,
	.b2b-pdp .b2b-option-tile,
	.collar-type-b2b label,
	.cuff-type-b2b label {
		flex: none !important;
		width: 100% !important;
		min-width: 0 !important;
		max-width: none !important;
		padding: 10px 8px 12px !important;
		border-radius: 0 !important;
		border: 1px solid #e0e0e0 !important;
		background: #fff !important;
		box-shadow: none !important;
	}

	.b2b-pdp .b2b-option-tile__media {
		aspect-ratio: 1 / 1;
		border-radius: 0;
	}

	.b2b-pdp .b2b-option-tile__name,
	.b2b-pdp .collar-type-b2b span.b2b-option-tile__name,
	.b2b-pdp .cuff-type-b2b span.b2b-option-tile__name {
		font-size: 13px !important;
		max-width: none !important;
		white-space: normal !important;
		line-height: 1.3;
	}

	.b2b-pdp .b2b-option-tile__meta,
	.b2b-pdp .text-and-check {
		flex-direction: column;
		gap: 4px;
	}

	.b2b-pdp .blank-check {
		position: absolute;
		top: 12px;
		left: 12px;
		right: auto;
		order: unset;
		height: 20px !important;
		width: 20px !important;
	}

	.b2b-pdp .b2b-add-to-cart-button {
		flex-direction: column;
		gap: 10px;
		margin-top: 22px;
		padding-bottom: 8px;
	}

	.b2b-pdp .b2b-add-to-cart-button .submit-it-directly {
		display: none; /* primary action lives in sticky bar */
	}

	.mont-b2b-sticky-cta:not([hidden]) {
		display: flex !important;
	}

	.b2b-pdp .send-it-to-cart,
	.b2b-pdp .submit-it-directly {
		flex: 1 1 100%;
		width: 100% !important;
		min-height: 48px;
	}

	.b2b-pdp .mont_gallery_image-grid {
		display: flex !important;
		flex-wrap: nowrap !important;
		grid-template-columns: none !important;
		gap: 0 !important;
		overflow-x: auto !important;
		overflow-y: hidden !important;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.b2b-pdp .mont_gallery_image-grid::-webkit-scrollbar {
		display: none;
	}

	.b2b-pdp .mont_gallery_image-container {
		flex: 0 0 100%;
		width: 100%;
		min-width: 100%;
		scroll-snap-align: center;
		border-radius: 0;
	}

	.b2b-pdp .mont_gallery_nav {
		display: flex;
	}

	.b2b-pdp .mont_gallery_navigation-dots {
		display: none;
	}

	.b2b-pdp .mont_gallery_wrapper {
		padding-right: 0;
		position: relative;
		overflow: hidden;
		margin-bottom: 8px;
	}

	.b2b-pdp .mobile-view-b2b {
		display: none !important;
	}

	.b2b-pdp .mont_layout_fourty,
	.b2b-pdp #details-column,
	.b2b-pdp .b2b-pdp__panel {
		position: relative !important;
		top: auto !important;
		max-height: none;
		overflow: visible;
	}
}

@media (max-width: 575px) {
	.b2b-pdp {
		padding: 84px 0 130px;
	}

	.b2b-pdp .mont_back_button {
		margin: 0 16px 12px;
	}

	.b2b-pdp .b2b-pdp__panel {
		padding: 18px 16px 0 !important;
		overflow-x: hidden;
	}

	.b2b-pdp .b2b-pdp__grid > .column-top,
	.b2b-pdp .b2b-pdp__grid > .col-md-6 {
		padding: 0 0 18px !important;
		overflow: visible;
	}

	.b2b-pdp .b2b-size-list ul {
		grid-template-columns: 1fr 1fr;
		gap: 0 10px;
	}

	.b2b-pdp .b2b-size-list li {
		padding: 9px 0;
	}

	.b2b-pdp .size-name {
		font-size: 12px !important;
		letter-spacing: -0.01em;
	}

	.b2b-pdp .b2b-size-input {
		width: 52px;
		min-height: 34px;
		font-size: 14px !important;
	}
}

/* Compact right panel — less page scrolling */
@media (min-width: 992px) {
	.b2b-pdp .mont_layout_fourty,
	.b2b-pdp #details-column,
	.b2b-pdp .b2b-pdp__panel {
		position: sticky !important;
		top: 96px !important;
		max-height: calc(100vh - 112px);
		overflow-y: auto;
		overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: thin;
		padding: 0 18px 8px 4px !important;
	}

	.b2b-pdp .b2b-size-list ul {
		display: grid !important;
		grid-template-columns: 1fr 1fr;
		gap: 8px 10px;
		width: 100% !important;
	}

	.b2b-pdp .b2b-size-list li {
		float: none !important;
		width: auto !important;
		padding: 0;
	}

	.b2b-pdp .size-name {
		width: auto !important;
		font-size: 15px !important;
	}

	.b2b-pdp .b2b-size-input {
		width: 56px;
		min-height: 28px;
		font-size: 17px !important;
		position: static !important;
	}

	.b2b-pdp .b2b-pdp__quotation,
	.b2b-pdp .b2b-pdp__summary,
	.b2b-pdp .b2b-option-section,
	.b2b-pdp .comment-box-b2b {
		margin-bottom: 8px;
		padding-top: 6px;
		padding-bottom: 8px;
	}

	.b2b-pdp #s_comment,
	.b2b-pdp textarea {
		min-height: 48px !important;
	}

	.b2b-pdp label.b2b-check-to-go-collar,
	.b2b-pdp label.b2b-check-to-go-cuff,
	.b2b-pdp .b2b-option-tile {
		width: 100% !important;
		min-width: 0 !important;
		max-width: none !important;
		padding: 10px !important;
	}

	.b2b-pdp .collardiv,
	.b2b-pdp .b2b-option-row {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 10px !important;
	}

	.b2b-pdp .b2b-add-to-cart-button {
		position: sticky;
		bottom: 0;
		background: linear-gradient(180deg, rgba(255,255,255,0), #fff 30%);
		padding-top: 10px;
		margin-top: 8px;
		z-index: 3;
	}
}

@media (max-width: 991px) {
	.b2b-pdp .mont_layout_fourty,
	.b2b-pdp #details-column,
	.b2b-pdp .b2b-pdp__panel {
		position: relative !important;
		top: auto !important;
		max-height: none;
		overflow: visible;
	}
}
