:root {
	--dq-green: #4a5544;
	--dq-green-dark: #222d23;
	--dq-cream: #f5f3e9;
	--dq-beige: #e9e4da;
	--dq-muted: #8f948b;
	--dq-line: #d6d2ca;
	--dq-card: #eeeeee;
	--dq-white: #ffffff;
	--dq-black: #111111;
	--dq-accent: #c88719;
	--dq-font: "Noto Sans KR", "Apple SD Gothic Neo", sans-serif;
	--dq-font-en: "Montserrat", "Noto Sans KR", sans-serif;
}

body.dear24-register-action {
	background: #f6f7f4;
	color: #222d23;
	font-family: var(--dq-font);
}

body.dear24-register-action .page-title,
body.dear24-register-action .page-title-default,
body.dear24-register-action .wd-breadcrumbs,
body.dear24-register-action .woocommerce-form-login,
body.dear24-register-action .woocommerce-LostPassword {
	display: none !important;
}

body.dear24-register-action .main-page-wrapper {
	background: #f6f7f4;
}

body.dear24-register-action .site-content,
body.dear24-register-action .content-layout-wrapper,
body.dear24-register-action .wd-content-layout {
	width: 100% !important;
	max-width: none !important;
}

body.dear24-register-action .woocommerce-notices-wrapper {
	width: min(1120px, calc(100% - 32px));
	margin: 22px auto 0;
}

.dear24-register-view,
.dear24-register-view * {
	box-sizing: border-box;
}

.dear24-register-view {
	width: min(1120px, calc(100% - 32px));
	margin: 46px auto 70px;
}

.dear24-register-shell {
	display: grid;
	grid-template-columns: minmax(280px, 0.9fr) minmax(360px, 1.1fr);
	overflow: hidden;
	border: 1px solid rgba(34, 45, 35, 0.12);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 24px 70px rgba(34, 45, 35, 0.1);
}

.dear24-register-visual {
	position: relative;
	min-height: 680px;
	background: #e8eee8;
}

.dear24-register-visual img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dear24-register-visual::after {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(180deg, rgba(34, 45, 35, 0.04), rgba(34, 45, 35, 0.22));
	pointer-events: none;
}

.dear24-register-form-wrap {
	align-self: center;
	width: 100%;
	padding: 54px 58px;
}

.dear24-register-kicker {
	margin-bottom: 10px;
	color: #6f7b6d;
	font-family: var(--dq-font-en);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
}

.dear24-register-form-wrap h1 {
	margin: 0;
	color: #222d23;
	font-family: var(--dq-font);
	font-size: 34px;
	font-weight: 700;
	line-height: 1.22;
	letter-spacing: 0;
}

.dear24-register-lead {
	margin: 12px 0 28px;
	color: #667065;
	font-size: 15px;
	line-height: 1.7;
}

.dear24-register-form {
	margin: 0;
}

.dear24-register-form .form-row {
	float: none;
	width: 100%;
	margin: 0 0 16px;
	padding: 0;
}

.dear24-register-form label {
	display: block;
	margin-bottom: 7px;
	color: #273229;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
}

.dear24-register-form .required {
	color: #b65937;
}

.dear24-register-form input.input-text,
.dear24-register-form input[type="email"],
.dear24-register-form input[type="password"],
.dear24-register-form input[type="tel"],
.dear24-register-form input[type="text"] {
	width: 100%;
	min-height: 50px;
	border: 1px solid #d8ded7;
	border-radius: 6px;
	background: #fbfcfb;
	color: #1f2820;
	font-size: 15px;
	line-height: 1.4;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.dear24-register-form input.input-text:focus,
.dear24-register-form input[type="email"]:focus,
.dear24-register-form input[type="password"]:focus,
.dear24-register-form input[type="tel"]:focus,
.dear24-register-form input[type="text"]:focus {
	border-color: #4a5544;
	background: #ffffff;
	box-shadow: 0 0 0 3px rgba(74, 85, 68, 0.14);
	outline: none;
}

.dear24-register-email-note {
	margin: 0 0 16px;
	padding: 13px 14px;
	border: 1px solid #d8ded7;
	border-radius: 6px;
	background: #f5f8f5;
	color: #4f5b50;
	font-size: 13px;
	line-height: 1.55;
}

.dear24-register-submit-row {
	margin-top: 24px !important;
}

.dear24-register-form .woocommerce-form-register__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 52px;
	border: 0;
	border-radius: 6px;
	background: #222d23;
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}

.dear24-register-form .woocommerce-form-register__submit:hover,
.dear24-register-form .woocommerce-form-register__submit:focus {
	background: #4a5544;
	color: #ffffff;
}

.dear24-register-form .woocommerce-privacy-policy-text {
	margin: 18px 0 0;
	color: #6c746b;
	font-size: 12px;
	line-height: 1.65;
}

.dear24-register-form .woocommerce-privacy-policy-text a {
	color: #222d23;
	text-decoration: underline;
	text-underline-offset: 3px;
}

@media (max-width: 991px) {
	.dear24-register-view {
		width: min(720px, calc(100% - 28px));
		margin: 28px auto 54px;
	}

	.dear24-register-shell {
		grid-template-columns: 1fr;
	}

	.dear24-register-visual {
		min-height: 260px;
	}

	.dear24-register-form-wrap {
		padding: 36px 26px 40px;
	}

	.dear24-register-form-wrap h1 {
		font-size: 28px;
	}
}

@media (max-width: 480px) {
	body.dear24-register-action .woocommerce-notices-wrapper,
	.dear24-register-view {
		width: calc(100% - 20px);
	}

	.dear24-register-view {
		margin-top: 18px;
		margin-bottom: 38px;
	}

	.dear24-register-shell {
		border-radius: 6px;
	}

	.dear24-register-visual {
		min-height: 180px;
	}

	.dear24-register-form-wrap {
		padding: 28px 18px 32px;
	}

	.dear24-register-form-wrap h1 {
		font-size: 25px;
	}

	.dear24-register-lead {
		margin-bottom: 22px;
		font-size: 14px;
	}

	.dear24-register-form input.input-text,
	.dear24-register-form input[type="email"],
	.dear24-register-form input[type="password"],
	.dear24-register-form input[type="tel"],
	.dear24-register-form input[type="text"],
	.dear24-register-form .woocommerce-form-register__submit {
		min-height: 48px;
		font-size: 14px;
	}
}

body.deepqual-shop-front {
	background: var(--dq-white);
	color: var(--dq-green);
}

.whb-header {
	--wd-header-el-color: var(--dq-green-dark) !important;
	--wd-header-el-color-hover: var(--dq-green) !important;
	--wd-header-text-color: var(--dq-green-dark) !important;
}

