:root {
	--dbm-accent: #e83e8c;
	--dbm-dark: #070611;
	--dbm-text: #1e1e24;
	--dbm-muted: #777780;
	--dbm-line: #ececf0;
	--dbm-soft: #f7f7f5;
	--dbm-sage: #809a83;
	--dbm-gold: #c5975a;
	--dbm-radius: 8px;
	--dbm-container: 1320px;
	--dbm-shadow: 0 18px 45px rgba(10, 10, 18, 0.08);
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: #fff;
	color: var(--dbm-text);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 15px;
	line-height: 1.55;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

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

a {
	color: inherit;
	text-decoration: none;
}

button,
input,
select,
textarea {
	font: inherit;
}

.dbm-container {
	width: min(calc(100% - 32px), var(--dbm-container));
	margin-inline: auto;
}

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

.skip-link:focus {
	z-index: 1000;
	top: 12px;
	left: 12px;
	width: auto;
	height: auto;
	padding: 10px 14px;
	clip: auto;
	background: #fff;
	color: var(--dbm-dark);
	box-shadow: var(--dbm-shadow);
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: #fff;
	box-shadow: 0 1px 0 var(--dbm-line);
}

.dbm-topbar {
	background: var(--dbm-dark);
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	padding: 8px 12px;
}

.dbm-header-main {
	display: grid;
	grid-template-columns: 190px minmax(240px, 1fr) auto auto;
	align-items: center;
	gap: 28px;
	min-height: 78px;
}

.dbm-brand {
	min-width: 0;
}

.custom-logo {
	width: auto;
	max-height: 58px;
}

.dbm-brand__text {
	display: inline-grid;
	gap: 0;
	font-family: Georgia, "Times New Roman", serif;
	line-height: 1;
}

.dbm-brand__text span {
	font-size: 30px;
	font-style: italic;
}

.dbm-brand__text small {
	font-size: 12px;
	letter-spacing: 0;
	text-transform: uppercase;
}

.dbm-brand__text--light {
	color: #fff;
}

.dbm-search {
	display: grid;
	grid-template-columns: 1fr 58px;
	height: 38px;
	border: 1px solid var(--dbm-line);
	border-radius: 2px;
	overflow: hidden;
	background: #fff;
}

.dbm-search input {
	min-width: 0;
	border: 0;
	padding: 0 16px;
	outline: 0;
	color: var(--dbm-text);
	font-size: 13px;
}

.dbm-search input:focus {
	box-shadow: inset 0 0 0 2px rgba(232, 62, 140, 0.18);
}

.dbm-search button {
	border: 0;
	background: #2a2a2f;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
}

.dbm-actions {
	display: flex;
	align-items: center;
	gap: 18px;
	white-space: nowrap;
}

.dbm-actions a {
	display: grid;
	justify-items: center;
	gap: 4px;
	color: #303036;
	font-size: 11px;
}

.dbm-icon,
.dbm-line-icon {
	position: relative;
	display: inline-block;
	width: 24px;
	height: 24px;
}

.dbm-icon-user::before {
	content: "";
	position: absolute;
	inset: 4px 7px 12px;
	border: 2px solid currentColor;
	border-radius: 50%;
}

.dbm-icon-user::after {
	content: "";
	position: absolute;
	left: 4px;
	right: 4px;
	bottom: 3px;
	height: 9px;
	border: 2px solid currentColor;
	border-radius: 12px 12px 2px 2px;
}

.dbm-icon-bag::before {
	content: "";
	position: absolute;
	left: 4px;
	right: 4px;
	bottom: 3px;
	height: 15px;
	border: 2px solid currentColor;
	border-radius: 3px;
}

.dbm-icon-bag::after {
	content: "";
	position: absolute;
	left: 8px;
	right: 8px;
	top: 2px;
	height: 8px;
	border: 2px solid currentColor;
	border-bottom: 0;
	border-radius: 12px 12px 0 0;
}

.dbm-menu-toggle {
	display: none;
	width: 42px;
	height: 42px;
	border: 1px solid var(--dbm-line);
	border-radius: var(--dbm-radius);
	background: #fff;
	cursor: pointer;
}

.dbm-menu-toggle span {
	display: block;
	width: 18px;
	height: 2px;
	margin: 4px auto;
	background: var(--dbm-dark);
}

.dbm-nav {
	border-top: 1px solid var(--dbm-line);
}

.dbm-nav__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 42px;
	gap: 24px;
}

