body.hssd-shop-design {
	--hssd-navy: #092f5d;
	--hssd-blue: #0f72cc;
	--hssd-text: #11223d;
	--hssd-muted: #6d7f98;
	--hssd-border: #cbdced;
	--hssd-line: #dfe8f2;
	--hssd-soft: #f1f6fc;
	--hssd-soft-blue: #eaf4ff;
	color: var(--hssd-text);
}

body.hssd-shop-design .shop-page-title {
	width: min(1470px, calc(100% - 30px));
	margin: 18px auto 24px;
	padding: 28px 0;
	overflow: hidden;
	border: 1px solid var(--hssd-border);
	border-radius: 24px;
	background: linear-gradient(135deg, #ffffff 0%, #edf6ff 100%) !important;
	box-shadow: 0 12px 34px rgba(30, 69, 111, .06);
	color: var(--hssd-text) !important;
	text-shadow: none !important;
}

body.hssd-shop-design .shop-page-title::before,
body.hssd-shop-design .shop-page-title::after {
	display: none !important;
}

body.hssd-shop-design .shop-page-title .page-title-bg {
	display: none !important;
}

body.hssd-shop-design .shop-page-title .page-title-inner,
body.hssd-shop-design .shop-page-title h1,
body.hssd-shop-design .shop-page-title a,
body.hssd-shop-design .shop-page-title .woocommerce-result-count {
	color: var(--hssd-navy) !important;
	text-shadow: none !important;
}

body.hssd-shop-design .shop-page-title h1 {
	font-size: clamp(29px, 3.5vw, 44px);
	font-weight: 800;
	letter-spacing: -.035em;
}

body.hssd-shop-design .shop-page-title .is-divider {
	background: var(--hssd-blue);
}

body.hssd-shop-design .shop-page-title select {
	min-height: 42px;
	padding: 8px 38px 8px 13px;
	border: 1px solid #bcd1e6;
	border-radius: 12px;
	background-color: #fff;
	box-shadow: none;
	color: var(--hssd-text);
}

body.hssd-shop-design .category-page-row {
	width: min(1470px, calc(100% - 30px));
	max-width: 1470px;
	margin: 0 auto;
}

body.hssd-shop-design #shop-sidebar .widget_product_categories,
body.hssd-shop-design .mfp-content .widget_product_categories {
	padding: 22px;
	border: 1px solid var(--hssd-border);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(30, 69, 111, .07);
}

body.hssd-shop-design .widget_product_categories .widget-title {
	display: block;
	margin-bottom: 18px;
	color: var(--hssd-navy);
	font-size: 14px;
	font-weight: 850;
	letter-spacing: .09em;
	line-height: 1.3;
	text-transform: uppercase;
}

body.hssd-shop-design .widget_product_categories .is-divider {
	display: none;
}

body.hssd-shop-design .widget_product_categories ul.product-categories,
body.hssd-shop-design .widget_product_categories ul.children {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

body.hssd-shop-design .widget_product_categories ul.children[hidden] {
	display: none !important;
}

body.hssd-shop-design .widget_product_categories li.cat-item {
	position: relative;
	margin: 0 0 7px;
	padding: 0;
	border: 0;
	list-style: none;
}

body.hssd-shop-design .widget_product_categories .product-categories > li {
	min-height: 48px;
	border: 1px solid var(--hssd-line);
	border-radius: 14px;
	background: #fff;
	transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

body.hssd-shop-design .widget_product_categories .product-categories > li:hover,
body.hssd-shop-design .widget_product_categories .product-categories > li.hssd-expanded {
	border-color: #b9d1e9;
	box-shadow: 0 7px 18px rgba(30, 69, 111, .06);
}

body.hssd-shop-design .widget_product_categories li > a {
	display: block;
	min-width: 0;
	padding: 13px 46px 13px 15px;
	border: 0;
	color: #53677f;
	font-size: 14px;
	font-weight: 650;
	line-height: 1.4;
	text-decoration: none;
	transition: color .18s ease, background .18s ease;
}

body.hssd-shop-design .widget_product_categories .product-categories > li > a {
	color: var(--hssd-text);
	font-weight: 760;
}

body.hssd-shop-design .widget_product_categories li > button.toggle {
	position: absolute;
	z-index: 2;
	top: 7px;
	right: 7px;
	display: grid;
	width: 34px;
	height: 34px;
	min-height: 34px;
	margin: 0;
	padding: 0;
	place-items: center;
	border: 0;
	border-radius: 10px;
	background: transparent;
	box-shadow: none;
	color: var(--hssd-blue);
	line-height: 1;
	text-transform: none;
}

body.hssd-shop-design .widget_product_categories li > button.toggle:hover,
body.hssd-shop-design .widget_product_categories li > button.toggle:focus-visible {
	background: var(--hssd-soft-blue);
	box-shadow: none;
	outline: 2px solid transparent;
}

body.hssd-shop-design .widget_product_categories li > button.toggle i {
	display: none;
}

body.hssd-shop-design .widget_product_categories li > button.toggle::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: translateY(-2px) rotate(45deg);
	transition: transform .18s ease;
}

body.hssd-shop-design .widget_product_categories li.hssd-expanded > button.toggle::before {
	transform: translateY(2px) rotate(225deg);
}

body.hssd-shop-design .widget_product_categories .product-categories > li > ul.children {
	margin: 0 9px 10px;
	padding: 6px;
	border-radius: 12px;
	background: #f8fbff;
}

body.hssd-shop-design .widget_product_categories ul.children li {
	margin-bottom: 2px;
}

body.hssd-shop-design .widget_product_categories ul.children li > a {
	min-height: 38px;
	padding: 9px 38px 9px 11px;
	border-radius: 9px;
	font-size: 13px;
	font-weight: 560;
}

body.hssd-shop-design .widget_product_categories ul.children ul.children {
	margin: 2px 0 5px 10px;
	padding-left: 8px;
	border-left: 1px solid #c8d9ea;
}

body.hssd-shop-design .widget_product_categories li.current-cat > a,
body.hssd-shop-design .widget_product_categories li.current-cat-parent > a,
body.hssd-shop-design .widget_product_categories li.current-cat-ancestor > a {
	background: var(--hssd-soft-blue);
	color: var(--hssd-navy);
	font-weight: 800;
}

body.hssd-shop-design .widget_product_categories li.current-cat > a {
	box-shadow: inset 3px 0 0 var(--hssd-blue);
}

body.hssd-shop-design .shop-container .products.row.hssd-product-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	width: 100%;
	margin: 0 !important;
}

body.hssd-shop-design .shop-container .products.row.hssd-product-grid > .product-small.col {
	display: block;
	width: auto !important;
	max-width: none !important;
	min-width: 0;
	margin: 0;
	padding: 0 !important;
	flex: none !important;
}

body.hssd-shop-design .hssd-product-card > .col-inner {
	height: 100%;
	overflow: hidden;
	border: 1px solid var(--hssd-border);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(30, 69, 111, .07);
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

body.hssd-shop-design .hssd-product-card:hover > .col-inner {
	border-color: #a9c9e7;
	box-shadow: 0 18px 38px rgba(30, 69, 111, .13);
	transform: translateY(-3px);
}

body.hssd-shop-design .hssd-product-card .product-small.box {
	display: flex;
	height: 100%;
	min-height: 0;
	flex-direction: column;
}

body.hssd-shop-design .hssd-product-card .box-image {
	width: auto !important;
	margin: 12px 12px 0;
	overflow: hidden;
	border-radius: 15px;
	background: linear-gradient(145deg, #f5f9fe 0%, #eaf4ff 100%);
}

body.hssd-shop-design .hssd-product-card .box-image > div,
body.hssd-shop-design .hssd-product-card .box-image a {
	height: 100%;
}

body.hssd-shop-design .hssd-product-card .box-image a {
	display: grid;
	place-items: center;
}

body.hssd-shop-design .hssd-product-card .box-image img {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	mix-blend-mode: multiply;
}

body.hssd-shop-design .hssd-product-card .box-text-products {
	display: flex;
	min-width: 0;
	padding: 17px 18px 18px;
	flex: 1 1 auto;
	flex-direction: column;
	text-align: left;
}

body.hssd-shop-design .hssd-product-card .title-wrapper {
	flex: 1 1 auto;
}

body.hssd-shop-design .hssd-product-card .product-cat {
	margin: 0 0 7px;
	color: var(--hssd-blue);
	font-size: 10px;
	font-weight: 850;
	letter-spacing: .06em;
	line-height: 1.35;
	text-transform: uppercase;
}

body.hssd-shop-design .hssd-product-card .product-title {
	margin: 0;
	font-size: 15px;
	font-weight: 750;
	line-height: 1.4;
}

body.hssd-shop-design .hssd-product-card .product-title a {
	display: -webkit-box;
	overflow: hidden;
	color: var(--hssd-text);
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

body.hssd-shop-design .hssd-product-card .price-wrapper {
	margin-top: 16px;
}

body.hssd-shop-design .hssd-product-card .price {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 8px;
	color: var(--hssd-navy);
	font-size: 18px;
	font-weight: 850;
}

body.hssd-shop-design .hssd-product-card .price small,
body.hssd-shop-design .hssd-product-card .woocommerce-price-suffix {
	color: var(--hssd-muted);
	font-size: 10px;
	font-weight: 650;
}

body.hssd-shop-design .hssd-product-card .add-to-cart-button {
	margin-top: 14px;
}

body.hssd-shop-design .hssd-product-card .add-to-cart-button .button {
	display: flex;
	width: 100%;
	min-height: 43px;
	margin: 0;
	padding: 10px 14px;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 12px;
	background: var(--hssd-blue);
	box-shadow: none;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	text-transform: none;
}

body.hssd-shop-design .hssd-product-card .add-to-cart-button .button:hover,
body.hssd-shop-design .hssd-product-card .add-to-cart-button .button:focus {
	background: var(--hssd-navy);
	box-shadow: none;
}

body.hssd-shop-design .hssd-product-card .badge-container {
	top: 20px;
	left: 20px;
}

body.hssd-shop-design .hssd-product-card .badge-inner {
	padding: 6px 9px;
	border-radius: 999px;
	background: var(--hssd-navy);
	color: #fff;
	font-size: 9px;
	font-weight: 800;
}

body.hssd-shop-design .hssd-product-card .quick-view {
	background: rgba(9, 47, 93, .92);
	font-size: 11px;
	font-weight: 750;
	text-transform: none;
}

body.hssd-shop-design .woocommerce-pagination ul.page-numbers li a,
body.hssd-shop-design .woocommerce-pagination ul.page-numbers li span {
	display: grid;
	min-width: 40px;
	height: 40px;
	place-items: center;
	border: 1px solid var(--hssd-border);
	border-radius: 11px;
}

body.hssd-shop-design .woocommerce-pagination ul.page-numbers li span.current {
	border-color: var(--hssd-blue);
	background: var(--hssd-blue);
	color: #fff;
}

@media (max-width: 1250px) {
	body.hssd-shop-design .shop-container .products.row.hssd-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 849px) {
	body.hssd-shop-design .shop-page-title {
		width: calc(100% - 22px);
		margin: 11px auto 18px;
		padding: 21px 0;
		border-radius: 19px;
	}

	body.hssd-shop-design .category-page-row {
		width: calc(100% - 22px);
	}

	body.hssd-shop-design .mfp-content .widget_product_categories {
		margin: 12px;
		padding: 17px;
		border-radius: 18px;
		box-shadow: none;
	}
}

@media (max-width: 620px) {
	body.hssd-shop-design .shop-container .products.row.hssd-product-grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 15px;
	}

	body.hssd-shop-design .hssd-product-card .product-small.box {
		display: grid;
		grid-template-columns: minmax(125px, 38%) minmax(0, 1fr);
	}

	body.hssd-shop-design .hssd-product-card .box-image {
		margin: 10px 0 10px 10px;
	}

	body.hssd-shop-design .hssd-product-card .box-text-products {
		padding: 14px;
	}

	body.hssd-shop-design .hssd-product-card .product-title {
		font-size: 13px;
	}

	body.hssd-shop-design .hssd-product-card .product-title a {
		-webkit-line-clamp: 3;
	}

	body.hssd-shop-design .hssd-product-card .price-wrapper {
		margin-top: 10px;
	}

	body.hssd-shop-design .hssd-product-card .price {
		font-size: 15px;
	}

	body.hssd-shop-design .hssd-product-card .add-to-cart-button {
		margin-top: 10px;
	}

	body.hssd-shop-design .hssd-product-card .add-to-cart-button .button {
		min-height: 39px;
		padding: 8px 10px;
	}
}

@media (max-width: 380px) {
	body.hssd-shop-design .hssd-product-card .product-small.box {
		display: flex;
	}

	body.hssd-shop-design .hssd-product-card .box-image {
		margin: 10px 10px 0;
	}
}
