/* shopvst.com mobile overlay — redesign lives in max-width: 560px.
   Wider MQ are exceptions only: hide overlay chrome, restore #columnPoisk GO,
   Featured count at own.css 940, cart/pager overflow, 561–800 nest #columnRight. */
@media screen and (max-width: 560px) {
	html {
		overflow-x: clip;
		overflow-y: scroll;
		max-width: 100%;
	}

	body {
		overflow-x: clip;
		overflow-y: visible;
		max-width: 100%;
	}

	html:has(body.shopvst-drawer-open),
	html:has(body.shopvst-filter-open) {
		overflow-y: hidden;
	}

	#pageWrapper {
		width: 100%;
		margin: 0;
		grid-template-areas: "header" "main" "footer";
		grid-template-columns: 1fr;
		grid-gap: 0;
		background: #fff;
	}

	header {
		position: sticky;
		top: 0;
		z-index: 90;
		display: grid;
		grid-template-columns: 44px minmax(0, 1fr) max-content 44px;
		grid-template-areas:
			"menu logo account cart"
			"search search search search";
		align-items: center;
		gap: 8px;
		padding: 8px 10px;
		background: #fff;
		border-bottom: none;
	}

	body.shopvst-drawer-open header {
		grid-template-areas: "menu logo account cart";
	}

	body.shopvst-drawer-open #headerSearch {
		display: none;
	}

	#shopvstMobileMenu {
		grid-area: menu;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 44px;
		height: 44px;
		padding: 0;
		border: 1px solid var(--main-bg, #34495E);
		background: var(--main-bg, #34495E);
		color: #fff;
		cursor: pointer;
	}

	#shopvstMobileMenu span {
		display: block;
		width: 18px;
		height: 2px;
		background: #fff;
		box-shadow: 0 -6px 0 #fff, 0 6px 0 #fff;
	}

	#storeLogo {
		grid-area: logo;
		margin: 0;
		min-width: 0;
		text-align: center;
	}

	#storeLogoText {
		font-size: 22px;
		line-height: 28px;
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	#headerCart {
		grid-area: cart;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 44px;
		height: 44px;
		position: relative;
		text-decoration: none;
		border: 1px solid var(--main-bg, #34495E);
		background: #fff;
		color: var(--main-bg, #34495E);
		box-sizing: border-box;
		font-size: 13px;
		font-weight: 700;
	}

	#headerCart svg {
		display: block;
		width: 22px;
		height: 22px;
	}

	#headerCartProductsNumber {
		position: absolute;
		top: -4px;
		right: -4px;
		min-width: 18px;
		height: 18px;
		padding: 0 4px;
		border-radius: 9px;
		background: #AD0000;
		color: #fff;
		font-size: 11px;
		line-height: 18px;
		text-align: center;
	}

	#headerSearch {
		grid-area: search;
		display: block;
		position: relative;
	}

	#headerSearch #searchAdvice,
	#poisk > #searchAdvice,
	#columnPoisk > #columnSearchAdvice {
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		z-index: 95;
		background: #fff;
		border: 1px solid var(--main-bg, #34495E);
		max-height: 60vh;
		max-height: min(60dvh, calc(100dvh - 8rem));
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior: contain;
	}

	#searchAdvice:empty,
	#columnSearchAdvice:empty,
	#searchAdvice:not(:has(*)),
	#columnSearchAdvice:not(:has(*)) {
		display: none !important;
		border: none;
		height: 0;
		padding: 0;
		overflow: hidden;
	}

	#searchAdvice a,
	#columnSearchAdvice a {
		display: block;
		padding: 10px 12px;
		min-height: 44px;
		box-sizing: border-box;
		text-decoration: none;
		color: #404040;
		border-bottom: 1px solid #eee;
	}

	.searchAdviceEmpty {
		padding: 10px 12px;
		color: #666;
	}

	#searchAdvice .advice_var,
	#columnSearchAdvice .advice_var,
	#searchAdvice #advice_group,
	#columnSearchAdvice #advice_group {
		display: block;
	}

	#headerSearch FORM#poisk > DIV:not(#searchAdvice),
	#headerSearch #poisk > DIV:not(#searchAdvice) {
		display: grid;
		grid-template-columns: minmax(0, 1fr) 52px;
		grid-gap: 0;
		align-items: stretch;
		border: 1px solid var(--main-bg, #34495E);
		overflow: hidden;
	}

	#headerSearch #poisk INPUT,
	#headerSearch #poisk input {
		width: 100%;
		min-height: 44px;
		box-sizing: border-box;
		font-size: 16px;
		padding: 0 10px;
		border: none;
		border-radius: 0;
		appearance: none;
		-webkit-appearance: none;
	}

	#headerSearch #poisk BUTTON,
	#headerSearch #poisk button {
		min-height: 44px;
		padding: 0 8px;
		width: 100%;
		border: none;
		border-left: 1px solid var(--main-bg, #34495E);
		border-radius: 0;
	}

	header nav {
		grid-area: account;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		background: transparent;
		color: var(--main-bg, #34495E);
		height: auto;
		min-height: 44px;
		padding: 0;
		font-weight: 700;
		font-size: 13px;
		line-height: 1.2;
	}

	header nav a,
	header nav a:hover,
	header nav a:focus,
	#accountNav a,
	#accountNav a:hover,
	#accountNav a:focus {
		color: var(--main-bg, #34495E);
		text-decoration: none;
	}

	#breadcrumb {
		display: none !important;
	}

	#accountNav {
		font-size: 0;
		justify-self: end;
	}

	#accountNav a {
		font-size: 13px;
		text-decoration: none;
	}

	#accountNav a[href*="cart.html"],
	#accountNav a[href*="shopping_cart"] {
		display: none;
	}

	header #accountNav a[href*="logoff"] {
		display: none;
	}

	#shopvstDrawerScrim {
		display: block;
		position: fixed;
		inset: 0;
		background: rgba(0, 0, 0, 0.4);
		z-index: 70;
	}

	#shopvstDrawerScrim[hidden] {
		display: none;
	}

	#shopvstDrawerPanel {
		display: flex;
		flex-direction: column;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		width: min(88vw, 320px);
		max-width: 100%;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		background: #fff;
		z-index: 80;
		transform: translateX(-110%);
		transition: transform 0.2s ease;
		padding: 8px 10px 24px;
		box-sizing: border-box;
	}

	#shopvstDrawerPanel > aside {
		display: contents;
	}

	body.shopvst-drawer-open #shopvstDrawerPanel {
		transform: none;
	}

	body.shopvst-drawer-open,
	body.shopvst-filter-open {
		overflow: hidden;
		padding-right: var(--shopvst-scroll-lock, 0px);
	}

	#shopvstDrawerPanel #columnLeft,
	#shopvstDrawerPanel #columnRight {
		width: 100%;
		position: static;
		transform: none;
		grid-area: auto;
	}

	#pageWrapper > aside#columnLeft,
	#pageWrapper > aside#columnRight {
		display: none;
	}

	#shopvstDrawerPanel #columnPoisk > DIV,
	#shopvstDrawerPanel #columnPoisk > div {
		display: grid;
		grid-template-columns: 1fr 52px;
		grid-gap: 8px;
		align-items: stretch;
	}

	#shopvstDrawerPanel #columnPoisk INPUT,
	#shopvstDrawerPanel #columnPoisk input,
	#shopvstDrawerPanel #columnPoisk BUTTON,
	#shopvstDrawerPanel #columnPoisk button {
		min-height: 44px;
		width: 100%;
		box-sizing: border-box;
	}

	#shopvstDrawerPanel .box {
		margin: 0 0 8px;
		order: 10;
		flex: 0 0 auto;
	}

	#shopvstDrawerPanel #shopvstDrawerAccount {
		order: 0;
	}

	#shopvstDrawerPanel .box:has(.categoriesMenu) {
		order: 1;
	}

	#shopvstDrawerPanel #columnLeft .box:has(> div > a.noUL) {
		order: 2;
	}

	#shopvstDrawerPanel #shopvstDrawerTags {
		order: 3;
	}

	#shopvstDrawerPanel .box br {
		display: none;
	}

	#shopvstDrawerPanel .box:has(#searchBox),
	#shopvstDrawerPanel .box:has(#columnPoisk),
	#shopvstDrawerPanel .box:has(#bmCartContents),
	#shopvstDrawerPanel .box:has(.product),
	#shopvstDrawerPanel .box:has(.tagsMenu),
	#shopvstDrawerPanel .box:has(a[tag_link]),
	#shopvstDrawerPanel .box:has(#brandFilter),
	#shopvstDrawerPanel .box:has(#filter),
	#shopvstDrawerPanel .shopvstFilterHome,
	#shopvstDrawerPanel #columnRight .box:has(a[href*="contact_us"]),
	#shopvstDrawerPanel #bmAlsoFromThisManufacturer,
	#shopvstDrawerPanel #bmProductTags {
		display: none;
	}

	#shopvstDrawerPanel .categoriesMenu {
		max-height: none;
		overflow: visible;
	}

	#shopvstDrawerPanel .categoriesMenu ul {
		margin: 0;
		padding: 0;
	}

	#shopvstDrawerPanel .categoriesMenu > ul > li > ul {
		display: none;
		flex: 1 1 100%;
		width: 100%;
		margin: 0;
		padding: 0;
		background: #f6f8fa;
	}

	#shopvstDrawerPanel .categoriesMenu > ul > li.shopvst-cat-open > ul {
		display: block;
	}

	#shopvstDrawerPanel .categoriesMenu > ul > li > ul[hidden] {
		display: none !important;
	}

	#shopvstDrawerPanel .categoriesMenu a.dropRight:after {
		content: none;
	}

	.shopvstCatToggle {
		flex: none;
		width: 44px;
		height: 44px;
		margin: 0;
		padding: 0;
		border: 0;
		border-left: 1px solid #ddd;
		background: transparent;
		color: var(--main-bg, #34495E);
		font-size: 12px;
		cursor: pointer;
		position: relative;
		z-index: 2;
	}

	#shopvstDrawerPanel .categoriesMenu > ul > li > ul > li {
		display: flex;
		align-items: center;
		min-height: 44px;
		padding: 0;
		box-sizing: border-box;
		border-bottom: 1px solid #eee;
		line-height: 1.3;
	}

	#shopvstCatKids {
		display: flex;
		flex-wrap: wrap;
		gap: 6px;
		margin: 0 0 10px;
	}

	#shopvstCatKids a {
		display: inline-flex;
		align-items: center;
		min-height: 36px;
		padding: 8px 10px;
		border: 1px solid var(--main-bg, #34495E);
		color: var(--main-bg, #34495E);
		text-decoration: none;
		font-size: 13px;
		line-height: 1.2;
	}

	#shopvstCatKids a.shopvst-cat-current {
		background: var(--main-bg, #34495E);
		color: #fff;
	}

	#shopvstDrawerPanel .categoriesMenu > ul > li {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		min-height: 44px;
		padding: 0;
		box-sizing: border-box;
		border-bottom: 1px solid #eee;
		line-height: 1.3;
		white-space: normal;
		overflow-wrap: anywhere;
	}

	#shopvstDrawerPanel .categoriesMenu a,
	#shopvstDrawerPanel .categoriesMenu a:hover,
	#shopvstDrawerPanel .categoriesMenu a:focus {
		display: flex;
		align-items: center;
		flex: 1 1 auto;
		min-width: 0;
		min-height: 44px;
		padding: 10px 8px;
		box-sizing: border-box;
		border-bottom: none;
		text-decoration: none;
	}

	#shopvstDrawerPanel .categoriesMenu > ul > li > ul > li > a,
	#shopvstDrawerPanel .categoriesMenu > ul > li > ul > li > a:hover,
	#shopvstDrawerPanel .categoriesMenu > ul > li > ul > li > a:focus {
		padding: 10px 8px 10px 16px;
	}

	#shopvstDrawerPanel .box .noUL,
	#shopvstDrawerPanel .box .noUL:hover,
	#shopvstDrawerAccount a,
	#shopvstDrawerAccount a:hover,
	#shopvstDrawerAccount a:focus,
	#shopvstDrawerPanel .shopvstAllTags a,
	#shopvstDrawerPanel .shopvstAllTags a:hover {
		display: block;
		min-height: 44px;
		padding: 10px 8px;
		box-sizing: border-box;
		border-bottom: 1px solid #eee;
		line-height: 1.3;
		white-space: normal;
		overflow-wrap: anywhere;
		overflow: visible;
		text-decoration: none;
	}

	#shopvstDrawerPanel .shopvstAllTags {
		margin: 0;
		border-top: 1px solid #eee;
	}

	#shopvstDrawerPanel .shopvstAllTags summary {
		display: flex;
		align-items: center;
		min-height: 44px;
		padding: 10px 8px;
		cursor: pointer;
		font-weight: 700;
		list-style-position: inside;
	}

	#shopvstDrawerPanel .shopvstAllTags ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	#shopvstDrawerPanel .shopvstTagChips {
		display: flex;
		flex-wrap: wrap;
		gap: 8px;
		padding: 8px 4px 12px;
	}

	#shopvstDrawerPanel .shopvstTagChips a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-height: 44px;
		padding: 8px 14px;
		border: 1px solid var(--main-bg, #34495E);
		border-radius: 999px;
		color: var(--main-bg, #34495E);
		text-decoration: none;
		font-size: 13px;
		line-height: 1.2;
		box-sizing: border-box;
	}

	#columnCenter {
		--shopvst-gutter: 10px;
		min-width: 0;
		padding: var(--shopvst-gutter);
	}

	#columnCenter .infobox {
		padding: var(--shopvst-gutter);
	}

	#columnCenter h1 {
		font-size: 1.15em;
		line-height: 1.25;
		margin: 0 0 var(--shopvst-gutter);
	}

	DIV.pageHeading,
	.pageHeading {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		column-gap: 8px;
		row-gap: 2px;
		margin-bottom: var(--shopvst-gutter);
	}

	#columnCenter .pageHeading:has(+ .productInfo) {
		margin-bottom: 0;
	}

	#columnCenter .pageHeading > div:first-child {
		flex: 1 1 8rem;
		min-width: 0;
	}

	#columnCenter .pageHeading H1,
	#columnCenter .pageHeading h1 {
		font-size: 1.25em;
		line-height: 1.3;
		font-weight: 700;
		word-break: break-word;
		overflow-wrap: anywhere;
		margin: 0;
	}

	DIV.pageHeading DIV:nth-child(2),
	.pageHeading DIV:nth-child(2) {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: baseline;
		justify-content: flex-end;
		gap: 6px;
		flex: 0 0 auto;
		margin-left: auto;
		text-align: right;
		white-space: nowrap;
		line-height: 1.3;
	}

	#columnCenter .pageHeading DIV:nth-child(2) > .price,
	#columnCenter .pageHeading DIV:nth-child(2) > span:not(.specialPrice) {
		font-size: 1.25em;
		line-height: 1.3;
		font-weight: 700;
		white-space: nowrap;
	}

	#columnCenter .pageHeading DIV:nth-child(2) > .specialPrice {
		font-size: 1.25em;
		line-height: 1.3;
		font-weight: 700;
		white-space: nowrap;
		color: #AD0000;
	}

	#columnCenter .pageHeading DIV:nth-child(2) > del {
		font-size: 0.85em;
		line-height: 1.3;
		font-weight: 400;
		white-space: nowrap;
		opacity: 0.75;
	}

	#columnCenter .productInfo,
	#columnCenter .productInfo .productContent {
		padding-top: 0;
	}

	#columnCenter h2,
	#columnCenter .pDisplay h2,
	#columnCenter .infobox h2 {
		font-size: 1em;
		line-height: 1.25;
		font-weight: 700;
		margin: var(--shopvst-gutter) 0;
	}

	#columnCenter .pDisplay > h2 {
		margin-top: 0;
	}

	#columnCenter .productListing + h2,
	#columnCenter .pDisplay + h2,
	#columnCenter .shopvstSeeAll + h2 {
		margin-top: 1.25em;
	}

	#columnCenter .productListing:has(> .product),
	#columnCenter .productAdvice {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}

	#columnCenter .productListing:has(> .productListingList) {
		display: block;
	}

	#columnCenter .productListing.border {
		border: none;
	}

	#columnCenter .productListing .product,
	#columnCenter .productAdvice .product {
		position: relative;
		width: auto;
		display: flex;
		flex-direction: column;
		margin: 0;
		padding: var(--shopvst-gutter);
		border: 1px solid var(--main-bg, #34495E);
		box-sizing: border-box;
		text-align: left;
	}

	#columnCenter .productListing .product > a,
	#columnCenter .productAdvice .product > a {
		display: block;
		color: inherit;
		text-decoration: none;
	}

	#columnCenter .productListing .product > a::after,
	#columnCenter .productAdvice .product > a::after {
		content: "";
		position: absolute;
		inset: 0;
		z-index: 1;
	}

	#columnCenter .productListing .product a div,
	#columnCenter .productAdvice .product a div {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		overflow-wrap: anywhere;
		font-size: 0.85em;
		line-height: 1.25;
		min-height: calc(1.25em * 2);
		margin: 0;
	}

	#columnCenter .productListing .product .price,
	#columnCenter .productAdvice .product .price {
		margin-top: auto;
	}

	#columnCenter .productListing .product img,
	#columnCenter .productAdvice .product img {
		width: 100%;
		height: auto;
		max-width: 100%;
		aspect-ratio: 1;
		object-fit: cover;
	}

	.productListingList {
		display: grid;
		grid-template-columns: minmax(96px, 38%) minmax(0, 1fr);
		grid-template-areas: "img meta";
		grid-auto-columns: minmax(0, 1fr);
		grid-gap: 10px;
		align-items: start;
		width: 100%;
		max-width: 100%;
		min-width: 0;
		padding: var(--shopvst-gutter);
		border-bottom: 1px solid #ddd;
		box-sizing: border-box;
	}

	.prListingImage { grid-area: img; min-width: 0; }
	.shopvstListingMeta {
		grid-area: meta;
		display: grid;
		grid-template-columns: minmax(0, 1fr) 44px;
		grid-template-areas:
			"title title"
			"price buy";
		grid-auto-columns: minmax(0, 1fr);
		grid-gap: 6px 10px;
		align-content: start;
		align-self: start;
		min-width: 0;
		max-width: 100%;
	}
	.shopvstListingMeta .prListingTitle,
	.shopvstListingMeta .prListingTitle a {
		grid-area: title;
		min-width: 0;
		max-width: 100%;
		overflow-wrap: anywhere;
		word-break: break-word;
	}
	.shopvstListingMeta .prListingTitle a { display: block; }
	.shopvstListingMeta .prListingPrice { grid-area: price; justify-self: start; align-self: center; min-width: 0; }
	.shopvstListingMeta .prListingBuy { grid-area: buy; justify-self: end; align-self: center; }
	.prListingShortDesc,
	.prListingDate { display: none; }

	.prListingImage IMG,
	.pImgLink IMG,
	a.pImgLink img {
		width: 100%;
		height: auto;
		max-width: 100%;
		aspect-ratio: 1;
		object-fit: cover;
	}

	.prListingBuy BUTTON,
	.prListingBuy button {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 44px;
		min-width: 44px;
		max-width: 44px;
		min-height: 44px;
		padding: 0 !important;
		box-sizing: border-box;
	}

	.prListingBuy BUTTON SPAN,
	.prListingBuy button span {
		display: none !important;
	}

	.prListingBuy button.cart .ic {
		width: 18px;
		height: 18px;
		vertical-align: middle;
	}

	TABLE.productParams,
	.productParams,
	.productParams tbody {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}

	.productParams tr {
		display: flex;
		flex-direction: column;
		width: 100%;
	}

	.productParams td {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}

	.productParams td:first-child {
		order: 2;
	}

	.productParams td:nth-child(2) {
		order: 1;
	}

	a.productImagePreviewLink,
	.productImagePreviewLink {
		display: block;
		width: min(72%, 280px);
		max-width: 72%;
		margin: 0 auto 10px;
	}

	TABLE.productParams IMG.productImagePreview,
	img.productImagePreview,
	.productImagePreview {
		display: block;
		width: 100%;
		max-width: 100%;
		height: auto;
		aspect-ratio: 1;
		object-fit: cover;
	}

	.playSound {
		display: none !important;
	}

	body.shopvst-has-sticky-cta #columnCenter .buttonSet,
	body.shopvst-has-sticky-cta #columnCenter #submitBtn {
		display: none;
	}

	.productDesc,
	.productDesc iframe,
	.productDesc IMG,
	.productDesc img {
		max-width: 100% !important;
		height: auto;
	}

	.productDesc iframe {
		width: 100%;
	}

	#shopvstStickyCta,
	.shopvstStickyCta {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 90;
		display: block;
		height: auto;
		padding: 8px 12px calc(8px + env(safe-area-inset-bottom));
		background: #fff;
		border-top: 1px solid var(--main-bg, #34495E);
		box-sizing: border-box;
	}

	body.shopvst-drawer-open #shopvstStickyCta,
	body.shopvst-drawer-open .shopvstStickyCta,
	body.shopvst-reviews-open #shopvstStickyCta,
	body.shopvst-reviews-open .shopvstStickyCta {
		display: none !important;
	}

	#shopvstStickyCta > DIV,
	.shopvstStickyCta > div {
		float: none !important;
		display: block;
	}

	#shopvstStickyCta BUTTON,
	.shopvstStickyCta button {
		width: 100%;
		min-height: 44px;
		margin: 0;
		padding: 10px 16px;
		white-space: normal;
	}

	body.shopvst-has-sticky-cta #columnCenter {
		padding-bottom: 96px;
	}

	body.shopvst-reviews-open.shopvst-has-sticky-cta #columnCenter {
		padding-bottom: 16px;
	}

	html:has(body.shopvst-has-sticky-cta) {
		scroll-padding-bottom: 96px;
	}

	body.shopvst-has-sticky-cta #productReviews {
		padding-bottom: 8px;
	}

	body.shopvst-has-sticky-cta #productReviews .reviewRating,
	body.shopvst-has-sticky-cta #productReviews .btnRightBlock {
		scroll-margin-bottom: 96px;
	}

	.shopvstReviewHint,
	.shopvstReviewStatus {
		margin: 6px 0 0;
		font-size: 13px;
		line-height: 1.3;
	}

	.shopvstReviewHint {
		color: #666;
	}

	.shopvstReviewStatus[data-shopvst-ok="1"] {
		color: #0a7a24;
	}

	.shopvstReviewStatus[data-shopvst-ok="0"] {
		color: #b00020;
	}

	.inputBox {
		grid-template-columns: minmax(0, 1fr);
		max-width: 100%;
		min-width: 0;
	}

	.inputBox > div {
		min-width: 0;
		max-width: 100%;
	}

	#loginTable {
		grid-template-columns: 1fr;
	}

	textarea,
	select,
	input[type="text"],
	input[type="email"],
	input[type="password"],
	input[type="search"],
	.password-input {
		width: 100% !important;
		max-width: 100%;
		min-height: 44px;
		box-sizing: border-box;
		font-size: 16px;
	}

	#productReviews,
	#productReviews .inputBox {
		max-width: 100%;
		min-width: 0;
	}

	#productReviews textarea,
	#productReviews input[type="text"] {
		width: 100% !important;
		max-width: 100%;
		min-width: 0;
		box-sizing: border-box;
	}

	#productReviews textarea {
		height: 8em;
	}

	#shopvstPdpAudio,
	#shopvstPdpVideo {
		margin: 0 0 12px;
	}

	#shopvstPdpAudio[hidden],
	#shopvstPdpVideo[hidden] {
		display: none !important;
	}

	.shopvstAudioRow {
		position: relative;
		display: grid;
		grid-template-columns: 44px minmax(0, 1fr) 72px;
		grid-gap: 8px;
		align-items: center;
		min-height: 44px;
		padding: 6px 0;
		border-bottom: 1px solid #eee;
	}

	.shopvstAudioPlay {
		width: 44px;
		min-width: 44px;
		min-height: 44px;
		padding: 0;
		border: 0;
		background: transparent;
		color: inherit;
		font-size: 16px;
		line-height: 1;
	}

	.shopvstAudioTitle {
		min-width: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.shopvstAudioWave {
		display: flex;
		align-items: flex-end;
		justify-content: flex-end;
		gap: 2px;
		height: 28px;
	}

	.shopvstAudioWave i {
		display: block;
		width: 3px;
		background: #9aa5b1;
		border-radius: 1px;
	}

	.shopvstAudioRow audio {
		position: absolute;
		grid-column: 1;
		grid-row: 1;
		width: 0;
		height: 0;
		opacity: 0;
		pointer-events: none;
	}

	.shopvstVideoSlide {
		display: none;
		position: relative;
	}

	.shopvstVideoSlide.is-active {
		display: block;
	}

	.shopvstVideoTrack {
		display: flex;
		align-items: flex-start;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior-x: contain;
		scrollbar-width: none;
		position: relative;
	}

	.shopvstVideoTrack::-webkit-scrollbar {
		display: none;
	}

	.shopvstVideoTrack .shopvstVideoSlide {
		display: block;
		position: relative;
		flex: 0 0 100%;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		scroll-snap-align: start;
		scroll-snap-stop: always;
	}

	.shopvstVideoTrack .shopvstVideoSlide > p {
		margin: 0;
	}

	.shopvstVideoPoster,
	.shopvstVideoFrame {
		position: relative;
		display: block;
		width: 100%;
		max-width: 100%;
		aspect-ratio: 16 / 9;
		min-height: 180px;
		padding: 0;
		border: 1px solid var(--main-bg, #34495E);
		box-sizing: border-box;
		overflow: hidden;
		background-color: #000;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		color: #fff;
		font: inherit;
		cursor: pointer;
	}

	/* Safari UA [hidden] is not !important; author display:block would keep the poster. */
	.shopvstVideoPoster[hidden],
	.shopvstVideoSlide.is-playing > .shopvstVideoPoster {
		display: none !important;
		width: 0 !important;
		height: 0 !important;
		min-height: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		overflow: hidden !important;
	}

	iframe[data-shopvst-facade-hidden="1"] {
		display: none !important;
		width: 0 !important;
		height: 0 !important;
		border: 0 !important;
	}

	.shopvstVideoPosterLabel {
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		height: 1.5em;
		text-align: center;
		font: 18px/1.5 sans-serif;
		color: #fff;
		background: rgba(0, 0, 0, 0.7);
		pointer-events: none;
	}

	.shopvstVideoFrame iframe {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		border: 0;
		pointer-events: auto;
	}

	.shopvstVideoDots {
		display: flex;
		justify-content: center;
		gap: 8px;
		margin-top: 8px;
	}

	.shopvstVideoDots button {
		width: 10px;
		min-width: 10px;
		height: 10px;
		min-height: 10px;
		padding: 0;
		border-radius: 50%;
		border: 1px solid var(--main-bg, #34495E);
		background: #fff;
	}

	.shopvstVideoDots button.is-active {
		background: var(--main-bg, #34495E);
	}

	.productDesc {
		overflow-wrap: anywhere;
	}

	.productDesc > .productInfoText {
		margin: 8px 0 0;
	}

	.productDesc.shopvstDescCollapsed > .productInfoText {
		display: none;
	}

	.productDesc.shopvstDescCollapsed {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		line-clamp: 3;
		overflow: hidden;
		max-height: 6em;
	}

	.shopvstDescToggle {
		display: inline-flex;
		align-items: center;
		gap: 6px;
		margin: 8px 0 12px;
		padding: 0;
		border: 0;
		background: none;
		color: inherit;
		font: inherit;
		min-height: 44px;
		cursor: pointer;
	}

	.shopvstDescToggle::after {
		content: "∨";
		font-size: 0.85em;
	}

	.shopvstDescToggle[aria-expanded="true"]::after {
		content: "∧";
	}

	.shopvstPdpReviewsLink {
		display: flex;
		align-items: center;
		width: 100%;
		min-height: 44px;
		margin: 0 0 12px;
		padding: 8px 0;
		border: 0;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		background: none;
		color: inherit;
		font: inherit;
		text-align: left;
		cursor: pointer;
		box-sizing: border-box;
	}

	.shopvstPdpReviewsLink::before {
		content: "★";
		margin-right: 8px;
		pointer-events: none;
	}

	.shopvstPdpReviewsLink::after {
		content: "›";
		margin-left: auto;
		font-size: 1.2em;
		line-height: 1;
		pointer-events: none;
		display: inline-block;
		transform-origin: center;
	}

	.shopvstPdpReviewsLink[aria-expanded="true"]::after {
		content: "›";
		transform: rotate(90deg);
	}

	#productReviews[hidden] {
		display: none !important;
	}

	#productReviews > ul {
		display: flex;
		flex-wrap: wrap;
		gap: 8px;
		margin: 0 0 12px;
	}

	#productReviews > ul > li {
		flex: 1 1 auto;
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 44px;
		margin: 0;
		box-sizing: border-box;
		text-align: center;
	}

	#productReviews > section {
		border: 0;
		padding: 0;
		margin: 0 0 16px;
	}

	#productReviews table,
	#productReviews tbody,
	#productReviews tr,
	#productReviews td {
		display: block;
		width: 100%;
	}

	.reviewItem {
		padding: 12px 0;
		border-bottom: 1px solid #eee;
	}

	.reviewHeader {
		display: flex;
		flex-wrap: wrap;
		gap: 8px;
		justify-content: space-between;
		margin-bottom: 6px;
	}

	#productReviews .reviewRating > label {
		width: 44px;
		height: 44px;
		min-width: 44px;
		font-size: 32px;
	}

	.checkboxArea li label {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap: 8px;
		min-height: 44px;
		white-space: normal;
	}

	#checkoutForm .checkboxArea .shippingAddress,
	#checkoutForm .checkboxArea .shippingAddrChange {
		flex: 1 1 100%;
	}

	.checkboxArea input {
		appearance: none;
		-webkit-appearance: none;
		width: 22px;
		height: 22px;
		min-width: 22px;
		flex: none;
		margin: 0;
		box-sizing: border-box;
		border: 1px solid #666;
		border-radius: 0;
		background: #fff;
		color: #666;
	}

	.checkboxArea input:checked {
		background-color: #666;
		border-color: #666;
	}

	BUTTON,
	button {
		min-height: 44px;
	}

	.shopvstVideoDots button {
		min-width: 10px;
		min-height: 10px;
	}

	.pagesResults {
		grid-template-columns: 1fr;
	}

	body.shopvst-plp #columnCenter,
	body.shopvst-plp #columnCenter .pDisplay {
		display: flex;
		flex-direction: column;
	}

	body.shopvst-plp #columnCenter > .pageHeading,
	body.shopvst-plp .pDisplay > .pageHeading {
		order: 1;
	}

	body.shopvst-plp #columnCenter > #shopvstPlpBar,
	body.shopvst-plp .pDisplay > #shopvstPlpBar {
		order: 2;
	}

	body.shopvst-plp .pDisplay > .seoCategoryTopText {
		order: 3;
	}

	body.shopvst-plp #columnCenter > .productListing,
	body.shopvst-plp .pDisplay > .productListing {
		order: 4;
	}

	body.shopvst-plp #columnCenter > .pagesResults,
	body.shopvst-plp .pDisplay > .pagesResults {
		order: 5;
	}

	body.shopvst-plp .pDisplay > #catPagesCopy {
		order: 6;
	}

	body.shopvst-plp .pageHeading [data-product-view],
	body.shopvst-plp .splitPages {
		display: none;
	}

	body.shopvst-plp .pDisplay:has(#catPagesCopy) .pagesResults .pageLinks {
		display: none;
	}

	body.shopvst-plp #columnCenter .productListing:has(> .productListingList) {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}

	body.shopvst-plp #columnCenter .productListingList {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		width: auto;
		margin: 0;
		padding: var(--shopvst-gutter);
		border: 1px solid var(--main-bg, #34495E);
		border-bottom: 1px solid var(--main-bg, #34495E);
		box-sizing: border-box;
	}

	body.shopvst-plp #columnCenter .prListingImage,
	body.shopvst-plp #columnCenter .pImgLink {
		width: 100%;
	}

	body.shopvst-plp #columnCenter .shopvstListingMeta {
		width: 100%;
		margin-top: 6px;
	}

	body.shopvst-plp #columnCenter .shopvstListingMeta .prListingTitle a {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		overflow: hidden;
		min-height: calc(1.25em * 2);
	}

	#shopvstPlpBar {
		margin: 0 0 10px;
	}

	#shopvstPlpBar .shopvstPlpTools {
		display: flex;
		gap: 8px;
		margin-bottom: 8px;
	}

	#shopvstPlpBar .shopvstPlpTools button {
		flex: 1;
		min-height: 44px;
		padding: 0 12px;
		border: 1px solid var(--main-bg, #34495E);
		background: #fff;
		color: var(--main-bg, #34495E);
		font-size: 13px;
		font-weight: 700;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 6px;
	}

	#shopvstFilterCount {
		min-width: 18px;
		height: 18px;
		border-radius: 9px;
		background: var(--main-bg, #34495E);
		color: #fff;
		font-size: 11px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}

	#shopvstFilterCount[hidden] {
		display: none;
	}

	#shopvstPlpChips {
		display: flex;
		flex-wrap: wrap;
		gap: 6px;
		margin: 0 0 10px;
	}

	#shopvstPlpChips[hidden] {
		display: none;
	}

	.shopvstPlpChip {
		display: inline-flex;
		align-items: center;
		gap: 6px;
		min-height: 32px;
		padding: 0 8px 0 10px;
		border: 0;
		border-radius: 16px;
		background: #eef2f6;
		color: var(--main-bg, #34495E);
		font-size: 12px;
		font-weight: 700;
	}

	#shopvstFilterScrim {
		display: block;
		position: fixed;
		inset: 0;
		background: rgba(16, 24, 32, 0.45);
		z-index: 84;
	}

	#shopvstFilterScrim[hidden] {
		display: none;
	}

	#shopvstFilterSheet {
		display: flex;
		flex-direction: column;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		max-height: 72%;
		background: #fff;
		border-radius: 12px 12px 0 0;
		box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.18);
		z-index: 85;
	}

	#shopvstFilterSheet[hidden] {
		display: none;
	}

	#shopvstFilterSheet .shopvstFilterSheetHead {
		display: flex;
		align-items: center;
		justify-content: space-between;
		min-height: 48px;
		padding: 0 12px;
		border-bottom: 1px solid #eee;
		font-weight: 700;
		color: var(--main-bg, #34495E);
	}

	#shopvstFilterSheet .shopvstFilterSheetHead button {
		width: 44px;
		height: 44px;
		border: 0;
		background: transparent;
		font-size: 22px;
		color: var(--main-bg, #34495E);
	}

	#shopvstFilterSheet .shopvstFilterSheetBody {
		padding: 10px 12px;
		overflow: auto;
		flex: 1;
		min-height: 0;
	}

	#shopvstFilterSheet .shopvstFilterSheetFoot {
		display: grid;
		grid-template-columns: 1fr 1.4fr;
		gap: 8px;
		padding: 10px;
		border-top: 1px solid #eee;
	}

	#shopvstFilterSheet .shopvstFilterSheetFoot button {
		min-height: 44px;
		border: 1px solid var(--main-bg, #34495E);
		background: #fff;
		color: var(--main-bg, #34495E);
		font-weight: 700;
	}

	#shopvstFilterSheet .shopvstFilterSheetFoot button.shopvstFilterDone {
		background: var(--main-bg, #34495E);
		color: #fff;
	}

	#shopvstFilterSheet #filter {
		margin: 0;
	}

	#shopvstFilterSheet .filterItem {
		margin-bottom: 12px;
	}

	#shopvstFilterSheet .checkboxArea {
		margin: 0;
		padding: 0;
	}

	#shopvstFilterSheet .checkboxArea li {
		list-style: none;
		overflow: visible;
	}

	#shopvstFilterSheet .checkboxArea li label {
		font-size: 14px;
		min-height: 40px;
	}

	body.shopvst-plp .pageLinks,
	body.shopvst-plp #catPagesCopy {
		display: flex;
		flex-wrap: wrap;
		gap: 4px;
		justify-content: flex-start;
	}

	body.shopvst-plp .pageLinks a,
	body.shopvst-plp .pageLinks .selected,
	body.shopvst-plp .pageLinks .shopvstPagerEllipsis,
	body.shopvst-plp #catPagesCopy a,
	body.shopvst-plp #catPagesCopy .selected,
	body.shopvst-plp #catPagesCopy .shopvstPagerEllipsis {
		min-width: 44px;
		min-height: 44px;
		width: auto;
		height: auto;
		border: 1px solid var(--main-bg, #34495E);
		display: inline-flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		font-weight: 700;
		font-size: 13px;
		color: var(--main-bg, #34495E);
		text-decoration: none;
		padding: 0 8px;
	}

	body.shopvst-plp .pageLinks .selected,
	body.shopvst-plp #catPagesCopy .selected {
		background: var(--main-bg, #34495E);
		color: #fff;
	}

	body.shopvst-plp .pageLinks .shopvstPagerEllipsis,
	body.shopvst-plp #catPagesCopy .shopvstPagerEllipsis {
		border: 0;
		color: #667;
	}

	body.shopvst-plp .pageLinks [data-shopvst-page-hide="1"],
	body.shopvst-plp #catPagesCopy [data-shopvst-page-hide="1"] {
		display: none;
	}

	.showboxWrapper {
		max-width: 100%;
	}

	#shoppingCartContents,
	#shoppingCartContents > tbody,
	#shoppingCartContents > tbody > tr,
	#shoppingCartContents > tbody > tr > td,
	#shoppingCartContents > tr,
	#shoppingCartContents > tr > td {
		display: block;
		width: 100% !important;
		max-width: 100%;
		box-sizing: border-box;
	}

	#cartTable,
	#cartTable tbody {
		display: block;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}

	#cartTable tr {
		display: grid;
		grid-template-columns: 120px minmax(0, 1fr) 44px;
		grid-template-areas:
			"img title remove"
			"img price ."
			"img qty qty";
		gap: 6px 10px;
		align-items: start;
		width: 100%;
		max-width: 100%;
		padding: 12px 0;
		border-bottom: 1px solid #ddd;
		box-sizing: border-box;
	}

	#cartTable td {
		display: block;
		width: auto !important;
		max-width: 100%;
		min-width: 0;
		text-align: left;
		box-sizing: border-box;
	}

	#cartTable td:nth-child(1) { grid-area: img; }
	#cartTable td:nth-child(2) { grid-area: title; }
	#cartTable td:nth-child(3) { grid-area: qty; }
	#cartTable td:nth-child(4) { grid-area: remove; }
	#cartTable td:nth-child(5) {
		grid-area: price;
		text-align: left !important;
	}

	#cartTable td:nth-child(2) a {
		display: block;
		overflow-wrap: anywhere;
		word-break: break-word;
	}

	#cartTable td:nth-child(3) {
		display: flex !important;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: flex-start;
		gap: 8px;
		white-space: nowrap;
	}

	#cartTable td:nth-child(4) {
		justify-self: end;
		align-self: start;
		width: 44px !important;
		min-width: 44px;
		max-width: 44px;
	}

	#cartTable td:nth-child(5) .price,
	#cartTable td:nth-child(5) .specialPrice {
		font-size: 1.25em;
		line-height: 1.3;
		font-weight: 700;
	}

	#cartTable .pImgLink IMG,
	#cartTable a.pImgLink img {
		width: 120px;
		max-width: 120px;
		height: auto;
		aspect-ratio: 1;
		object-fit: cover;
	}

	.spanBtn {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 44px;
		min-height: 44px;
		box-sizing: border-box;
	}

	.removeProduct {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 44px;
		min-width: 44px;
		height: 44px;
		min-height: 44px;
		margin: 0;
		padding: 0;
		overflow: hidden;
		color: inherit;
		font-size: 0;
		line-height: 0;
		cursor: pointer;
	}

	.removeProduct::before {
		content: "";
		display: block;
		width: 22px;
		height: 22px;
		background-color: currentColor;
		-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM19 4h-3.5l-1-1h-5l-1 1H5v2h14V4z'/%3E%3C/svg%3E") center / contain no-repeat;
		mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM19 4h-3.5l-1-1h-5l-1 1H5v2h14V4z'/%3E%3C/svg%3E") center / contain no-repeat;
	}

	.cartTotal {
		float: none;
		width: 100%;
		max-width: 100%;
		margin-top: 1em;
		box-sizing: border-box;
	}

	.cartTotal table {
		display: block;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}

	.cartTotal table > tbody {
		display: block;
		width: 100%;
		max-width: 100%;
	}

	.cartTotal table tr {
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 8px;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}

	.cartTotal table td {
		width: auto !important;
		max-width: 100%;
		min-width: 0;
		box-sizing: border-box;
	}

	#submitBtn {
		flex: 1 1 100%;
	}

	.cartTotal TR TD:nth-child(1),
	.cartTotal tr td:nth-child(1) {
		width: auto;
	}

	#cartTotal {
		font-size: 1.5em;
		font-weight: 700;
	}

	.cartTotal tr:has(input[name="coupon"]) {
		display: block;
	}

	.cartTotal tr:has(input[name="coupon"]) td {
		display: block;
		width: 100% !important;
		text-align: left !important;
	}

	.cartTotal tr:has(input[name="coupon"]) td:has(> input[name="coupon"]) {
		display: flex;
		align-items: stretch;
		justify-content: space-between;
		gap: 8px;
		margin-top: 6px;
	}

	.cartTotal input[name="coupon"] {
		width: 50vw !important;
		max-width: calc(100% - 80px);
		flex: none;
		min-width: 0;
		margin: 0;
		box-sizing: border-box;
	}

	#applyCouponBtn {
		margin-left: auto !important;
		flex: none;
		min-width: 72px;
		padding: 0 14px;
		background: var(--main-bg, #34495E);
		color: #fff;
		border-color: var(--main-bg, #34495E);
	}

	.btnRightBlock {
		float: none;
		display: block;
		width: 100%;
		margin: 1em 0 0;
	}

	#checkoutForm,
	#checkoutForm fieldset,
	#checkoutForm .checkboxArea {
		min-width: 0;
		max-width: 100%;
		box-sizing: border-box;
	}

	#checkoutForm BUTTON,
	#checkoutForm button,
	.btnRightBlock BUTTON,
	.btnRightBlock button {
		width: 100%;
	}
}

