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

.sub-header {
	border-bottom: 1px solid #e6e6e6;
	background: #fff;
}

.sub-header__top {
	height: 37px;
	border-bottom: 1px solid #f1f1f1;
}

.sub-header__inner {
	width: min(calc(100% - 40px), 1280px);
	margin: auto;
}

.sub-header__naver {
	display: flex;
	height: 37px;
	align-items: center;
	gap: 14px;
	color: #aaa;
	font-size: 11px;
	font-weight: 800;
}

.handskin-topbar-account {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-left: auto;
}

.handskin-topbar-hotline + .handskin-topbar-account {
	margin-left: 0;
}

.handskin-topbar-hotline {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-left: auto;
	color: #555;
	font-size: 11px;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

.handskin-topbar-hotline span {
	color: #999;
	font-weight: 800;
	text-transform: uppercase;
}

.handskin-topbar-hotline strong {
	color: #171717;
	font-weight: 800;
}

.handskin-topbar-hotline:hover strong {
	color: #ed6b8f;
}

.handskin-topbar-account a {
	color: #777;
	font-weight: 600;
	text-decoration: none;
}

.handskin-topbar-account a:hover {
	color: #111;
}

.sub-header__main {
	position: relative;
	z-index: 30;
	display: flex;
	min-height: 113px;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.sub-header__subscriber,
.sub-header__actions,
.store-header__actions,
.handskin-header-links {
	display: flex;
	align-items: center;
	gap: 12px;
}

.sub-header__actions,
.store-header__actions {
	position: relative;
	z-index: 120;
}

.sub-header__subscriber {
	font-size: 12px;
}

.sub-header__subscribe {
	padding: 10px 18px;
	border-radius: 22px;
	background: #262626;
	color: #fff;
}

.sub-header__logo-link {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.sub-header__logo {
	display: block;
	width: 153px;
}

.sub-header__search,
.store-header__search {
	display: flex;
	width: 218px;
	height: 42px;
	align-items: center;
	padding: 0 14px;
	border: 1px solid #ddd;
	border-radius: 24px;
	background: rgb(255 255 255 / 68%);
}

.sub-header__search input[type="search"],
.store-header__search input[type="search"] {
	min-width: 0;
	flex: 1;
	border: 0;
	outline: 0;
	background: transparent;
	font-size: 12px;
}

.sub-header__search button,
.store-header__search button {
	padding: 5px;
	border: 0;
	background: transparent;
	color: #111;
}

.handskin-search-icon {
	display: block;
	width: 15px;
	height: 15px;
	border: 2px solid currentColor;
	border-radius: 50%;
}

.handskin-header-action {
	font-size: 12px;
	font-weight: 700;
	white-space: nowrap;
}

.handskin-language-switcher {
	position: relative;
	z-index: 130;
}

.handskin-language-switcher::after {
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	height: 10px;
	content: "";
}

.handskin-language-switcher__button {
	display: inline-flex;
	height: 32px;
	align-items: center;
	gap: 6px;
	padding: 0 9px;
	border: 1px solid #dedede;
	border-radius: 6px;
	background: #fff;
	color: #222;
	cursor: pointer;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
}

.handskin-language-switcher__button i {
	width: 6px;
	height: 6px;
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
	transform: translateY(-2px) rotate(45deg);
}

.handskin-language-switcher__menu {
	position: absolute;
	top: 30px;
	right: 0;
	z-index: 9999;
	min-width: 118px;
	padding: 6px;
	border: 1px solid #e6e6e6;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 12px 26px rgb(0 0 0 / 10%);
	opacity: 0;
	pointer-events: none;
	transform: translateY(4px);
	transition: opacity .18s ease, transform .18s ease;
}

.handskin-language-switcher:hover ~ .header-menu-toggle,
.handskin-language-switcher:focus-within ~ .header-menu-toggle,
.handskin-language-switcher.is-open ~ .header-menu-toggle {
	opacity: .25;
	pointer-events: none;
}

.store-header:has(.handskin-language-switcher:hover) .primary-nav-toggle,
.store-header:has(.handskin-language-switcher:focus-within) .primary-nav-toggle,
.store-header:has(.handskin-language-switcher.is-open) .primary-nav-toggle,
.sub-header:has(.handskin-language-switcher:hover) .primary-nav-toggle,
.sub-header:has(.handskin-language-switcher:focus-within) .primary-nav-toggle,
.sub-header:has(.handskin-language-switcher.is-open) .primary-nav-toggle {
	opacity: 0;
	pointer-events: none;
}

.handskin-language-switcher:hover .handskin-language-switcher__menu,
.handskin-language-switcher:focus-within .handskin-language-switcher__menu,
.handskin-language-switcher.is-open .handskin-language-switcher__menu {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.handskin-language-switcher__menu a {
	display: block;
	padding: 8px 9px;
	border-radius: 6px;
	color: #333;
	font-size: 12px;
	font-weight: 700;
	white-space: nowrap;
}

.handskin-language-switcher__menu a:hover,
.handskin-language-switcher__menu a.is-active {
	background: #f5f5f5;
	color: #111;
}

.handskin-header-cart {
	display: flex;
	align-items: center;
	gap: 4px;
}

.handskin-header-cart span {
	display: grid;
	width: 19px;
	height: 19px;
	place-items: center;
	border-radius: 50%;
	background: #111;
	color: #fff;
	font-size: 10px;
}

.sub-nav {
	height: 67px;
	overflow-x: auto;
}

.sub-nav__list {
	display: grid;
  grid-template-columns: repeat(5, max-content);
  gap: 0 30px;
  list-style: none;
}

.sub-nav__link,
.sub-nav__list a {
	display: block;
	padding: 22px 0 10px;
	font-size: 14px;
	white-space: nowrap;
}

.store-nav__list a {
	display: block;
	padding: 23px 0 10px;
	font-size: 14px;
	white-space: nowrap;
}
.store-nav__link:hover{
	font-weight: 700;
}
.store-header__actions {
	margin-left: auto;
}

.admin-bar .store-header {
	top: 32px;
}

.store-hero__slides,
.store-hero__slide,
.store-hero__slide > a,
.store-hero__slide picture {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.store-hero__slide {
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.45s ease, visibility 0.45s ease;
}

.store-hero__slide--active {
	visibility: visible;
	opacity: 1;
}

.store-hero__dot {
	border: 0;
	cursor: pointer;
}

.store-footer {
	padding: 55px max(30px, calc((100% - 1280px) / 2));
	background: #222;
	color: #aaa;
	font-size: 12px;
	line-height: 2;
}

.store-footer__inner {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 32px;
}

.store-footer__brand {
	color: #fff;
	font-size: 17px;
}

.store-footer__links,
.store-footer__links ul {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

@media (max-width: 1000px) {
	.sub-header__actions .handskin-header-links,
	.store-header__actions .handskin-header-links {
		display: none;
	}
}

@media (max-width: 800px) {
	.sub-header__subscriber span,
	.sub-header__search input,
	.store-header__search input {
		display: none;
	}

	.sub-header__search,
	.store-header__search {
		width: 42px;
		justify-content: center;
		padding: 0;
	}

	.sub-nav__list {
		gap: 24px;
	}

	.store-footer__inner {
		display: block;
	}

	.store-footer__links {
		margin-top: 20px;
	}
}

@media (max-width: 782px) {
	.admin-bar .store-header {
		top: 46px;
	}
}

/* Expanded cosmetics footer */
.store-footer.store-footer {
	padding: 0;
	border-top: 1px solid #eee;
	background: #fff;
	color: #695a60;
	font-size: 13px;
	line-height: 1.75;
}

.store-footer.store-footer .store-footer__inner {
	display: grid;
	width: min(calc(100% - 40px), 1280px);
	margin: 0 auto;
	padding: 58px 0 44px;
	align-items: start;
	grid-template-columns: 1.5fr 1.15fr .9fr .8fr;
	gap: 48px;
}

.store-footer.store-footer .store-footer__brand {
	display: block;
	margin-bottom: 14px;
	color: #442a34;
	font-family: inherit;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: .04em;
}

.store-footer__title {
    margin: 0 0 16px;
    color: #4b2834;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.store-footer__column p {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0 0 10px;
}

.store-footer__column i {
	width: 16px;
	margin-top: 6px;
	color: #d76d90;
	text-align: center;
}

.store-footer__column a {
	color: inherit;
	text-decoration: none;
}

.store-footer__copy {
	color: #7c6c72;
}

.store-footer.store-footer .store-footer__links,
.store-footer.store-footer .store-footer__links ul {
	display: grid;
	gap: 9px;
}

.store-footer__links a:hover,
.store-footer__column a:hover {
	color: #bd4f73;
}

.store-footer__socials {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.store-footer__socials a {
	display: grid;
	width: 38px;
	height: 38px;
	border: 1px solid #e9cdd7;
	border-radius: 50%;
	background: #fff;
	place-items: center;
}

.store-footer__socials i {
	width: auto;
	margin: 0;
}

.store-footer__trade-title {
	margin-top: 28px;
}

.store-footer__trade img {
	display: block;
	width: 150px;
	max-height: 58px;
	object-fit: contain;
	object-position: left center;
}

.store-footer__bottom {
	padding: 17px 20px;
	border-top: 1px solid #eee;
	color: #9a898f;
	text-align: center;
}

.store-footer__bottom p {
	margin: 0;
}

@media (max-width: 1000px) {
	.store-footer.store-footer .store-footer__inner {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.store-footer.store-footer .store-footer__inner {
		grid-template-columns: 1fr;
		gap: 32px;
		padding: 40px 0 32px;
	}
}

/* Header side menu and responsive scale */
.header-menu-toggle {
	display: none;
	width: 42px;
	height: 42px;
	padding: 10px;
	border: 1px solid rgb(0 0 0 / 15%);
	border-radius: 50%;
	background: rgb(255 255 255 / 72%);
	cursor: pointer;
	place-content: center;
	gap: 4px;
}

.header-menu-toggle span {
	display: block;
	width: 18px;
	height: 1.5px;
	background: #241d20;
}

.header-side-menu {
	position: fixed;
	inset: 0;
	z-index: 1000;
	pointer-events: none;
	visibility: hidden;
}

.admin-bar .header-side-menu {
	top: 32px;
}

.header-side-menu__backdrop {
	position: absolute;
	inset: 0;
	border: 0;
	background: rgb(36 24 29 / 42%);
	opacity: 0;
	transition: opacity .3s ease;
}

.header-side-menu__panel {
	position: absolute;
	top: 0;
	right: 0;
	overflow-y: auto;
	width: min(420px, 90vw);
	height: 100%;
	padding: 26px 28px 34px;
	background: #fff;
	box-shadow: -20px 0 60px rgb(49 28 36 / 16%);
	transform: translateX(100%);
	transition: transform .35s ease;
}


.header-side-menu--open {
	pointer-events: auto;
	visibility: visible;
}

.header-side-menu--open .header-side-menu__backdrop {
	opacity: 1;
}

.header-side-menu--open .header-side-menu__panel {
	transform: translateX(0);
}

.side-menu-open {
	overflow: hidden;
}

.header-side-menu__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 22px;
	border-bottom: 1px solid #eee;
}

.header-side-menu__top img {
	display: block;
	width: 125px;
}

.header-side-menu__close {
	position: relative;
	width: 38px;
	height: 38px;
	border: 1px solid #eee;
	border-radius: 50%;
	background: #fff;
}

.header-side-menu__close::before,
.header-side-menu__close::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 1px;
	background: #222;
	content: "";
}

.header-side-menu__close::before { transform: translate(-50%, -50%) rotate(45deg); }
.header-side-menu__close::after { transform: translate(-50%, -50%) rotate(-45deg); }

.header-side-menu__search {
	display: flex;
	width: 100%;
	height: 44px;
	margin: 24px 0 12px;
	padding: 0 14px;
	border: 1px solid #e8dce0;
	border-radius: 24px;
	background: #fff9fa;
}

.header-side-menu__search input {
	min-width: 0;
	flex: 1;
	border: 0;
	outline: 0;
	background: transparent;
}

.header-side-menu__search button {
	border: 0;
	background: transparent;
}

.header-side-menu__list,
.header-side-menu__list .sub-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.header-side-menu__list > li {
	border-bottom: 1px solid #f0e8eb;
}

.header-side-menu__list > li > a {
	display: block;
	padding: 15px 26px 15px 0;
	color: #38262d;
	font-size: 15px;
	font-weight: 700;
}

.header-side-menu__list > .menu-item-has-children {
	position: relative;
}

.header-side-menu__list > .menu-item-has-children::after {
	position: absolute;
	top: 20px;
	right: 4px;
	width: 7px;
	height: 7px;
	border-right: 1px solid #7e6870;
	border-bottom: 1px solid #7e6870;
	content: "";
	transform: rotate(45deg);
	transition: transform .25s ease;
}

.header-side-menu__list .sub-menu {
	overflow: hidden;
	max-height: 0;
	padding-left: 14px;
	transition: max-height .35s ease, padding-bottom .35s ease;
}

.header-side-menu__list .sub-menu a {
	display: block;
	padding: 8px 0;
	color: #75646a;
	font-size: 13px;
}

.header-side-menu__list .side-submenu--open > .sub-menu {
	max-height: 500px;
	padding-bottom: 13px;
}

.header-side-menu__list .side-submenu--open::after {
	transform: translateY(4px) rotate(225deg);
}

.header-side-menu__actions {
	display: flex;
	margin-top: 26px;
	padding-top: 20px;
	border-top: 1px solid #eee;
}

.header-side-menu__actions .handskin-header-action {
	color: #38262d;
	font-size: 13px;
}

/* Laptop: 1200px - 1439px */
@media (max-width: 1439px) and (min-width: 1200px) {
	.sub-header__inner {
		width: min(calc(100% - 56px), 1180px);
	}
	.sub-header__main {
		min-height: 96px;
	}
	.sub-nav__list {
		gap: 0 22px;
	}
	.store-footer.store-footer .store-footer__inner {
		gap: 34px;
	}
}

/* Small laptop: 992px - 1199px, switch to side menu */
@media (max-width: 1199px) {
	.header-menu-toggle {
		display: grid;
	}
	.store-nav,
	.sub-nav {
		display: none;
	}
	.sub-header__top {
		height: 32px;
	}
	.sub-header__naver {
		height: 32px;
	}
	.sub-header__main {
		min-height: 88px;
	}
	.sub-header__logo {
		width: 132px;
	}
	.sub-header__search,
	.store-header__search {
		width: 190px;
	}
	.sub-header__subscriber span,
	.store-header__subscriber-count {
		display: none;
	}
	.store-footer.store-footer .store-footer__inner {
		grid-template-columns: 1.35fr 1fr 1fr;
		gap: 32px;
	}
	.store-footer__column:last-child {
		grid-column: 1 / -1;
	}
}

/* Tablet: 768px - 991px */
@media (max-width: 991px) {
	.sub-header__inner {
		width: calc(100% - 32px);
	}
	.sub-header__subscriber {
		display: none;
	}
	.sub-header__main {
		min-height: 76px;
	}
	.sub-header__logo-link {
		position: static;
		margin-right: auto;
		transform: none;
	}
	.sub-header__actions {
		margin-left: auto;
	}
	.sub-header__actions .handskin-header-links,
	.store-header__actions .handskin-header-links {
		display: flex;
	}
	.sub-header__search,
	.store-header__search {
		width: 42px;
		justify-content: center;
		padding: 0;
	}
	.sub-header__search input,
	.store-header__search input {
		display: none;
	}
	.store-footer.store-footer .store-footer__inner {
		grid-template-columns: repeat(2, 1fr);
		gap: 34px 28px;
	}
	.store-footer__column:last-child {
		grid-column: auto;
	}
}

/* Mobile: <= 767px */
@media (max-width: 767px) {
	.sub-header__top {
		display: none;
	}
	.sub-header__main {
		min-height: 66px;
	}
	.sub-header__logo {
		width: 112px;
	}
	.handskin-header-links , .store-header__search {
		display: none !important;
	}
	.handskin-cart-count {
		font-size: 10px;
	}
	.header-side-menu__panel {
		width: min(360px, 92vw);
		padding: 20px 20px 30px;
	}
	.store-footer.store-footer .store-footer__inner {
		grid-template-columns: 1fr;
		gap: 28px;
		padding: 38px 0 30px;
	}
	.store-footer.store-footer .store-footer__brand {
		font-size: 18px;
	}
	.store-footer__title {
		margin-bottom: 11px;
	}
	.home-section-title, .category-section__title{
		    margin-bottom: 20px !important;
	}
}

@media (max-width: 782px) {
	.admin-bar .header-side-menu {
		top: 46px;
	}
	/* .admin-bar .header-side-menu__panel {
		height: calc(100% - 46px);
	} */
}

.catalog-page {
	width: min(calc(100% - 96px), 1280px);
	margin: 48px auto 90px;
}

.catalog-page__banner {
	margin: 0 0 42px;
	overflow: hidden;
	background: #f8b5c1;
}

.catalog-page__banner img {
	width: 100%;
	aspect-ratio: 1280 / 450;
	object-fit: cover;
}

.catalog-page__title-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 22px;
}

.catalog-page .sub-title {
	margin: 0;
	color: #050505;
	font-size: clamp(24px, 2.2vw, 30px);
	font-weight: 700;
	line-height: 1.2;
}

.catalog-page .sub-title-row__path {
	color: #444;
	font-size: 12px;
	white-space: nowrap;
}

.catalog-filter {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 28px;
	margin-bottom: 34px;
	padding: 18px 0 20px;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
}

.catalog-filter__groups {
	display: flex;
	flex: 1;
	flex-wrap: wrap;
	gap: 22px 36px;
}

.catalog-filter__group {
	min-width: 220px;
	margin: 0;
	padding: 0;
	border: 0;
}

.catalog-filter__group legend,
.catalog-filter__sort label {
	margin-bottom: 10px;
	color: #111;
	font-size: 13px;
	font-weight: 800;
}

.catalog-filter__options {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.catalog-filter__choice {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-height: 34px;
	padding: 7px 12px;
	border: 1px solid #dedede;
	border-radius: 99px;
	background: #fff;
	color: #333;
	cursor: pointer;
	font-size: 13px;
	line-height: 1;
}

.catalog-filter__choice input {
	width: 14px;
	height: 14px;
	accent-color: #111;
}

.catalog-filter__sort {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-left: auto;
	white-space: nowrap;
}

.catalog-filter__sort label {
	margin: 0 2px 0 0;
}

.catalog-filter__sort select {
	min-width: 156px;
	height: 38px;
	padding: 0 34px 0 12px;
	border: 1px solid #d8d8d8;
	border-radius: 4px;
	background: #fff;
	color: #222;
	font-size: 13px;
}

.catalog-filter__submit,
.catalog-filter__reset {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 38px;
	padding: 0 15px;
	border: 1px solid #111;
	border-radius: 4px;
	background: #111;
	color: #fff;
	cursor: pointer;
	font-size: 13px;
	font-weight: 800;
}

.catalog-filter__reset {
	border-color: #d8d8d8;
	background: #fff;
	color: #555;
}

.catalog-page__grid {
	margin-top: 0;
}

.catalog-page__pagination {
	margin-top: 42px;
	text-align: center;
}

.catalog-page__empty {
	padding: 60px 0;
	border-top: 1px solid #eee;
}

@media (max-width: 991px) {
	.catalog-page {
		width: min(calc(100% - 32px), 1280px);
		margin-top: 32px;
	}
	.catalog-filter {
		align-items: stretch;
		flex-direction: column;
	}
	.catalog-filter__sort {
		flex-wrap: wrap;
		margin-left: 0;
		white-space: normal;
	}
}

@media (max-width: 767px) {
	.catalog-page__banner {
		margin-bottom: 28px;
	}
	.catalog-page__banner img {
		aspect-ratio: 16 / 7;
	}
	.catalog-page__title-row {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}
	.catalog-page .sub-title-row__path {
		white-space: normal;
	}
	.catalog-filter__groups,
	.catalog-filter__options {
		gap: 10px;
	}
	.catalog-filter__group {
		min-width: 100%;
	}
	.catalog-filter__sort select {
		flex: 1;
		min-width: 190px;
	}
}

.catalog-sort-bar {
	display: flex;
	align-items: center;
	gap: 0;
	margin: 0 0 24px;
	padding: 0 0 12px;
	border-bottom: 1px solid #ececec;
	overflow-x: auto;
	white-space: nowrap;
}

.catalog-sort-bar__link {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	color: #8a8a8a;
	font-size: 13px;
}

.catalog-sort-bar__link + .catalog-sort-bar__link::before {
	margin: 0 14px;
	color: #d6d6d6;
	font-weight: 400;
	content: "|";
}

.catalog-sort-bar__link.is-active {
	color: #111;
	font-weight: 700;
}

.catalog-layout {
	display: grid;
	grid-template-columns: 240px minmax(0, 1fr);
	gap: 34px;
	align-items: start;
}

.catalog-layout__filter {
	position: sticky;
	top: 18px;
}

.catalog-layout .catalog-filter {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}

.catalog-filter__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 14px;
	padding-bottom: 12px;
	border-bottom: 2px solid #111;
}

.catalog-filter__head strong {
	font-size: 16px;
}

.catalog-layout .catalog-filter__groups {
	display: block;
}

.catalog-layout .catalog-filter__group {
	min-width: 0;
	margin: 0 0 22px;
	padding: 0;
	border: 0;
}

.catalog-layout .catalog-filter__group legend {
	display: block;
	width: 100%;
	margin: 0 0 10px;
	color: #111;
	font-size: 13px;
	font-weight: 700;
}

.catalog-layout .catalog-filter__options {
	display: grid;
	gap: 9px;
}

.catalog-layout .catalog-filter__choice {
	display: flex;
	min-height: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #333;
	font-size: 13px;
	line-height: 1.35;
}

.catalog-layout .catalog-filter__choice input {
	flex: 0 0 auto;
	margin: 1px 0 0;
}

.catalog-layout .catalog-filter__submit {
	width: 100%;
	margin-top: 4px;
}

.catalog-layout .catalog-filter__reset {
	height: auto;
	padding: 0;
	border: 0;
	background: transparent;
	color: #777;
	font-size: 12px;
	font-weight: 700;
}

.catalog-results {
	position: relative;
	min-height: 260px;
	transition: opacity .18s ease;
}

.catalog-page.is-loading .catalog-results {
	opacity: .45;
	pointer-events: none;
}

.catalog-results__summary {
	margin-bottom: 16px;
	color: #777;
	font-size: 13px;
	text-align: right;
}

.catalog-page__grid.home-product-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 34px 20px;
}

.catalog-page__pagination .page-numbers {
	display: inline-flex;
	min-width: 34px;
	height: 34px;
	align-items: center;
	justify-content: center;
	margin: 0 2px;
	border: 1px solid #e5e5e5;
	color: #555;
	font-size: 13px;
}

.catalog-page__pagination .page-numbers.current {
	border-color: #111;
	background: #111;
	color: #fff;
}

.catalog-breadcrumb {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: #777;
	font-size: 12px;
	white-space: nowrap;
}

.catalog-breadcrumb > a {
	color: #777;
}

.catalog-breadcrumb__current {
	position: relative;
}

.catalog-breadcrumb__toggle {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #111;
	cursor: pointer;
	font-size: 12px;
	font-weight: 700;
}

.catalog-breadcrumb__toggle i,
.catalog-filter__group-toggle i {
	width: 6px;
	height: 6px;
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
	transform: translateY(-2px) rotate(45deg);
	transition: transform .18s ease;
}

.catalog-breadcrumb__current.is-open .catalog-breadcrumb__toggle i,
.catalog-filter__group.is-active .catalog-filter__group-toggle i {
	transform: translateY(2px) rotate(225deg);
}

.catalog-breadcrumb__menu {
	position: absolute;
	top: calc(100% + 14px);
	right: 0;
	z-index: 80;
	display: none;
	min-width: 242px;
	padding: 14px 0;
	border: 1px solid #222;
	background: #fff;
	box-shadow: 0 14px 30px rgb(0 0 0 / 10%);
}

.catalog-breadcrumb__current.is-open .catalog-breadcrumb__menu {
	display: block;
}

.catalog-breadcrumb__menu a {
	display: block;
	padding: 8px 24px;
	color: #666;
	font-size: 13px;
}

.catalog-breadcrumb__menu a:hover {
	background: #f7f7f7;
	color: #111;
}

.catalog-layout .catalog-filter__group {
	margin: 0;
	border-bottom: 1px solid #ececec;
}

.catalog-layout .catalog-filter__group legend {
	margin: 0;
}

.catalog-filter__group-toggle {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 14px 0;
	border: 0;
	background: transparent;
	color: #111;
	cursor: pointer;
	font-size: 13px;
	font-weight: 700;
	text-align: left;
}

.catalog-layout .catalog-filter__options {
	padding: 0 0 16px;
}

.catalog-layout .catalog-filter__group:not(.is-active) .catalog-filter__options {
	display: none;
}

.catalog-page__empty {
	display: grid;
	min-height: 260px;
	place-items: center;
	padding: 60px 20px;
	text-align: center;
}

.catalog-page__empty strong {
	display: block;
	margin-bottom: 8px;
	color: #111;
	font-size: clamp(22px, 3vw, 32px);
	font-weight: 700;
	line-height: 1.2;
}

.catalog-page__empty p {
	margin: 0 0 18px;
	color: #777;
	font-size: 14px;
}

.catalog-page__empty-reset {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 38px;
	padding: 0 16px;
	border: 1px solid #111;
	background: #111;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
}

@media (max-width: 991px) {
	.catalog-layout {
		grid-template-columns: 1fr;
		gap: 26px;
	}
	.catalog-layout__filter {
		position: static;
	}
	.catalog-layout .catalog-filter__options {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.catalog-page__grid.home-product-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.catalog-sort-bar {
		margin-bottom: 20px;
	}
	.catalog-layout .catalog-filter__options {
		grid-template-columns: 1fr;
	}
	.catalog-page__grid.home-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 26px 14px;
	}
	.catalog-results__summary {
		text-align: left;
	}
}

/* Primary navigation dropdowns and expandable items. */
.store-nav,
.sub-nav {
	position: relative;
	z-index: 5;
	padding-right: 100px;
	transition: max-height 0.45s ease, background-color 0.35s ease, box-shadow 0.35s ease;
}

.sub-nav {
	height: auto;

	overflow: visible;
}

.store-nav__list,
.sub-nav__list {
	flex-wrap: wrap;
}

.store-nav__list > .menu-item,
.sub-nav__list > .menu-item {
	position: relative;
}

.store-nav__list > .menu-item:nth-child(n + 6),
.sub-nav__list > .menu-item:nth-child(n + 6) {
	display: none;
}



.primary-nav--expanded .store-nav__list > .menu-item:nth-child(n + 6),
.primary-nav--expanded .sub-nav__list > .menu-item:nth-child(n + 6) {
	display: block;
	animation: handskin-nav-item-in 0.38s ease both;
}

.primary-nav-toggle {
	position: absolute;
	top: 18px;
	right: 0;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 5px 0;
	border: 0;
	background: transparent;
	color: #111;
	cursor: pointer;
	font-size: 13px;
	white-space: nowrap;
}

.primary-nav-toggle__icon {
	width: 7px;
	height: 7px;
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
	transform: translateY(-2px) rotate(45deg);
	transition: transform 0.35s ease;
}

.primary-nav--expanded .primary-nav-toggle__icon {
	transform: translateY(2px) rotate(225deg);
}

.store-nav__list > .menu-item-has-children > a::after,
.sub-nav__list > .menu-item-has-children > a::after {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 0 3px 7px;
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
	transform: rotate(45deg);
	transition: transform 0.25s ease;
	content: "";
}

.store-nav__list > .menu-item-has-children:hover > a::after,
.store-nav__list > .menu-item-has-children:focus-within > a::after,
.sub-nav__list > .menu-item-has-children:hover > a::after,
.sub-nav__list > .menu-item-has-children:focus-within > a::after {
	transform: translateY(3px) rotate(225deg);
}

.store-nav .sub-menu,
.sub-nav .sub-menu {
	position: absolute;
	top: calc(100% - 1px);
	left: 50%;
	z-index: 20;
	min-width: 182px;
	margin: 0;
	padding: 12px 14px 16px;
	border: 1px solid #eee;
	background: #fff;
	box-shadow: 0 12px 24px rgb(0 0 0 / 10%);
	list-style: none;
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, 9px);
	transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
	visibility: hidden;
}

.store-nav .sub-menu::before,
.sub-nav .sub-menu::before {
	position: absolute;
	top: -7px;
	left: 50%;
	width: 12px;
	height: 12px;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	background: #fff;
	content: "";
	transform: translateX(-50%) rotate(45deg);
}

.store-nav .menu-item-has-children:hover > .sub-menu,
.store-nav .menu-item-has-children:focus-within > .sub-menu,
.sub-nav .menu-item-has-children:hover > .sub-menu,
.sub-nav .menu-item-has-children:focus-within > .sub-menu {
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, 0);
	visibility: visible;
}

.store-nav .sub-menu a,
.sub-nav .sub-menu a {
	display: block;
	padding: 7px 0;
	font-size: 13px;
	font-weight: 400;
	white-space: nowrap;
}

.store-nav .sub-menu a:hover,
.store-nav .sub-menu a:focus,
.sub-nav .sub-menu a:hover,
.sub-nav .sub-menu a:focus {
	color: #e32767;
}

@keyframes handskin-nav-item-in {
	from {
		opacity: 0;
		transform: translateY(-8px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 800px) {
	.store-nav,
	.sub-nav {
		padding-right: 82px;
	}

	.primary-nav-toggle {
		right: 15px;
	}

	.store-nav .sub-menu,
	.sub-nav .sub-menu {
		left: 0;
		transform: translate(0, 9px);
	}

	.store-nav .menu-item-has-children:hover > .sub-menu,
	.store-nav .menu-item-has-children:focus-within > .sub-menu,
	.sub-nav .menu-item-has-children:hover > .sub-menu,
	.sub-nav .menu-item-has-children:focus-within > .sub-menu {
		transform: translate(0, 0);
	}

	.store-nav .sub-menu::before,
	.sub-nav .sub-menu::before {
		left: 22px;
	}
}
