:root {
	--csd-primary: #9f4146;
	--csd-sage: #6f8068;
	--csd-cream: #fbf8f2;
	--csd-gold: #d2a84a;
	--csd-ink: #272629;
	--csd-muted: #6c6968;
	--csd-line: #e8e1d8;
	--csd-white: #fff;
	--csd-shadow: 0 18px 48px rgba(43, 34, 31, 0.09);
}

body.csd-hide-topbar #top-nav {
	display: none !important;
}

@media (min-width: 768px) {
	body.csd-compact-header #theme-header .logo-row,
	body.csd-compact-header #theme-header .logo-wrapper,
	body.csd-compact-header #theme-header .logo-container {
		height: 130px !important;
		min-height: 130px !important;
	}

	body.csd-compact-header #theme-header .logo-container {
		display: flex;
		align-items: center;
	}
}

@media (min-width: 992px) {
	body.csd-compact-header #main-nav {
		padding-bottom: 6px;
		background: transparent !important;
		border: 0 !important;
	}

	body.csd-compact-header #main-nav .main-menu-wrapper {
		padding: 0 10px !important;
		background: linear-gradient(135deg, #f8f4ee 0%, #f1e9df 100%) !important;
		border: 1px solid #e6d9cb;
		border-radius: 14px;
		box-shadow: 0 8px 22px rgba(58, 45, 40, .08);
	}

	body.csd-compact-header #main-nav .menu > li > a {
		height: 46px;
		margin: 7px 2px;
		padding: 0 13px;
		border-radius: 9px;
		color: #403936 !important;
		transition: background-color .18s ease, color .18s ease, box-shadow .18s ease;
	}

	body.csd-compact-header #main-nav .menu > li > a:hover,
	body.csd-compact-header #main-nav .menu > li.tie-current-menu > a,
	body.csd-compact-header #main-nav .menu > li.current-menu-item > a,
	body.csd-compact-header #main-nav .menu > li.current-menu-ancestor > a {
		background: var(--csd-primary) !important;
		box-shadow: 0 5px 12px rgba(159, 65, 70, .20);
		color: #fff !important;
	}

	body.csd-compact-header #main-nav .menu > li > a:focus-visible {
		outline: 3px solid rgba(210, 168, 74, .55);
		outline-offset: 2px;
	}
}

#footer.site-footer {
	background: #f3ede5 !important;
	border-top: 4px solid var(--csd-primary);
	box-shadow: 0 -8px 24px rgba(58, 45, 40, .05);
	color: #4b4541 !important;
}

#footer #site-info {
	padding: 20px 0;
	background: transparent !important;
	color: #4b4541 !important;
}

#footer .copyright-text,
#footer .copyright-text a {
	color: #4b4541 !important;
}

#footer .copyright-text a:hover {
	color: var(--csd-primary) !important;
}

#footer .tie-icon-heart {
	color: var(--csd-primary) !important;
	opacity: .82;
}

body.csd-product-page .fullwidth-entry-title-wrapper,
body.csd-product-page #the-post > .featured-area {
	display: none !important;
}

body.csd-full-width #main-content-row > .main-content {
	float: none !important;
	width: 100% !important;
}

body.csd-full-width #main-content-row > .sidebar {
	display: none !important;
}

body.csd-hide-sharing #share-buttons-bottom,
body.csd-hide-native-related #related-posts {
	display: none !important;
}

body.csd-product-page #the-post {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
}

body.csd-product-catalogue #main-content-row > .main-content {
	float: none !important;
	width: 100% !important;
}

body.csd-product-catalogue #main-content-row > .sidebar {
	display: none !important;
}

body.csd-product-catalogue #category-title-section,
body.csd-product-catalogue #search-title-section {
	margin-bottom: 26px;
	padding: 28px 32px;
	background: var(--csd-cream);
	border: 1px solid var(--csd-line);
	border-radius: 15px;
}

body.csd-product-catalogue #category-title-section .page-title,
body.csd-product-catalogue #search-title-section .page-title {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
}

body.csd-product-catalogue #masonry-grid {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	height: auto !important;
}

body.csd-product-catalogue #masonry-grid > .grid-sizer,
body.csd-product-catalogue #masonry-grid > .gutter-sizer {
	display: none !important;
}

