:root {
	/* Base Colors */
	--color-base: #2381FF;
	--color-inactive: #B2BDD4;
 
	--color-button: #2381FF;
	--color-button-hover: #fff;

	--color-text-primary: #272727;
	--color-text-secondary: #2381FF;
	--color-text-teritary: #999999;
	--color-text-white: #fff;
	--color-text-placeholder: #B2BDD4;
	--color-text-gray: #4C5D82;

	--color-bg-white: #FFF;
	--color-bg-light: #F6F6FE;
	--color-bg-button-apply: #2381FF;
 
	--header-icons-bg: #F6F6FE; 
	--header-icons-color: #000;

	--nav-groups-hover-bg: #E7F1FC;

	--upload-field-border-hover: #2381FF;
	--upload-field-bg-hover: #F6F6FE;

	--color-cart-bg: #fff;
	--color-cart-tab-bg: #fff;
	--color-cart-tab-active-bg: #F6F6FE;

	--color-price: #272727;
	--color-price-old: #B2BDD4;

	--color-bg-primary: #FFFFFF;
	--color-bg-secondary: #F6F6FE;

	--color-product-heading-border: #CDD3E8;
	--color-border-input: #E5E8F2;
	/* --color-bg-teritary: #1E1E1E;
	--color-bg-button-apply: #4462FF;
	--color-bg-button-secondary: #ECECEC; */

	/* tabel */
	--color-table-text: #4C5D82;
	--color-table-border: #ECECEC;
	--background-pagination-button: #F4F4F5;

	/* Active Colors */
	--color-text-active: #2381FF;
	--color-text-error: #F44;
	--color-text-green: #00FF19;

	/* status colors */
	--background-status-incoming: #c2ccff83;
	--color-status-incoming: #4462FF;

	--background-status-confirmed: #91fbff82;
	--color-status-confirmed: #196769;

	--background-status-completed: #e3ffe683;
	--color-status-completed: #00FF19;

	--background-status-ready: #91fbff83;
	--color-status-ready: #196769;

	--background-status-active: #e3ffe683;
	--color-status-active: #00FF19;

	--background-status-fulfilled: #fceeff86;
	--color-status-fulfilled: #D044FF;

	--background-status-canceled: #e4e4e47e;
	--color-status-canceled: #6d6d6d;

	--background-status-unpaid: #fadede81;
	--color-status-unpaid: #f44;

	--background-status-product: #EEF6FF;

	--color-bg-hover: #EFEFF9;
	--color-bg-active: #EFEFF9;

	--color-disabled-input-bg: #FDFDFE;
	--color-disabled-input-text: #B2BDD4;
	--color-disabled-input-border: #E5E8F2;

	--color-error-bg: #FFF4F4;
	--color-error-bg-hover: #FFE5E5;
	--color-error-border: var(--color-text-error, #F44);

	--color-bg-shimmer: #E4E4F3;

	/* Sidebar */
	--sb-w: 320px;
	--sb-bg: var(--color-bg-white);
	--sb-text: var(--color-text-primary);
	--sb-muted: var(--color-text-gray);
	--sb-shadow: 0 10px 30px rgba(0, 0, 0, .12);
	--sb-speed: .3s;

	/* Base font */
	--font-size-base: 1rem;
	--line-height-base: 1.2;
	--font-weight-base: 500;

	--font-size-status: 0.685rem;
}

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

#spinner.active {
	width: 48px;
	height: 48px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#spinner.active::after,
#spinner.active::before {
	content: '';
	box-sizing: border-box;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #FFF;
	position: absolute;
	left: 0;
	top: 0;
	animation: animloader 2s linear infinite;
}

#spinner.active::after {
	animation-delay: 1s;
}

@keyframes animloader {
	0% {
		transform: scale(0);
		opacity: 1;
	}

	100% {
		transform: scale(1);
		opacity: 0;
	}
}

#spinner.active ~ #backdrop {
	position: absolute;
	height: 100%;
	width: 100%;
	background: #0005;
	top: 0;
	left: 0;
	z-index: 100;
}

.block__filters:not(.hidden) ~ .filters__backdrop {
	position: fixed;
	height: 100%;
	width: 100%;
	background: rgb(0 0 0 / 37%);
	top: 0;
	left: 0;
	z-index: 100;
}