.dbm-menu {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 4px 26px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.dbm-menu a {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	color: #202027;
}

.dbm-menu a:hover,
.dbm-menu .current-menu-item > a {
	color: var(--dbm-accent);
}

.dbm-order-link {
	font-size: 12px;
	font-weight: 700;
	color: #303036;
	white-space: nowrap;
}

.dbm-category-rail {
	background: #fff;
	border-bottom: 1px solid var(--dbm-line);
}

.dbm-category-rail__inner {
	display: flex;
	gap: 14px;
	justify-content: center;
	overflow-x: auto;
	padding: 12px 0 10px;
	scrollbar-width: thin;
}

.dbm-category-bubble {
	display: grid;
	justify-items: center;
	gap: 5px;
	min-width: 76px;
	font-size: 11px;
	color: #33333a;
}

.dbm-category-bubble span {
	display: grid;
	place-items: center;
	width: 64px;
	height: 64px;
	overflow: hidden;
	border: 2px solid var(--dbm-accent);
	border-radius: 50%;
	background: #f5f0ec;
	color: var(--dbm-accent);
	font-weight: 800;
}

.dbm-category-bubble img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dbm-hero {
	position: relative;
	display: grid;
	place-items: end center;
	min-height: clamp(380px, 52vw, 680px);
	background:
		linear-gradient(110deg, #d8d4ce, #f1efec 46%, #d2d0ca),
		radial-gradient(circle at 72% 25%, rgba(128, 154, 131, 0.22), transparent 32%);
	background-position: center;
	background-size: cover;
	overflow: hidden;
}

.dbm-hero__shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(0,0,0,0.28));
}

.dbm-hero__content {
	position: relative;
	z-index: 1;
	display: grid;
	justify-items: center;
	gap: 18px;
	padding: 0 20px 54px;
	text-align: center;
	color: #fff;
}

.dbm-hero h1 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(46px, 7vw, 82px);
	font-weight: 400;
	line-height: 0.95;
	text-transform: uppercase;
	text-shadow: 0 10px 38px rgba(0,0,0,0.32);
}

.dbm-hero a,
.dbm-button,
.dbm-outline-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 18px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 800;
}

.dbm-hero a {
	background: rgba(255,255,255,0.9);
	color: #33333a;
}

.dbm-products {
	padding: 44px 0 20px;
}

.dbm-section-title {
	margin: 0 0 18px;
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
}

.dbm-product-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 18px;
}

.dbm-product {
	min-width: 0;
}

.dbm-product__image {
	display: block;
	aspect-ratio: 5 / 7;
	overflow: hidden;
	border-radius: var(--dbm-radius);
	background: #efefec;
}

.dbm-product__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 180ms ease;
}

.dbm-product:hover .dbm-product__image img {
	transform: scale(1.025);
}

.dbm-product__title {
	margin: 12px 0 5px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
}

.dbm-product__title a:hover,
.dbm-product__more:hover {
	color: var(--dbm-accent);
}

.dbm-product__price {
	margin-bottom: 4px;
	color: #4a4a52;
	font-size: 13px;
	font-weight: 800;
}

.dbm-product__price del {
	color: #9999a3;
	font-weight: 600;
}

.dbm-product__more {
	font-size: 12px;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.dbm-promos {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
	padding: 42px 0 28px;
}

.dbm-promo {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 350px;
	overflow: hidden;
	border-radius: 2px;
	background:
		linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.26)),
		linear-gradient(135deg, #d9c4b6, #8f9f86);
	color: #fff;
	text-align: center;
}

