.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;
	color: #aaa;
	font-size: 11px;
	font-weight: 800;
}

.sub-header__main {
	position: relative;
	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__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-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;
	}
}

/* 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;
	}
}