:where(body *):not(:where(.cms, .cms *, .tab__content-longDesc, .tab__content-longDesc *)) {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

:where(a):not(:where(.cms, .cms *, .tab__content-longDesc, .tab__content-longDesc *)) {
	cursor: pointer;
	color: inherit;
	text-decoration: none;
}

:where(input, textarea):not(:where(.cms, .cms *, .tab__content-longDesc, .tab__content-longDesc *))::placeholder {
	font-family: "Plus Jakarta Sans", sans-serif;
}

.page-wrapper {
	margin: 0 auto;
	min-height: 100vh;
	background: var(--color-bg-primary);
	max-width: 1920px;
	display: flex;
    flex-direction: column;
}

.header__lang {
	position: relative;
}

:where(body):not(:where(.cms, .cms *, .tab__content-longDesc, .tab__content-longDesc *)) {
	overflow-y: auto;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	color: var(--color-text-primary);
}


:where(button):not(:where(.cms, .cms *, .tab__content-longDesc, .tab__content-longDesc *)) {
    font-family: "Plus Jakarta Sans", sans-serif;
}

body.locked {
	overflow: hidden;
}

:where(li, ul):not(:where(.cms, .cms *, .tab__content-longDesc, .tab__content-longDesc *)) {
	list-style: none;
}

:where(h2):not(:where(.cms, .cms *, .tab__content-longDesc, .tab__content-longDesc *)) {
	font-size: 1.1rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

:where(main):not(:where(.cms, .cms *, .tab__content-longDesc, .tab__content-longDesc *)) {
	flex: 1;
}

.error {
	color: var(--color-text-error);
	font-size: .8rem;
	margin: 5px;
}

:where(select):not(:where(.cms, .cms *, .tab__content-longDesc, .tab__content-longDesc *)) {
	border-radius: 5px;
	border: 1px solid #D9D9D9;
	background: #FFF;
	padding: 7px;
	font-size: 0.625rem;
}

.strikethrough {
	text-decoration: line-through;
	color: var(--color-price-old) !important;
}

:where(input,textarea):not(:where(.cms, .cms *, .tab__content-longDesc, .tab__content-longDesc *)) {
	border: none;
	width: 100%;
	background: unset;
}

.cms-swiper {
	padding: 0 !important;
}

:where(input, textarea):not(:where(.cms, .cms *, .tab__content-longDesc, .tab__content-longDesc *))::placeholder,
:where(input, textarea):not(:where(.cms, .cms *, .tab__content-longDesc, .tab__content-longDesc *))::-ms-input-placeholder {
	color: var(--color-text-placeholder);
	font-size: 1rem;
	font-weight: 500;
}

:where(button):not(:where(.cms, .cms *, .tab__content-longDesc, .tab__content-longDesc *)):focus-visible,
.button:focus-visible,
:where(div[role="button"]):not(:where(.cms, .cms *, .tab__content-longDesc, .tab__content-longDesc *)):focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px;
	border-radius: 4px;
}

button.sidebar__close:focus-visible {
	outline-offset: 4px;
}

.input--default {
	border: 2px solid var(--color-border-input);
	border-radius: 10px;
	color: var(--color-text-primary);
	padding: 0 12px;
	font-size: 1rem;
	height: 50px;
	background: var(--color-disabled-input-bg);
}

.input--default::placeholder {
	font-size: inherit;
	color: var(--color-text-placeholder);
}

.container {
	max-width: 100%;
	padding: 1rem;
	margin: 0 auto;
}

.container-inner {
	padding: 16px;
}

.hidden {
	display: none !important;
}

.skip-link {
    position: absolute;
    top: -400px;
    inset-inline-start: 2rem;
    z-index: 99;
    background: #000;
    color: #fff;
    text-decoration: none;
    font-size: .8rem;
    padding: .25rem .5rem;
    transition: top .25s 
}

.skip-link:focus,
.skip-link:focus-visible {
    top: 10px;
}

/* button styles */

.button-wrapper {
	display: flex;
	flex-flow: row wrap;
	gap: 18px;
}

:where(button):not(:where(.cms, .cms *, .tab__content-longDesc, .tab__content-longDesc *)) {
	border: none;
	background: transparent;
	cursor: pointer;
}

.button {
	display: inline-flex;
	padding: 7.5px 12px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background: var(--color-button);
	border-radius: 10px;
	color: var(--color-text-white);
	border: 2px solid transparent;
	transition: all 0.3s ease-out;
	font-weight: 500;
    font-family: inherit;
    font-size: .8rem;
}

@media(min-width:768px) {
	.button {
		font-size: 1rem;
		height: 50px;
	}
}

.button--big {
	width: 100%;
	padding: 12.5px;
	font-size: 1rem;
}

.button--close {
	position: absolute;
	top: 26px;
	right: 26px;
}

.button--apply {
	background: var(--color-button);
	color: var(--color-text-white);
}

.button__toolbar {
	background: #FFF;
	color: var(--color-button);
	border: unset !important;
	padding: 0 10px !important;
}

@media(max-width: 992px) {
	.button__toolbar {
		font-size: .8rem;
    	height: 35px;
	}

	.button-wrapper {
		gap: 6px;
	}
}

.button__toolbar svg path {
	stroke: var(--color-button);
}

.button--reorder {
	background: transparent;
	border: none;
}

.button--return {
	background: transparent;
	border: none;
}

.button--lg {
	padding:14px 10px;
	min-width: 150px;
}

.button--secondary {
	background: var(--color-button-hover);
    border: 2px solid var(--color-button);
    color: var(--color-text-active);
}

.button--repeat {
	width: fit-content;
    margin-left: auto;
    background: #fff;
    color: #2381FF;
    border: 2px solid var(--color-button);
    height: 32px;
    font-size: 1rem;
    padding: 0 25px;
}

.button:hover,
.button:active,
.button:focus {
	background: var(--color-button-hover);
	border: 2px solid var(--color-button);
	color: var(--color-text-active);
	transition: all 0.3s ease-out;
}

.button:hover svg path,
.button:active svg path,
.button:focus svg path {
	stroke: var(--color-text-active);
}

.button--active,
.pagination__button.button--active {
	background: var(--color-bg-hover);
	color: var(--color-text-active);
	transition: all 0.3s ease-out;
}

.button--active svg path {
	stroke: var(--color-text-active);
}

.button--disabled,
.button:disabled {
	opacity: 0.5;
	pointer-events: none;
	transition: opacity .25s ease-in-out;
}

:where(button):not(:where(.cms, .cms *, .tab__content-longDesc, .tab__content-longDesc *)):disabled,
:where(button):not(:where(.cms, .cms *, .tab__content-longDesc, .tab__content-longDesc *))[disabled] {
	pointer-events: none;
    opacity: 0.5;
    transition: opacity .25s ease-in-out;
}

.search__terms {
	display: flex;
	flex-flow: row wrap;
	align-content: flex-start;
	justify-content: flex-start;
	align-items: center;
	gap: 12px;
	font-size: 0.8rem;
	line-height: 1.1;
	font-weight: 500;
	color: #9a9a9a;
}

.search__terms button {
	font-weight: 600;
	font-size: 13px;
    color: #fff;
    border-radius: 10px;
    background: var(--color-text-gray);
    border: 2px solid transparent;
    height: 38px;
    padding: 0 18px;
}

.search__terms button:hover,
.search__terms button:active,
.search__terms button:focus {
	background: var(--color-button-hover);
    border: 2px solid var(--color-text-gray);
    color: var(--color-text-gray);
    transition: all 0.3s ease-out;
}

.search__terms button:hover svg path,
.search__terms button:active svg path,
.search__terms button:focus svg path {
    stroke: var(--color-text-gray);
}

.modal {
	position: fixed !important;
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px -6px #000;
    max-width: 700px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 101;
    padding: 40px !important;
    margin: 0 !important;
	max-height: 80vh;
    overflow: auto;
}

.modal:not(.hidden) + .backdrop {
	position: fixed;
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / 37%);
    top: 0;
    left: 0;
    z-index: 100;
}