body.csd-product-catalogue #masonry-grid .masonry-brick {
	position: relative !important;
	top: auto !important;
	left: auto !important;
	display: flex;
	flex-direction: column;
	width: auto !important;
	min-width: 0;
	margin: 0 !important;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--csd-line);
	border-radius: 14px;
	box-shadow: 0 8px 22px rgba(43, 34, 31, .06);
	transform: none !important;
	transition: transform .18s ease, box-shadow .18s ease;
}

body.csd-product-catalogue #masonry-grid .masonry-brick:hover {
	box-shadow: 0 14px 30px rgba(43, 34, 31, .11);
	transform: translateY(-4px) !important;
}

body.csd-product-catalogue #masonry-grid .masonry-brick > .clearfix {
	display: none;
}

body.csd-product-catalogue #masonry-grid .featured-area {
	order: 1;
	margin: 0;
	padding: 22px;
	background: linear-gradient(145deg, var(--csd-cream), #f3ede5);
}

body.csd-product-catalogue #masonry-grid .post-thumb {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	background: transparent;
}

body.csd-product-catalogue #masonry-grid .post-thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	filter: drop-shadow(0 8px 10px rgba(43, 34, 31, .12));
}

body.csd-product-catalogue #masonry-grid .entry-archives-header {
	order: 2;
	padding: 18px 18px 0;
}

body.csd-product-catalogue #masonry-grid .entry-title {
	margin: 0;
	font-size: 16px;
	font-weight: 650;
	line-height: 1.35;
}

body.csd-product-catalogue #masonry-grid .entry-title a {
	color: var(--csd-ink);
}

body.csd-product-catalogue #masonry-grid .entry-title a:hover {
	color: var(--csd-primary);
}

body.csd-product-catalogue #masonry-grid .post-meta {
	display: none;
}

body.csd-product-catalogue #masonry-grid .entry-content {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	order: 3;
	padding: 12px 18px 18px;
}

body.csd-product-catalogue #masonry-grid .post-excerpt {
	margin: 0 0 14px;
	color: var(--csd-muted);
	font-size: 13px;
	line-height: 1.45;
}

body.csd-product-catalogue #masonry-grid .more-link {
	margin-top: auto;
	padding: 9px 13px;
	background: #f3e8e8;
	border-radius: 7px;
	color: var(--csd-primary);
	font-size: 12px;
	font-weight: 700;
}

body.csd-product-catalogue .pagination {
	margin-top: 32px;
}

.csd-product-shell,
.csd-grid-section,
.csd-search-panel {
	color: var(--csd-ink);
	font-family: inherit;
}

.csd-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 18px;
	color: var(--csd-muted);
	font-size: 13px;
}

.csd-breadcrumbs a {
	color: var(--csd-primary);
	text-decoration: none;
}

.csd-breadcrumbs a:hover {
	text-decoration: underline;
}

.csd-product-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr);
	margin-bottom: 36px;
	overflow: hidden;
	background: var(--csd-white);
	border: 1px solid var(--csd-line);
	border-radius: 20px;
	box-shadow: var(--csd-shadow);
}

.csd-product-image-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 570px;
	padding: 42px;
	background:
		radial-gradient(circle at 20% 15%, rgba(210, 168, 74, .12), transparent 32%),
		linear-gradient(145deg, var(--csd-cream), #f4eee6);
}

.csd-product-image {
	display: block;
	width: 100%;
	height: auto;
	max-width: 600px;
	max-height: 600px;
	object-fit: contain;
	filter: drop-shadow(0 14px 20px rgba(47, 39, 35, .14));
}

.csd-product-placeholder {
	font-size: 120px;
}

.csd-product-summary {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 54px 48px;
}

.csd-eyebrow,
.csd-section-heading > p {
	margin: 0 0 10px;
	color: var(--csd-primary);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.csd-product-summary h1 {
	margin: 0 0 24px;
	color: var(--csd-ink);
	font-size: clamp(30px, 3vw, 46px);
	font-weight: 700;
	letter-spacing: -.035em;
	line-height: 1.12;
}

.csd-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-bottom: 24px;
}

.csd-badges span {
	display: inline-flex;
	flex-direction: column;
	gap: 2px;
	padding: 9px 12px;
	background: #eef2ec;
	border: 1px solid #dbe3d8;
	border-radius: 9px;
	color: #40513d;
	font-size: 13px;
	font-weight: 650;
	line-height: 1.2;
}

