.jc-container {
	width: 100%;
	height: 100%;
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 16px;
	padding-right: 16px;
	box-sizing: border-box;
}

@media (min-width: 768px) {
	.jc-container {
		padding-left: 24px;
		padding-right: 24px;
	}
}

@media (min-width: 1440px) {
	.jc-container {
		padding-left: 92px;
		padding-right: 92px;
	}
}

.jc-top-level1-wrapper {
	height: 36px;
	width: 100%;
	background-color: #000;
}

#jc-top-level1 a,
#jc-top-level1 span,
.jc-top-level1-mobile a,
.jc-top-level1-mobile span {
	font-family: Unbounded, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	vertical-align: middle;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
}

#jc-top-level1 a:hover,
.jc-top-level1-mobile a:hover {
	text-decoration: underline;
}

.jc-top-level1-mobile {
	position: relative;
	height: 36px;
	display: flex;
	align-items: center;
}

.jc-top-level1-mobile .swiper-wrapper {
	align-items: center;
}

.jc-top-level1-mobile .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 36px;
}

.jc-swiper-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
	height: 32px;
	border: 0;
	background: transparent;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	z-index: 2;
}

.jc-swiper-prev {
	left: -6px;
}

.jc-swiper-next {
	right: -6px;
}

.jc-top-level1-desktop {
	display: none;
	justify-content: space-between;
	height: 36px;
	align-items: center;
	gap: 16px;
}

.jc-top-level2-wrapper {
	width: 100%;
	height: 36px;
	background-color: #F3F3F3;
	display: none;
}

#jc-top-level2 {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#jc-top-level2-phone a,
#jc-top-level2-phone span {
	font-family: Unbounded, sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	text-decoration: none;
	white-space: nowrap;
	display: flex;
	align-items: center;
	gap: 4px;
}

#jc-top-level2-phone a:hover {
	text-decoration: underline;
}

#jc-top-level2-links {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 16px;
	flex-wrap: wrap;
}

#jc-top-level2-links a,
#jc-top-level2-links span {
	font-family: Unbounded, sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	color: #747474;
	text-decoration: none;
	white-space: nowrap;
}

#jc-top-level2-links a:hover {
	text-decoration: underline;
}

.jc-header {
	border-bottom: 1px solid #E6E6E6;
	background: #fff;
}

.jc-header-mobile {
	height: 56px;
	display: grid;
	grid-template-columns: 48px 1fr 48px;
	align-items: center;
	gap: 8px;
}

.jc-burger-btn {
	width: 48px;
	height: 48px;
	border: 0;
	background: transparent;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.jc-close-icon {
	display: none;
}

body.jc-menu-open .jc-burger-icon {
	display: none;
}

body.jc-menu-open .jc-close-icon {
	display: inline-flex;
}

.jc-mobile-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
}

#jc-logo-text {
	font-family: Rajdhani;
	display: inline-flex;
	font-size: 34px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
}

#jc-logo-text:hover,
#jc-logo-text:focus,
#jc-logo-text:active {
	text-decoration: none;
	color: #000;
}

#jc-logo-img {
	height: 32px;
	width: auto;
	display: block;
}

.jc-mobile-cart {
	width: 48px;
	height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #000;
	text-decoration: none;
}

.jc-mobile-cart:hover {
	text-decoration: none;
}

.jc-header-mobile-search {
	padding-bottom: 12px;
}

.search-form__icon {
	display: none;
}

.search-form__item {
	display: flex;
	align-items: center;
	position: relative;
}

.search-form__item > input {
	height: 44px;
	color: #000;
	border: 2px solid #000000;
	border-right: 0;
	padding: 8px 12px;
	width: 100%;
	min-width: 0;
}

.search-form__item > input:focus {
	outline: none;
	border: 2px solid #000000;
	border-right: 0;
}

.search-form__item > button {
	height: 44px;
	background-color: #fff;
	border: 2px solid #000000;
	border-left: 0;
	padding: 8px 14px;
	font-family: "Unbounded", sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 24px;
	text-transform: uppercase;
	color: #000;
	display: flex;
	align-items: center;
}