/* own.css already uses 940 for 2-col cards; keep 4 complete rows (8 products).
   Grid, not inline-block 25%, so kit newlines do not wrap to 3 columns. */
@media screen and (max-width: 940px) {
	#columnCenter .pDisplay .productListing:has(+ .shopvstSeeAll) > .product:nth-child(n+9) {
		display: none;
	}

	#columnCenter .productListing:has(> .product) {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	#columnCenter .productListing > .product {
		width: auto;
		box-sizing: border-box;
	}

	.shopvstSeeAll {
		display: block;
		margin: var(--shopvst-gutter, 10px) 0 0;
		padding: 0;
		text-align: right;
	}

	.shopvstSeeAll a {
		display: inline-flex;
		align-items: center;
		min-height: 44px;
		padding: 0;
	}
}

@media screen and (min-width: 941px) {
	#columnCenter .productListing:has(> .product) {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	#columnCenter .productListing > .product {
		width: auto;
		box-sizing: border-box;
	}

	.shopvstSeeAll {
		display: none;
	}
}

.myNotify {
	z-index: 200;
}

@media screen and (max-width: 560px) {
	.myNotify {
		top: calc(var(--shopvst-header-h, 112px) + 8px);
		left: 10px;
		right: 10px;
	}

	.myNotify DIV {
		padding: 8px 10px;
		animation: none;
	}
}