.csd-badges small {
	color: var(--csd-sage);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.csd-purchase-box {
	padding: 24px;
	background: var(--csd-cream);
	border: 1px solid var(--csd-line);
	border-radius: 14px;
}

.csd-price-label {
	margin: 0 0 2px;
	color: var(--csd-muted);
	font-size: 13px;
}

.csd-price {
	margin: 0 0 15px;
	color: var(--csd-ink);
	font-size: 34px;
	font-weight: 750;
	letter-spacing: -.03em;
	line-height: 1.1;
}

.csd-buy-button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	width: 100%;
	padding: 16px 20px;
	background: var(--csd-primary);
	border-radius: 9px;
	box-shadow: 0 9px 18px rgba(159, 65, 70, .20);
	color: #fff !important;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none !important;
	transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.csd-buy-button:hover {
	background: #84363a;
	box-shadow: 0 12px 24px rgba(159, 65, 70, .28);
	transform: translateY(-2px);
}

.csd-buy-button span {
	font-size: 22px;
	line-height: 1;
}

.csd-disclosure {
	margin: 12px 0 0;
	color: var(--csd-muted);
	font-size: 11px;
	line-height: 1.45;
}

.csd-purchase-notes {
	display: grid;
	gap: 7px;
	margin: 20px 0 0 !important;
	padding: 0 !important;
	color: var(--csd-muted);
	font-size: 12px;
	list-style: none !important;
}

.csd-purchase-notes li {
	position: relative;
	margin: 0 !important;
	padding-left: 22px;
}

.csd-purchase-notes li::before {
	position: absolute;
	top: 1px;
	left: 0;
	color: var(--csd-sage);
	content: "✓";
	font-weight: 800;
}

.csd-details,
.csd-related {
	margin: 36px 0;
	padding: 36px;
	background: var(--csd-white);
	border: 1px solid var(--csd-line);
	border-radius: 18px;
}

.csd-section-heading {
	margin-bottom: 24px;
}

.csd-section-heading h2 {
	margin: 0;
	color: var(--csd-ink);
	font-size: clamp(25px, 2.5vw, 34px);
	font-weight: 700;
	letter-spacing: -.025em;
}

.csd-spec-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 32px;
	margin: 0;
}

.csd-spec-grid > div {
	display: grid;
	grid-template-columns: minmax(120px, .8fr) 1.2fr;
	gap: 20px;
	padding: 15px 0;
	border-bottom: 1px solid var(--csd-line);
}

.csd-spec-grid dt,
.csd-spec-grid dd {
	margin: 0;
}

.csd-spec-grid dt {
	color: var(--csd-muted);
	font-size: 13px;
	font-weight: 500;
}

.csd-spec-grid dd {
	color: var(--csd-ink);
	font-size: 14px;
	font-weight: 650;
}

.csd-grid {
	display: grid;
	gap: 22px;
}

.csd-columns-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.csd-columns-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.csd-columns-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.csd-columns-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }

.csd-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	background: var(--csd-white);
	border: 1px solid var(--csd-line);
	border-radius: 14px;
	box-shadow: 0 8px 22px rgba(43, 34, 31, .06);
	transition: transform .18s ease, box-shadow .18s ease;
}

.csd-card:hover {
	box-shadow: 0 14px 30px rgba(43, 34, 31, .11);
	transform: translateY(-4px);
}

.csd-card-image {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 250px;
	padding: 22px;
	background: linear-gradient(145deg, var(--csd-cream), #f3ede5);
}

.csd-card-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: drop-shadow(0 8px 10px rgba(43, 34, 31, .12));
}

.csd-image-placeholder {
	font-size: 72px;
}

.csd-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 18px;
}

.csd-card h3 {
	margin: 0 0 18px;
	font-size: 15px;
	font-weight: 650;
	line-height: 1.35;
}

.csd-card h3 a {
	color: var(--csd-ink);
	text-decoration: none;
}

.csd-card h3 a:hover {
	color: var(--csd-primary);
}

.csd-card-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-top: auto;
}

.csd-card-price {
	color: var(--csd-primary);
	font-size: 18px;
}

.csd-card-button {
	display: inline-block;
	padding: 8px 10px;
	background: #f3e8e8;
	border-radius: 7px;
	color: var(--csd-primary) !important;
	font-size: 11px;
	font-weight: 700;
	text-decoration: none !important;
}