.whb-header,
.whb-header a,
.whb-header .wd-nav > li > a,
.whb-header .wd-nav > li > a .nav-link-text,
.whb-header .wd-nav > li.menu-item-has-children > a::after,
.whb-header .wd-tools-element,
.whb-header .wd-tools-element > a,
.whb-header .wd-tools-element .wd-tools-text,
.whb-header .wd-tools-element .wd-tools-count,
.whb-header .wd-tools-element .wd-tools-icon,
.whb-header .wd-tools-element .wd-tools-icon::before,
.whb-header .wd-tools-element .wd-tools-icon::after,
.whb-header .wd-tools-element::before,
.whb-header .wd-tools-element::after,
.whb-header .wd-header-search a::before,
.whb-header .wd-header-search a::after,
.whb-header .wd-header-wishlist a::before,
.whb-header .wd-header-wishlist a::after,
.whb-header .wd-header-cart a::before,
.whb-header .wd-header-cart a::after,
.whb-header .wd-header-my-account a::before,
.whb-header .wd-header-my-account a::after,
.whb-header .wd-cart-number,
.whb-header .wd-cart-subtotal,
.whb-header .wd-cart-subtotal .amount,
.whb-header .amount,
.whb-header .whb-divider-element,
.whb-header .wd-header-divider,
.whb-header svg,
.whb-header svg * {
	color: var(--dq-green-dark) !important;
	fill: var(--dq-green-dark) !important;
	stroke: var(--dq-green-dark) !important;
}

.whb-header a:hover,
.whb-header .wd-nav > li:hover > a,
.whb-header .wd-tools-element:hover,
.whb-header .wd-tools-element:hover > a,
.whb-header .wd-tools-element:hover .wd-tools-icon::before {
	color: var(--dq-green) !important;
	fill: var(--dq-green) !important;
	stroke: var(--dq-green) !important;
}

.whb-header .wd-tools-element .wd-tools-count,
.whb-header .wd-cart-number {
	border-color: var(--dq-green-dark) !important;
}

.whb-header .wd-header-divider,
.whb-header .whb-divider-element {
	background-color: rgba(34, 45, 35, 0.18) !important;
}

@media (min-width: 1025px) {
	.wd-header-main-nav #menu-item-28970 > .wd-dropdown-menu.wd-design-default {
		width: 460px;
		padding: 20px 22px;
		border: 1px solid rgba(34, 45, 35, 0.12);
		border-radius: 8px;
		background: #ffffff;
		box-shadow: 0 18px 40px rgba(34, 45, 35, 0.14);
	}

	.wd-header-main-nav #menu-item-28970 > .wd-dropdown-menu.wd-design-default > .container {
		width: auto;
		padding: 0;
	}

	.wd-header-main-nav #menu-item-28970 > .wd-dropdown-menu .wd-sub-menu {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px 28px;
	}

	.wd-header-main-nav #menu-item-28970 > .wd-dropdown-menu .wd-sub-menu > li {
		margin: 0;
	}

	.wd-header-main-nav #menu-item-28970 > .wd-dropdown-menu .wd-sub-menu > li > a {
		margin: 0 0 8px;
		padding: 0 0 10px;
		border-bottom: 1px solid rgba(34, 45, 35, 0.12);
		color: var(--dq-green-dark);
		font-size: 14px;
		font-weight: 700;
		line-height: 1.2;
	}

	.wd-header-main-nav #menu-item-28970 > .wd-dropdown-menu.wd-design-default .menu-item-has-children > a::after {
		display: none;
	}

	.wd-header-main-nav #menu-item-28970 > .wd-dropdown-menu .sub-sub-menu {
		position: static !important;
		display: flex;
		flex-direction: column;
		gap: 2px;
		width: auto;
		margin: 0;
		padding: 0;
		visibility: visible !important;
		opacity: 1 !important;
		background: transparent;
		box-shadow: none;
		transform: none !important;
		pointer-events: auto;
	}

	.wd-header-main-nav #menu-item-28970 > .wd-dropdown-menu .sub-sub-menu::after {
		display: none;
	}

	.wd-header-main-nav #menu-item-28970 > .wd-dropdown-menu .sub-sub-menu li > a {
		padding: 6px 0;
		color: #5d665b;
		font-size: 13px;
		font-weight: 500;
		line-height: 1.3;
	}

	.wd-header-main-nav #menu-item-28970 > .wd-dropdown-menu .sub-sub-menu li > a:hover {
		color: var(--dq-green-dark);
	}
}

.product-labels .product-label.onsale,
.product-labels .product-label.out-of-stock,
.wd-product .wd-product-stock,
.wd-product .stock,
.single-product .summary-inner > p.stock,
.single-product .woocommerce-variation-availability,
.single-product .wd-single-stock-status,
.single-product .wd-sticky-btn p.stock {
	display: none !important;
}

body.post-type-archive-product .wd-page-title .wd-btn-show-cat,
body.post-type-archive-product .wd-page-title .wd-nav-product-cat,
body.tax-product_cat .wd-page-title .wd-btn-show-cat,
body.tax-product_cat .wd-page-title .wd-nav-product-cat,
body.tax-product_brand .wd-page-title .wd-btn-show-cat,
body.tax-product_brand .wd-page-title .wd-nav-product-cat {
	display: none !important;
}

body.post-type-archive-product .wd-content-layout.content-layout-wrapper,
body.tax-product_cat .wd-content-layout.content-layout-wrapper,
body.tax-product_brand .wd-content-layout.content-layout-wrapper {
	box-sizing: border-box;
	width: 100vw !important;
	max-width: 100vw !important;
	margin-right: calc(50% - 50vw) !important;
	margin-left: calc(50% - 50vw) !important;
	padding-right: clamp(16px, 3vw, 42px) !important;
	padding-left: clamp(16px, 3vw, 42px) !important;
}

body.post-type-archive-product .wd-content-area.site-content,
body.tax-product_cat .wd-content-area.site-content,
body.tax-product_brand .wd-content-area.site-content {
	display: grid !important;
	width: 100%;
	max-width: none !important;
	grid-template-columns: minmax(230px, 300px) minmax(0, 1fr);
	gap: 0 clamp(24px, 2.6vw, 46px);
	align-items: start;
}

body.post-type-archive-product .wd-content-area.site-content > *,
body.tax-product_cat .wd-content-area.site-content > *,
body.tax-product_brand .wd-content-area.site-content > * {
	grid-column: 2;
	min-width: 0;
}

body.post-type-archive-product .wd-content-area.site-content > .dear24-shop-category-nav,
body.tax-product_cat .wd-content-area.site-content > .dear24-shop-category-nav,
body.tax-product_brand .wd-content-area.site-content > .dear24-shop-category-nav {
	grid-column: 1 / -1;
	grid-row: 1;
}

body.post-type-archive-product .wd-content-area.site-content > .dear24-shop-sidebar-nav,
body.tax-product_cat .wd-content-area.site-content > .dear24-shop-sidebar-nav,
body.tax-product_brand .wd-content-area.site-content > .dear24-shop-sidebar-nav {
	grid-column: 1;
	grid-row: 2 / span 60;
}