.search-form__item > input::placeholder {
	font-family: "Unbounded", sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0;
	color: #747474;
	opacity: 1;
}

.jc-header-desktop {
	display: none;
	height: 80px;
}

#jc-header-l3 {
	display: flex;
	align-items: center;
	height: 100%;
}

#jc-header-l3-left,
#jc-header-l3-center {
	display: flex;
	align-items: center;
}

#jc-header-l3-center {
	margin-left: 16px;
}

#jc-header-l3-center button {
	background-color: #000000;
	padding: 8px 20px;
	font-family: Unbounded, sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 24px;
	text-transform: uppercase;
	border: none;
	color: #fff;
}

#jc-header-l3-right {
	margin-left: auto;
	display: flex;
	align-items: center;
	gap: 16px;
}

#jc-header-actions {
	display: flex;
	align-items: center;
	gap: 4px;
}

#jc-header-actions > a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	position: relative;
}

#jc-header-actions > a > .count-items {
	position: absolute;
    top: -2px;
    right: 0px;
	font-family: Unbounded, sans-serif;
	font-weight: 400;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	background-color: #000;
	padding: 2px;
    border-radius: 50%;
    height: 18px;
    width: 15px;
    text-align: center;
}

#jc-header-actions a:hover {
	text-decoration: none;
}

.jc-mobile-menu {
	position: fixed;
	left: 0;
	right: 0;
	top: 148px;
	bottom: 0;
	background: rgba(0, 0, 0, 0.35);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease;
	z-index: 1000;
}

body.jc-menu-open .jc-mobile-menu {
	opacity: 1;
	pointer-events: auto;
}