.csd-grid-section {
	margin: 30px 0;
}

.csd-search-panel {
	position: relative;
	overflow: hidden;
	margin: 28px 0;
	padding: 42px;
	background:
		radial-gradient(circle at 90% 15%, rgba(210, 168, 74, .35), transparent 25%),
		linear-gradient(135deg, var(--csd-primary), #763337);
	border-radius: 18px;
	box-shadow: var(--csd-shadow);
}

.csd-search-panel h2 {
	margin: 0 0 18px;
	color: #fff;
	font-size: clamp(26px, 3vw, 38px);
	letter-spacing: -.025em;
}

.csd-search-panel form {
	display: flex;
	max-width: 780px;
	padding: 6px;
	background: #fff;
	border-radius: 10px;
}

.csd-search-panel input[type="search"] {
	flex: 1;
	min-width: 0;
	height: 48px;
	padding: 0 16px;
	background: #fff;
	border: 0;
	box-shadow: none;
	color: var(--csd-ink);
	font-size: 15px;
	outline: 0;
}

.csd-search-panel button {
	height: 48px;
	padding: 0 20px;
	background: var(--csd-sage);
	border: 0;
	border-radius: 7px;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
}

.csd-no-products {
	padding: 18px;
	background: var(--csd-cream);
	border: 1px solid var(--csd-line);
	border-radius: 9px;
}

body.csd-compact-categories .sidebar .widget_categories {
	overflow: hidden;
	border: 1px solid var(--csd-line);
	border-radius: 14px;
	box-shadow: 0 8px 22px rgba(43, 34, 31, .06);
}

body.csd-compact-categories .sidebar .widget_categories .widget-title {
	margin-bottom: 14px;
}

.csd-category-controls {
	margin: 0 0 14px;
}

.csd-category-controls input[type="search"] {
	width: 100%;
	height: 42px;
	padding: 0 13px;
	background: var(--csd-cream);
	border: 1px solid var(--csd-line);
	border-radius: 8px;
	box-shadow: none;
	color: var(--csd-ink);
	font-size: 13px;
	outline: 0;
}

.csd-category-controls input[type="search"]:focus {
	background: #fff;
	border-color: var(--csd-sage);
	box-shadow: 0 0 0 3px rgba(111, 128, 104, .13);
}

body.csd-compact-categories .sidebar .widget_categories > ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

body.csd-compact-categories .sidebar .widget_categories > ul > li {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	list-style: none !important;
}

body.csd-compact-categories .sidebar .widget_categories > ul > li[hidden] {
	display: none !important;
}

body.csd-compact-categories .sidebar .widget_categories > ul > li::before,
body.csd-compact-categories .sidebar .widget_categories > ul > li::marker,
body.csd-compact-categories .sidebar .widget_categories > ul > li > a::before {
	display: none !important;
	content: "" !important;
}

body.csd-compact-categories .sidebar .widget_categories > ul > li > a {
	display: flex;
	align-items: center;
	min-height: 42px;
	padding: 9px 10px;
	background: var(--csd-cream);
	border: 1px solid transparent;
	border-radius: 8px;
	color: var(--csd-ink);
	font-size: 11px;
	font-weight: 650;
	line-height: 1.25;
	text-decoration: none;
}

body.csd-compact-categories .sidebar .widget_categories > ul > li > a:hover,
body.csd-compact-categories .sidebar .widget_categories > ul > li.current-cat > a {
	background: #eef2ec;
	border-color: #dbe3d8;
	color: var(--csd-primary);
}

.csd-category-toggle {
	width: 100%;
	margin-top: 14px;
	padding: 10px 12px;
	background: #f3e8e8;
	border: 0;
	border-radius: 8px;
	color: var(--csd-primary);
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
}

.csd-category-toggle:hover {
	background: #ead7d8;
}

.csd-category-empty {
	margin: 10px 0 0;
	padding: 10px;
	background: var(--csd-cream);
	border-radius: 7px;
	color: var(--csd-muted);
	font-size: 12px;
	text-align: center;
}

.csd-store-home .fullwidth-entry-title-wrapper,
.csd-store-home #the-post > .entry-header,
.csd-store-home #the-post > .featured-area,
.csd-store-home .post-footer,
.csd-store-home #share-buttons-bottom {
	display: none !important;
}