body.tax-product_cat .wd-content-area.site-content > .dear24-category-brand-module,
body.tax-product_brand .wd-content-area.site-content > .dear24-category-brand-module {
	display: none !important;
}

.dear24-shop-category-nav,
.dear24-shop-category-nav * {
	box-sizing: border-box;
}

.dear24-shop-category-nav {
	margin: 0 0 30px;
	color: var(--dq-green-dark);
	font-family: var(--dq-font);
}

.dear24-shop-category-nav__inner {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	padding: 10px 0;
	overflow-x: auto;
	scrollbar-width: thin;
}

.dear24-shop-category-nav__all,
.dear24-shop-category-nav__parent {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	min-width: 136px;
	min-height: 52px;
	padding: 0 24px;
	border: 1px solid rgba(34, 45, 35, 0.12);
	border-radius: 8px;
	background: #ffffff;
	color: var(--dq-green-dark);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.dear24-shop-category-nav__all:hover,
.dear24-shop-category-nav__all.is-active,
.dear24-shop-category-nav__parent:hover,
.dear24-shop-category-nav__parent.is-active {
	background: #f1f3ef;
	border-color: rgba(34, 45, 35, 0.2);
	color: var(--dq-green-dark);
}

.dear24-shop-category-nav__subpanel {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	margin-top: 8px;
	padding: 12px 14px;
	border: 1px solid rgba(34, 45, 35, 0.12);
	border-radius: 8px;
	background: #fbfcfa;
}

.dear24-shop-category-nav__subhead {
	display: flex;
	flex: 0 0 auto;
	flex-direction: column;
	justify-content: center;
	gap: 7px;
	min-width: 118px;
	padding: 2px 14px 2px 0;
	border-right: 1px solid rgba(34, 45, 35, 0.12);
}

.dear24-shop-category-nav__subeyebrow {
	color: #8b9389;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
}

.dear24-shop-category-nav__subparent {
	color: var(--dq-green-dark);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.25;
	text-decoration: none;
	white-space: nowrap;
}

.dear24-shop-category-nav__subparent:hover,
.dear24-shop-category-nav__subparent.is-active {
	color: var(--dq-green-dark);
	text-decoration: underline;
	text-underline-offset: 4px;
}

.dear24-shop-category-nav__children {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.dear24-shop-category-nav__children li {
	display: block;
}

.dear24-shop-category-nav__children a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 7px 12px;
	border: 1px solid rgba(34, 45, 35, 0.1);
	border-radius: 6px;
	background: #ffffff;
	color: #5d665b;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
}

.dear24-shop-category-nav__children a:hover,
.dear24-shop-category-nav__children li.is-active a {
	border-color: rgba(34, 45, 35, 0.22);
	background: #f1f3ef;
	color: var(--dq-green-dark);
}

.dear24-shop-sidebar-nav,
.dear24-shop-sidebar-nav * {
	box-sizing: border-box;
}

.dear24-shop-sidebar-nav {
	position: sticky;
	top: 110px;
	max-height: calc(100vh - 130px);
	margin: 0 0 32px;
	padding: 18px 16px;
	overflow: auto;
	border: 1px solid rgba(34, 45, 35, 0.12);
	border-radius: 8px;
	background: #ffffff;
	color: var(--dq-green-dark);
	font-family: var(--dq-font);
	scrollbar-width: thin;
}

.dear24-shop-sidebar-nav__section + .dear24-shop-sidebar-nav__section {
	margin-top: 22px;
	padding-top: 20px;
	border-top: 1px solid rgba(34, 45, 35, 0.1);
}

.dear24-shop-sidebar-nav h2 {
	margin: 0 0 12px;
	color: var(--dq-green-dark);
	font-family: var(--dq-font);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0;
}

.dear24-shop-sidebar-nav__all,
.dear24-shop-sidebar-nav__item > a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
	min-height: 34px;
	padding: 7px 8px;
	border-radius: 6px;
	color: #3b453a;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.35;
	text-decoration: none;
	transition: background-color 0.18s ease, color 0.18s ease;
}

.dear24-shop-sidebar-nav__all:hover,
.dear24-shop-sidebar-nav__item > a:hover,
.dear24-shop-sidebar-nav__all.is-active,
.dear24-shop-sidebar-nav__item.is-active > a {
	background: #f1f3ef;
	color: var(--dq-green-dark);
}

.dear24-shop-sidebar-nav__list,
.dear24-shop-sidebar-nav__sublist {
	margin: 0;
	padding: 0;
	list-style: none;
}

.dear24-shop-sidebar-nav__sublist {
	margin: 4px 0 10px 8px;
	padding-left: 10px;
	border-left: 1px solid rgba(34, 45, 35, 0.1);
}

.dear24-shop-sidebar-nav__item.has-children > .dear24-shop-sidebar-nav__sublist {
	display: none;
}

.dear24-shop-sidebar-nav__item.has-children.is-active > .dear24-shop-sidebar-nav__sublist,
.dear24-shop-sidebar-nav__item.has-children.is-open > .dear24-shop-sidebar-nav__sublist {
	display: block;
}

.dear24-shop-sidebar-nav__item {
	margin: 1px 0;
}

.dear24-shop-sidebar-nav__item.has-children > a .dear24-shop-sidebar-nav__name {
	position: relative;
	padding-left: 14px;
}

.dear24-shop-sidebar-nav__item.has-children > a {
	cursor: pointer;
}

.dear24-shop-sidebar-nav__item.has-children > a .dear24-shop-sidebar-nav__name::before {
	position: absolute;
	top: 50%;
	left: 1px;
	width: 6px;
	height: 6px;
	border: solid currentColor;
	border-width: 0 1px 1px 0;
	content: "";
	transform: translateY(-50%) rotate(-45deg);
}

.dear24-shop-sidebar-nav__item.has-children.is-active > a .dear24-shop-sidebar-nav__name::before,
.dear24-shop-sidebar-nav__item.has-children.is-open > a .dear24-shop-sidebar-nav__name::before {
	transform: translateY(-60%) rotate(45deg);
}

.dear24-shop-sidebar-nav__item--depth-1 > a,
.dear24-shop-sidebar-nav__item--depth-2 > a,
.dear24-shop-sidebar-nav__item--depth-3 > a {
	min-height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #667064;
	font-size: 12px;
	font-weight: 400;
}