.jc-mobile-menu-sheet {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	background: #fff;
	overflow: auto;
	padding: 16px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

body.jc-menu-open {
	overflow: hidden;
}

.jc-mobile-menu-catalog {
	width: 100%;
	background: #000;
	color: #fff;
	border: 0;
	padding: 12px 16px;
	font-family: Unbounded, sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 24px;
	text-transform: uppercase;
}

.jc-mobile-menu-links {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.jc-mobile-menu-links a,
.jc-mobile-menu-links span {
	font-family: Unbounded, sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	color: #747474;
	text-decoration: none;
}

.jc-mobile-menu-links a:hover {
	text-decoration: underline;
}

.jc-mobile-menu-actions {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.jc-mobile-menu-action {
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	color: #000;
	font-family: Unbounded, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
}

.jc-mobile-menu-action:hover {
	text-decoration: underline;
}

.jc-mobile-menu-phone {
	margin-top: auto;
	padding-top: 12px;
	border-top: 1px solid #E6E6E6;
}

.jc-mobile-menu-phone a {
	font-family: Unbounded, sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
}

.jc-mobile-menu-phone a:hover {
	text-decoration: underline;
}

@media (min-width: 992px) {
	.jc-top-level1-mobile {
		display: none;
	}

	.jc-top-level1-desktop {
		display: flex;
	}

	.jc-top-level2-wrapper {
		display: block;
	}

	.jc-header-mobile,
	.jc-header-mobile-search,
	.jc-mobile-menu {
		display: none;
	}

	.jc-header-desktop {
		display: block;
	}
}

.ostriym-product-card {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #fff;
	gap: 12px;
}

.ostriym-product-card-media {
	position: relative;
}

.ostriym-product-card-image {
	display: block;
	text-decoration: none;
	color: inherit;
}

.ostriym-product-card-image img {
	margin: 0 auto;
	height: auto;
	display: block;
	max-width: 100%;
}

.ostriym-product-wishlist {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	padding: 8px;
	border: none;
	background: transparent;
}

.ostriym-product-wishlist svg {
	background: #fff;
}

.ostriym-product-wishlist svg path {
	transition: all 0.3s ease;
}

.ostriym-product-wishlist svg:hover path {
	stroke: #747474;
}

.ostriym-product-wishlist i {
	font-size: 16px;
	line-height: 16px;
}

.ostriym-product-card-body {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.ostriym-product-card-category {
	font-family: Unbounded, sans-serif;
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;
	color: #747474;
	text-transform: uppercase;
}

.ostriym-product-card-name {
	font-family: Unbounded, sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 24px;
	text-transform: uppercase;
	color: #000;
}

.ostriym-product-card-name:hover {
	text-decoration: underline;
}

.ostriym-product-card-rating {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 8px;
}

.ostriym-product-stars {
	display: inline-flex;
	gap: 2px;
}

.ostriym-product-stars .fa {
	font-size: 14px;
	line-height: 14px;
	color: #000;
}

.ostriym-product-stars .fa-star-o {
	color: #BDBDBD;
}

.ostriym-product-reviews {
	font-family: Unbounded, sans-serif;
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;
	color: #747474;
}

.ostriym-product-card-footer {
	display: flex;
	align-items: end;
	height: 52px;
}

.ostriym-product-price {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
}

.ostriym-product-price-old {
	font-family: Unbounded;
	font-weight: 300;
	font-style: Light;
	font-size: 14px;
	line-height: 20px;
	text-decoration: line-through;
	color: #747474;
}

.ostriym-product-price-row {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.ostriym-product-price-regular,
.ostriym-product-price-new {
	font-family: Unbounded, sans-serif;
	font-weight: 400;
	font-style: Regular;
	line-height: 32px;
	text-transform: uppercase;
	color: #000;
	font-size: 24px;
}

.ostriym-product-discount {
	font-family: Unbounded, sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
	background-color: #E6E6E6;
	white-space: nowrap;
	padding: 0 4px;
}

.ostriym-product-cart {
	width: 48px;
	height: 48px;
	border: 0;
	background: #000;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	transition: all 0.3s ease;
}

.ostriym-product-cart:hover {
	background: #747474;
}

.ostriym-product-cart i {
	font-size: 18px;
	line-height: 18px;
}

.ostriym-product-badges {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
	z-index: 3;
	pointer-events: none;
}

.ostriym-product-stickers {
	font-family: Unbounded, sans-serif;
	font-weight: 400;
	font-size: 11px;
	line-height: 16px;
	text-transform: uppercase;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.ostriym-product-stickers .ostriym-product-sticker {
	padding: 2px 6px;
}

.ostriym-product-video-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	background: transparent;
}

.ostriym-product-video-badge svg {
	display: block;
}

.ostriym-product-stickers .ostriym-product-sticker-top {
	background-color: #000;
	border: 2px solid #000;
	color: #fff;
}

.ostriym-product-stickers .ostriym-product-sticker-new {
	background-color: #fff;
	color: #000;
	border: 2px solid #000;
}

.ostriym-product-stickers .ostriym-product-sticker-discount {
	background-color: #E6E6E6;
	color: #000;
	border: 2px solid #E6E6E6;
}

.js-blog-latest {
	margin: 40px 0;
}

.jc-block-head {
	display: flex;
	align-items: baseline;
	gap: 16px;
	margin-bottom: 16px;
}

.jc-block-title {
	font-family: Unbounded, sans-serif;
	font-weight: 400;
	font-style: Regular;
	font-size: 32px;
	text-transform: uppercase;
	color: #000;
}

.jc-block-all {
	font-family: Unbounded, sans-serif;
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
}

.jc-block-all:hover {
	text-decoration: underline;
}

.jc-blog-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

@media (max-width: 1200px) {
	.jc-blog-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 992px) {
	.jc-blog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

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

.jc-blog-card {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.jc-blog-image {
	display: block;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #f3f3f3;
}

.jc-blog-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.jc-blog-name {
	font-family: Unbounded, sans-serif;
	font-weight: 500;
	font-style: Medium;
	font-size: 15px;
	text-transform: uppercase;
	color: #000;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 4px;
}

.jc-blog-name:hover {
	text-decoration: underline;
}

.jc-blog-desc {
	font-family: Unbounded;
	font-weight: 300;
	font-size: 14px;
	vertical-align: middle;
	color: #000000;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.jc-blog-date {
	font-family: Unbounded;
	font-weight: 400;
	font-size: 11px;
	text-transform: uppercase;
	color: #747474;
	margin-top: 4px;
}

.ostriym-description {
	margin: 40px 0;
}

.jc-footer {
	background: #000;
	color: #fff;
	margin-top: 40px;
}

.jc-footer a {
	color: inherit;
	text-decoration: none;
}

.jc-footer a:hover {
	text-decoration: underline;
}

.jc-footer-top {
	padding: 48px 0;
	display: grid;
	grid-template-columns: minmax(260px, 420px) 1fr;
	gap: 48px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

@media (max-width: 992px) {
	.jc-footer-top {
		grid-template-columns: 1fr;
		gap: 32px;
	}
}

.jc-footer-brand {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.jc-footer-logo {
	display: flex;
	align-items: center;
}

.jc-footer-logo-link {
	display: inline-flex;
	align-items: center;
}

.jc-footer-logo-img {
	max-width: 180px;
	height: auto;
	display: block;
}

.jc-footer-logo-text {
	font-family: Rajdhani;
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	line-height: 1;
}

.jc-footer-logo-text:hover {
	text-decoration: none;
	opacity: 0.9;
}

.jc-footer-contacts {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.jc-footer-contact-row {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.jc-footer-contact-static {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: Unbounded, sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
}

.jc-footer-contact-link {
	display: flex;
	gap: 8px;
	align-items: center;
}

.jc-footer-contact-phone {
	font-family: Unbounded, sans-serif;
	font-weight: 400;
	font-size: 24px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
}

.jc-footer-contact-address {
	font-family: Unbounded;
	font-weight: 400;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
}

.jc-footer-contact-links {
	font-family: Geologica;
	font-weight: 300;
	font-size: 15px;
	color: #fff;
}

.jc-footer-ico {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
}

.jc-footer-ico svg {
	width: 18px;
	height: 18px;
	display: block;
}

.jc-footer-social {
	display: flex;
	align-items: center;
}

.jc-footer-social-link {
	width: 32px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.jc-footer-social-link:hover {
	text-decoration: none;
	border-color: rgba(255, 255, 255, 0.45);
}

.jc-footer-social-link svg {
	width: 18px;
	height: 18px;
	display: block;
}

.jc-footer-columns {
	display: grid;
	grid-auto-flow: column;
	gap: 32px;
}

@media (max-width: 560px) {
	.jc-footer-columns {
		grid-auto-flow: row;
	}
}

.jc-footer-col-title {
	font-family: Unbounded;
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
	color: #E6E6E6;
	margin-bottom: 16px;
}

.jc-footer-links {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.jc-footer-links a {
	font-family: Unbounded;
	font-weight: 300;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
}

.jc-footer-links a:hover {
	color: #fff;
	text-decoration: underline;
}

.jc-footer-bottom {
	padding: 16px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

@media (max-width: 560px) {
	.jc-footer-bottom {
		flex-direction: column;
		align-items: flex-start;
	}
}

.jc-footer-powered {
	font-family: Unbounded, sans-serif;
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;
	color: rgba(255, 255, 255, 0.65);
}



.jc-catalog-overlay {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: var(--jc-header-offset, 0px);
	background: rgba(0, 0, 0, 0.35);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease;
	z-index: 900;
}

.jc-catalog-panel {
	position: fixed;
	left: 0;
	right: 0;
	top: var(--jc-header-offset, 0px);
	background: #fff;
	transform: translateY(-10px);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease, transform 0.2s ease;
	z-index: 950;
	border-bottom: 1px solid #E6E6E6;
	max-height: calc(100vh - var(--jc-header-offset, 0px));
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}


.jc-catalog-panel-inner {
	padding: 32px 0;
}

body.jc-catalog-open .jc-catalog-overlay {
	opacity: 1;
	pointer-events: auto;
}

body.jc-catalog-open .jc-catalog-panel {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

body.jc-catalog-open {
	overflow: auto;
}

.jc-catalog-cols {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
}

.jc-catalog-title {
	font-family: Unbounded;
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
	color: #747474;
	margin-bottom: 8px;
}

.jc-catalog-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.jc-catalog-item {
	display: flex;
	align-items: center;
	gap: 4px;
	
}

.jc-catalog-item-ico {
	width: 56px;
	height: 56px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 56px;
}

.jc-catalog-item-ico img {
	max-width: 56px;
	max-height: 56px;
	display: block;
}

.jc-catalog-item-title {
	text-decoration: none;
	color: #000;
	font-family: Unbounded, sans-serif;
	font-weight: 300;
	font-size: 15px;
}

.jc-catalog-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.jc-catalog-link {
	font-family: Unbounded, sans-serif;
	font-weight: 300;
	font-size: 15px;
	color: #000;
	padding: 8px 0;
}

.jc-catalog-link:hover {
	color: #000;
	text-decoration: underline;
}

.jc-catalog-promo {
	display: block;
	position: relative;
	text-decoration: none;
	color: #000;
}

.jc-catalog-promo-img {
	width: 100%;
	height: auto;
	display: block;
}

.jc-catalog-promo-text {
	position: absolute;
	left: 16px;
	top: 16px;
}

.jc-catalog-promo-btn {
	position: absolute;
	left: 50%;
	bottom: 16px;
	transform: translateX(-50%);
	background: #fff;
	color: #000;
	border: 2px solid #000;
	min-width: 225px;
	text-align: center;
	padding: 8px;
	white-space: nowrap;
	font-family: Unbounded, sans-serif;
	font-weight: 500;
	font-size: 15px;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

.jc-catalog-promo-btn:hover {
	background: #000;
	color: #fff;
}

.jc-catalog-loading {
	height: 140px;
	border: 1px solid #E6E6E6;
	background: linear-gradient(90deg, #f3f3f3 0%, #e9e9e9 40%, #f3f3f3 80%);
	background-size: 200% 100%;
	animation: jcShimmer 1.1s infinite linear;
}

@keyframes jcShimmer {
	0% { background-position: 200% 0; }
	100% { background-position: -200% 0; }
}

.jc-mobile-catalog {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #fff;
	transform: translateX(100%);
	transition: transform 0.2s ease;
	z-index: 2000;
	display: flex;
	flex-direction: column;
}

body.jc-mobile-catalog-open .jc-mobile-catalog {
	transform: translateX(0);
}

.jc-mobile-catalog-head {
	height: 56px;
	display: grid;
	grid-template-columns: 48px 1fr;
	align-items: center;
	border-bottom: 1px solid #E6E6E6;
	padding: 0 8px;
}

.jc-mobile-catalog-back {
	width: 48px;
	height: 48px;
	border: 0;
	background: transparent;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.jc-mobile-catalog-title {
	font-family: Unbounded, sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	color: #000;
}

.jc-mobile-catalog-body {
	padding: 12px 16px 16px 16px;
	overflow: auto;
}

.jc-catalog-mobile .jc-catalog-col-right {
	display: none;
}

@media (min-width: 992px) {
	.jc-catalog-panel-inner {
		padding: 0;
	}

	.jc-catalog-cols {
		grid-template-columns: 1.2fr 0.8fr 1fr;
		gap: 24px;
	}

	.jc-catalog-col-left {
		border-right: 1px solid #E6E6E6;
		padding: 32px 16px 16px 0;
	}

	.jc-catalog-col-center {
		padding: 32px 16px 16px 16px;
	}

	.jc-catalog-col-right {
		display: flex;
		justify-content: end;
	}

	body.jc-mobile-catalog-open .jc-mobile-catalog {
		transform: translateX(100%);
	}
}

#jc-header-catalog-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.jc-catalog-btn-arrow {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
	transition: transform 0.2s ease;
	margin-top: -5px;
}

body.jc-catalog-open .jc-catalog-btn-arrow {
	transform: rotate(-135deg);
	margin-top: 2px;
}

body.jc-mobile-catalog-open .jc-mobile-menu {
	pointer-events: none;
}

body.jc-mobile-catalog-open .jc-mobile-catalog {
	pointer-events: auto;
}

body.jc-catalog-open {
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	overflow: hidden;
}

.jc-action-item--cart,
.jc-mobile-cart--cart{
	position: relative;
}

.jc-cart-count{
	position: absolute;
	top: -6px;
	right: -6px;
	min-width: 22px;
	height: 22px;
	padding: 0 6px;
	border-radius: 999px;
	background: #000;
	color: #fff;
	font-family: Unbounded, sans-serif;
	font-weight: 500;
	font-size: 11px;
	line-height: 22px;
	text-align: center;
	white-space: nowrap;
}

body.jc-modal-open{
	overflow: hidden;
}

.jc-cart-modal{
	position: fixed;
	inset: 0;
	z-index: 2000;
	display: none;
}

.jc-cart-modal._open{
	display: block;
}

.jc-cart-modal__backdrop{
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,.45);
}

.jc-cart-modal__header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 12px;
	border-bottom: 1px solid #E6E6E6;
	flex: 0 0 auto;
}

.jc-cart-modal__title{
	font-family: Unbounded, sans-serif;
	font-weight: 400;
	font-size: 19px;
	text-transform: uppercase;
	color: #000;
}

.jc-cart-modal__close{
	border: 0;
	background: transparent;
	font-size: 24px;
	line-height: 24px;
	padding: 0;
	cursor: pointer;
	color: #000;
}

.jc-cart-modal__body{
	padding: 16px;
	font-family: Geologica, sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 22px;
	color: #000;
}

.jc-cart-modal__body a {
	color: inherit;
}

.jc-cart-modal__footer{
	display: flex;
	gap: 12px;
	padding: 12px;
	align-items: center;
}

.jc-cart-modal__total {
	font-family: Unbounded, sans-serif;
	font-weight: 500;
	font-size: 15px;
	text-transform: uppercase;
	color: #000;
}

.jc-cart-modal__btn{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 44px;
	padding: 0 16px;
	border: 2px solid #000;
	background: #000;
	color: #fff;
	text-decoration: none;
	font-family: Unbounded, sans-serif;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
	transition: all .3s ease;
}

.jc-cart-modal__btn:hover{
	background: #747474;
	border: 2px solid #747474;
	color: #fff;
	text-decoration: none;
}

.jc-cart-modal__btn--ghost{
	background: #fff;
	color: #000;
	transition: all .3s ease;
}

.jc-cart-modal__btn--ghost:hover{
	background: #000;
	border: 2px solid #000;
	color: #fff;
}

.jc-cart-lines{
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.jc-cart-line{
	display: flex;
    justify-content: space-between;
	align-items: center;
	gap: 12px;
}

.jc-cart-line__left {
	display: flex;
	align-items: center;
	gap: 12px;
	justify-content: space-between;
}

.jc-cart-line__img img{
	display: block;
	width: 48px;
	height: 48px;
	object-fit: cover;
}

.jc-cart-line__main{
	position: relative;
	min-width: 0;
}

.jc-cart-line__name{
	font-family: Unbounded, sans-serif;
	font-weight: 300;
	font-size: 15px;
	color: #000;
	text-decoration: none;
	margin-right: 8px;
}

.jc-cart-line__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.jc-qty{
	display: inline-flex;
	align-items: center;
	gap: 16px;
}

.jc-qty__btn{
	border: 0;
	background: #fff;
	font-size: 26px;
	cursor: pointer;
}

.jc-qty__input{
	font-family: Unbounded, sans-serif;
	font-weight: 300;
	font-size: 15px;
	color: #000000;
	padding: 8px 16px;
	border: 1px solid #747474;
	text-align: center;
	max-width: 56px;
}

.jc-cart-line__prices{
	text-align: right;
	white-space: nowrap;
}

.jc-cart-line__price{
	font-family: Geologica, sans-serif;
	font-weight: 300;
	font-size: 13px;
	line-height: 16px;
}

.jc-cart-line__total{
	font-family: Unbounded, sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	color: #000000;
}

.jc-cart-line__remove{
	width: 24px;
	height: 24px;
	border: 0;
	background: transparent;
	cursor: pointer;
	font-size: 22px;
	line-height: 22px;
	color: #000;
}

.jc-cart-totals{
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px solid #E6E6E6;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.jc-cart-totals__row{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	font-family: Geologica, sans-serif;
	font-weight: 300;
	font-size: 14px;
}

.jc-cart-actions{
	display: flex;
	gap: 12px;
	margin-top: 16px;
}

.jc-cart-actions__btn{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 44px;
	padding: 0 16px;
	border: 2px solid #000;
	background: #000;
	color: #fff;
	text-decoration: none;
	font-family: Unbounded, sans-serif;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
}

.jc-cart-actions__btn--ghost{
	background: #fff;
	color: #000;
}

.jc-cart-empty{
	font-family: Geologica, sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 22px;
}

.jc-cart-modal{
	position: fixed;
	inset: 0;
	z-index: 2000;
	display: none;
}

.jc-cart-modal._open{
	display: block;
}

.jc-cart-modal__backdrop{
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,.45);
	opacity: 0;
	transition: opacity .18s ease-out;
}

.jc-cart-modal__dialog{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(.96);
	width: min(750px, calc(100vw - 32px));
	max-height: min(78vh, 720px);
	background: #fff;
	opacity: 0;
	transition: transform .18s ease-out, opacity .18s ease-out;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.jc-cart-modal._open .jc-cart-modal__backdrop{
	opacity: 1;
}

.jc-cart-modal._open .jc-cart-modal__dialog{
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

.jc-cart-modal__body{
	flex: 1 1 auto;
	padding: 12px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.jc-cart-actions{
	position: sticky;
	bottom: 0;
	background: #fff;
	border-top: 1px solid #E6E6E6;
	padding-top: 12px;
	margin-top: 16px;
	display: flex;
	gap: 12px;
}

@media (max-width: 520px){
	.jc-cart-actions{
		flex-direction: column;
	}
	.jc-cart-actions__btn{
		width: 100%;
	}
}

.jc-cart-lines{
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.jc-cart-totals{
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px solid #E6E6E6;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.jc-cart-spinner{
	width: 32px;
	height: 32px;
	border: 2px solid rgba(0,0,0,.2);
	border-top-color: #000;
	border-radius: 50%;
	animation: jcSpin .7s linear infinite;
}

@keyframes jcSpin{
	to{ transform: rotate(360deg); }
}

.jc-cart-modal-loading{
	min-height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.jc-breadcrumbs {
	list-style: none;
	padding: 16px 0 18px;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.jc-breadcrumbs__item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.jc-breadcrumbs__item:after {
	content: "/";
	opacity: 0.45;
}

.jc-breadcrumbs__item:last-child:after {
	content: "";
}

.jc-breadcrumbs__item:not(:last-child) > a {
    text-decoration: underline;
}

.jc-breadcrumbs__link {
	font-family: Unbounded, sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
}

.jc-breadcrumbs__link:hover {
	opacity: 1;
	text-decoration: underline;
}

.jc-breadcrumbs__item:last-child .jc-breadcrumbs__link {
    color: #747474;
}

.ostriym-layout{display:grid;gap:24px}
.ostriym-layout.has-left.has-right{grid-template-columns:320px minmax(0,1fr) 320px}
.ostriym-layout.has-left:not(.has-right){grid-template-columns:320px minmax(0,1fr)}
.ostriym-layout.has-right:not(.has-left){grid-template-columns:minmax(0,1fr) 320px}
.ostriym-layout:not(.has-left):not(.has-right){grid-template-columns:minmax(0,1fr)}
.ostriym-sidebar{min-width:0}
.ostriym-main{min-width:0}
.ostriym-page-head{display:flex;flex-direction:column;gap:16px;margin:0 0 18px}
.ostriym-page-title{
	margin:20px 0;
	font-family: Unbounded, sans-serif;
	font-weight: 400;
	font-size: 32px;
	text-transform: uppercase;
	color: #000;
}

.ostriym-category-intro{}
.ostriym-category-thumb img{display:block;width:100%;height:auto;border-radius:12px}
.ostriym-category-desc{opacity:.9}
.ostriym-subcats{margin:8px 0 22px}
.ostriym-subcats-title{margin:0 0 12px}
.ostriym-subcats-grid{display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}
.ostriym-subcat-item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 14px;border-radius:12px;text-decoration:none;border:1px solid rgba(0,0,0,.08)}
.ostriym-subcat-item:hover{border-color:rgba(0,0,0,.18)}
.ostriym-toolbar{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:end;margin:0 0 16px}
.ostriym-toolbar-field > label {
	font-family: Unbounded, sans-serif;
	font-weight: 300;
	font-size: 15px;
	color: #747474;
	margin-right: 8px;
}
.ostriym-toolbar a{text-decoration:none}
.ostriym-field{display:flex;gap:10px;align-items:center}
.ostriym-field label{opacity:.8}
.ostriym-select{
	border-radius: 0;
	border: 0;
	font-family: Unbounded, sans-serif;
	font-weight: 300;
	font-size: 15px;
	color: #000;
	background-color: transparent;
	padding: 10px 0;
	cursor: pointer;
	text-align: center;
}
.ostriym-select-wrap{position:relative;display:inline-flex;align-items:center}



.ostriym-products-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(225px,1fr))}
@media (min-width: 768px) {
	.ostriym-products-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));}
}
.ostriym-pagination{display:flex;margin:32px 0;align-items:center;justify-content:center;}
.ostriym-empty{margin:0 0 16px;opacity:.85}
.ostriym-actions{display:flex;justify-content:flex-end}
.ostriym-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:12px 16px;border-radius:12px;text-decoration:none;border:1px solid rgba(0,0,0,.12)}
.ostriym-btn:hover{border-color:rgba(0,0,0,.22)}
@media (max-width:1100px){
.ostriym-layout.has-left.has-right{grid-template-columns:320px minmax(0,1fr)}
.ostriym-layout.has-left.has-right .ostriym-sidebar-right{display:none}
}
@media (max-width:860px){
.ostriym-layout.has-left:not(.has-right){grid-template-columns:minmax(0,1fr)}
.ostriym-layout.has-right:not(.has-left){grid-template-columns:minmax(0,1fr)}
.ostriym-sidebar{order:1}
.ostriym-main{order:2}
.ostriym-category-intro{grid-template-columns:minmax(0,1fr)}
.ostriym-category-thumb{max-width:220px}
}

.ostriym-pagination .pagination {
	display: flex;
	align-items: center;
	gap: 8px;
}

.ostriym-pagination .pagination>li>a, .pagination>li>span {
	padding: 8px 12px;
	border: 2px solid #000;
	font-family: Unbounded, sans-serif;
	font-weight: 500;
	font-size: 15px;
	text-transform: uppercase;
	color: #000;
	border-radius: 0;
	transition: all 0.3s ease;
}

.ostriym-pagination .pagination>.active>a, 
.ostriym-pagination .pagination>.active>a:focus, 
.ostriym-pagination .pagination>.active>a:hover, 
.ostriym-pagination .pagination>.active>span, 
.ostriym-pagination .pagination>.active>span:focus, 
.ostriym-pagination .pagination>li>a:hover,
.ostriym-pagination .pagination>li>span:hover {
	color: #fff;
	border: 2px solid #000;
	background-color: #000;
	border-radius: 0;
}