.csd-store-home #the-post {
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.csd-home-shell {
	color: var(--csd-ink);
}

.csd-home-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
	min-height: 440px;
	overflow: hidden;
	background:
		radial-gradient(circle at 88% 10%, rgba(210, 168, 74, .35), transparent 26%),
		linear-gradient(135deg, var(--csd-primary), #713036);
	border-radius: 22px;
	box-shadow: var(--csd-shadow);
}

.csd-home-hero-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 58px;
}

.csd-home-hero .csd-eyebrow {
	color: #f0d5b2;
}

.csd-home-hero h1 {
	max-width: 720px;
	margin: 0 0 18px;
	color: #fff;
	font-size: clamp(40px, 5vw, 68px);
	font-weight: 750;
	letter-spacing: -.045em;
	line-height: 1.03;
}

.csd-home-hero-copy > p:not(.csd-eyebrow) {
	max-width: 680px;
	margin: 0 0 25px;
	color: rgba(255, 255, 255, .84);
	font-size: 17px;
	line-height: 1.55;
}

.csd-home-search {
	display: flex;
	max-width: 680px;
	padding: 6px;
	background: #fff;
	border-radius: 11px;
	box-shadow: 0 13px 28px rgba(49, 18, 22, .2);
}

.csd-home-search input[type="search"] {
	flex: 1;
	min-width: 0;
	height: 52px;
	padding: 0 17px;
	background: #fff;
	border: 0;
	box-shadow: none;
	color: var(--csd-ink);
	font-size: 15px;
	outline: 0;
}

.csd-home-search button {
	height: 52px;
	padding: 0 25px;
	background: var(--csd-sage);
	border: 0;
	border-radius: 8px;
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}

.csd-home-hero-mark {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px;
}

.csd-hero-calendar {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 13px;
	width: 260px;
	padding: 92px 30px 32px;
	background: rgba(255, 255, 255, .97);
	border-radius: 24px;
	box-shadow: 0 28px 50px rgba(42, 13, 18, .25);
	transform: rotate(4deg);
}

.csd-hero-calendar::before {
	position: absolute;
	content: "";
}

.csd-hero-calendar b {
	position: absolute;
	margin-top: -68px;
	margin-left: 1px;
	color: var(--csd-primary);
	font-size: 42px;
	letter-spacing: -.04em;
}

.csd-hero-calendar i {
	display: block;
	height: 42px;
	background: #eee9e2;
	border-radius: 8px;
}

.csd-hero-calendar i:nth-of-type(2),
.csd-hero-calendar i:nth-of-type(5) {
	background: #dce5da;
}

.csd-hero-calendar i:nth-of-type(3) {
	background: #ead1d2;
}

.csd-home-assurances {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
	margin: 22px 0 50px !important;
	padding: 0 !important;
	background: #fff;
	border: 1px solid var(--csd-line);
	border-radius: 13px;
	list-style: none !important;
}

.csd-home-assurances li {
	margin: 0 !important;
	padding: 16px 22px 16px 48px;
	border-right: 1px solid var(--csd-line);
	color: var(--csd-muted);
	font-size: 13px;
	list-style: none !important;
}

.csd-home-assurances li::marker {
	content: "";
}

.csd-home-assurances li:last-child {
	border-right: 0;
}

.csd-home-assurances li::before {
	position: absolute;
	margin-left: -25px;
	color: var(--csd-sage);
	content: "✓";
	font-weight: 800;
}

.csd-home-section {
	margin: 54px 0;
}

.csd-home-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 24px;
}

.csd-home-heading p,
.csd-browse-panel > div p,
.csd-guides-panel p {
	margin: 0 0 7px;
	color: var(--csd-primary);
	font-size: 11px;
	font-weight: 750;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.csd-home-heading h2,
.csd-browse-panel h2,
.csd-guides-panel h2 {
	margin: 0;
	color: var(--csd-ink);
	font-size: clamp(27px, 3vw, 40px);
	font-weight: 720;
	letter-spacing: -.035em;
}

.csd-home-heading > a {
	color: var(--csd-primary);
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.csd-home-category-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 20px;
}

.csd-home-category {
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--csd-line);
	border-radius: 15px;
	box-shadow: 0 8px 22px rgba(43, 34, 31, .06);
	color: var(--csd-ink) !important;
	text-decoration: none !important;
	transition: transform .18s ease, box-shadow .18s ease;
}