.dbm-promo::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 34% 18%, rgba(255,255,255,0.36), transparent 24%),
		linear-gradient(130deg, transparent 30%, rgba(255,255,255,0.12));
	transition: transform 220ms ease;
}

.dbm-promo--2 {
	background:
		linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.28)),
		linear-gradient(135deg, #97b6c6, #c5975a);
}

.dbm-promo--3 {
	background:
		linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.30)),
		linear-gradient(135deg, #98a66e, #d6b1a1);
}

.dbm-promo:hover::before {
	transform: scale(1.04);
}

.dbm-promo span,
.dbm-promo em {
	position: relative;
	z-index: 1;
	display: block;
	text-shadow: 0 10px 28px rgba(0,0,0,0.26);
}

.dbm-promo span {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(30px, 3vw, 44px);
	line-height: 1;
}

.dbm-promo em {
	margin-top: 4px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 30px;
}

.dbm-trust {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	padding: 64px 0 54px;
	text-align: center;
}

.dbm-trust__item {
	display: grid;
	justify-items: center;
	gap: 10px;
}

.dbm-line-icon {
	color: #1f1f25;
}

.dbm-line-icon::before,
.dbm-line-icon::after {
	content: "";
	position: absolute;
	border: 2px solid currentColor;
}

.dbm-line-icon--truck::before {
	inset: 6px 3px 7px;
	border-radius: 2px;
}

.dbm-line-icon--truck::after {
	left: 5px;
	right: 5px;
	bottom: 2px;
	height: 5px;
	border-width: 0 2px 2px;
}

.dbm-line-icon--card::before {
	inset: 5px 3px;
	border-radius: 3px;
}

.dbm-line-icon--card::after {
	left: 3px;
	right: 3px;
	top: 10px;
	border-width: 2px 0 0;
}

.dbm-line-icon--leaf::before {
	inset: 3px 5px 5px 5px;
	border-radius: 18px 2px 18px 2px;
	transform: rotate(-18deg);
}

.dbm-line-icon--leaf::after {
	left: 12px;
	top: 8px;
	height: 14px;
	border-width: 0 0 0 2px;
	transform: rotate(35deg);
}

.dbm-line-icon--chat::before {
	inset: 4px 2px 7px;
	border-radius: 50%;
}

.dbm-line-icon--chat::after {
	right: 5px;
	bottom: 3px;
	width: 7px;
	height: 7px;
	border-width: 0 2px 2px 0;
	transform: rotate(20deg);
}

.dbm-trust h2 {
	margin: 0;
	font-size: 15px;
}

.dbm-trust p {
	max-width: 220px;
	margin: 0;
	color: var(--dbm-muted);
	font-size: 12px;
}

.dbm-footer-social {
	padding: 42px 0 34px;
	background: #fff;
	text-align: center;
}

.dbm-footer-social h2 {
	margin: 0 0 12px;
	font-size: 22px;
}

.dbm-footer-social p {
	max-width: 680px;
	margin: 0 auto 18px;
	color: var(--dbm-muted);
	font-size: 13px;
}

.dbm-outline-btn {
	border: 1px solid var(--dbm-line);
	color: #2f2f35;
}

.dbm-insta-strip {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	height: 148px;
}

.dbm-insta-strip span {
	background:
		linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.15)),
		linear-gradient(135deg, #d5c3b0, #8ca68d);
}

.dbm-insta-strip span:nth-child(2n) {
	background:
		linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.15)),
		linear-gradient(135deg, #b8947c, #e6d6cc);
}

.dbm-insta-strip span:nth-child(3n) {
	background:
		linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.15)),
		linear-gradient(135deg, #24242c, #d9c0aa);
}

.dbm-footer-main {
	background: #030306;
	color: #fff;
}

.dbm-footer-grid {
	display: grid;
	grid-template-columns: 1.4fr repeat(3, 1fr);
	gap: 46px;
	padding: 58px 0 38px;
}