.dear24-shop-sidebar-nav__name {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dear24-shop-sidebar-nav__count {
	flex: 0 0 auto;
	color: #9aa096;
	font-family: var(--dq-font-en);
	font-size: 11px;
	font-weight: 600;
	line-height: 1;
}

body.woocommerce-shop .dear24-shop-category-nav small,
body.post-type-archive-product .dear24-shop-category-nav small,
body.tax-product_cat .dear24-shop-category-nav small,
body.tax-product_tag .dear24-shop-category-nav small,
body.tax-product_brand .dear24-shop-category-nav small,
body.woocommerce-shop .dear24-shop-sidebar-nav__count,
body.post-type-archive-product .dear24-shop-sidebar-nav__count,
body.tax-product_cat .dear24-shop-sidebar-nav__count,
body.tax-product_tag .dear24-shop-sidebar-nav__count,
body.tax-product_brand .dear24-shop-sidebar-nav__count,
body.woocommerce-shop .wd-nav-product-cat .nav-link-count,
body.post-type-archive-product .wd-nav-product-cat .nav-link-count,
body.tax-product_cat .wd-nav-product-cat .nav-link-count,
body.tax-product_tag .wd-nav-product-cat .nav-link-count,
body.tax-product_brand .wd-nav-product-cat .nav-link-count,
body.woocommerce-shop .widget_product_categories .count,
body.post-type-archive-product .widget_product_categories .count,
body.tax-product_cat .widget_product_categories .count,
body.tax-product_tag .widget_product_categories .count,
body.tax-product_brand .widget_product_categories .count,
body.woocommerce-shop .widget_layered_nav .count,
body.post-type-archive-product .widget_layered_nav .count,
body.tax-product_cat .widget_layered_nav .count,
body.tax-product_tag .widget_layered_nav .count,
body.tax-product_brand .widget_layered_nav .count,
body.woocommerce-shop .wc-layered-nav-term .count,
body.post-type-archive-product .wc-layered-nav-term .count,
body.tax-product_cat .wc-layered-nav-term .count,
body.tax-product_tag .wc-layered-nav-term .count,
body.tax-product_brand .wc-layered-nav-term .count {
	display: none !important;
}

.dear24-shop-sidebar-nav__empty {
	margin: 0;
	padding: 8px;
	color: #8b9287;
	font-size: 12px;
	line-height: 1.6;
}

.wd-prefooter,
.wd-footer,
.footer-container,
.wd-copyrights,
.copyrights-wrapper {
	width: 100vw !important;
	max-width: 100vw !important;
	margin-right: calc(50% - 50vw) !important;
	margin-left: calc(50% - 50vw) !important;
	background-color: #e9e4da !important;
}

.wd-prefooter > .container,
.footer-container > .container,
.footer-container .main-footer,
.footer-container .wd-entry-content,
.wd-copyrights > .container,
.wd-copyrights .wd-grid-g {
	width: 100% !important;
	max-width: none !important;
	background-color: #e9e4da !important;
}

.footer-container .elementor-section.elementor-section-boxed > .elementor-container,
.footer-container .e-con-boxed > .e-con-inner,
.wd-prefooter .elementor-section.elementor-section-boxed > .elementor-container,
.wd-prefooter .e-con-boxed > .e-con-inner {
	width: 100% !important;
	max-width: none !important;
}

.footer-container .elementor-section,
.footer-container .e-con,
.wd-prefooter .elementor-section,
.wd-prefooter .e-con {
	background-color: #e9e4da !important;
}

body.deepqual-shop-front .page-title,
body.deepqual-shop-front .page-title-default,
body.deepqual-shop-front .wd-toolbar,
body.deepqual-shop-front .scrollToTop {
	display: none !important;
}

body.deepqual-shop-front .main-page-wrapper,
body.deepqual-shop-front .site-content,
body.deepqual-shop-front .content-layout-wrapper,
body.deepqual-shop-front .wd-content-layout {
	max-width: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.dq-visual-home {
	width: 100%;
	overflow: hidden;
	background: var(--dq-white);
}

.dq-visual-hero {
	width: 100%;
	margin: 0;
	padding: 0;
}

.dq-visual-hero .elementor-widget-image,
.dq-visual-hero .elementor-widget-image .elementor-widget-container,
.dq-visual-hero img {
	width: 100%;
}

.dq-visual-hero img {
	display: block;
	height: auto;
}

.dq-visual-section {
	width: 100%;
	padding: 56px 6vw 34px;
	background: var(--dq-white);
}

.dq-visual-section .elementor-heading-title {
	margin: 0;
	color: var(--dq-green-dark);
	font-family: var(--dq-font-en);
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0;
	text-align: center;
}

.dq-visual-eyebrow .elementor-heading-title {
	margin-bottom: 8px;
	color: var(--dq-muted);
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
}

.dq-visual-story-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	width: min(1120px, 100%);
	margin: 28px auto 0;
}

.dq-visual-story-card {
	overflow: hidden;
	background: #f1f1f1;
}

.dq-visual-story-card img {
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
}

.dq-visual-story-card .elementor-heading-title {
	padding: 12px 10px 14px;
	color: var(--dq-green);
	font-family: var(--dq-font);
	font-size: 13px;
	font-weight: 500;
	text-align: center;
}

.dq-visual-products .woocommerce,
.dq-visual-products .products {
	width: min(1280px, 100%);
	margin-right: auto;
	margin-left: auto;
}

.dq-visual-more .elementor-button {
	margin-top: 18px;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--dq-green-dark);
	font-family: var(--dq-font);
	font-size: 13px;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 4px;
}

@media (max-width: 767px) {
	.dq-visual-section {
		padding: 38px 16px 26px;
	}

	.dq-visual-section .elementor-heading-title {
		font-size: 18px;
	}

	.dq-visual-story-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}
}

.dq-store,
.dq-store * {
	box-sizing: border-box;
}

.dq-store {
	min-width: 320px;
	overflow: hidden;
	background: var(--dq-white);
	color: var(--dq-green);
	font-family: var(--dq-font);
	font-size: 13px;
	line-height: 1.7;
}

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

.dq-store img {
	display: block;
	max-width: 100%;
	height: auto;
}

.dq-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1010;
	width: 100%;
	overflow: visible;
	background: rgba(255, 255, 255, 0.96);
	transition: box-shadow 0.24s ease, background-color 0.24s ease;
}

.dq-header.is-scrolled {
	box-shadow: 0 6px 20px rgba(17, 17, 17, 0.06);
}

.dq-header__inner {
	display: grid;
	grid-template-columns: 170px minmax(0, 1fr) 170px;
	align-items: center;
	width: 100%;
	height: 100px;
	padding: 0 67px;
}

.dq-logo {
	display: inline-flex;
	align-items: center;
	width: 138px;
	min-height: 36px;
}

.dq-logo img,
.dq-logo .custom-logo {
	width: 135px;
	height: auto;
}

.dq-header__nav {
	justify-self: center;
	overflow: visible;
}

.dq-nav,
.dq-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.dq-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	gap: 0;
	overflow: visible;
	font-family: var(--dq-font-en);
}

.dq-nav > li {
	position: relative;
	display: block;
}