.button__remove {
	display: flex;
	flex-flow: row nowrap;
	align-content: center;
	justify-content: flex-start;
	align-items: center;
	background: #fff;
	border: 1px solid #9a9a9a;
	border-radius: 5px;
	padding: 10px;
	gap: 5px;
}

.button__plain {
    padding: 2px;
    display: inline-flex;
    flex-flow: row nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
	background: transparent;
	border: none;
}

.button__plain:hover path {
	stroke: var(--color-text-active);
	background: transparent;
}

.button--back {
	padding: 0;
}

@media(min-width: 992px) {
	.button--lg {
		padding: 17px 10px;
		min-width: 230px;
	}
	
	.search__terms {
		font-size: 1rem;
	}

	.button--back {
		padding: 2px;
	}
}

/* Table styles */

:where(table):not(:where(.cms, .cms *, .tab__content-longDesc, .tab__content-longDesc *)) {
	width: 100%;
	border-collapse: collapse;
}

.block--table {
	padding: 30px 20px;
	display: grid;
}

.block--overflow-table {
	display: block;
	width: 100%;
	overflow-y: auto;
}

.table {
	text-align: left;
}

.table .align--center {
	text-align: center;
}

.table .align--end {
	text-align: end;
}

.block--overflow-table .table {
	width: 100%;
}

.table tr {
	border-bottom: 1px solid var(--color-table-border);
}

.table th {
	padding: 26px 10px 12px 0;
	font-size: 10px;
	font-weight: var(--font-weight-base);
	color: var(--color-text-gray);
	vertical-align: bottom;
}

.table td {
	padding: 10px 5px 10px 0;
	font-size: 12px;
	font-weight: 600;
}

.table td[data-label="Creator"],
.table td[data-label="Date"] {
	word-break: break-all;
}

@media(min-width: 992px) {
	.block--table {
		padding: 30px 40px;
	}

	.table th {
		font-size: 14px;
		padding: 15px 10px 20px 0;
	}

	.table td {
		font-size: 16px;
		padding: 16px 10px 16px 0;
	}
}

@media (max-width: 640px) {
  /* hide headers */
  .table--orders thead { display: none; }
  .table--orders tbody > tr.is-header { display: none; }

  .table--orders,
  .table--orders tbody,
  .table--orders tr,
  .table--orders td {
    display: block;
    width: 100%;
  }

  .table--orders tr {
	padding: 28px 0;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
	gap: 12px;
  }

  .table--orders tr:first-child {
	display: none;
  }

  .table--orders td {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 6px;
    padding: 0;
    border: 0;
	flex-direction: column;
	color: #272727;
	font-size: 1rem;
	font-weight: 600;
  }

  .table--orders td[data-label]::before {
    content: attr(data-label);
    font-weight: 500;
    color: #767676;
    font-size: 13px;
  }

  .table--orders td:not([data-label]) {
    grid-column: 1 / -1;
	margin-top: 20px;
  }

  .table--orders .status {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.4px;
  }
}

.mobile {
	display: block;
}

.desktop {
	display: none;
}

@media(min-width: 992px) {
	.container {
		padding: 16px 32px;
	}

	.mobile {
		display: none;
	}

	.desktop {
		display: block;
	}

	h2 {
		font-size: 1.7rem;
	}

	.container-inner {
		padding: 32px;
	}

	.button {
		padding: 11px 30px;
	}

	.button--big {
		padding: 16px;
		font-size: 1.1rem;
	}

	select {
		font-size: 0.875rem;
	}
}

/* Content blocks on pages */

.blocks {
	display: flex;
	flex-direction: column;
	gap: 28px;
	position: relative;
}

.block:not(.block--widget) {
	border-radius: 20px;
	background: var(--color-bg-primary);
	box-shadow: 0px 4px 16px 0px rgba(255, 255, 255, 0.25);
	padding: 16px;
	border: 1px solid #E9E9E9;
}

.block__top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
	gap: 15px;
}

.block--accent {
	background: var(--color-bg-secondary) !important;
}

@media(min-width: 992px) {
	.block:not(.block--widget) {
		padding: 40px;
	}

	.block__top {
		margin-bottom: 25px;
	}
}

/* Content */

#content {
	background: var(--color-bg-primary);
	width: 100%;
	grid-area: content;
	flex: 1;
}

.grid-2-col {
	display: grid;
	grid-template-columns: 48% 48%;
	gap: 4%;
}

.workspace {
	display: grid;
    grid-template-columns: 280px 1fr;
    gap: 18px;
}

@media(min-width: 992px) {
	.workspace {
		grid-template-columns: 30% 70%;
	}
}

@media(min-width: 1200px) {
	.workspace {
		grid-template-columns: 280px 1fr;
	}
}

.sidebar {
	position: fixed;
	inset: 0 auto 0 0;
	width: 320px;
	max-width: 100vw;
	background: var(--sb-bg);
	color: var(--sb-text);
	box-shadow: var(--sb-shadow);
	display: flex;
	flex-direction: column;
	transform: translateX(-100%);
	transition: transform var(--sb-speed) ease;
	z-index: 1000;
}

.sidebar.opened {
  	transform: translateX(0);
}

.sidebar.opened:before {
    top: 0;
    left: 320px;
    width: 100vh;
    height: 100vh;
    background: rgb(0 0 0 / 37%);
    z-index: 1000;
    position: absolute;
    content: "";
}

.sidebar__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px;
}

.sidebar__brand img {
	height: 30px;
	width: auto;
	display: block;
}