/* Bottom SEO after listing: clamp on all widths (operator 2026-09-20). Do not reuse .shopvstDescToggle — 561+ hides that. */
#columnCenter > .seoText.shopvstSeoCollapsed {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	overflow: hidden;
	max-height: 6em;
	overflow-wrap: anywhere;
}

#columnCenter > .seoText.shopvstSeoCollapsed .spoiler {
	display: none;
}

#columnCenter > .shopvstSeoToggle {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin: 8px 0 12px;
	padding: 0;
	border: 0;
	background: none;
	color: inherit;
	font: inherit;
	min-height: 44px;
	cursor: pointer;
}

#columnCenter > .shopvstSeoToggle::after {
	content: "∨";
	font-size: 0.85em;
}

#columnCenter > .shopvstSeoToggle[aria-expanded="true"]::after {
	content: "∧";
}

@media screen and (min-width: 561px) {
	#shopvstMobileMenu,
	#headerSearch,
	#headerCart,
	#shopvstDrawerScrim,
	#shopvstDrawerPanel,
	#shopvstDrawerAccount,
	#shopvstDrawerTags,
	#shopvstStickyCta,
	.shopvstStickyCta,
	#shopvstPdpAudio,
	#shopvstPdpVideo,
	.shopvstPdpReviewsLink,
	.shopvstDescToggle,
	#shopvstPlpBar,
	#shopvstPlpChips,
	#shopvstFilterSheet,
	#shopvstFilterScrim,
	#shopvstCatKids,
	.shopvstCatToggle {
		display: none !important;
	}

	.categoriesMenu > ul > li > ul {
		display: none;
	}

	.categoriesMenu > ul > li.selected > ul,
	.categoriesMenu > ul > li:has(> ul > li.selected) > ul {
		display: block;
	}

	header,
	#columnCenter,
	#columnLeft,
	#searchBox,
	.productListingList .prListingTitle {
		min-width: 0;
	}

	#columnCenter .productListingList {
		max-width: 100%;
		min-width: 0;
		grid-template-columns: max-content minmax(0, 1fr) max-content max-content;
		grid-auto-columns: minmax(0, 1fr);
	}

	/* own.css `.pageLinks A { width: 1.2em }` clips 2–3 digit page numbers (e.g. 10, 100). */
	#columnCenter .pageLinks a,
	#columnCenter .pageLinks span.selected {
		width: auto;
		min-width: 1.2em;
		height: 1.2em;
		padding-left: 0.35em;
		padding-right: 0.35em;
		box-sizing: content-box;
		line-height: 1.2em;
	}

	#columnCenter .productListingList.date {
		grid-template-columns: max-content minmax(0, 1fr) max-content max-content;
	}

	#columnCenter .productListingList .prListingTitle,
	#columnCenter .productListingList .prListingTitle a {
		min-width: 0;
		overflow-wrap: anywhere;
		word-break: break-word;
	}

	/* Theme column search is #columnPoisk; own.css still styles #poisk only. */
	#searchBox,
	FORM#columnPoisk,
	#columnPoisk {
		max-width: 100%;
		box-sizing: border-box;
	}

	FORM#columnPoisk > DIV,
	#columnPoisk > DIV {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: stretch;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}

	#columnPoisk BUTTON,
	#columnPoisk button {
		padding: 0 8px;
		border: none;
		background-color: var(--main-bg, #34495E);
		color: #fff;
		justify-self: end;
		min-height: 0;
		width: auto;
		height: 26px;
		line-height: 26px;
		box-sizing: border-box;
		font-size: inherit;
	}

	#columnPoisk INPUT,
	#columnPoisk input {
		width: 100%;
		min-width: 0;
		max-width: 100%;
		height: 26px;
		box-sizing: border-box;
		border-radius: 0;
		border: 1px solid var(--main-bg, #34495E);
		padding: 0 5px;
		min-height: 0;
		font-size: inherit;
		appearance: none;
		-webkit-appearance: none;
	}

	#productReviews,
	#productReviews table,
	#productReviews .inputBox {
		max-width: 100%;
		min-width: 0;
		box-sizing: border-box;
	}

	#productReviews table {
		width: 100%;
	}

	#productReviews .inputBox {
		grid-template-columns: max-content minmax(0, 1fr);
	}

	#productReviews .inputBox > div {
		min-width: 0;
		max-width: 100%;
	}

	#productReviews input[type="text"],
	#productReviews textarea {
		width: 100% !important;
		max-width: 100%;
		min-width: 0;
		box-sizing: border-box;
	}

	#cartTable td:nth-child(3) {
		width: 1% !important;
		white-space: nowrap;
	}

	#cartTable td:nth-child(3) .spanBtn {
		display: inline-block;
		vertical-align: middle;
		white-space: nowrap;
	}
}

/* own.css 561–800 stacks nav + nav2 beside tall main; extra row height becomes a blank band before Cart. */
@media screen and (min-width: 561px) and (max-width: 800px) {
	#pageWrapper {
		grid-template-areas:
			"header header"
			"nav main"
			"footer footer";
		grid-template-columns: 220px minmax(0, 1fr);
		grid-template-rows: auto 1fr auto;
		align-items: start;
	}

	#columnLeft {
		align-self: start;
		width: 220px;
		max-width: 100%;
		min-width: 0;
	}

	#columnLeft > #columnRight {
		display: block;
		width: 100%;
		margin-top: 10px;
	}
}

@media screen and (min-width: 1025px) {
	#columnCenter .productListingList.date {
		grid-template-columns: max-content max-content minmax(0, 1fr) max-content max-content;
	}
}