.dbm-footer-brand p {
	max-width: 320px;
	color: #bdbdc6;
	font-size: 13px;
}

.dbm-phone {
	display: inline-flex;
	margin-top: 6px;
	color: #fff;
	font-size: 20px;
	font-weight: 800;
}

.footer-title {
	margin: 0 0 14px;
	color: #fff;
	font-size: 14px;
}

.dbm-footer-links,
.footer-widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.dbm-footer-links li,
.footer-widget li {
	margin: 0 0 9px;
	color: #c9c9d1;
	font-size: 13px;
}

.dbm-footer-links a:hover,
.footer-widget a:hover {
	color: var(--dbm-accent);
}

.dbm-copyright {
	padding: 14px 0;
	border-top: 1px solid rgba(255,255,255,0.12);
	color: #a4a4ad;
	font-size: 12px;
}

.dbm-content {
	padding: 58px 0;
}

.dbm-entry {
	margin-bottom: 34px;
}

.dbm-entry h1,
.dbm-entry h2 {
	line-height: 1.15;
}

.dbm-entry__image {
	overflow: hidden;
	border-radius: var(--dbm-radius);
	background: var(--dbm-soft);
}

.dbm-entry__content {
	max-width: 860px;
}

.dbm-button {
	background: var(--dbm-dark);
	color: #fff;
}

.dbm-shop {
	padding: 34px 0 58px;
}

.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
	margin: 24px 0;
	padding: 0;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none;
}

.woocommerce ul.products li.product {
	width: auto !important;
	margin: 0 !important;
	float: none !important;
}

.woocommerce ul.products li.product a img {
	aspect-ratio: 5 / 7;
	object-fit: cover;
	border-radius: var(--dbm-radius);
	background: var(--dbm-soft);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	padding: 10px 0 2px;
	color: var(--dbm-text);
	font-size: 14px;
	line-height: 1.35;
}

.woocommerce ul.products li.product .price {
	color: #4a4a52;
	font-size: 13px;
	font-weight: 800;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	border-radius: 999px;
	background: var(--dbm-dark);
	color: #fff;
	font-size: 13px;
	font-weight: 800;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
	background: var(--dbm-accent);
	color: #fff;
}

@media (max-width: 1100px) {
	.dbm-header-main {
		grid-template-columns: 170px 1fr auto;
		gap: 18px;
	}

	.dbm-actions {
		display: none;
	}

	.dbm-product-grid,
	.woocommerce ul.products {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 860px) {
	.dbm-header-main {
		grid-template-columns: 1fr auto;
		min-height: 68px;
	}

	.dbm-search {
		grid-column: 1 / -1;
		order: 3;
		margin-bottom: 12px;
	}

	.dbm-menu-toggle {
		display: block;
	}

	.dbm-nav {
		display: none;
	}

	.dbm-nav.is-open {
		display: block;
	}

	.dbm-nav__inner {
		align-items: stretch;
		flex-direction: column;
		padding: 12px 0 16px;
	}

	.dbm-menu {
		display: grid;
		gap: 0;
	}

	.dbm-menu a {
		min-height: 42px;
	}

	.dbm-product-grid,
	.woocommerce ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.dbm-promos,
	.dbm-trust,
	.dbm-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 620px) {
	.dbm-container {
		width: min(calc(100% - 24px), var(--dbm-container));
	}

	.dbm-topbar {
		font-size: 11px;
	}

	.dbm-hero {
		min-height: 430px;
	}

	.dbm-product-grid,
	.woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px 12px;
	}

	.dbm-product__title {
		font-size: 12px;
	}

	.dbm-promos,
	.dbm-trust,
	.dbm-footer-grid {
		grid-template-columns: 1fr;
	}

	.dbm-promo {
		min-height: 270px;
	}

	.dbm-insta-strip {
		grid-template-columns: repeat(3, 1fr);
		height: 180px;
	}
}