.sidebar__close {
	background: none;
	border: 0;
	cursor: pointer;
	border-radius: 10px;
	line-height: 0;
}

.sidebar__panels {
	position: relative;
	overflow: hidden;
	flex: 1;
	background: var(--sb-bg);
}

.panel {
	position: absolute;
	inset: 0;
	overflow: auto;
	background: var(--sb-bg);
	transform: translateX(100%);
	transition: transform var(--sb-speed) cubic-bezier(.2, .7, .2, 1), opacity var(--sb-speed) ease;
	will-change: transform;
	backface-visibility: hidden;
	opacity: 1;
	padding: 0 30px;
	margin-bottom: 100px;
}

.panel--full:not(.is-prev) {
	margin-bottom: 30px;
}

.panel.is-active {
	transform: translateX(0);
	opacity: 1;
}

.panel.is-prev {
	transform: translateX(-25%);
	opacity: .35;
}

.panel.is-prev .button--workspace {
    visibility: hidden;
}

.panel[hidden] {
  	display: none !important;
}

.panel__header {
    display: flex;
    align-items: center;
    gap: 10px;
    position: sticky;
    top: 0;
    z-index: 1;
    min-height: 40px;
    margin-bottom: 30px;
}

.panel__title {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .04em;
}

.sb-back {
	background: none;
	border: 0;
	cursor: pointer;
	font-size: 16px;
	border-radius: 10px;
	line-height: 0;
}

.sb-back svg {
	width: 18px;
}

.menu {
	list-style: none;
	margin: 0;
}

.menu__item {
	display: flex;
	align-items: center;
	gap: 8px;
	justify-content: space-between;
}

.menu__link {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    min-height: 30px;
    font-weight: 600;
    margin: 5px 0;
}

.menu__link:not(.no-click):hover {
  	color: var(--color-text-secondary);
}

.menu__link:not(.no-click):hover svg path {
  	stroke: var(--color-text-secondary);
}

.menu__item-sub {
    padding-left: 29px;
}

.menu__link svg {
	width: 21px;
	height: 21px;
	flex: 0 0 21px;
	display: block;
}

.menu__link--all {
  	font-weight: 700;
}

.sidebar__lang--icon {
    position: absolute;
    bottom: 50px;
    right: 40px;
    pointer-events: none;
}

.menu__arrow:not(.button--workspace) {
    background: none;
    border: 0;
    cursor: pointer;
    color: var(--sb-muted);
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 30px;
    width: 30px;
}

.menu__arrow.button--workspace {
	width: 100%;
	margin: 0 0 30px;
	height: 5	0px;
}

.menu__arrow svg {
	display: block;
	width: 14px;
	height: 14px;
}

.lang-select {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 30px;
}

.lang-select label {
  	visibility: hidden;
}