.dq-nav > li > a {
	display: block;
	padding: 0 25px;
	color: var(--dq-green);
	font-size: 11px;
	font-weight: 600;
	line-height: 100px;
	white-space: nowrap;
	text-transform: uppercase;
	transition: background-color 0.18s ease, color 0.18s ease;
}

.dq-nav > li:hover > a,
.dq-nav > li:focus-within > a {
	background: var(--dq-beige);
	color: var(--dq-green-dark);
}

.dq-nav__submenu,
.dq-nav .sub-menu {
	position: absolute;
	top: 100px;
	left: 0;
	z-index: 5;
	display: none;
	min-width: 200px;
	background: rgba(233, 228, 218, 0.98);
	box-shadow: 0 16px 30px rgba(17, 17, 17, 0.08);
}

.dq-nav li:hover > .dq-nav__submenu,
.dq-nav li:focus-within > .dq-nav__submenu,
.dq-nav li:hover > .sub-menu,
.dq-nav li:focus-within > .sub-menu {
	display: block;
}

.dq-nav__submenu li,
.dq-nav .sub-menu li {
	position: relative;
}

.dq-nav__submenu a,
.dq-nav .sub-menu a {
	display: block;
	padding: 16px 30px;
	color: var(--dq-green);
	font-family: var(--dq-font);
	font-size: 14px;
	line-height: 1;
	white-space: nowrap;
	background: var(--dq-beige);
}

.dq-nav__submenu a:hover,
.dq-nav .sub-menu a:hover {
	background: #dfd8cc;
}

.dq-nav__submenu--nested,
.dq-nav .sub-menu .sub-menu {
	top: 0;
	left: 200px;
}

.dq-header__actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 16px;
}

.dq-icon-button,
.dq-cart-count,
.dq-search__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	background: transparent;
	color: var(--dq-green);
	cursor: pointer;
}

.dq-search-toggle {
	position: relative;
	width: 22px;
	height: 22px;
}

.dq-search-toggle::before {
	content: "";
	width: 11px;
	height: 11px;
	border: 1.6px solid var(--dq-green);
	border-radius: 50%;
}

.dq-search-toggle::after {
	content: "";
	position: absolute;
	right: 3px;
	bottom: 4px;
	width: 8px;
	height: 1.6px;
	background: var(--dq-green);
	transform: rotate(45deg);
	transform-origin: center;
}

.dq-cart-count {
	width: 19px;
	height: 19px;
	border-radius: 50%;
	background: var(--dq-green);
	color: var(--dq-cream);
	font-size: 10px;
	line-height: 19px;
}

.dq-cart-count span {
	display: block;
	color: inherit;
	line-height: 19px;
}

.dq-menu-toggle {
	display: none;
	width: 24px;
	height: 24px;
	padding: 0;
}

.dq-menu-toggle span {
	display: block;
	width: 17px;
	height: 1px;
	margin: 3px 0;
	background: var(--dq-green);
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.dq-mobile-drawer-head,
.dq-menu-mask {
	display: none;
}

.dq-search {
	position: fixed;
	inset: 0;
	z-index: 1200;
	display: none;
	align-items: flex-start;
	justify-content: center;
	padding-top: 92px;
}

body.dq-search-open .dq-search {
	display: flex;
}

.dq-search__backdrop {
	position: absolute;
	inset: 0;
	z-index: 0;
	border: 0;
	background: rgba(17, 17, 17, 0.62);
	cursor: pointer;
}

.dq-search__form {
	position: relative;
	z-index: 1;
	width: min(700px, calc(100vw - 40px));
	min-width: 280px;
	margin-top: 44px;
	padding: 0 30px 24px;
	border-bottom: 2px solid var(--dq-white);
}

.dq-search__form input[type="search"] {
	width: 100%;
	height: 64px;
	padding: 0 52px 0 0;
	border: 0;
	outline: 0;
	background: transparent;
	color: var(--dq-white);
	font-family: var(--dq-font);
	font-size: 35px;
	line-height: 64px;
}

.dq-search__submit {
	position: absolute;
	right: 30px;
	top: 17px;
	width: 34px;
	height: 34px;
}

.dq-search__submit::before {
	content: "";
	width: 19px;
	height: 19px;
	border: 2px solid var(--dq-white);
	border-radius: 50%;
}

.dq-search__submit::after {
	content: "";
	position: absolute;
	right: 6px;
	bottom: 8px;
	width: 12px;
	height: 2px;
	background: var(--dq-white);
	transform: rotate(45deg);
}

.dq-search__keywords {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 32px;
	padding-top: 18px;
	color: var(--dq-white);
}

.dq-search__keywords span,
.dq-search__keywords a {
	display: block;
	color: var(--dq-white);
	font-size: 12px;
	line-height: 28px;
}

.dq-search__keywords span {
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 700;
}

.dq-main {
	background: var(--dq-white);
}

.dq-hero {
	position: relative;
	min-height: 0;
	padding: 0;
	background-color: var(--dq-cream);
}

.dq-hero__image {
	width: 100%;
	height: auto;
}

.dq-hero__copy.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}

.dq-store-badges {
	display: flex;
	gap: 10px;
	margin-bottom: 28px;
}

.dq-store-badges span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 92px;
	min-height: 32px;
	padding: 4px 10px;
	border-radius: 4px;
	background: var(--dq-black);
	color: var(--dq-white);
	font-family: var(--dq-font-en);
	font-size: 7px;
	line-height: 1.1;
	text-align: left;
}

.dq-store-badges strong {
	display: block;
	color: var(--dq-white);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.1;
}

.dq-hero h1 {
	margin: 0;
	color: var(--dq-green);
	font-family: var(--dq-font);
	font-size: 52px;
	font-weight: 500;
	line-height: 1.28;
}

.dq-hero p {
	margin: 24px 0 0;
	color: var(--dq-green);
	font-size: 14px;
	font-weight: 300;
}

.dq-slider {
	position: relative;
	overflow: hidden;
	background: var(--dq-green-dark);
	color: var(--dq-white);
}

.dq-slider__track {
	position: relative;
	min-height: 420px;
}

.dq-slider__slide {
	position: absolute;
	inset: 0;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
	align-items: center;
	gap: 48px;
	padding: 80px 8%;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.38s ease, visibility 0.38s ease;
}

.dq-slider__slide.is-active {
	position: relative;
	opacity: 1;
	visibility: visible;
}

.dq-slider__slide img {
	width: 100%;
	aspect-ratio: 16 / 7;
	object-fit: cover;
}

.dq-slider__copy h2 {
	margin: 0 0 16px;
	color: var(--dq-white);
	font-family: var(--dq-font-en);
	font-size: 30px;
	font-weight: 600;
	line-height: 1.15;
}

.dq-slider__copy p {
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 15px;
}