.csd-home-category:hover {
	box-shadow: 0 14px 30px rgba(43, 34, 31, .11);
	transform: translateY(-4px);
}

.csd-home-category-image {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 190px;
	padding: 20px;
	background: linear-gradient(145deg, var(--csd-cream), #f3ede5);
}

.csd-home-category-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: drop-shadow(0 8px 10px rgba(43, 34, 31, .12));
}

.csd-home-category-copy {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 18px;
}

.csd-home-category-copy strong {
	font-size: 17px;
	line-height: 1.25;
}

.csd-home-category-copy small {
	margin: 8px 0 16px;
	color: var(--csd-muted);
	font-size: 12px;
	line-height: 1.45;
}

.csd-home-category-copy em {
	margin-top: auto;
	color: var(--csd-primary);
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
}

.csd-home-products .csd-grid-section {
	margin: 0;
}

.csd-browse-panel,
.csd-guides-panel {
	display: grid;
	grid-template-columns: minmax(240px, .7fr) minmax(0, 1.3fr);
	gap: 38px;
	align-items: center;
	margin: 54px 0;
	padding: 34px 38px;
	background: var(--csd-cream);
	border: 1px solid var(--csd-line);
	border-radius: 17px;
}

.csd-browse-panel nav {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.csd-browse-panel nav a {
	padding: 10px 14px;
	background: #fff;
	border: 1px solid var(--csd-line);
	border-radius: 999px;
	color: var(--csd-primary);
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
}

.csd-guides-panel {
	grid-template-columns: 1fr auto;
	background: #eef2ec;
	border-color: #dbe3d8;
}

.csd-guides-panel span {
	display: block;
	margin-top: 8px;
	color: var(--csd-muted);
}

.csd-guides-panel > a {
	padding: 13px 18px;
	background: var(--csd-sage);
	border-radius: 8px;
	color: #fff !important;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none !important;
}

@media (max-width: 1050px) {
	body.csd-product-catalogue #masonry-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.csd-product-hero {
		grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr);
	}

	.csd-product-image-wrap {
		min-height: 470px;
		padding: 30px;
	}

	.csd-product-summary {
		padding: 40px 32px;
	}

	.csd-columns-4,
	.csd-columns-5 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.csd-home-category-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	body.csd-product-catalogue #masonry-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}

	.csd-product-hero {
		grid-template-columns: 1fr;
		border-radius: 14px;
	}

	.csd-product-image-wrap {
		min-height: 0;
		padding: 24px;
	}

	.csd-product-image {
		max-height: 440px;
	}

	.csd-product-summary {
		padding: 30px 24px;
	}

	.csd-details,
	.csd-related {
		padding: 25px 20px;
		border-radius: 13px;
	}

	.csd-spec-grid,
	.csd-columns-2,
	.csd-columns-3,
	.csd-columns-4,
	.csd-columns-5 {
		grid-template-columns: 1fr;
	}

	.csd-search-panel {
		padding: 30px 22px;
	}

	.csd-search-panel form {
		flex-direction: column;
		gap: 6px;
	}

	.csd-search-panel button {
		width: 100%;
	}

	.csd-home-hero {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.csd-home-hero-copy {
		padding: 38px 25px;
	}

	.csd-home-hero-mark {
		display: none;
	}

	.csd-home-search {
		flex-direction: column;
		gap: 6px;
	}

	.csd-home-search button {
		width: 100%;
	}

	.csd-home-assurances {
		grid-template-columns: 1fr;
	}

	.csd-home-assurances li {
		border-right: 0;
		border-bottom: 1px solid var(--csd-line);
	}

	.csd-home-assurances li:last-child {
		border-bottom: 0;
	}

	.csd-home-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}

	.csd-home-category-image {
		height: 155px;
	}

	.csd-home-heading,
	.csd-browse-panel,
	.csd-guides-panel {
		grid-template-columns: 1fr;
		align-items: flex-start;
	}

	.csd-home-heading {
		flex-direction: column;
	}
}

@media (max-width: 430px) {
	body.csd-product-catalogue #masonry-grid,
	.csd-home-category-grid {
		grid-template-columns: 1fr;
	}

	.csd-spec-grid > div {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.csd-card-image {
		height: 220px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.csd-card,
	.csd-buy-button {
		transition: none;
	}
}