.lang-select select {
    width: 100%;
    border: 1px solid #E9E9E9;
    background: #E9E9E9;
    height: 50px;
	padding: 7px;
    border-radius: 10px;
    font-size: 1rem;
	line-height: 1.2;
    font-weight: 600;
    font-family: "Plus Jakarta Sans", sans-serif;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.nested {
  	display: none !important;
}

@media (max-width: 480px) {
	:root {
		--sb-w: 92vw;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sidebar {
		transition: none;
	}
	.panel {
		transition: none;
	}
}

.workspace .sidebar__links {
	position: relative;
	overflow-x: auto;
	overflow-y: hidden;

}

.workspace-scroll-indicator {
	position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 44px;
    height: 80%;
    border: none;
    border-radius: 6px;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #fff;
    box-shadow: none;
    padding: 0;
    z-index: 2;
    font-size: 30px;
    color: var(--color-text-active);
}

.workspace-scroll-indicator:focus-visible {
	outline-offset: -2px;
}

.workspace-scroll-indicator--left {
  	left: 26px;
}

.workspace-scroll-indicator--right {
  	right: -10px;
}

.workspace-scroll-indicator {
  	animation: workspace-scroll-indicator-bounce 2s infinite;
}

@keyframes workspace-scroll-indicator-bounce {
	0%, 100% { transform: translateX(-50%) translateY(-50%); opacity: 0.2; }
	50%      { transform: translateX(-25%) translateY(-50%); opacity: 1; }
}

.sidebar__link {
	display: flex;
}

.sidebar__link.active {
	background: var(--color-bg-secondary);
    border-radius: 10px;
}

.sidebar__link.active a {
	color: var(--color-text-secondary);
	background: var(--color-bg-secondary);
}

.sidebar__link.active svg path {
	stroke: var(--color-text-secondary);
}

.sidebar__link-arrow:hover svg path {
	stroke: var(--color-text-secondary);
}

.sidebar__link-arrow {
	display: flex;
    align-items: center;
	height: 50px;
    width: 50px;
    cursor: pointer;
}

.sidebar__link-arrow svg path {
	stroke: var(--color-text-primary);
}

.sidebar__link-icon {
	display: flex;
	align-items: center;
}

.sidebar__link a {
	color: var(--color-text-primary);
	display: flex;
	align-items: center;
	gap: 14px;
	position: relative;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.56;
	height: 50px;
	border-radius: 10px;
	padding: 0 15px;
}

.sidebar__link a:focus-visible {
	outline-offset: -2px;
}

.sidebar__link a.no-click {
	cursor: default;
}

.sidebar__link.active a {
	color: var(--color-text-secondary);
}

.sidebar__link a svg path {
	stroke: var(--color-text-primary);
}

.sidebar__link a:not(.no-click):hover {
	color: var(--color-text-secondary);
}

.sidebar__sublink {
	padding-left: 36px;
}

.sidebar__link a:not(.no-click):hover svg path {
	stroke: var(--color-text-secondary);
}

.menu-sidebar .sidebar__close-btn {
	display: none;
}

@media(max-width:992px) {
	.workspace .menu-sidebar {
		display: block;
		margin-bottom: 40px;
	}

	.menu-sidebar .sidebar__links > ul {
		display: flex;
    	overflow-y: auto;
		padding-bottom: 7px;
	}

	.menu-sidebar .sidebar__links .sidebar__link a {
		height: 42px;
		white-space: nowrap;
		width: 100%;
        justify-content: center;
	}

	.menu-sidebar .sidebar__links .sidebar__link .sidebar__link-arrow {
		height: 42px;
		width: 10px;
	}

	.menu-sidebar .sidebar__links .sidebar__link-sub {
		position: fixed;
		display: block !important;
		bottom: 0;
		left: 0;
		z-index: 100;
		background: #fff;
		width: 100%;
		height: auto;
		transition: height 500ms;  
		box-shadow: rgba(0, 0, 0, 0.5) 0px 10px 130px;
	}

	.menu-sidebar .sidebar__links .sidebar__link-sub ul {
		flex-direction: column;
		padding: 40px;
		align-items: center;
		overflow: hidden;
	}

	.menu-sidebar .sidebar__links .sidebar__link-sub.hidden {
		height: 0;
	}

	.menu-sidebar .sidebar__links .sidebar__sublink {
		padding: 0;
		display: flex;
    	justify-content: center;
		width: 100%;
	}

	.menu-sidebar .sidebar__close-btn {
		position: absolute;
        top: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
	}
}

/* breadcrumbs */
.breadcrumbs {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 0 20px 20px;
	font-size: 12px;
	line-height: 1.3;
	color: var(--color-text-gray);
}

.breadcrumbs a {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	text-decoration: none;
}

.breadcrumbs li {
	display: flex;
    align-items: center;
}

.breadcrumbs li::after {
	content: ' ';
    width: 5.35px;
    height: 5.35px;
    background: var(--color-border-input);
    border-radius: 25px;
    display: block;
    margin: 0 8px;
}

.breadcrumbs li:last-child::after {
	content: none;
}

@media(min-width: 992px) {
	.breadcrumbs {
		font-size: 16px;
	}
}

/* page header */
.page-header {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 30px 10px;
	justify-content: start;
	align-items: end;
	justify-items: start;
	margin-bottom: 30px;
}

.page-header.align--left {
	grid-template-columns: auto auto;
}

.page-header h1 {
	font-size: 18px;
	line-height: 1.2;
	font-weight: 600;
	color: var(--color-text-primary);
}

@media(min-width: 992px) {
	.page-header {
		margin-bottom: 40px;
	}

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

/* search */
.search {
	display: block;
	position: relative;
	width: 100%;
	max-width: 600px;
	margin-bottom: 20px;
}

.search__button {
	position: absolute;
	top: 50%;
	bottom: auto;
	left: 18px;
	width: 20px;
	height: 20px;
	z-index: 1;
	transform: translateY(-50%);
}

.search--input {
	display: block;
	width: 100%;
	/* border: none; */
	border-radius: 8px;
	background: #fff;
	padding: 15px 15px 15px 50px;
	font-size: 14px;
	font-weight: var(--font-weight-base);
	line-height: var(--line-height-base);
	color: var(--color-text-teritary);
	z-index: 0;
}

@media(min-width: 992px) {
	.search--input {
		border-radius: 10px;
		font-size: var(--font-size-base);
		padding: 18px 18px 18px 50px;
	}

	.search__terms {
		display: flex;
	}
}

/* status */
.status {
	padding: 6px 15px;
	border-radius: 20px;
	font-size: var(--font-size-status);
}

.status--incoming {
	background: var(--background-status-incoming);
	color: var(--color-status-incoming);
}

.status--pending {
	background: var(--background-status-incoming);
	color: var(--color-status-incoming);
}

.status--confirmed {
	background: var(--background-status-confirmed);
	color: var(--color-status-confirmed);
}

.status--completed {
	background: var(--background-status-completed);
	color: var(--color-status-completed);
}

.status--active {
	background: var(--background-status-active);
	color: var(--color-status-active);
}

.status--fulfilled {
	background: var(--background-status-confirmed);
	color: var(--color-status-confirmed);
}

.status--ready,
.status--processing {
	background: var(--background-status-ready);
	color: var(--color-status-ready);
}

.status--shipped {
	background: var(--background-status-completed);
	color: var(--color-status-completed);
}

.status--canceled {
	background: var(--background-status-canceled);
	color: var(--color-status-canceled);
}

.status--unpaid {
	background: var(--background-status-unpaid);
	color: var(--color-status-unpaid);
}

/* filter popup */

/* .filters {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 18px 2%;
	justify-content: start;
	align-items: start;
	justify-items: stretch;
	width: 100%;
} */

/* .block__filters .filters {
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
} */

@media(min-width: 640px) {
	/* .block__filters .filters {
		grid-template-columns: repeat(auto-fill, minmax(245px, 1fr));
		gap: 0 10px;
	} */
}

/* .filter {
	display: flex;
	flex-flow: column;
	gap: 12px;
}

.filter--dimensions .filter-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.filter--dimensions .filter-options.input-text label {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    align-items: center;
	gap: 0px;
}

.filter__label {
	font-size: 0.75rem;
	color: var(--color-table-text);
} */

.block__filters:not(.hidden) {
	position: fixed;
    padding: inherit;
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px -6px #000;
    max-width: 700px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	z-index: 101;
}

.filters.edit__items.items--wrapper {
	padding: 0;
}

.block__sorters {
	position: absolute;
	border-radius: 10px;
    box-shadow: 0 0 10px -6px #000;
	width: 170px;
    min-height: 150px;
    left: unset;
    right: 20px;
    top: 80px;
    padding: 24px;
	background: #fff;
}

.block__filters.hidden,
.block__sorters.hidden {
	visibility: hidden;
}

.block__sorter-label {
	font-size: .8rem;
	margin-bottom: 5px;
}

.block__sorter-select {
	width: 100%;
	margin-bottom: 10px;
}

.actions {
	display: flex;
	flex-flow: row wrap;
	gap: 10px;
	justify-content: flex-end;
	align-items: flex-start;
	margin: 15px 0;
}

.bottom-toolbar {
	gap: 15px;
}

@media(min-width: 992px) {
	/* .filters {
		gap: 30px 4%;
	}

	.filter {
		gap: 16px;
	}

	.filter__label {
		font-size: 0.9rem;
	} */

	.actions {
		margin: 45px 0 15px 0;
	}

	.button.button--lg {
		padding: 17px 10px;
	}
}

/* pagination */
.products-count {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	gap: 4px;
	color: var(--color-text-teritary);
	font-size: 0.8rem;
}

.bottom-toolbar {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}

.bottom-toolbar select {
	padding: 7px;
	font-size: 0.75rem;
	color: var(--color-text-teritary);
}

.pagination {
	display: flex;
	flex-flow: row nowrap;
	align-content: flex-start;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	margin-top: 0;
}

.pagination__pages {
	display: flex;
	flex-flow: row wrap;
	gap: 12px;
	align-content: flex-start;
	justify-content: center;
	align-items: flex-start;
}

.pagination__button {
	display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: var(--color-text-primary);
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    font-size: 1rem;
	font-weight: 700;
}

.pagination__button:hover,
.pagination__button:active,
.pagination__button:focus {
	background: var(--color-bg-hover);
	color: var(--color-text-active);
	transition: all 0.3s ease-out;
}

.pagination__button:hover svg path,
.pagination__button:active svg path,
.pagination__button:focus svg path {
	stroke: var(--color-text-active);
}

.pagination__pages span {
	margin-top: 5px;
    font-weight: 600;
}

.block__mobile-hidden {
	visibility: hidden;
}

.block__mobile-none {
	display: none;
}

@media(min-width: 992px) {
	.block__mobile-none {
		display: block;
	}
	
	.bottom-toolbar {
		flex-flow: row nowrap;
		align-items: flex-start;
	}

	.products-count {
		flex-flow: row nowrap;
		justify-content: flex-end;
		align-items: center;
	}
}

/* Product card */

.product-card__button {
	width: 100%;
	margin-top: 24px;
}

.product-card {
	padding: 20px 18px;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	height: auto;
	border: 1px solid var(--color-border-input);
}

.product-card__image {
	margin-bottom: 15px;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: contain;
}

.product-card__name {
	margin-bottom: 50px;
    font-size: 1.125rem;
    font-weight: 700;
	word-break: break-word;
}

.product-search__name {
	margin-bottom: 10px;
	font-size: 1rem;
	font-weight: 600;
	margin-left: 20px;
}

.product-card__price-new {
	font-weight: 700;
	color: var(--color-price);
}

.product-card__price.second.strikethrough .product-card__price-new {
	color: var(--color-price-old);
	font-size: 1.15rem;
	font-weight: 600;
	display: block;
}

.product-card__price-wrapper {
	display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
	margin-top: auto;
}

.product-card__price.product-card__price--novat.strikethrough {
	text-decoration: unset;
}

.product-card__price.product-card__price--novat.strikethrough .product-card__price-new:not([data-price="priceListPrice"]) {
	text-decoration: line-through;
	color: var(--color-price-old);
}

.product-card__price.product-card__price--novat .product-card__price.third {
	display: inline;
	font-size: 13px;
	margin-right: 5px;
}

.product-card__price-old {
	font-weight: 500;
	color: var(--color-price-old);
}

.product-card__rating {
	margin-bottom: 8px;
}

.product-card__price {
	font-size: 1.4rem;
	color: var(--color-price);
}

.product-card__price:has(.product-card__price-new){
	color: var(--color-price);
}

.product-card__price--novat .product-card__price--text,
.product-card__price--novat .product-card__price-new {
	font-size: 13px;
	color: var(--color-price);
}

.product-card__grid-wrapper {
	margin-top: auto;
}

.product-card--widget .product-card__price--novat > .product-card__price--text {
	margin-right: 5px;
}

.product-card--widget .product-card__price--novat {
	display: flex;
    flex-wrap: wrap;
	margin-top: auto;
}

.product-card__form--widget {
	object-fit: contain;
}

.product-card__image--widget {
	aspect-ratio: 1 / 1;
	object-fit: contain;
}

.widget__products,
.widget__blogs {
	margin-bottom: 40px;
}

/* Tabs */

.tabs {
	display: flex;
	gap: 40px;
}

.tab {
	font-size: 1rem;
	font-weight: 700;
	padding: 0 0 15px;
	color: var(--color-text-primary);
	cursor: pointer;
	text-align: center;
}

.tab__content {
	display: none;
}

.tab__videos {
    flex-wrap: wrap;
    gap: 30px;
}

.tab__videos iframe {
	min-width: 1px;
}

.tab--active:not(.tab__content) {
	border-bottom: 3px solid var(--color-text-active);
}

.tab--active:not(.tab) {
	display: block;
}

.tab__videos.tab--active:not(.tab) {
	display: flex;
}

.tabs--sidebar {
	margin-left: 39px;
	margin-top: 16px;
}

.tabs--sidebar {
	gap: 20px;
}

.tabs--sidebar .tab {
	width: auto;
	min-width: 65px;
}

@media(max-width: 580px) {
	.tabs {
		gap: 20px;
	}

	.tab {
		font-size: .8rem;
	}
}

@media(max-width: 992px) {
	.tabs--sidebar {
		display: none;
	}

	.workspace {
		display: block;
	}
}

/* Spinner CSS */
.spinner-container {
	text-align: center;
}

.spinner {
	display: inline-block;
    border: 5px solid rgb(98 98 98 / 20%);
    border-top: 5px solid #008dff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/* .spinner {
  	--size: 48px;
	--pad: 12px;
	--dot: 12px;
	--track-bg: #fff;
	--center: #ddd;
	--accent: #2282ff;
	--dur: 1s;
	position: relative;
	width: var(--size);
	height: var(--size);
	background: var(--track-bg);
	border: 1px solid var(--center);
}

.spinner::before {
	content: "";
	position: absolute;
	inset: var(--pad);
	background: var(--center);
}

.spinner::after {
	content: "";
	position: absolute;
	width: var(--dot);
	height: var(--dot);
	background: var(--accent);

	left: calc(var(--pad) - var(--dot));
	top:  calc(var(--pad) - var(--dot));

	animation: corner-walk var(--dur) linear infinite;
}

@keyframes corner-walk {
	0%   { left: calc(var(--pad) - var(--dot)); top: calc(var(--pad) - var(--dot)); }             
	25%  { left: calc(100% - var(--pad)); top: calc(var(--pad) - var(--dot)); }                     
	50%  { left: calc(100% - var(--pad)); top: calc(100% - var(--pad)); }                           
	75%  { left: calc(var(--pad) - var(--dot)); top: calc(100% - var(--pad)); }                        
	100% { left: calc(var(--pad) - var(--dot)); top: calc(var(--pad) - var(--dot)); }                    
} */

/* form input layout */
.edit__items.items--wrapper {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	gap: 18px 2%;
	justify-content: start;
	align-items: start;
	justify-items: stretch;
}

.items--wrapper .item {
	display: flex;
	flex-flow: column;
	gap: 8px;
}

.item.item--full-width {
	grid-column: 1 / -1;
}

.item.item--text {
	gap: 4px;
	margin-bottom: 15px;
}

.items--wrapper .item__label {
	font-size: 0.813rem;
	color: var(--color-text-gray);
	font-weight: 600;
}

.items--wrapper .block__label {
	font-size: 1rem;
	line-height: 1;
	color: var(--color-table-text);
	grid-column: 1 / -1;
	margin-top: 20px;
}

.items--wrapper .block__label.border--bottom {
	margin: 20px 0;
    color: var(--color-text-primary);
    font-size: 19px;
}

.grid-2columns {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
	gap: 40px 2%;
	justify-content: start;
	align-items: start;
	justify-items: stretch;
}

.grid-2columns #edit-message,
.grid-2columns .actions {
	grid-column: 1 / -1;
}

@media(min-width: 992px) {
	.items--wrapper {
		gap: 30px 4%;
	}

	.edit__items.items--wrapper {
		grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	}

	.item {
		gap: 16px;
	}

	.item__label {
		font-size: 0.9rem;
	}

	.table--roles tr td:last-child {
		width: 75px;
	}
}

.table-2columns {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 10px 20px; 
}

.table-2columns dt {
  grid-column: 1;
  font-weight: bold;
}

.table-2columns dd {
  grid-column: 2;
  margin: 0; 
}

.transform__none {
	text-transform: none;
}

a.tracking_link {
	color: var(--color-text-active);
}

/* FILE UPLOAD COMPONENT START  */
.upload-field {
    border: 1.56px dashed var(--color-border-input);
    padding: 10px 20px;
    text-align: center;
    position: relative;
    border-radius: 10px;
    max-width: 550px;
    margin: 0 auto;
    cursor: pointer;
    transition: border-color 0.3s ease;
    width: 100%;
	grid-column: 1 / -1;
	background: var(--color-bg-light);
}

.upload-field.dragover {
	border-color: rgba(180, 194, 203, 1);
	background-color: rgba(244, 245, 246, 1);
}

.upload-field__input {
	display: none;
}

.upload-field__label {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	gap: 3px;
}

.upload-field__icon i {
	font-size: 28px;
	color: rgba(38, 40, 42, 1);
}

.upload-field__text {
	font-size: 14px;
	color: #64676A;
}

.upload-field__link {
	color: var(--color-text-secondary);
	cursor: pointer;
}

.upload-field__size {
	font-size: 12px;
	color: #777;
	margin-top: 5px;
}

.upload-field:hover {
	border-color: var(--upload-field-border-hover);
	background-color: var(--upload-field-bg-hover);
}

.upload-field--horizontal .upload-field__text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.upload-field--horizontal .upload-field__link {
    margin: 0 5px;
}

.upload-field__icon svg {
	width: 20px;
	height: 20px;
}

.upload-field__icon {
	margin-right: 10px;
    display: flex;
    align-items: center;
}

.previewFileName, .removeImageButton i {
	color: #0E0023;
	font-size: 12px;
}

.visible {
	display: inline-block;
}

.upload-field__preview .previewWrapper {
	display: none;
	align-items: center;
	background-color: #dcf9ff;
	border-radius: 10px;
	width: auto;
	justify-content: center;
	padding: 0 5px;
}

.upload-field__preview .previewWrapper.visible {
	display: flex;
}

.removeImageButton {
	display: none;
}

.removeImageButton.visible {
	display: flex;
    align-items: center;
}

.removeImageButton svg {
	width: 25px;
	height: 25px;
}

.vb-hidden {
	visibility: hidden;
}

/* FILE UPLOAD COMPONENT END  */

/* BLOGS WIDGET START  */

.blog {
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.blogs {
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.blog__image {
	border-radius: 15px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog__content {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog__heading {
	margin-bottom: 20px;
}

.blog__read-more {
	margin: 20px 0 10px;
	font-weight: 600;
}

@media(min-width: 768px) {
	.blog--widget.swiper-slide {
		width: 50% !important;
	}
}

.blog--widget {
	height: auto;
}

@media(max-width: 1400px) {
	.blogs {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 992px) {
	.blog__heading {
		font-size: 1rem;
	}

	.blog__description {
		font-size: 0.8rem;
	}

	.blog__read-more a {
		font-size: 0.8rem;
	}
}

@media(max-width: 640px){
	.blog {
		grid-template-columns: 1fr;
	}

	.blogs {
		gap: 45px;
	}
}

/* BLOGS WIDGET END  */

/* GROUPS WIDGET START  */

.widget__groups {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.widget__groups a {
	display: block;
}

.product-group__image {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.product-group__name {
	margin-top: 15px;
    font-weight: 600;
    font-size: 1.2rem;
}

@media(max-width: 1240px) {
	.widget__groups {
		grid-template-columns: 1fr 1fr 1fr;
		gap: 10px;
		row-gap: 20px;
	}
}

@media(max-width: 992px) {
	.product-group__name {
		margin-top: 5px;
		font-size: 1rem;
	}
}

@media(max-width: 680px) {
	.widget__groups {
		grid-template-columns: 1fr 1fr;
	}
}

@media(max-width: 440px) {
	.widget__groups {
		grid-template-columns: 1fr;
		row-gap: 25px;
	}
}

/* GROUPS WIDGET END  */

.product-card__code {
	font-size: .8rem;
    margin: 5px 0 0;
    color: grey;
}

.skeleton {
	background: linear-gradient(90deg, #E4E4F3 25%, #e4e4f3ad 37%, #E4E4F3 63%);
    background-size: 400% 100%;
    animation: shimmer 1.4s ease infinite;
    border-radius: 10px;
}

.skeleton-wrapper .widget__products {
	gap: 20px;
}

.skeleton-wrapper .swiper-pagination {
	padding: 20px;
    margin-bottom: 40px;
}

.skeleton-image {
    width: 100%;
    padding-top: 100%; /* keeps aspect ratio square */
}

.skeleton-text {
    height: 28px;
    margin-top: 8px;
}

.skeleton-title {
    width: 80%;
    height: 35px;
}

.skeleton-sku {
	width: 50%;
    height: 15px;
    margin-bottom: 30px;
}

.skeleton-price,
.skeleton-price2 {
    width: 60%;
}

@keyframes shimmer {
    0% { background-position: -400px 0; }
    100% { background-position: 400px 0; }
}

.skeleton-heading {
    width: 40%;
    height: 49px;
    border-radius: 10px;
	background: linear-gradient(90deg, #E4E4F3 25%, #e4e4f3ad 37%, #E4E4F3 63%);
    background-size: 400% 100%;
    animation: shimmer 1.4s ease infinite;
}

.skeleton-wrapper .swiper-pagination-bullet {
	visibility: hidden;
}

/* Default: mobile first (1 per row) */
.skeleton-wrapper .product-card {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 10px;
}

/* ≥500px: 2 per row */
@media (min-width: 500px) {
  .skeleton-wrapper .product-card {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}

/* ≥700px: 3 per row */
@media (min-width: 700px) {
  .skeleton-wrapper .product-card {
    flex: 0 0 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
  }
}

/* ≥992px: 2 per row (override back down) */
@media (min-width: 992px) {
  .skeleton-wrapper .product-card {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}

/* ≥1240px: 3 per row again */
@media (min-width: 1240px) {
  .skeleton-wrapper .product-card {
    flex: 0 0 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
  }
}

/* ≥1400px: 4 per row */
@media (min-width: 1400px) {
  .skeleton-wrapper .product-card {
    flex: 0 0 calc(25% - 20px);
    max-width: calc(25% - 20px);
  }
}

.field--checkbox {
  display: flex;
  align-items: center;
}

/* Visually hide the native control but keep it accessible */
.field--checkbox input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
}

/* Label styles */
.field--checkbox label {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;          /* space between box and text */
  cursor: pointer;
  user-select: none;
}

/* The box */
.field--checkbox label::before {
	content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    background: #D9D9D9;
    transition: background .15s, box-shadow .15s, transform .12s;
	min-width: 18px;
    min-height: 18px;
}

/* The checkmark */
.field--checkbox label::after {
  	content: "";
    position: absolute;
    left: 6px;
    top: 3px;
    width: 4px;
    height: 9px;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg) scale(0.8);
    opacity: 0;
    transition: opacity .12s, transform .12s;
}

/* Checked state */
.field--checkbox input:checked + label::before {
  background: var(--color-text-active);    /* blue square */
  box-shadow: none;
}

.field--checkbox input:checked + label::after {
  opacity: 1;
  transform: rotate(45deg) scale(1);
}

/* Keyboard focus ring on the custom box */
.field--checkbox input:focus-visible + label::before {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

/* Disabled state */
.field--checkbox input:disabled + label {
  opacity: .55;
  cursor: not-allowed;
}

:where(input):not(:where(.cms, .cms *, .tab__content-longDesc, .tab__content-longDesc *)):disabled {
	color: var(--color-disabled-input-text);
	cursor: not-allowed;
    background: var(--color-disabled-input-bg);
    border: 1.56px solid var(--color-disabled-input-border);
}

.swiper-button-prev,
.swiper-button-next {
	display: none;
}

@media(max-width: 700px) {
	.swiper-pagination {
		display: none;
	}

	.swiper-button-prev,
	.swiper-button-next {
		display: flex;
	}
}

.product-card__price--taxExempt .product-card__price-new {
	font-size: 1.4rem;
}

.product-card__price--taxExempt .product-card__price.third ~ .product-card__price-new {
	font-size: 1.15rem;
}

.product-card__price--taxExempt {
	align-items: center;
}

.gjs-cell {
	max-width: 100%;
}

.groups__nav {
	display: none;
}

.cms {
	padding: 16px;
}

@media(min-width:992px) {
	.cms--with-nav {
		display: flex;
		gap: 40px;
	}

	.cms {
		padding: 32px;
	}

	.cms--with-nav main {
		flex: 1;
	}

	.cms--with-nav .groups__nav {
		max-width: 270px;
		width: 100%;
	}

	.groups__nav {
		display: block;
	}

	.groups__nav img {
		width: 30px;
		height: 25px;
		object-fit: contain;
	}

	.groups__nav a {
		display: flex;
		gap: 10px;
		padding: 9px 0;
		align-items: center;
		border-bottom: .1rem solid #dedede;
		min-height: 42px;
	}

	.groups__nav li {
		list-style: none;
	}

	.groups__nav a {
		text-decoration: none;
		color: #000;
	}

	.groups__nav p {
		flex: 1;
		margin: 0;
		padding: 0;
	}
}