.dq-slider__dots {
	position: absolute;
	right: 8%;
	bottom: 34px;
	display: flex;
	gap: 9px;
}

.dq-slider__dots button {
	width: 34px;
	height: 3px;
	padding: 0;
	border: 0;
	background: rgba(255, 255, 255, 0.32);
	cursor: pointer;
}

.dq-slider__dots button.is-active {
	background: var(--dq-white);
}

.dq-popup-editor {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	max-width: 1140px;
	margin: 0 auto;
	padding: 28px 20px;
	background: var(--dq-white);
}

.dq-popup-editor--single {
	grid-template-columns: minmax(0, 1fr);
}

.dq-popup-editor__item {
	display: flex;
	min-height: 112px;
	flex-direction: column;
	justify-content: center;
	gap: 8px;
	padding: 18px;
	border: 1px solid var(--dq-line);
	background: #fafafa;
	color: var(--dq-green);
	text-align: center;
}

.dq-popup-editor__item strong {
	font-size: 15px;
	font-weight: 700;
}

.dq-popup-editor__item span {
	color: var(--dq-muted);
	font-size: 12px;
}

.dq-popup-editor__item a {
	display: inline-flex;
	align-self: center;
	padding: 8px 14px;
	background: var(--dq-green-dark);
	color: var(--dq-white);
	font-size: 12px;
	line-height: 1;
}

.dq-shortcode-editor {
	display: flex;
	min-height: 88px;
	flex-direction: column;
	justify-content: center;
	gap: 8px;
	max-width: 1140px;
	margin: 0 auto;
	padding: 18px 20px;
	border: 1px dashed var(--dq-line);
	background: #fafafa;
	color: var(--dq-green);
	text-align: center;
}

.dq-shortcode-editor strong {
	font-size: 15px;
	font-weight: 700;
}

.dq-shortcode-editor span {
	color: var(--dq-muted);
	font-family: var(--dq-font-en);
	font-size: 12px;
}

.dq-shortcode-editor p {
	margin: 0;
	color: var(--dq-muted);
	font-size: 12px;
}

.dq-story {
	padding: 92px 8% 70px;
	text-align: center;
	background: var(--dq-white);
}

.dq-section-title {
	padding-bottom: 55px;
	text-align: center;
}

.dq-section-title p {
	margin: 0 0 11px;
	color: #804b16;
	font-family: var(--dq-font-en);
	font-size: 10px;
	font-weight: 600;
	line-height: 1;
}

.dq-section-title h2 {
	margin: 0;
	color: var(--dq-green);
	font-family: var(--dq-font-en);
	font-size: 23px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
}

.dq-section-title--hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

.dq-story__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 54px;
	max-width: 1180px;
	margin: 0 auto 38px;
}

.dq-story-card {
	display: block;
	text-align: center;
}

.dq-story-card img {
	width: 100%;
	aspect-ratio: 1;
	border-radius: 50%;
	object-fit: cover;
}

.dq-story-card span {
	display: block;
	margin-top: 20px;
	color: var(--dq-green);
	font-size: 12px;
	font-weight: 300;
}

.dq-story .dear24-shipping-photos {
	max-width: 1180px;
	padding: 0;
}

.dq-products {
	max-width: 1140px;
	margin: 0 auto;
	padding: 58px 0 24px;
}

.dq-products--new {
	padding-top: 34px;
}

.dq-product-grid {
	display: grid;
	grid-template-columns: repeat(var(--dq-product-columns, 4), minmax(0, 1fr));
	gap: 34px 32px;
}

.dq-product-grid-empty {
	padding: 28px 20px;
	background: #f5f3e9;
	color: var(--dq-green);
	font-size: 13px;
	text-align: center;
}

.dq-product-grid-editor-preview {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: min(1140px, 100%);
	margin: 0 auto;
	padding: 18px 20px;
	border: 1px dashed var(--dq-line);
	background: #f5f3e9;
	color: var(--dq-green-dark);
	font-family: var(--dq-font);
	font-size: 13px;
}

.dq-product-grid-editor-preview strong,
.dq-product-grid-editor-preview span,
.dq-product-grid-editor-preview small {
	color: inherit;
}

.dq-product-grid-editor-preview small {
	color: var(--dq-muted);
}

.dq-product-card {
	min-width: 0;
	background: var(--dq-white);
}

.dq-product-card__image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 5 / 6;
	overflow: hidden;
	background: var(--dq-card);
}

.dq-product-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.26s ease;
}

.dq-product-card:hover .dq-product-card__image img {
	transform: scale(1.025);
}

.dq-product-card__body {
	padding-top: 15px;
	color: var(--dq-green);
}

.dq-product-card__brand {
	overflow: hidden;
	color: #b98455;
	font-size: 10px;
	font-weight: 400;
	line-height: 1.2;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dq-product-card__name {
	overflow: hidden;
	margin: 4px 0 6px;
	color: var(--dq-green);
	font-family: var(--dq-font);
	font-size: 12px;
	font-weight: 400;
	line-height: 1.35;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dq-product-card__name a {
	color: inherit;
}

.dq-product-card__price {
	display: flex;
	align-items: baseline;
	gap: 6px;
	min-height: 18px;
	color: var(--dq-green);
	font-size: 11px;
	line-height: 1.3;
}

.dq-product-card__sale,
.dq-product-card__sale .woocommerce-Price-amount {
	color: var(--dq-green);
	font-weight: 600;
}

.dq-product-card__regular,
.dq-product-card__regular .woocommerce-Price-amount {
	color: #a6aaa2;
	font-size: 10px;
	font-weight: 300;
}

.dq-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 110px;
	height: 39px;
	margin: 44px auto 0;
	padding: 0 24px;
	background: var(--dq-cream);
	color: var(--dq-green);
	font-size: 11px;
	font-weight: 400;
	line-height: 39px;
	text-align: center;
}

.dq-more:hover {
	background: var(--dq-beige);
	color: var(--dq-green-dark);
}

.dq-membership {
	position: fixed;
	inset: 0;
	z-index: 1300;
	display: flex;
	align-items: center;
	justify-content: center;
}

body.elementor-editor-active .dq-membership,
body.elementor-editor-preview .dq-membership,
body.elementor-editor-active .dq-app-modal,
body.elementor-editor-preview .dq-app-modal,
body.elementor-editor-active .dq-app-backdrop,
body.elementor-editor-preview .dq-app-backdrop {
	display: none !important;
}

.dq-membership.is-hidden {
	display: none;
}

.dq-membership__shade {
	position: absolute;
	inset: 0;
	background: rgba(17, 17, 17, 0.64);
}

.dq-membership__card {
	position: relative;
	z-index: 1;
	width: 270px;
	max-width: calc(100vw - 70px);
	border-radius: 12px;
	text-align: center;
}

.dq-membership__card img {
	width: 100%;
	border-radius: 12px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}

.dq-membership__close {
	position: absolute;
	top: -14px;
	right: -14px;
	z-index: 2;
	width: 31px;
	height: 31px;
	border: 0;
	border-radius: 50%;
	background: #2b2b2b;
	color: var(--dq-white);
	font-size: 21px;
	line-height: 30px;
	cursor: pointer;
}

.dq-membership__skip {
	position: absolute;
	left: 0;
	bottom: -34px;
	width: 100%;
	border: 0;
	background: transparent;
	color: rgba(255, 255, 255, 0.82);
	font-size: 12px;
	cursor: pointer;
}

.dq-app-backdrop {
	position: fixed;
	inset: 0;
	z-index: 1240;
	display: none;
	background: rgba(0, 0, 0, 0.5);
}

.dq-app-modal {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1241;
	display: none;
	padding: 30px 20px 0;
	border-radius: 28px 28px 0 0;
	background: var(--dq-white);
	text-align: center;
}

body.dq-show-app-modal .dq-app-modal,
body.dq-show-app-modal .dq-app-backdrop {
	display: block;
}

.dq-app-modal__handle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 34px;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.dq-app-modal__handle::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 4px;
	border-radius: 2px;
	background: #d1d1d1;
	transform: translate(-50%, -50%);
}

