@media(min-width:992px) {
  .grid-products {
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  }
	.container, .container-lg, .container-md, .container-sm, .container-xs {
		max-width: 960px
	}
	.grid .g-col-lg-1 {
		grid-column: auto/span 1
	}
	.grid .g-col-lg-2 {
		grid-column: auto/span 2
	}
	.grid .g-col-lg-3 {
		grid-column: auto/span 3
	}
	.grid .g-col-lg-4 {
		grid-column: auto/span 4
	}
	.grid .g-col-lg-5 {
		grid-column: auto/span 5
	}
	.grid .g-col-lg-6 {
		grid-column: auto/span 6
	}
	.grid .g-col-lg-7 {
		grid-column: auto/span 7
	}
	.grid .g-col-lg-8 {
		grid-column: auto/span 8
	}
	.grid .g-col-lg-9 {
		grid-column: auto/span 9
	}
	.grid .g-col-lg-10 {
		grid-column: auto/span 10
	}
	.grid .g-col-lg-11 {
		grid-column: auto/span 11
	}
	.grid .g-col-lg-12 {
		grid-column: auto/span 12
	}
	.grid .g-start-lg-1 {
		grid-column-start: 1
	}
	.grid .g-start-lg-2 {
		grid-column-start: 2
	}
	.grid .g-start-lg-3 {
		grid-column-start: 3
	}
	.grid .g-start-lg-4 {
		grid-column-start: 4
	}
	.grid .g-start-lg-5 {
		grid-column-start: 5
	}
	.grid .g-start-lg-6 {
		grid-column-start: 6
	}
	.grid .g-start-lg-7 {
		grid-column-start: 7
	}
	.grid .g-start-lg-8 {
		grid-column-start: 8
	}
	.grid .g-start-lg-9 {
		grid-column-start: 9
	}
	.grid .g-start-lg-10 {
		grid-column-start: 10
	}
	.grid .g-start-lg-11 {
		grid-column-start: 11
	}
	.col-lg {
		flex: 1 0 0%
	}
	.row-cols-lg-auto > * {
		flex: 0 0 auto;
		width: auto
	}
	.row-cols-lg-1 > * {
		flex: 0 0 auto;
		width: 100%
	}
	.row-cols-lg-2 > * {
		flex: 0 0 auto;
		width: 50%
	}
	.row-cols-lg-3 > * {
		flex: 0 0 auto;
		width: 33.33333333%
	}
	.row-cols-lg-4 > * {
		flex: 0 0 auto;
		width: 25%
	}
	.row-cols-lg-5 > * {
		flex: 0 0 auto;
		width: 20%
	}
	.row-cols-lg-6 > * {
		flex: 0 0 auto;
		width: 16.66666667%
	}
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto
	}
	.col-lg-1 {
		flex: 0 0 auto;
		width: 8.33333333%
	}
	.col-lg-2 {
		flex: 0 0 auto;
		width: 16.66666667%
	}
	.col-lg-3 {
		flex: 0 0 auto;
		width: 25%
	}
	.col-lg-4 {
		flex: 0 0 auto;
		width: 33.33333333%
	}
	.col-lg-5 {
		flex: 0 0 auto;
		width: 41.66666667%
	}
	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%
	}
	.col-lg-7 {
		flex: 0 0 auto;
		width: 58.33333333%
	}
	.col-lg-8 {
		flex: 0 0 auto;
		width: 66.66666667%
	}
	.col-lg-9 {
		flex: 0 0 auto;
		width: 75%
	}
	.col-lg-10 {
		flex: 0 0 auto;
		width: 83.33333333%
	}
	.col-lg-11 {
		flex: 0 0 auto;
		width: 91.66666667%
	}
	.col-lg-12 {
		flex: 0 0 auto;
		width: 100%
	}
	.offset-lg-0 {
		margin-left: 0
	}
	.offset-lg-1 {
		margin-left: 8.33333333%
	}
	.offset-lg-2 {
		margin-left: 16.66666667%
	}
	.offset-lg-3 {
		margin-left: 25%
	}
	.offset-lg-4 {
		margin-left: 33.33333333%
	}
	.offset-lg-5 {
		margin-left: 41.66666667%
	}
	.offset-lg-6 {
		margin-left: 50%
	}
	.offset-lg-7 {
		margin-left: 58.33333333%
	}
	.offset-lg-8 {
		margin-left: 66.66666667%
	}
	.offset-lg-9 {
		margin-left: 75%
	}
	.offset-lg-10 {
		margin-left: 83.33333333%
	}
	.offset-lg-11 {
		margin-left: 91.66666667%
	}
	.g-lg-0, .gx-lg-0 {
		--bs-gutter-x: 0
	}
	.g-lg-0, .gy-lg-0 {
		--bs-gutter-y: 0
	}
	.g-lg-1, .gx-lg-1 {
		--bs-gutter-x: 0.25rem
	}
	.g-lg-1, .gy-lg-1 {
		--bs-gutter-y: 0.25rem
	}
	.g-lg-2, .gx-lg-2 {
		--bs-gutter-x: 0.5rem
	}
	.g-lg-2, .gy-lg-2 {
		--bs-gutter-y: 0.5rem
	}
	.g-lg-3, .gx-lg-3 {
		--bs-gutter-x: 1rem
	}
	.g-lg-3, .gy-lg-3 {
		--bs-gutter-y: 1rem
	}
	.g-lg-4, .gx-lg-4 {
		--bs-gutter-x: 1.5rem
	}
	.g-lg-4, .gy-lg-4 {
		--bs-gutter-y: 1.5rem
	}
	.g-lg-5, .gx-lg-5 {
		--bs-gutter-x: 3rem
	}
	.g-lg-5, .gy-lg-5 {
		--bs-gutter-y: 3rem
	}
	.dropdown-menu-lg-start {
		--bs-position: start
	}
	.dropdown-menu-lg-start[data-bs-popper] {
		left: 0;
		right: auto
	}
	.dropdown-menu-lg-end {
		--bs-position: end
	}
	.dropdown-menu-lg-end[data-bs-popper] {
		left: auto;
		right: 0
	}
	.navbar-expand-lg {
		flex-wrap: nowrap;
		justify-content: flex-start
	}
	.navbar-expand-lg .navbar-nav {
		flex-direction: row
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-left: var(--bs-navbar-nav-link-padding-x);
		padding-right: var(--bs-navbar-nav-link-padding-x)
	}
	.navbar-expand-lg .navbar-nav-scroll {
		overflow: visible
	}
	.navbar-expand-lg .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}
	.navbar-expand-lg .navbar-toggler {
		display: none
	}
	.navbar-expand-lg .offcanvas {
		background-color: transparent !important;
		border: 0 !important;
		flex-grow: 1;
		height: auto !important;
		position: static;
		transform: none !important;
		transition: none;
		visibility: visible !important;
		width: auto !important;
		z-index: auto
	}
	.navbar-expand-lg .offcanvas .offcanvas-header {
		display: none
	}
	.navbar-expand-lg .offcanvas .offcanvas-body {
		display: flex;
		flex-grow: 0;
		overflow-y: visible;
		padding: 0
	}
	.list-group-horizontal-lg {
		flex-direction: row
	}
	.list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
		border-bottom-left-radius: var(--bs-list-group-border-radius);
		border-top-right-radius: 0
	}
	.list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
		border-bottom-left-radius: 0;
		border-top-right-radius: var(--bs-list-group-border-radius)
	}
	.list-group-horizontal-lg > .list-group-item.active {
		margin-top: 0
	}
	.list-group-horizontal-lg > .list-group-item + .list-group-item {
		border-left-width: 0;
		border-top-width: var(--bs-list-group-border-width)
	}
	.list-group-horizontal-lg > .list-group-item + .list-group-item.active {
		border-left-width: var(--bs-list-group-border-width);
		margin-left: calc(var(--bs-list-group-border-width)*-1)
	}
	.modal-lg, .modal-xl {
		--bs-modal-width: 800px
	}
	.offcanvas-lg {
		--bs-offcanvas-height: auto;
		--bs-offcanvas-border-width: 0;
		background-color: transparent !important
	}
	.offcanvas-lg .offcanvas-header {
		display: none
	}
	.offcanvas-lg .offcanvas-body {
		background-color: transparent !important;
		display: flex;
		flex-grow: 0;
		overflow-y: visible;
		padding: 0
	}
	.sticky-lg-top {
		position: sticky;
		top: 0;
		z-index: 1020
	}
	.sticky-lg-bottom {
		bottom: 0;
		position: sticky;
		z-index: 1020
	}
	.float-lg-start {
		float: left !important
	}
	.float-lg-end {
		float: right !important
	}
	.float-lg-none {
		float: none !important
	}
	.object-fit-lg-contain {
		-o-object-fit: contain !important;
		object-fit: contain !important
	}
	.object-fit-lg-cover {
		-o-object-fit: cover !important;
		object-fit: cover !important
	}
	.object-fit-lg-fill {
		-o-object-fit: fill !important;
		object-fit: fill !important
	}
	.object-fit-lg-scale {
		-o-object-fit: scale-down !important;
		object-fit: scale-down !important
	}
	.object-fit-lg-none {
		-o-object-fit: none !important;
		object-fit: none !important
	}
	.d-lg-inline {
		display: inline !important
	}
	.d-lg-inline-block {
		display: inline-block !important
	}
	.d-lg-block {
		display: block !important
	}
	.d-lg-grid {
		display: grid !important
	}
	.d-lg-inline-grid {
		display: inline-grid !important
	}
	.d-lg-table {
		display: table !important
	}
	.d-lg-table-row {
		display: table-row !important
	}
	.d-lg-table-cell {
		display: table-cell !important
	}
	.d-lg-flex {
		display: flex !important
	}
	.d-lg-inline-flex {
		display: inline-flex !important
	}
	.d-lg-none {
		display: none !important
	}
	.flex-lg-fill {
		flex: 1 1 auto !important
	}
	.flex-lg-row {
		flex-direction: row !important
	}
	.flex-lg-column {
		flex-direction: column !important
	}
	.flex-lg-row-reverse {
		flex-direction: row-reverse !important
	}
	.flex-lg-column-reverse {
		flex-direction: column-reverse !important
	}
	.flex-lg-grow-0 {
		flex-grow: 0 !important
	}
	.flex-lg-grow-1 {
		flex-grow: 1 !important
	}
	.flex-lg-shrink-0 {
		flex-shrink: 0 !important
	}
	.flex-lg-shrink-1 {
		flex-shrink: 1 !important
	}
	.flex-lg-wrap {
		flex-wrap: wrap !important
	}
	.flex-lg-nowrap {
		flex-wrap: nowrap !important
	}
	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}
	.justify-content-lg-start {
		justify-content: flex-start !important
	}
	.justify-content-lg-end {
		justify-content: flex-end !important
	}
	.justify-content-lg-center {
		justify-content: center !important
	}
	.justify-content-lg-between {
		justify-content: space-between !important
	}
	.justify-content-lg-around {
		justify-content: space-around !important
	}
	.justify-content-lg-evenly {
		justify-content: space-evenly !important
	}
	.align-items-lg-start {
		align-items: flex-start !important
	}
	.align-items-lg-end {
		align-items: flex-end !important
	}
	.align-items-lg-center {
		align-items: center !important
	}
	.align-items-lg-baseline {
		align-items: baseline !important
	}
	.align-items-lg-stretch {
		align-items: stretch !important
	}
	.align-content-lg-start {
		align-content: flex-start !important
	}
	.align-content-lg-end {
		align-content: flex-end !important
	}
	.align-content-lg-center {
		align-content: center !important
	}
	.align-content-lg-between {
		align-content: space-between !important
	}
	.align-content-lg-around {
		align-content: space-around !important
	}
	.align-content-lg-stretch {
		align-content: stretch !important
	}
	.align-self-lg-auto {
		align-self: auto !important
	}
	.align-self-lg-start {
		align-self: flex-start !important
	}
	.align-self-lg-end {
		align-self: flex-end !important
	}
	.align-self-lg-center {
		align-self: center !important
	}
	.align-self-lg-baseline {
		align-self: baseline !important
	}
	.align-self-lg-stretch {
		align-self: stretch !important
	}
	.order-lg-first {
		order: -1 !important
	}
	.order-lg-0 {
		order: 0 !important
	}
	.order-lg-1 {
		order: 1 !important
	}
	.order-lg-2 {
		order: 2 !important
	}
	.order-lg-3 {
		order: 3 !important
	}
	.order-lg-4 {
		order: 4 !important
	}
	.order-lg-5 {
		order: 5 !important
	}
	.order-lg-last {
		order: 6 !important
	}
	.m-lg-0 {
		margin: 0 !important
	}
	.m-lg-1 {
		margin: .25rem !important
	}
	.m-lg-2 {
		margin: .5rem !important
	}
	.m-lg-3 {
		margin: 1rem !important
	}
	.m-lg-4 {
		margin: 1.5rem !important
	}
	.m-lg-5 {
		margin: 3rem !important
	}
	.m-lg-auto {
		margin: auto !important
	}
	.mx-lg-0 {
		margin-left: 0 !important;
		margin-right: 0 !important
	}
	.mx-lg-1 {
		margin-left: .25rem !important;
		margin-right: .25rem !important
	}
	.mx-lg-2 {
		margin-left: .5rem !important;
		margin-right: .5rem !important
	}
	.mx-lg-3 {
		margin-left: 1rem !important;
		margin-right: 1rem !important
	}
	.mx-lg-4 {
		margin-left: 1.5rem !important;
		margin-right: 1.5rem !important
	}
	.mx-lg-5 {
		margin-left: 3rem !important;
		margin-right: 3rem !important
	}
	.mx-lg-auto {
		margin-left: auto !important;
		margin-right: auto !important
	}
	.my-lg-0 {
		margin-bottom: 0 !important;
		margin-top: 0 !important
	}
	.my-lg-1 {
		margin-bottom: .25rem !important;
		margin-top: .25rem !important
	}
	.my-lg-2 {
		margin-bottom: .5rem !important;
		margin-top: .5rem !important
	}
	.my-lg-3 {
		margin-bottom: 1rem !important;
		margin-top: 1rem !important
	}
	.my-lg-4 {
		margin-bottom: 1.5rem !important;
		margin-top: 1.5rem !important
	}
	.my-lg-5 {
		margin-bottom: 3rem !important;
		margin-top: 3rem !important
	}
	.my-lg-auto {
		margin-bottom: auto !important;
		margin-top: auto !important
	}
	.mt-lg-0 {
		margin-top: 0 !important
	}
	.mt-lg-1 {
		margin-top: .25rem !important
	}
	.mt-lg-2 {
		margin-top: .5rem !important
	}
	.mt-lg-3 {
		margin-top: 1rem !important
	}
	.mt-lg-4 {
		margin-top: 1.5rem !important
	}
	.mt-lg-5 {
		margin-top: 3rem !important
	}
	.mt-lg-auto {
		margin-top: auto !important
	}
	.me-lg-0 {
		margin-right: 0 !important
	}
	.me-lg-1 {
		margin-right: .25rem !important
	}
	.me-lg-2 {
		margin-right: .5rem !important
	}
	.me-lg-3 {
		margin-right: 1rem !important
	}
	.me-lg-4 {
		margin-right: 1.5rem !important
	}
	.me-lg-5 {
		margin-right: 3rem !important
	}
	.me-lg-auto {
		margin-right: auto !important
	}
	.mb-lg-0 {
		margin-bottom: 0 !important
	}
	.mb-lg-1 {
		margin-bottom: .25rem !important
	}
	.mb-lg-2 {
		margin-bottom: .5rem !important
	}
	.mb-lg-3 {
		margin-bottom: 1rem !important
	}
	.mb-lg-4 {
		margin-bottom: 1.5rem !important
	}
	.mb-lg-5 {
		margin-bottom: 3rem !important
	}
	.mb-lg-auto {
		margin-bottom: auto !important
	}
	.ms-lg-0 {
		margin-left: 0 !important
	}
	.ms-lg-1 {
		margin-left: .25rem !important
	}
	.ms-lg-2 {
		margin-left: .5rem !important
	}
	.ms-lg-3 {
		margin-left: 1rem !important
	}
	.ms-lg-4 {
		margin-left: 1.5rem !important
	}
	.ms-lg-5 {
		margin-left: 3rem !important
	}
	.ms-lg-auto {
		margin-left: auto !important
	}
	.p-lg-0 {
		padding: 0 !important
	}
	.p-lg-1 {
		padding: .25rem !important
	}
	.p-lg-2 {
		padding: .5rem !important
	}
	.p-lg-3 {
		padding: 1rem !important
	}
	.p-lg-4 {
		padding: 1.5rem !important
	}
	.p-lg-5 {
		padding: 3rem !important
	}
	.px-lg-0 {
		padding-left: 0 !important;
		padding-right: 0 !important
	}
	.px-lg-1 {
		padding-left: .25rem !important;
		padding-right: .25rem !important
	}
	.px-lg-2 {
		padding-left: .5rem !important;
		padding-right: .5rem !important
	}
	.px-lg-3 {
		padding-left: 1rem !important;
		padding-right: 1rem !important
	}
	.px-lg-4 {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important
	}
	.px-lg-5 {
		padding-left: 3rem !important;
		padding-right: 3rem !important
	}
	.py-lg-0 {
		padding-bottom: 0 !important;
		padding-top: 0 !important
	}
	.py-lg-1 {
		padding-bottom: .25rem !important;
		padding-top: .25rem !important
	}
	.py-lg-2 {
		padding-bottom: .5rem !important;
		padding-top: .5rem !important
	}
	.py-lg-3 {
		padding-bottom: 1rem !important;
		padding-top: 1rem !important
	}
	.py-lg-4 {
		padding-bottom: 1.5rem !important;
		padding-top: 1.5rem !important
	}
	.py-lg-5 {
		padding-bottom: 3rem !important;
		padding-top: 3rem !important
	}
	.pt-lg-0 {
		padding-top: 0 !important
	}
	.pt-lg-1 {
		padding-top: .25rem !important
	}
	.pt-lg-2 {
		padding-top: .5rem !important
	}
	.pt-lg-3 {
		padding-top: 1rem !important
	}
	.pt-lg-4 {
		padding-top: 1.5rem !important
	}
	.pt-lg-5 {
		padding-top: 3rem !important
	}
	.pe-lg-0 {
		padding-right: 0 !important
	}
	.pe-lg-1 {
		padding-right: .25rem !important
	}
	.pe-lg-2 {
		padding-right: .5rem !important
	}
	.pe-lg-3 {
		padding-right: 1rem !important
	}
	.pe-lg-4 {
		padding-right: 1.5rem !important
	}
	.pe-lg-5 {
		padding-right: 3rem !important
	}
	.pb-lg-0 {
		padding-bottom: 0 !important
	}
	.pb-lg-1 {
		padding-bottom: .25rem !important
	}
	.pb-lg-2 {
		padding-bottom: .5rem !important
	}
	.pb-lg-3 {
		padding-bottom: 1rem !important
	}
	.pb-lg-4 {
		padding-bottom: 1.5rem !important
	}
	.pb-lg-5 {
		padding-bottom: 3rem !important
	}
	.ps-lg-0 {
		padding-left: 0 !important
	}
	.ps-lg-1 {
		padding-left: .25rem !important
	}
	.ps-lg-2 {
		padding-left: .5rem !important
	}
	.ps-lg-3 {
		padding-left: 1rem !important
	}
	.ps-lg-4 {
		padding-left: 1.5rem !important
	}
	.ps-lg-5 {
		padding-left: 3rem !important
	}
	.gap-lg-0 {
		gap: 0 !important
	}
	.gap-lg-1 {
		gap: .25rem !important
	}
	.gap-lg-2 {
		gap: .5rem !important
	}
	.gap-lg-3 {
		gap: 1rem !important
	}
	.gap-lg-4 {
		gap: 1.5rem !important
	}
	.gap-lg-5 {
		gap: 3rem !important
	}
	.row-gap-lg-0 {
		row-gap: 0 !important
	}
	.row-gap-lg-1 {
		row-gap: .25rem !important
	}
	.row-gap-lg-2 {
		row-gap: .5rem !important
	}
	.row-gap-lg-3 {
		row-gap: 1rem !important
	}
	.row-gap-lg-4 {
		row-gap: 1.5rem !important
	}
	.row-gap-lg-5 {
		row-gap: 3rem !important
	}
	.column-gap-lg-0 {
		-moz-column-gap: 0 !important;
		column-gap: 0 !important
	}
	.column-gap-lg-1 {
		-moz-column-gap: .25rem !important;
		column-gap: .25rem !important
	}
	.column-gap-lg-2 {
		-moz-column-gap: .5rem !important;
		column-gap: .5rem !important
	}
	.column-gap-lg-3 {
		-moz-column-gap: 1rem !important;
		column-gap: 1rem !important
	}
	.column-gap-lg-4 {
		-moz-column-gap: 1.5rem !important;
		column-gap: 1.5rem !important
	}
	.column-gap-lg-5 {
		-moz-column-gap: 3rem !important;
		column-gap: 3rem !important
	}
	.text-lg-start {
		text-align: left !important
	}
	.text-lg-end {
		text-align: right !important
	}
	.text-lg-center {
		text-align: center !important
	}
	.container--limited-lg {
		max-width: 960px
	}
	.w-lg-auto {
		width: auto !important
	}
	.w-lg-100 {
		width: 100% !important
	}
	.blockcart-modal .modal-dialog {
		max-width: 850px
	}
	.header-block--active .header-block, .header-block--active .header-block__icon {
		color: var(--bs-primary)
	}
}