.dq-app-modal__body img {
	width: auto;
	height: 94px;
	margin: 30px auto 34px;
	border-radius: 18px;
}

.dq-app-modal__body h2 {
	margin: 4px 0 0;
	color: var(--dq-black);
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}

.dq-app-modal__body p {
	margin: 0;
	padding: 8px 0 11px;
	color: #6e6e6e;
	font-size: 14px;
	line-height: 21px;
}

.dq-app-modal__footer > * {
	display: block;
	width: 80%;
	max-width: 335px;
	height: 50px;
	margin: 10px auto;
	border: 0;
	border-radius: 25px;
	font-size: 14px;
	line-height: 50px;
	text-align: center;
}

.dq-app-modal__primary {
	background: var(--dq-black);
	color: var(--dq-white) !important;
}

.dq-app-modal__footer button {
	background: transparent;
	color: #b3b3b3;
	cursor: pointer;
}

.dq-kakao {
	position: fixed;
	right: 55px;
	bottom: 80px;
	z-index: 1000;
	display: block;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.15);
}

.dq-kakao img {
	width: 100%;
	height: 100%;
	border-radius: 27%;
	object-fit: cover;
}

.dq-membership,
.dq-app-modal,
.dq-app-backdrop,
.dq-kakao,
.wd-popup,
.wd-promo-popup,
.mfp-wrap,
.mfp-bg,
.popup-added_to_cart,
.wd-cookies-popup {
	display: none !important;
}

.dq-footer {
	margin-top: 60px;
	padding: 0 40px 20px;
	background: var(--dq-beige);
	color: var(--dq-green);
}

.dq-footer__inner {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 260px 190px;
	gap: 60px;
	padding: 40px 40px 20px;
}

.dq-footer h2 {
	margin: 0 0 13px;
	color: var(--dq-green);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.2;
}

.dq-footer p {
	margin: 0 0 3px;
	color: var(--dq-green);
	font-size: 11px;
	font-weight: 300;
	line-height: 20px;
}

.dq-footer p span {
	margin-left: 5px;
}

.dq-footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

.dq-footer-menu a {
	display: block;
	color: var(--dq-green);
	font-size: 12px;
	line-height: 23px;
}

@media (max-width: 1199px) {
	.dq-header__inner {
		padding: 0 40px;
	}

	.dq-nav > li > a {
		padding: 0 18px;
	}

	.dq-products {
		max-width: calc(100% - 80px);
	}
}

@media (max-width: 1024px) {
	body.post-type-archive-product .wd-content-area.site-content,
	body.tax-product_cat .wd-content-area.site-content,
	body.tax-product_brand .wd-content-area.site-content {
		grid-template-columns: minmax(0, 1fr);
		gap: 22px;
	}

	body.post-type-archive-product .wd-content-area.site-content > *,
	body.tax-product_cat .wd-content-area.site-content > *,
	body.tax-product_brand .wd-content-area.site-content > *,
	body.post-type-archive-product .wd-content-area.site-content > .dear24-shop-sidebar-nav,
	body.tax-product_cat .wd-content-area.site-content > .dear24-shop-sidebar-nav,
	body.tax-product_brand .wd-content-area.site-content > .dear24-shop-sidebar-nav {
		grid-column: 1;
		grid-row: auto;
	}

	.dear24-shop-sidebar-nav {
		position: static;
		max-height: none;
	}
}

@media (max-width: 991px) {
	body.dq-menu-open {
		overflow: hidden;
	}

	body,
	body.deepqual-shop-front {
		overflow-x: hidden;
	}

	.whb-header {
		position: sticky !important;
		top: 0;
		z-index: 1005;
		background: rgba(255, 255, 255, 0.98) !important;
		box-shadow: 0 6px 18px rgba(34, 45, 35, 0.08);
	}

	.whb-header .whb-main-header .container,
	.whb-header .whb-row .container {
		width: 100% !important;
		max-width: none !important;
		padding-right: 14px !important;
		padding-left: 14px !important;
	}

	.whb-header .wd-tools-element {
		min-width: 34px;
		min-height: 38px;
	}

	.whb-header .wd-nav > li > a,
	.whb-header .wd-tools-text {
		font-size: 12px !important;
		line-height: 1.2 !important;
	}

	.dq-header__inner {
		grid-template-columns: auto minmax(0, 1fr) auto;
		height: auto;
		min-height: 70px;
		padding: 0 20px;
	}

	.dq-menu-toggle {
		display: none;
	}

	.dq-logo {
		justify-self: start;
		width: 118px;
	}

	.dq-logo img,
	.dq-logo .custom-logo {
		width: 112px;
	}

	.dq-header__nav {
		position: static;
		justify-self: center;
		width: 100%;
		height: auto;
		overflow-x: auto;
		background: transparent;
	}

	.dq-menu-mask {
		position: fixed;
		inset: 0;
		z-index: 1009;
		display: none;
		background: rgba(46, 48, 45, 0.52);
	}

	body.dq-menu-open .dq-menu-mask {
		display: block;
	}

	body.dq-menu-open .dq-menu-toggle span:nth-child(1) {
		transform: translateY(4px) rotate(45deg);
	}

	body.dq-menu-open .dq-menu-toggle span:nth-child(2) {
		opacity: 0;
	}

	body.dq-menu-open .dq-menu-toggle span:nth-child(3) {
		transform: translateY(-4px) rotate(-45deg);
	}

	.dq-mobile-drawer-head {
		display: none;
	}

	.dq-logo--drawer {
		width: 118px;
	}

	.dq-nav {
		display: flex;
		justify-content: flex-start;
		overflow: visible;
		white-space: nowrap;
		font-family: var(--dq-font-en);
	}

	.dq-nav > li > a {
		display: block;
		padding: 0 12px;
		border-bottom: 0;
		font-size: 12px;
		line-height: 70px;
	}

	.dq-nav__submenu,
	.dq-nav .sub-menu,
	.dq-nav__submenu--nested,
	.dq-nav .sub-menu .sub-menu {
		display: none !important;
	}

	.dq-nav__submenu a,
	.dq-nav .sub-menu a {
		padding: 8px 21px;
		background: transparent;
		font-size: 14px;
	}

	.dq-nav__submenu .dq-nav__submenu a,
	.dq-nav .sub-menu .sub-menu a {
		font-size: 12px;
	}

	.dq-header__actions {
		gap: 11px;
	}

	.dq-hero {
		padding: 0;
	}

	.dq-store-badges {
		gap: 6px;
		margin-bottom: 18px;
	}

	.dq-store-badges span {
		min-width: 76px;
		min-height: 27px;
		font-size: 6px;
	}

	.dq-store-badges strong {
		font-size: 10px;
	}

	.dq-hero h1 {
		font-size: 31px;
		line-height: 1.28;
	}

	.dq-hero p {
		margin-top: 14px;
		font-size: 11px;
	}

	.dq-slider__track {
		min-height: 0;
	}

	.dq-slider__slide {
		grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
		gap: 24px;
		padding: 46px 20px 60px;
	}

	.dq-slider__slide img {
		aspect-ratio: 4 / 5;
	}

	.dq-slider__copy h2 {
		font-size: 22px;
	}

	.dq-slider__copy p {
		font-size: 13px;
	}

	.dq-slider__dots {
		right: 20px;
		bottom: 24px;
	}

	.dq-popup-editor {
		grid-template-columns: 1fr;
		padding: 20px;
	}

	.dq-story {
		padding: 58px 20px 46px;
	}

	.dq-story__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 18px;
	}

	.dq-products {
		max-width: none;
		padding: 42px 16px 16px;
	}

	.dq-products--new {
		padding-top: 30px;
	}

	.dq-section-title {
		padding-bottom: 32px;
	}

	.dq-section-title h2 {
		font-size: 16px;
	}

	.dq-product-grid {
		grid-template-columns: repeat(var(--dq-product-columns-tablet, var(--dq-product-columns, 4)), minmax(120px, 1fr));
		gap: 18px 12px;
	}

	.footer-container,
	.wd-prefooter,
	.wd-copyrights {
		padding-right: 16px !important;
		padding-left: 16px !important;
	}

	.footer-container .elementor-container,
	.footer-container .e-con-inner,
	.wd-prefooter .elementor-container,
	.wd-prefooter .e-con-inner {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.dq-product-card__body {
		padding-top: 10px;
	}

	.dq-more {
		margin-top: 34px;
	}

	.dq-footer {
		margin-top: 40px;
		padding: 0;
	}

	.dq-footer__inner {
		grid-template-columns: 1fr;
		gap: 18px;
		padding: 30px 20px;
	}

	.dq-footer__links {
		order: -1;
	}

	.dq-footer-menu {
		text-align: left;
	}

	.dq-footer-menu li {
		display: inline-block;
		margin-right: 8px;
	}
}

@media (max-width: 767px) {
	.whb-header .site-logo img,
	.whb-header .wd-logo img {
		max-width: 118px !important;
		height: auto !important;
	}

	.whb-header .wd-header-search,
	.whb-header .wd-header-wishlist,
	.whb-header .wd-header-my-account {
		display: flex !important;
	}

	.whb-header .wd-header-cart {
		margin-left: auto !important;
	}

	.whb-header .wd-tools-text,
	.whb-header .wd-tools-count,
	.whb-header .wd-cart-subtotal {
		display: none !important;
	}

	.whb-header .whb-col-right {
		gap: 2px !important;
	}

	.main-page-wrapper {
		padding-top: 0 !important;
	}

	.dq-header__inner {
		height: 48px;
		padding: 0 14px;
	}

	.dq-logo,
	.dq-logo img,
	.dq-logo .custom-logo {
		width: 92px;
	}

	.dq-search-toggle {
		width: 20px;
		height: 20px;
	}

	.dq-cart-count {
		width: 18px;
		height: 18px;
		line-height: 18px;
	}

	.dq-hero {
		padding: 0;
	}

	.dq-hero__image {
		width: 100%;
		height: auto;
		object-fit: contain;
	}

	.dq-store-badges {
		margin-bottom: 9px;
	}

	.dq-store-badges span {
		min-width: 54px;
		min-height: 20px;
		padding: 3px 6px;
		border-radius: 2px;
		font-size: 5px;
	}

	.dq-store-badges strong {
		font-size: 8px;
	}

	.dq-hero h1 {
		font-size: 21px;
	}

	.dq-hero p {
		margin-top: 9px;
		font-size: 9px;
	}

	.dq-story {
		padding: 42px 14px 32px;
	}

	.dq-story__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 10px;
		margin-bottom: 24px;
	}

	.dq-story-card span {
		margin-top: 10px;
		font-size: 9px;
		line-height: 1.35;
	}

	.dq-products {
		padding: 38px 14px 14px;
	}

	.dq-product-grid {
		grid-template-columns: repeat(var(--dq-product-columns-mobile, 2), minmax(0, 1fr));
		gap: 18px 10px;
	}

	.dq-product-card__brand {
		font-size: 9px;
	}

	.dq-product-card__name {
		font-size: 11px;
		line-height: 1.45;
	}

	.dq-product-card__price {
		flex-wrap: wrap;
		gap: 2px 5px;
		font-size: 10px;
	}

	.dq-product-card__regular {
		font-size: 9px;
	}

	.dq-more {
		min-width: 82px;
		height: 31px;
		margin-top: 28px;
		padding: 0 17px;
		font-size: 10px;
		line-height: 31px;
	}

	.dq-search {
		display: none !important;
	}

	.dq-search__form {
		width: calc(100vw - 30px);
		margin-top: 26px;
		padding: 0 14px 18px;
	}

	.dq-search__form input[type="search"] {
		height: 50px;
		font-size: 26px;
		line-height: 50px;
	}

	.dq-search__submit {
		right: 14px;
		top: 10px;
	}

	.dq-search__keywords {
		gap: 20px;
	}

	.dq-membership__card {
		display: none;
	}

	.dq-kakao {
		display: none !important;
	}

	.footer-container,
	.wd-prefooter,
	.wd-copyrights {
		padding-top: 24px !important;
		padding-bottom: 24px !important;
	}

	.footer-container .elementor-widget-container,
	.footer-container p,
	.wd-prefooter .elementor-widget-container,
	.wd-copyrights {
		font-size: 12px !important;
		line-height: 1.7 !important;
	}
}
