/*
Theme Name: Dimasgold Child
Theme URI: https://dimasgold.com/
Description: Dimasgold child theme for the Goldsmith parent theme.
Author: Dimasgold
Author URI: https://dimasgold.com/
Template: goldsmith
Version: 0.2.45
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 8.4
License: GNU General Public License version 3.0
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: dimasgold-child
Domain Path: /languages
*/

:root {
	--dimas-ink: #1c1713;
	--dimas-ink-soft: #5f544b;
	--dimas-paper: #fbf8f2;
	--dimas-line: #e5d9c9;
	--dimas-gold: #c7a96b;
	--dimas-gold-strong: #d8ad4d;
	--dimas-footer: #17100b;
	--dimas-footer-line: rgba(199, 169, 107, 0.26);
	--dimas-page-wrapper: 1200px;
	--dimas-page-gutter: 24px;
}

/* WI40: versioned homepage Elementor widget styling migrated from Custom CSS. */
body.home .goldsmith-page-hero,
body.home .goldsmith-breadcrumb,
body.home .page-title,
body.home .entry-title {
	display: none;
}

body.home .goldsmith-page-content,
body.home .elementor {
	background: #fbf7f1;
}

.dimas-home {
	--dimas-ink: #191411;
	--dimas-muted: #6f6258;
	--dimas-gold: #b88746;
	--dimas-cream: #fbf7f1;
	--dimas-panel: #fffaf3;
	--dimas-red: #a51f2f;
	background: var(--dimas-cream);
	color: var(--dimas-ink);
	font-family: inherit;
	letter-spacing: 0;
	margin-left: calc(50% - 50vw);
	width: 100vw;
}

.dimas-home * {
	box-sizing: border-box;
	letter-spacing: 0;
}

.dimas-home a {
	color: inherit;
	text-decoration: none;
}

.dimas-kicker {
	color: var(--dimas-red);
	font-size: 13px;
	font-weight: 700;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.dimas-home-hero {
	align-items: end;
	background: #1b1512;
	display: grid;
	min-height: 680px;
	overflow: hidden;
	position: relative;
}

.dimas-home-hero::after {
	background: linear-gradient(90deg, rgba(25, 20, 17, .86), rgba(25, 20, 17, .56) 46%, rgba(25, 20, 17, .14));
	content: "";
	inset: 0;
	position: absolute;
}

.dimas-hero-media {
	height: 100%;
	inset: 0;
	object-fit: cover;
	object-position: center;
	position: absolute;
	width: 100%;
}

.dimas-hero-content {
	color: #fffaf3;
	margin: 0 auto;
	max-width: var(--dimas-page-wrapper);
	padding: 96px var(--dimas-page-gutter) 108px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.dimas-hero-content h1 {
	color: #fffaf3;
	font-size: 64px;
	font-weight: 600;
	line-height: 1.02;
	margin: 0;
	text-shadow: 0 2px 18px rgba(0, 0, 0, .34);
}

.dimas-hero-content .dimas-kicker {
	color: #f4d19e;
}

.dimas-hero-content p:not(.dimas-kicker) {
	color: #f1e5d7;
	font-size: 20px;
	line-height: 1.55;
	margin: 22px 0 0;
	max-width: 560px;
}

.dimas-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.dimas-btn {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 4px;
	display: inline-flex;
	font-weight: 700;
	justify-content: center;
	min-height: 48px;
	padding: 13px 22px;
}

.dimas-btn-primary {
	background: var(--dimas-gold);
	color: #fff;
}

.dimas-btn-secondary {
	background: rgba(255, 250, 243, .1);
	border-color: rgba(255, 250, 243, .62);
	color: #fff;
}

.dimas-trust-strip {
	background: var(--dimas-panel);
	border-bottom: 1px solid #e4d7c8;
	margin-left: calc(50% - 50vw);
	width: 100vw;
}

.dimas-trust-strip__inner {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin: 0 auto;
	max-width: var(--dimas-page-wrapper);
	padding: 0 var(--dimas-page-gutter);
}

.dimas-trust-strip__item {
	align-items: center;
	background: #fffaf3;
	color: #3b3129;
	display: flex;
	flex-direction: column;
	font-size: 14px;
	font-weight: 700;
	gap: 10px;
	justify-content: center;
	min-height: 92px;
	padding: 16px;
	text-align: center;
}

.dimas-trust-strip__item + .dimas-trust-strip__item {
	border-left: 1px solid #e4d7c8;
}

.dimas-trust-strip__icon {
	align-items: center;
	color: #8b6b2e;
	display: inline-flex;
	font-size: 34px;
	height: 38px;
	justify-content: center;
	line-height: 1;
	width: 38px;
}

.dimas-trust-strip__icon svg {
	display: block;
	fill: currentColor;
	height: 34px;
	width: 34px;
}

.dimas-trust-strip__text {
	display: block;
	line-height: 1.35;
}

.dimas-section {
	margin: 0 auto;
	max-width: var(--dimas-page-wrapper);
	padding: 74px var(--dimas-page-gutter);
}

.dimas-section-head {
	margin-bottom: 30px;
	max-width: 680px;
}

.dimas-section h2 {
	color: var(--dimas-ink);
	font-size: 38px;
	font-weight: 600;
	line-height: 1.16;
	margin: 0;
}

.dimas-section p {
	color: var(--dimas-muted);
	font-size: 17px;
	line-height: 1.7;
}

.dimas-collection-grid,
.dimas-gift-grid,
.dimas-guide-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dimas-collection-card,
.dimas-gift-grid a,
.dimas-guide-grid a {
	background: #fff;
	border: 1px solid #e9ded1;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}

.dimas-collection-card {
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 420px;
	padding: 28px;
}

.dimas-collection-card::after {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(25, 20, 17, .72));
	content: "";
	inset: 0;
	position: absolute;
}

.dimas-collection-card img,
.dimas-gift-grid img {
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	transition: transform .35s ease;
	width: 100%;
}

.dimas-collection-card:hover img,
.dimas-gift-grid a:hover img {
	transform: scale(1.035);
}

.dimas-collection-card span,
.dimas-collection-card strong {
	position: relative;
	z-index: 1;
}

.dimas-collection-card span {
	font-size: 28px;
	font-weight: 600;
	line-height: 1.1;
}

.dimas-collection-card strong {
	color: #f4d19e;
	font-size: 14px;
	margin-top: 16px;
}

.dimas-quality {
	align-items: center;
	border-top: 1px solid #e9ded1;
	display: grid;
	gap: 54px;
	grid-template-columns: .85fr 1.15fr;
}

.dimas-quality__copy {
	display: grid;
	gap: 24px;
}

.dimas-quality__copy > p {
	margin: 0;
}

.dimas-quality__heading > p:not(.dimas-kicker) {
	color: var(--dimas-muted);
	font-size: 16px;
	line-height: 1.7;
	margin: 22px 0 0;
	max-width: 520px;
}

.dimas-quality__points {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dimas-quality__point {
	align-items: center;
	background: #fffaf3;
	border: 1px solid #e9ded1;
	border-radius: 8px;
	color: #3b3129;
	display: flex;
	font-size: 15px;
	font-weight: 700;
	gap: 12px;
	line-height: 1.35;
	min-height: 72px;
	padding: 16px;
}

.dimas-quality__icon {
	align-items: center;
	color: #8b6b2e;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 26px;
	height: 30px;
	justify-content: center;
	line-height: 1;
	width: 30px;
}

.dimas-quality__icon svg {
	display: block;
	fill: currentColor;
	height: 26px;
	width: 26px;
}

.dimas-products {
	padding-bottom: 22px;
}

.dimas-home-product-section {
	padding-top: 28px;
}

.dimas-home + .woocommerce,
.elementor-widget-shortcode .woocommerce,
.dimas-home-product-section .woocommerce {
	margin: 0 auto 42px;
	max-width: 1200px;
	padding: 0 24px;
}

.elementor-widget-shortcode .woocommerce ul.products,
.dimas-home-product-section .woocommerce ul.products {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0;
}

.elementor-widget-shortcode .woocommerce ul.products::before,
.elementor-widget-shortcode .woocommerce ul.products::after,
.dimas-home-product-section .woocommerce ul.products::before,
.dimas-home-product-section .woocommerce ul.products::after {
	display: none;
}

.elementor-widget-shortcode .woocommerce ul.products li.product,
.dimas-home-product-section .woocommerce ul.products li.product {
	background: #fff;
	border: 1px solid #e9ded1;
	border-radius: 8px;
	margin: 0 !important;
	padding: 18px 18px 20px;
	text-align: left;
	width: auto !important;
}

.elementor-widget-shortcode .woocommerce ul.products li.product img,
.dimas-home-product-section .woocommerce ul.products li.product img {
	background: #fbf7f1;
	border-radius: 6px;
}

.elementor-widget-shortcode .woocommerce ul.products li.product .woocommerce-loop-product__title,
.dimas-home-product-section .woocommerce ul.products li.product .woocommerce-loop-product__title {
	color: var(--dimas-ink);
	font-size: 16px;
	line-height: 1.35;
}

.elementor-widget-shortcode .woocommerce ul.products li.product .price,
.dimas-home-product-section .woocommerce ul.products li.product .price {
	color: var(--dimas-red);
	font-weight: 700;
}

.elementor-widget-shortcode .woocommerce ul.products li.product .button,
.dimas-home-product-section .woocommerce ul.products li.product .button {
	background: var(--dimas-ink);
	border-radius: 4px;
	color: #fff;
}

.elementor-widget-shortcode .goldsmith-products.products,
.dimas-home-product-section .goldsmith-products.products {
	align-items: start;
	display: grid !important;
	gap: 22px !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	margin: 0 auto !important;
	max-width: 1200px;
	padding: 0 24px;
}

.dimas-home-product-section .goldsmith-products.products {
	padding-left: 0;
	padding-right: 0;
}

.elementor-widget-shortcode .goldsmith-products.products > .goldsmith-loop-product,
.dimas-home-product-section .goldsmith-products.products > .goldsmith-loop-product {
	flex: initial !important;
	margin: 0 !important;
	max-width: none !important;
	padding: 0 !important;
	width: auto !important;
}

.elementor-widget-shortcode .goldsmith-product-loop-inner,
.dimas-home-product-section .goldsmith-product-loop-inner {
	background: #fff;
	border: 1px solid #e9ded1;
	border-radius: 8px;
	height: 100%;
	margin: 0 !important;
	padding: 18px 18px 20px;
}

.elementor-widget-shortcode .goldsmith-product-thumb-wrapper img,
.dimas-home-product-section .goldsmith-product-thumb-wrapper img {
	aspect-ratio: 1 / 1;
	background: #fbf7f1;
	border-radius: 6px;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.elementor-widget-shortcode .goldsmith-product-name,
.dimas-home-product-section .goldsmith-product-name {
	font-size: 16px;
	line-height: 1.35;
	margin-top: 14px;
	min-height: 44px;
}

.elementor-widget-shortcode .goldsmith-product-name a,
.dimas-home-product-section .goldsmith-product-name a {
	color: #191411;
}

.elementor-widget-shortcode .goldsmith-price,
.dimas-home-product-section .goldsmith-price {
	color: #a51f2f;
	font-weight: 700;
}

.dimas-split {
	align-items: center;
	display: grid;
	gap: 46px;
	grid-template-columns: 1fr 1fr;
}

.dimas-split-media {
	border-radius: 8px;
	min-height: 520px;
	overflow: hidden;
}

.dimas-split-media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.dimas-split-copy {
	padding: 34px 0;
}

.dimas-personalizare-guide {
	background: #fffaf3;
	border: 1px solid #e5d7c5;
	border-radius: 8px;
	grid-column: 1 / -1;
	padding: 28px;
	scroll-margin-top: 120px;
}

.dimas-personalizare-guide__head {
	display: grid;
	gap: 4px;
	margin-bottom: 22px;
}

.dimas-personalizare-guide__head .dimas-kicker {
	margin-bottom: 8px;
}

.dimas-personalizare-guide__head h3 {
	color: var(--dimas-ink);
	font-size: 28px;
	line-height: 1.18;
	margin: 0;
	max-width: 620px;
}

.dimas-personalizare-guide__groups {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dimas-personalizare-guide__group {
	align-content: start;
	display: grid;
	gap: 12px;
}

.dimas-personalizare-guide__group h4 {
	color: var(--dimas-ink);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: .8px;
	margin: 0;
	text-transform: uppercase;
}

.dimas-personalizare-guide__options {
	align-content: start;
	display: grid;
	gap: 10px;
}

.dimas-personalizare-guide__option {
	background: #fff;
	border: 1px solid #e2d4c1;
	border-radius: 6px;
	color: var(--dimas-ink);
	display: grid;
	gap: 4px;
	min-height: 74px;
	padding: 14px 16px;
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.dimas-personalizare-guide__option:hover,
.dimas-personalizare-guide__option:focus-visible {
	border-color: var(--dimas-gold);
	box-shadow: 0 10px 24px rgba(116, 83, 46, .12);
	color: var(--dimas-ink);
	transform: translateY(-1px);
}

.dimas-personalizare-guide__option span {
	font-size: 16px;
	font-weight: 800;
	line-height: 1.25;
}

.dimas-personalizare-guide__option em {
	color: var(--dimas-ink-soft);
	font-size: 13px;
	font-style: normal;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.dimas-gifts {
	background: #fff4e7;
	max-width: none;
	padding-left: max(24px, calc((100vw - 1200px) / 2 + 24px));
	padding-right: max(24px, calc((100vw - 1200px) / 2 + 24px));
}

.dimas-gift-grid {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.dimas-gift-grid a {
	align-items: flex-end;
	color: #fff;
	display: flex;
	font-size: 21px;
	font-weight: 700;
	min-height: 260px;
	padding: 22px;
}

.dimas-gift-grid a::after {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(25, 20, 17, .66));
	content: "";
	inset: 0;
	position: absolute;
}

.dimas-gift-grid span {
	position: relative;
	z-index: 1;
}

.dimas-about {
	align-items: center;
	display: grid;
	gap: 54px;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
	max-width: 1200px;
}

.dimas-about h2 {
	margin-bottom: 22px;
}

.dimas-about p:not(.dimas-kicker) {
	margin-bottom: 14px;
	max-width: 680px;
}

.dimas-about p:last-child {
	margin-bottom: 0;
}

.dimas-about-media {
	aspect-ratio: 5 / 4;
	border-radius: 8px;
	overflow: hidden;
}

.dimas-about-media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.dimas-testimonials {
	border-bottom: 1px solid #e9ded1;
	border-top: 1px solid #e9ded1;
}

.dimas-empty-review {
	background: #fff;
	border: 1px solid #e1d4c4;
	border-radius: 8px;
	color: var(--dimas-muted);
	font-size: 16px;
	padding: 28px;
}

.dimas-review-slider {
	display: grid;
	gap: 22px;
	grid-auto-columns: minmax(280px, calc((100% - 44px) / 3));
	grid-auto-flow: column;
	overflow-x: auto;
	overscroll-behavior-x: contain;
	padding-bottom: 10px;
	scroll-snap-type: x mandatory;
	scrollbar-width: thin;
}

.dimas-review-card {
	background: #fff;
	border: 1px solid #e1d4c4;
	border-radius: 8px;
	display: grid;
	grid-template-rows: auto 1fr;
	overflow: hidden;
	padding: 0;
	scroll-snap-align: start;
}

.dimas-review-card__media {
	aspect-ratio: 4 / 3;
	background: #f7f1e8;
	border-bottom: 1px solid #e1d4c4;
}

.dimas-review-card__image {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.dimas-review-card__body {
	padding: 24px;
}

.dimas-review-card p {
	margin: 0 0 18px;
}

.dimas-review-card__meta {
	display: grid;
	gap: 4px;
}

.dimas-review-card strong,
.dimas-review-card span {
	display: block;
}

.dimas-guide-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dimas-guide-grid a {
	background: #fff;
	font-size: 17px;
	font-weight: 700;
	padding: 22px;
}

body.home .dimas-collection-card::after {
	background: linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .76));
}

body.home .dimas-collection-card span {
	color: #fff;
	text-shadow: 0 2px 12px rgba(0, 0, 0, .5);
}

body.home .dimas-collection-card strong {
	text-shadow: 0 2px 12px rgba(0, 0, 0, .45);
}

@media (max-width: 1024px) {
	.dimas-trust-strip__inner,
	.elementor-widget-shortcode .woocommerce ul.products,
	.dimas-home-product-section .woocommerce ul.products,
	.elementor-widget-shortcode .goldsmith-products.products,
	.dimas-home-product-section .goldsmith-products.products,
	.dimas-gift-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.dimas-hero-content h1 {
		font-size: 52px;
	}

	.dimas-trust-strip__item + .dimas-trust-strip__item {
		border-left: 0;
	}

	.dimas-trust-strip__item:nth-child(even) {
		border-left: 1px solid #e4d7c8;
	}

	.dimas-trust-strip__item:nth-child(n+3) {
		border-top: 1px solid #e4d7c8;
	}
}

@media (max-width: 767px) {
	.dimas-home-hero {
		min-height: 610px;
	}

	.dimas-home-hero::after {
		background: linear-gradient(180deg, rgba(25, 20, 17, .38), rgba(25, 20, 17, .9));
	}

	.dimas-hero-content {
		padding: 160px 24px 52px;
	}

	.dimas-hero-content h1 {
		font-size: 40px;
		line-height: 1.08;
	}

	.dimas-hero-content p:not(.dimas-kicker) {
		font-size: 17px;
	}

	.dimas-actions,
	.dimas-btn {
		width: 100%;
	}

	.dimas-trust-strip__inner,
	.dimas-collection-grid,
	.elementor-widget-shortcode .woocommerce ul.products,
	.dimas-home-product-section .woocommerce ul.products,
	.elementor-widget-shortcode .goldsmith-products.products,
	.dimas-home-product-section .goldsmith-products.products,
	.dimas-split,
	.dimas-about,
	.dimas-gift-grid,
	.dimas-guide-grid,
	.dimas-quality {
		grid-template-columns: 1fr !important;
	}

	.dimas-trust-strip__item {
		min-height: 58px;
	}

	.dimas-trust-strip__item:nth-child(even) {
		border-left: 0;
	}

	.dimas-trust-strip__item:nth-child(n+2) {
		border-top: 1px solid #e4d7c8;
	}

	.dimas-trust-strip__inner {
		padding-left: 20px;
		padding-right: 20px;
	}

	.dimas-section {
		padding: 52px 20px;
	}

	.dimas-section h2 {
		font-size: 30px;
	}

	.dimas-quality__points {
		grid-template-columns: 1fr;
	}

	.dimas-quality__point {
		min-height: 64px;
		padding: 14px;
	}

	.dimas-review-slider {
		grid-auto-columns: minmax(280px, 82vw);
	}

	.dimas-collection-card {
		min-height: 320px;
	}

	.dimas-split-media {
		min-height: 360px;
	}

	.dimas-personalizare-guide {
		padding: 22px;
	}

	.dimas-personalizare-guide__head,
	.dimas-personalizare-guide__groups {
		display: grid;
		grid-template-columns: 1fr;
	}

	.dimas-about {
		gap: 24px;
	}

	.dimas-about h2 {
		margin-bottom: 18px;
	}

	.dimas-about-media {
		order: -1;
	}

	.elementor-widget-shortcode .goldsmith-products.products,
	.dimas-home-product-section .goldsmith-products.products {
		gap: 14px !important;
		padding: 0 20px;
	}

	.dimas-home-product-section .woocommerce {
		padding-left: 20px;
		padding-right: 20px;
	}

	.dimas-home-product-section .goldsmith-products.products {
		padding-left: 0;
		padding-right: 0;
	}

	.elementor-widget-shortcode .goldsmith-product-loop-inner,
	.dimas-home-product-section .goldsmith-product-loop-inner {
		padding: 12px;
	}

	.elementor-widget-shortcode .goldsmith-product-name,
	.dimas-home-product-section .goldsmith-product-name {
		font-size: 13px;
	}
}

.dimas-blog-index {
	background: var(--dimas-paper);
	color: var(--dimas-ink);
	min-height: 56vh;
	padding: 96px 32px;
}

.dimas-blog-hero,
.dimas-blog-placeholder,
.dimas-blog-posts,
.dimas-blog-index .navigation.pagination {
	margin: 0 auto;
	max-width: 1120px;
}

.dimas-blog-placeholder {
	background: #fff;
	border: 1px solid var(--dimas-line);
	border-radius: 8px;
	box-shadow: 0 18px 60px rgba(28, 23, 19, 0.08);
	padding: clamp(36px, 6vw, 72px);
	text-align: center;
}

.dimas-blog-kicker,
.dimas-blog-card__date {
	color: #8d6d28;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.dimas-blog-hero h1,
.dimas-blog-placeholder h1 {
	color: var(--dimas-ink);
	font-size: clamp(36px, 5vw, 64px);
	line-height: 1.04;
	margin: 0;
}

.dimas-blog-hero p:not(.dimas-blog-kicker),
.dimas-blog-placeholder p:not(.dimas-blog-kicker) {
	color: var(--dimas-ink-soft);
	font-size: 18px;
	line-height: 1.65;
	margin: 20px auto 0;
	max-width: 720px;
}

.dimas-blog-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	margin-top: 32px;
}

.dimas-blog-button,
.dimas-blog-link {
	align-items: center;
	border-radius: 6px;
	display: inline-flex;
	font-size: 14px;
	font-weight: 900;
	justify-content: center;
	line-height: 1.2;
	min-height: 48px;
	padding: 14px 20px;
	text-decoration: none;
}

.dimas-blog-button--primary,
.dimas-blog-link {
	background: var(--dimas-gold-strong);
	color: #1b130d;
}

.dimas-blog-button--primary:hover,
.dimas-blog-link:hover {
	background: #ebbf62;
	color: #1b130d;
}

.dimas-blog-button--secondary {
	background: transparent;
	border: 1px solid var(--dimas-line);
	color: var(--dimas-ink);
}

.dimas-blog-button--secondary:hover {
	background: #fff;
	color: var(--dimas-ink);
}

.dimas-blog-hero {
	margin-bottom: 36px;
}

.dimas-blog-posts {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dimas-blog-card {
	background: #fff;
	border: 1px solid var(--dimas-line);
	border-radius: 8px;
	overflow: hidden;
}

.dimas-blog-card__media {
	align-items: center;
	aspect-ratio: 4 / 3;
	background: #f3ede4;
	color: var(--dimas-ink-soft);
	display: flex;
	font-weight: 900;
	justify-content: center;
	text-decoration: none;
}

.dimas-blog-card__media img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.dimas-blog-card__body {
	padding: 24px;
}

.dimas-blog-card h2 {
	font-size: 24px;
	line-height: 1.2;
	margin: 0;
}

.dimas-blog-card h2 a {
	color: var(--dimas-ink);
	text-decoration: none;
}

.dimas-blog-card__excerpt {
	color: var(--dimas-ink-soft);
	line-height: 1.6;
	margin-top: 14px;
}

.dimas-blog-card__excerpt p {
	margin: 0;
}

.dimas-blog-card .dimas-blog-link {
	margin-top: 22px;
}

body.page-id-19823 .goldsmith-page-hero {
	display: none;
}

body.page-id-19823 .nt-goldsmith-inner-container {
	padding: 0;
}

body.page-id-19823 .nt-goldsmith-content.content-container {
	max-width: none;
	padding: 0;
}

.dimas-contact-page {
	--dimas-contact-ink: #1c1713;
	--dimas-contact-muted: #65584e;
	background: var(--dimas-paper);
	color: var(--dimas-contact-ink);
	margin-left: calc(50% - 50vw);
	overflow: hidden;
	width: 100vw;
}

.dimas-contact-page * {
	box-sizing: border-box;
	letter-spacing: 0;
}

.dimas-contact-page a {
	color: inherit;
	text-decoration: none;
}

.dimas-contact-hero {
	align-items: end;
	background: #1b1512;
	display: grid;
	min-height: min(620px, 70vh);
	overflow: hidden;
	position: relative;
}

.dimas-contact-hero__image {
	height: 100%;
	inset: 0;
	object-fit: cover;
	object-position: center;
	position: absolute;
	width: 100%;
}

.dimas-contact-hero::after {
	background: linear-gradient(90deg, rgba(18, 13, 9, 0.86) 0%, rgba(18, 13, 9, 0.58) 44%, rgba(18, 13, 9, 0.1) 100%);
	content: "";
	inset: 0;
	position: absolute;
}

.dimas-contact-hero__content {
	color: #fffaf3;
	margin: 0 auto;
	max-width: 1280px;
	padding: 96px 32px 84px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.dimas-contact-kicker {
	color: var(--dimas-gold-strong);
	font-size: 12px;
	font-weight: 900;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.dimas-contact-hero h1 {
	color: #fff;
	font-size: clamp(46px, 7vw, 82px);
	line-height: 1;
	margin: 0;
	max-width: 760px;
}

.dimas-contact-hero p:not(.dimas-contact-kicker) {
	color: rgba(255, 250, 243, 0.86);
	font-size: 20px;
	line-height: 1.58;
	margin: 22px 0 0;
	max-width: 650px;
}

.dimas-contact-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 32px;
}

.dimas-contact-button {
	align-items: center;
	border-radius: 6px;
	display: inline-flex;
	font-size: 14px;
	font-weight: 900;
	justify-content: center;
	line-height: 1.2;
	min-height: 48px;
	padding: 14px 20px;
	text-decoration: none;
}

.dimas-contact-button--primary {
	background: var(--dimas-gold-strong);
	color: #1b130d;
}

.dimas-contact-button--primary:hover {
	background: #ebbf62;
	color: #1b130d;
}

.dimas-contact-button--secondary {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.5);
	color: #fff;
}

.dimas-contact-button--secondary:hover {
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
}

.dimas-contact-section {
	margin: 0 auto;
	max-width: 1280px;
	padding: 78px 32px 0;
}

.dimas-contact-intro {
	display: grid;
	gap: 42px;
	grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
}

.dimas-contact-intro h2,
.dimas-contact-map-copy h2,
.dimas-contact-form-copy h2 {
	color: var(--dimas-contact-ink);
	font-size: clamp(32px, 4.2vw, 54px);
	line-height: 1.08;
	margin: 0;
}

.dimas-contact-copy p,
.dimas-contact-card p,
.dimas-contact-map-copy p,
.dimas-contact-legal p,
.dimas-contact-form-copy p {
	color: var(--dimas-contact-muted);
	font-size: 17px;
	line-height: 1.72;
	margin: 0;
}

.dimas-contact-copy {
	display: grid;
	gap: 20px;
}

.dimas-contact-cards {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dimas-contact-card {
	background: #fff;
	border: 1px solid var(--dimas-line);
	border-radius: 8px;
	display: grid;
	gap: 13px;
	padding: 26px;
}

.dimas-contact-card span {
	color: #8d6d28;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.dimas-contact-card strong {
	color: var(--dimas-contact-ink);
	display: block;
	font-size: 24px;
	line-height: 1.15;
}

.dimas-contact-card a {
	color: var(--dimas-contact-ink);
	font-weight: 900;
}

.dimas-contact-card__links {
	display: grid;
	gap: 8px;
}

.dimas-contact-map-band {
	background: #fff;
	border-bottom: 1px solid var(--dimas-line);
	border-top: 1px solid var(--dimas-line);
	margin-top: 78px;
	padding: 64px 32px;
}

.dimas-contact-map-inner {
	align-items: center;
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
	margin: 0 auto;
	max-width: 1216px;
}

.dimas-contact-map-copy {
	display: grid;
	gap: 20px;
}

.dimas-contact-map-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 4px;
}

.dimas-contact-map-actions .dimas-contact-button--secondary {
	background: #1c1713;
	border-color: #1c1713;
	color: #fffaf3;
}

.dimas-contact-map-frame {
	background: #f5eee5;
	border: 1px solid var(--dimas-line);
	border-radius: 8px;
	min-height: 420px;
	overflow: hidden;
}

.dimas-contact-map-frame iframe {
	border: 0;
	display: block;
	height: 100%;
	min-height: 420px;
	width: 100%;
}

.dimas-contact-form-band {
	padding-bottom: 86px;
}

.dimas-contact-form-grid {
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
}

.dimas-contact-form-copy {
	display: grid;
	gap: 20px;
}

.dimas-contact-legal {
	background: #fff;
	border: 1px solid var(--dimas-line);
	border-radius: 8px;
	display: grid;
	gap: 16px;
	margin-top: 10px;
	padding: 24px;
}

.dimas-contact-legal strong {
	color: var(--dimas-contact-ink);
	display: block;
	font-size: 19px;
	line-height: 1.3;
	margin-bottom: 6px;
}

.dimas-contact-legal a {
	color: var(--dimas-contact-ink);
	font-weight: 900;
}

.dimas-contact-form-card {
	background: #fff;
	border: 1px solid var(--dimas-line);
	border-radius: 8px;
	padding: clamp(24px, 4vw, 38px);
}

.dimas-contact-form-card h2 {
	color: var(--dimas-contact-ink);
	font-size: clamp(28px, 3vw, 40px);
	line-height: 1.1;
	margin: 0 0 24px;
}

.dimas-contact-form .wpcf7-form {
	display: grid;
	gap: 14px;
	margin: 0;
}

.dimas-contact-form .wpcf7-form p {
	color: var(--dimas-contact-muted);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.45;
	margin: 0;
}

.dimas-contact-form .wpcf7-form-control-wrap {
	display: block;
	margin-top: 6px;
}

.dimas-contact-form input:not([type="submit"]),
.dimas-contact-form textarea {
	background: #fbf8f2;
	border: 1px solid var(--dimas-line);
	border-radius: 6px;
	box-shadow: none;
	color: var(--dimas-contact-ink);
	font: inherit;
	min-height: 50px;
	padding: 12px 14px;
	width: 100%;
}

.dimas-contact-form textarea {
	min-height: 180px;
	resize: vertical;
}

.dimas-contact-form input:not([type="submit"]):focus,
.dimas-contact-form textarea:focus {
	border-color: var(--dimas-gold-strong);
	outline: 2px solid rgba(216, 173, 77, 0.22);
}

.dimas-contact-form input[type="submit"] {
	background: var(--dimas-gold-strong);
	border: 0;
	border-radius: 6px;
	color: #1b130d;
	cursor: pointer;
	font-weight: 900;
	min-height: 48px;
	padding: 13px 24px;
	width: auto;
}

.dimas-contact-form input[type="submit"]:hover {
	background: #ebbf62;
}

.dimas-contact-form .wpcf7-response-output {
	border-radius: 6px;
	margin: 12px 0 0;
	padding: 12px 14px;
}

.dimas-contact-page--compact {
	padding-top: 0;
}

.dimas-contact-compact {
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	padding-bottom: 0;
}

.dimas-contact-compact__details {
	background: #fff;
	border: 1px solid var(--dimas-line);
	border-radius: 8px;
	padding: clamp(24px, 4vw, 38px);
}

.dimas-contact-compact__details h1 {
	color: var(--dimas-contact-ink);
	font-size: clamp(38px, 5vw, 64px);
	line-height: 1;
	margin: 0 0 26px;
}

.dimas-contact-compact-list {
	display: grid;
	gap: 18px;
}

.dimas-contact-compact-list p {
	color: var(--dimas-contact-muted);
	font-size: 17px;
	line-height: 1.65;
	margin: 0;
}

.dimas-contact-compact-list strong {
	color: var(--dimas-contact-ink);
	display: block;
	font-size: 15px;
	line-height: 1.25;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.dimas-contact-compact-list a {
	color: var(--dimas-contact-ink);
	font-weight: 900;
}

.dimas-contact-map-band--compact {
	margin-top: 64px;
}

.dimas-contact-map-inner--compact {
	align-items: stretch;
}

@media (max-width: 991px) {
	.dimas-contact-intro,
	.dimas-contact-map-inner,
	.dimas-contact-form-grid,
	.dimas-contact-compact {
		grid-template-columns: 1fr;
	}

	.dimas-contact-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.dimas-contact-hero {
		min-height: 560px;
	}

	.dimas-contact-hero::after {
		background: linear-gradient(180deg, rgba(18, 13, 9, 0.18) 0%, rgba(18, 13, 9, 0.88) 66%, rgba(18, 13, 9, 0.94) 100%);
	}

	.dimas-contact-hero__image {
		object-position: center top;
	}

	.dimas-contact-hero__content {
		padding: 88px 20px 42px;
	}

	.dimas-contact-hero h1 {
		font-size: 44px;
	}

	.dimas-contact-hero p:not(.dimas-contact-kicker),
	.dimas-contact-copy p,
	.dimas-contact-card p,
	.dimas-contact-map-copy p,
	.dimas-contact-legal p,
	.dimas-contact-form-copy p {
		font-size: 16px;
	}

	.dimas-contact-actions,
	.dimas-contact-button,
	.dimas-contact-map-actions {
		width: 100%;
	}

	.dimas-contact-section {
		padding: 54px 20px 0;
	}

	.dimas-contact-cards {
		grid-template-columns: 1fr;
	}

	.dimas-contact-card,
	.dimas-contact-legal,
	.dimas-contact-form-card,
	.dimas-contact-compact__details {
		padding: 22px;
	}

	.dimas-contact-map-band {
		margin-top: 54px;
		padding: 46px 20px;
	}

	.dimas-contact-map-frame,
	.dimas-contact-map-frame iframe {
		min-height: 330px;
	}

	.dimas-contact-form-band {
		padding-bottom: 58px;
	}

	.dimas-contact-form textarea {
		min-height: 150px;
	}

	.dimas-contact-compact-list p {
		font-size: 16px;
	}
}

body.page-id-26332 .goldsmith-page-hero {
	display: none;
}

body.page-id-26332 .nt-goldsmith-inner-container {
	padding: 0;
}

body.page-id-26332 .nt-goldsmith-content.content-container {
	max-width: none;
	padding: 0;
}

.dimas-about-page {
	--dimas-about-ink: #1c1713;
	--dimas-about-muted: #65584e;
	background: var(--dimas-paper);
	color: var(--dimas-about-ink);
	margin-left: calc(50% - 50vw);
	overflow: hidden;
	width: 100vw;
}

.dimas-about-page * {
	box-sizing: border-box;
	letter-spacing: 0;
}

.dimas-about-page a {
	text-decoration: none;
}

.dimas-about-hero {
	align-items: end;
	background: #1b1512;
	display: grid;
	min-height: min(640px, 70vh);
	overflow: hidden;
	position: relative;
}

.dimas-about-hero__image {
	height: 100%;
	inset: 0;
	object-fit: cover;
	object-position: center;
	position: absolute;
	width: 100%;
}

.dimas-about-hero::after {
	background: linear-gradient(90deg, rgba(18, 13, 9, 0.84) 0%, rgba(18, 13, 9, 0.58) 42%, rgba(18, 13, 9, 0.12) 100%);
	content: "";
	inset: 0;
	position: absolute;
}

.dimas-about-hero__content {
	color: #fffaf3;
	margin: 0 auto;
	max-width: 1280px;
	padding: 96px 32px 86px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.dimas-about-kicker {
	color: var(--dimas-gold-strong);
	font-size: 12px;
	font-weight: 900;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.dimas-about-hero h1 {
	color: #fff;
	font-size: clamp(48px, 7vw, 86px);
	line-height: 1;
	margin: 0;
	max-width: 760px;
}

.dimas-about-hero p:not(.dimas-about-kicker) {
	color: rgba(255, 250, 243, 0.86);
	font-size: 20px;
	line-height: 1.58;
	margin: 22px 0 0;
	max-width: 650px;
}

.dimas-about-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 32px;
}

.dimas-about-button {
	align-items: center;
	border-radius: 6px;
	display: inline-flex;
	font-size: 14px;
	font-weight: 900;
	justify-content: center;
	line-height: 1.2;
	min-height: 48px;
	padding: 14px 20px;
	text-decoration: none;
}

.dimas-about-button--primary {
	background: var(--dimas-gold-strong);
	color: #1b130d;
}

.dimas-about-button--primary:hover {
	background: #ebbf62;
	color: #1b130d;
}

.dimas-about-button--secondary {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.5);
	color: #fff;
}

.dimas-about-button--secondary:hover {
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
}

.dimas-about-section {
	margin: 0 auto;
	max-width: 1280px;
	padding: 78px 32px 0;
}

.dimas-about-intro {
	display: grid;
	gap: 42px;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
}

.dimas-about-intro h2,
.dimas-about-craft h2,
.dimas-about-values h2,
.dimas-about-quality h2,
.dimas-about-cta h2 {
	color: var(--dimas-about-ink);
	font-size: clamp(32px, 4.2vw, 54px);
	line-height: 1.14;
	margin: 0;
	padding-bottom: 0.04em;
}

.dimas-about-copy {
	display: grid;
	gap: 20px;
}

.dimas-about-intro .dimas-about-copy {
	padding-top: clamp(26px, 3vw, 46px);
}

.dimas-about-copy p,
.dimas-about-timeline p,
.dimas-about-value p,
.dimas-about-quality p,
.dimas-about-cta p {
	color: var(--dimas-about-muted);
	font-size: 17px;
	line-height: 1.72;
	margin: 0;
}

.dimas-about-stats {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dimas-about-stat {
	background: #fff;
	border: 1px solid var(--dimas-line);
	border-radius: 8px;
	display: grid;
	gap: 10px;
	min-height: 150px;
	padding: 22px;
}

.dimas-about-stat strong {
	color: var(--dimas-about-ink);
	font-size: clamp(30px, 4vw, 46px);
	line-height: 1;
}

.dimas-about-stat span {
	color: var(--dimas-about-muted);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.35;
}

.dimas-about-craft {
	align-items: center;
	display: grid;
	gap: 46px;
	grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
}

.dimas-about-media {
	background: #fff;
	border: 1px solid var(--dimas-line);
	border-radius: 8px;
	overflow: hidden;
}

.dimas-about-media--personalized {
	aspect-ratio: 4 / 3;
	background-image: url("/wp-content/uploads/2026/05/dimas-guide-cum-aleg-o-bijuterie-personalizata.webp");
	background-position: center;
	background-size: cover;
}

.dimas-about-media img {
	aspect-ratio: 4 / 3;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.dimas-about-timeline {
	display: grid;
	gap: 18px;
	margin-top: 28px;
}

.dimas-about-timeline article {
	border-left: 3px solid var(--dimas-gold-strong);
	padding-left: 18px;
}

.dimas-about-timeline h3 {
	color: var(--dimas-about-ink);
	font-size: 19px;
	line-height: 1.25;
	margin: 0 0 7px;
}

.dimas-about-values__head {
	align-items: end;
	display: flex;
	gap: 30px;
	justify-content: space-between;
	margin-bottom: 28px;
}

.dimas-about-values__head p {
	color: var(--dimas-about-muted);
	font-size: 17px;
	line-height: 1.65;
	margin: 0;
	max-width: 470px;
}

.dimas-about-values__grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dimas-about-value {
	background: #fff;
	border: 1px solid var(--dimas-line);
	border-radius: 8px;
	padding: 26px;
}

.dimas-about-value h3 {
	color: var(--dimas-about-ink);
	font-size: 22px;
	line-height: 1.2;
	margin: 0 0 12px;
}

.dimas-about-quality {
	background: #fff;
	border-bottom: 1px solid var(--dimas-line);
	border-top: 1px solid var(--dimas-line);
	margin-top: 78px;
	max-width: none;
	padding: 64px 32px;
}

.dimas-about-quality__inner {
	align-items: center;
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	margin: 0 auto;
	max-width: 1216px;
}

.dimas-about-quality h2 + p {
	margin-top: clamp(22px, 2.4vw, 34px);
}

.dimas-about-badges {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dimas-about-badge {
	background: #fbf8f2;
	border: 1px solid var(--dimas-line);
	border-radius: 8px;
	padding: 22px;
}

.dimas-about-badge strong {
	color: #8d6d28;
	display: block;
	font-size: 26px;
	line-height: 1;
	margin-bottom: 10px;
}

.dimas-about-badge span {
	color: var(--dimas-about-muted);
	display: block;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.4;
}

.dimas-about-cta {
	padding-bottom: 86px;
}

.dimas-about-cta__inner {
	align-items: center;
	background: var(--dimas-about-ink);
	border-radius: 8px;
	color: #fffaf3;
	display: grid;
	gap: 30px;
	grid-template-columns: minmax(0, 1fr) auto;
	padding: clamp(32px, 5vw, 54px);
}

.dimas-about-cta h2 {
	color: #fffaf3;
	max-width: 760px;
}

.dimas-about-cta p {
	color: rgba(255, 250, 243, 0.78);
	margin-top: 14px;
	max-width: 680px;
}

.dimas-about-cta .dimas-about-button--secondary {
	white-space: nowrap;
}

@media (max-width: 991px) {
	.dimas-about-intro,
	.dimas-about-craft,
	.dimas-about-quality__inner,
	.dimas-about-cta__inner {
		grid-template-columns: 1fr;
	}

	.dimas-about-stats,
	.dimas-about-values__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dimas-about-values__head {
		align-items: start;
		flex-direction: column;
	}

	.dimas-about-intro .dimas-about-copy {
		padding-top: 0;
	}

	.dimas-about-cta__inner {
		align-items: start;
	}
}

@media (max-width: 640px) {
	.dimas-about-hero {
		min-height: 560px;
	}

	.dimas-about-hero::after {
		background: linear-gradient(180deg, rgba(18, 13, 9, 0.22) 0%, rgba(18, 13, 9, 0.88) 68%, rgba(18, 13, 9, 0.94) 100%);
	}

	.dimas-about-hero__image {
		object-position: center top;
	}

	.dimas-about-hero__content {
		padding: 88px 20px 42px;
	}

	.dimas-about-hero h1 {
		font-size: 44px;
	}

	.dimas-about-hero p:not(.dimas-about-kicker),
	.dimas-about-copy p,
	.dimas-about-timeline p,
	.dimas-about-value p,
	.dimas-about-quality p,
	.dimas-about-cta p {
		font-size: 16px;
	}

	.dimas-about-actions,
	.dimas-about-button {
		width: 100%;
	}

	.dimas-about-section {
		padding: 54px 20px 0;
	}

	.dimas-about-stats,
	.dimas-about-values__grid,
	.dimas-about-badges {
		grid-template-columns: 1fr;
	}

	.dimas-about-stat {
		min-height: 0;
		padding: 20px;
	}

	.dimas-about-media {
		order: -1;
	}

	.dimas-about-quality {
		margin-top: 54px;
		padding: 46px 20px;
	}

	.dimas-about-cta {
		padding-bottom: 58px;
	}

.dimas-about-cta__inner {
		padding: 28px 20px;
	}
}

body.page-id-26361 .goldsmith-page-hero {
	display: none;
}

body.page-id-26361 .nt-goldsmith-inner-container {
	padding: 0;
}

body.page-id-26361 .nt-goldsmith-content.content-container {
	max-width: none;
	padding: 0;
}

.dimas-wholesale-page {
	--dimas-wholesale-ink: #1c1713;
	--dimas-wholesale-muted: #665a50;
	background: var(--dimas-paper);
	color: var(--dimas-wholesale-ink);
	margin-left: calc(50% - 50vw);
	overflow: hidden;
	width: 100vw;
}

.dimas-wholesale-page * {
	box-sizing: border-box;
	letter-spacing: 0;
}

.dimas-wholesale-page a {
	text-decoration: none;
}

.dimas-wholesale-hero {
	background: #18110c;
	color: #fffaf3;
	padding: clamp(56px, 8vw, 96px) 32px;
	position: relative;
}

.dimas-wholesale-hero__inner {
	align-items: center;
	display: grid;
	gap: 54px;
	grid-template-columns: minmax(0, 0.94fr) minmax(360px, 0.86fr);
	margin: 0 auto;
	max-width: 1280px;
}

.dimas-wholesale-kicker {
	color: var(--dimas-gold-strong);
	font-size: 12px;
	font-weight: 900;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.dimas-wholesale-hero h1,
.dimas-wholesale-section h2,
.dimas-wholesale-cta h2 {
	line-height: 1.14;
	margin: 0;
	padding-bottom: 0.04em;
}

.dimas-wholesale-hero h1 {
	color: #fffaf3;
	font-size: clamp(48px, 6vw, 82px);
	max-width: 760px;
}

.dimas-wholesale-hero p:not(.dimas-wholesale-kicker),
.dimas-wholesale-section p,
.dimas-wholesale-card p,
.dimas-wholesale-step p,
.dimas-wholesale-cta p {
	line-height: 1.68;
	margin: 0;
}

.dimas-wholesale-hero p:not(.dimas-wholesale-kicker) {
	color: rgba(255, 250, 243, 0.82);
	font-size: 19px;
	margin-top: 22px;
	max-width: 650px;
}

.dimas-wholesale-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 32px;
}

.dimas-wholesale-button {
	align-items: center;
	border-radius: 6px;
	display: inline-flex;
	font-size: 14px;
	font-weight: 900;
	justify-content: center;
	line-height: 1.2;
	min-height: 48px;
	padding: 14px 20px;
}

.dimas-wholesale-button--primary {
	background: var(--dimas-gold-strong);
	color: #1b130d;
}

.dimas-wholesale-button--primary:hover {
	background: #ebbf62;
	color: #1b130d;
}

.dimas-wholesale-button--secondary {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.48);
	color: #fff;
}

.dimas-wholesale-button--secondary:hover {
	background: rgba(255, 255, 255, 0.18);
	color: #fff;
}

.dimas-wholesale-visual {
	display: grid;
	gap: 14px;
	grid-template-columns: minmax(0, 1fr) minmax(0, 0.72fr);
	min-height: 500px;
}

.dimas-wholesale-visual__main,
.dimas-wholesale-visual__tile {
	background: #fff;
	border: 1px solid rgba(255, 250, 243, 0.2);
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}

.dimas-wholesale-visual__main {
	grid-row: span 2;
}

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

.dimas-wholesale-visual__label {
	background: rgba(24, 17, 12, 0.82);
	border: 1px solid rgba(255, 250, 243, 0.18);
	border-radius: 999px;
	bottom: 16px;
	color: #fffaf3;
	font-size: 12px;
	font-weight: 900;
	left: 16px;
	padding: 8px 12px;
	position: absolute;
	text-transform: uppercase;
}

.dimas-wholesale-section {
	margin: 0 auto;
	max-width: 1280px;
	padding: 76px 32px 0;
}

.dimas-wholesale-intro {
	align-items: center;
	display: grid;
	gap: 40px;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
}

.dimas-wholesale-section h2,
.dimas-wholesale-cta h2 {
	color: var(--dimas-wholesale-ink);
	font-size: clamp(32px, 4vw, 54px);
}

.dimas-wholesale-intro p,
.dimas-wholesale-section > p {
	color: var(--dimas-wholesale-muted);
	font-size: 17px;
}

.dimas-wholesale-proof {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 34px;
}

.dimas-wholesale-proof__item,
.dimas-wholesale-card,
.dimas-wholesale-step {
	background: #fff;
	border: 1px solid var(--dimas-line);
	border-radius: 8px;
}

.dimas-wholesale-proof__item {
	display: grid;
	gap: 10px;
	min-height: 138px;
	padding: 22px;
}

.dimas-wholesale-proof__item strong {
	color: var(--dimas-wholesale-ink);
	font-size: clamp(28px, 3.6vw, 42px);
	line-height: 1;
}

.dimas-wholesale-proof__item span,
.dimas-wholesale-card p,
.dimas-wholesale-step p {
	color: var(--dimas-wholesale-muted);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.45;
}

.dimas-wholesale-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 30px;
}

.dimas-wholesale-card {
	overflow: hidden;
}

.dimas-wholesale-card img {
	aspect-ratio: 4 / 3;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.dimas-wholesale-card__body {
	display: grid;
	gap: 12px;
	padding: 22px;
}

.dimas-wholesale-card h3,
.dimas-wholesale-step h3 {
	color: var(--dimas-wholesale-ink);
	font-size: 21px;
	line-height: 1.18;
	margin: 0;
}

.dimas-wholesale-card a {
	color: #8d6d28;
	font-size: 13px;
	font-weight: 900;
	margin-top: 2px;
	text-transform: uppercase;
}

.dimas-wholesale-band {
	background: #fff;
	border-bottom: 1px solid var(--dimas-line);
	border-top: 1px solid var(--dimas-line);
	margin-top: 76px;
	max-width: none;
	padding: 64px 32px;
}

.dimas-wholesale-band__inner {
	display: grid;
	gap: 42px;
	grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
	margin: 0 auto;
	max-width: 1216px;
}

.dimas-wholesale-benefits {
	display: grid;
	gap: 18px;
}

.dimas-wholesale-benefits article {
	border-left: 3px solid var(--dimas-gold-strong);
	padding-left: 18px;
}

.dimas-wholesale-benefits h3 {
	color: var(--dimas-wholesale-ink);
	font-size: 19px;
	line-height: 1.25;
	margin: 0 0 7px;
}

.dimas-wholesale-benefits p,
.dimas-wholesale-band p {
	color: var(--dimas-wholesale-muted);
	font-size: 16px;
}

.dimas-wholesale-process {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 30px;
}

.dimas-wholesale-step {
	display: grid;
	gap: 12px;
	padding: 24px;
}

.dimas-wholesale-step span {
	color: #8d6d28;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.dimas-wholesale-cta {
	padding-bottom: 86px;
}

.dimas-wholesale-cta__inner {
	align-items: center;
	background: #18110c;
	border-radius: 8px;
	color: #fffaf3;
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, 1fr) auto;
	padding: clamp(32px, 5vw, 54px);
}

.dimas-wholesale-cta h2 {
	color: #fffaf3;
	max-width: 720px;
}

.dimas-wholesale-cta p {
	color: rgba(255, 250, 243, 0.78);
	font-size: 16px;
	margin-top: 14px;
	max-width: 690px;
}

.dimas-wholesale-contact {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
}

.dimas-wholesale-contact a {
	border: 1px solid rgba(216, 173, 77, 0.56);
	border-radius: 999px;
	color: #fffaf3;
	font-size: 13px;
	font-weight: 900;
	padding: 13px 16px;
	white-space: nowrap;
}

.dimas-wholesale-contact a:hover {
	background: rgba(216, 173, 77, 0.12);
	color: #fffaf3;
}

@media (max-width: 991px) {
	.dimas-wholesale-hero__inner,
	.dimas-wholesale-intro,
	.dimas-wholesale-band__inner,
	.dimas-wholesale-cta__inner {
		grid-template-columns: 1fr;
	}

	.dimas-wholesale-grid,
	.dimas-wholesale-process,
	.dimas-wholesale-proof {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dimas-wholesale-contact {
		justify-content: flex-start;
	}
}

@media (max-width: 640px) {
	.dimas-wholesale-hero {
		padding: 42px 20px 48px;
	}

	.dimas-wholesale-hero h1 {
		font-size: 42px;
	}

	.dimas-wholesale-hero p:not(.dimas-wholesale-kicker),
	.dimas-wholesale-intro p,
	.dimas-wholesale-section > p {
		font-size: 16px;
	}

	.dimas-wholesale-actions,
	.dimas-wholesale-button {
		width: 100%;
	}

	.dimas-wholesale-visual {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.dimas-wholesale-visual__main,
	.dimas-wholesale-visual__tile {
		grid-row: auto;
		min-height: 210px;
	}

	.dimas-wholesale-section {
		padding: 54px 20px 0;
	}

	.dimas-wholesale-grid,
	.dimas-wholesale-process,
	.dimas-wholesale-proof {
		grid-template-columns: 1fr;
	}

	.dimas-wholesale-proof__item {
		min-height: 0;
		padding: 20px;
	}

	.dimas-wholesale-band {
		margin-top: 54px;
		padding: 46px 20px;
	}

	.dimas-wholesale-cta {
		padding-bottom: 58px;
	}

	.dimas-wholesale-cta__inner {
		padding: 28px 20px;
	}

	.dimas-wholesale-contact,
	.dimas-wholesale-contact a {
		width: 100%;
	}
}

body.page-id-21020 .goldsmith-page-hero {
	display: none;
}

body.page-id-21020 .nt-goldsmith-inner-container {
	padding: 0;
}

body.page-id-21020 .nt-goldsmith-content.content-container {
	max-width: none;
	padding: 0;
}

.dimas-faq-page {
	--dimas-faq-ink: #1c1713;
	--dimas-faq-muted: #65584e;
	background: var(--dimas-paper);
	color: var(--dimas-faq-ink);
	margin-left: calc(50% - 50vw);
	overflow: hidden;
	width: 100vw;
}

.dimas-faq-page * {
	box-sizing: border-box;
	letter-spacing: 0;
}

.dimas-faq-page a {
	text-decoration: none;
}

.dimas-faq-hero {
	background: #18110c;
	color: #fffaf3;
	padding: clamp(58px, 8vw, 98px) 32px;
}

.dimas-faq-hero__inner {
	align-items: end;
	display: grid;
	gap: 46px;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.52fr);
	margin: 0 auto;
	max-width: 1280px;
}

.dimas-faq-kicker {
	color: var(--dimas-gold-strong);
	font-size: 12px;
	font-weight: 900;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.dimas-faq-hero h1,
.dimas-faq-section h2,
.dimas-faq-cta h2 {
	line-height: 1.06;
	margin: 0;
}

.dimas-faq-hero h1 {
	color: #fffaf3;
	font-size: clamp(46px, 6vw, 82px);
	max-width: 760px;
}

.dimas-faq-hero p:not(.dimas-faq-kicker),
.dimas-faq-section p,
.dimas-faq-answer p,
.dimas-faq-answer li,
.dimas-faq-card p,
.dimas-faq-contact p,
.dimas-faq-cta p {
	line-height: 1.68;
	margin: 0;
}

.dimas-faq-hero p:not(.dimas-faq-kicker) {
	color: rgba(255, 250, 243, 0.82);
	font-size: 19px;
	margin-top: 22px;
	max-width: 680px;
}

.dimas-faq-hero__panel {
	background: rgba(255, 250, 243, 0.08);
	border: 1px solid rgba(255, 250, 243, 0.16);
	border-radius: 8px;
	display: grid;
	gap: 14px;
	padding: 26px;
}

.dimas-faq-hero__panel strong {
	color: #fffaf3;
	font-size: 22px;
	line-height: 1.18;
}

.dimas-faq-hero__panel span {
	color: rgba(255, 250, 243, 0.72);
	display: block;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.45;
}

.dimas-faq-hero__contact {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 6px;
}

.dimas-faq-hero__contact a,
.dimas-faq-button {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-size: 13px;
	font-weight: 900;
	justify-content: center;
	line-height: 1.2;
	min-height: 42px;
	padding: 12px 15px;
}

.dimas-faq-hero__contact a {
	border: 1px solid rgba(216, 173, 77, 0.58);
	color: #fffaf3;
}

.dimas-faq-hero__contact a:hover {
	background: rgba(216, 173, 77, 0.12);
	color: #fffaf3;
}

.dimas-faq-section {
	margin: 0 auto;
	max-width: 1280px;
	padding: 74px 32px 0;
}

.dimas-faq-section h2,
.dimas-faq-cta h2 {
	color: var(--dimas-faq-ink);
	font-size: clamp(32px, 4vw, 54px);
}

.dimas-faq-section > p {
	color: var(--dimas-faq-muted);
	font-size: 17px;
	margin-top: 16px;
	max-width: 680px;
}

.dimas-faq-cards {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 30px;
}

.dimas-faq-card,
.dimas-faq-contact,
.dimas-faq-links {
	background: #fff;
	border: 1px solid var(--dimas-line);
	border-radius: 8px;
}

.dimas-faq-card {
	display: grid;
	gap: 12px;
	min-height: 180px;
	padding: 24px;
}

.dimas-faq-card span {
	color: #8d6d28;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.dimas-faq-card h3 {
	color: var(--dimas-faq-ink);
	font-size: 22px;
	line-height: 1.18;
	margin: 0;
}

.dimas-faq-card p {
	color: var(--dimas-faq-muted);
	font-size: 14px;
	font-weight: 800;
}

.dimas-faq-card a {
	color: #8d6d28;
	font-size: 13px;
	font-weight: 900;
	margin-top: auto;
	text-transform: uppercase;
}

.dimas-faq-layout {
	align-items: start;
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.33fr);
	margin-top: 34px;
}

.dimas-faq-group {
	display: grid;
	gap: 14px;
}

.dimas-faq-group + .dimas-faq-group {
	margin-top: 34px;
}

.dimas-faq-group h3 {
	color: #8d6d28;
	font-size: 13px;
	font-weight: 900;
	margin: 0;
	text-transform: uppercase;
}

.dimas-faq-item {
	background: #fff;
	border: 1px solid var(--dimas-line);
	border-radius: 8px;
	overflow: hidden;
}

.dimas-faq-item summary {
	align-items: center;
	color: var(--dimas-faq-ink);
	cursor: pointer;
	display: flex;
	font-size: 19px;
	font-weight: 900;
	gap: 18px;
	justify-content: space-between;
	line-height: 1.28;
	list-style: none;
	padding: 22px 24px;
}

.dimas-faq-item summary::-webkit-details-marker {
	display: none;
}

.dimas-faq-item summary::after {
	align-items: center;
	background: #fbf8f2;
	border: 1px solid var(--dimas-line);
	border-radius: 50%;
	color: #8d6d28;
	content: "+";
	display: inline-flex;
	flex: 0 0 30px;
	font-size: 20px;
	height: 30px;
	justify-content: center;
	line-height: 1;
	width: 30px;
}

.dimas-faq-item[open] summary::after {
	content: "-";
}

.dimas-faq-answer {
	border-top: 1px solid var(--dimas-line);
	color: var(--dimas-faq-muted);
	display: grid;
	gap: 14px;
	padding: 0 24px 24px;
}

.dimas-faq-answer p,
.dimas-faq-answer li {
	font-size: 16px;
}

.dimas-faq-answer ul {
	display: grid;
	gap: 8px;
	margin: 0;
	padding-left: 18px;
}

.dimas-faq-answer a {
	color: #8d6d28;
	font-weight: 900;
}

.dimas-faq-aside {
	display: grid;
	gap: 16px;
	position: sticky;
	top: 120px;
}

.dimas-faq-contact,
.dimas-faq-links {
	padding: 24px;
}

.dimas-faq-contact {
	background: #18110c;
	color: #fffaf3;
}

.dimas-faq-contact h3,
.dimas-faq-links h3 {
	font-size: 22px;
	line-height: 1.18;
	margin: 0 0 12px;
}

.dimas-faq-contact h3 {
	color: #fffaf3;
}

.dimas-faq-contact p {
	color: rgba(255, 250, 243, 0.76);
	font-size: 14px;
	font-weight: 800;
}

.dimas-faq-contact__links {
	display: grid;
	gap: 10px;
	margin-top: 20px;
}

.dimas-faq-contact__links a,
.dimas-faq-button {
	border: 1px solid rgba(216, 173, 77, 0.55);
	color: #fffaf3;
}

.dimas-faq-contact__links a {
	border-radius: 999px;
	font-size: 13px;
	font-weight: 900;
	padding: 13px 15px;
	text-align: center;
}

.dimas-faq-links ul {
	display: grid;
	gap: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.dimas-faq-links a {
	color: var(--dimas-faq-ink);
	font-size: 14px;
	font-weight: 900;
}

.dimas-faq-links a:hover {
	color: #8d6d28;
}

.dimas-faq-cta {
	padding-bottom: 84px;
}

.dimas-faq-cta__inner {
	align-items: center;
	background: #fff;
	border: 1px solid var(--dimas-line);
	border-radius: 8px;
	display: grid;
	gap: 26px;
	grid-template-columns: minmax(0, 1fr) auto;
	padding: clamp(28px, 5vw, 46px);
}

.dimas-faq-cta p {
	color: var(--dimas-faq-muted);
	font-size: 16px;
	margin-top: 12px;
	max-width: 640px;
}

.dimas-faq-button {
	background: var(--dimas-gold-strong);
	border: 0;
	color: #1b130d;
	min-height: 48px;
	padding: 14px 20px;
	white-space: nowrap;
}

.dimas-faq-button:hover {
	background: #ebbf62;
	color: #1b130d;
}

@media (max-width: 991px) {
	.dimas-faq-hero__inner,
	.dimas-faq-layout,
	.dimas-faq-cta__inner {
		grid-template-columns: 1fr;
	}

	.dimas-faq-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dimas-faq-aside {
		position: static;
	}
}

@media (max-width: 640px) {
	.dimas-faq-hero {
		padding: 42px 20px 48px;
	}

	.dimas-faq-hero h1 {
		font-size: 42px;
	}

	.dimas-faq-hero p:not(.dimas-faq-kicker),
	.dimas-faq-section > p {
		font-size: 16px;
	}

	.dimas-faq-hero__panel {
		padding: 22px;
	}

	.dimas-faq-section {
		padding: 54px 20px 0;
	}

	.dimas-faq-cards {
		grid-template-columns: 1fr;
	}

	.dimas-faq-card {
		min-height: 0;
	}

	.dimas-faq-item summary {
		font-size: 17px;
		padding: 20px;
	}

	.dimas-faq-answer {
		padding: 0 20px 20px;
	}

	.dimas-faq-cta {
		padding-bottom: 58px;
	}

	.dimas-faq-button {
		width: 100%;
	}
}

body.page-id-26362 .goldsmith-page-hero {
	display: none;
}

body.page-id-26362 .nt-goldsmith-inner-container {
	padding: 0;
}

body.page-id-26362 .nt-goldsmith-content.content-container {
	max-width: none;
	padding: 0;
}

.dimas-ring-size-page {
	--dimas-ring-ink: #1c1713;
	--dimas-ring-muted: #65584e;
	background: var(--dimas-paper);
	color: var(--dimas-ring-ink);
	margin-left: calc(50% - 50vw);
	overflow: hidden;
	width: 100vw;
}

.dimas-ring-size-page * {
	box-sizing: border-box;
	letter-spacing: 0;
}

.dimas-ring-size-page a {
	text-decoration: none;
}

.dimas-ring-hero {
	background: #18110c;
	color: #fffaf3;
	padding: clamp(58px, 8vw, 98px) 32px;
}

.dimas-ring-hero__inner {
	align-items: center;
	display: grid;
	gap: 52px;
	grid-template-columns: minmax(0, 0.96fr) minmax(360px, 0.82fr);
	margin: 0 auto;
	max-width: 1280px;
}

.dimas-ring-kicker {
	color: var(--dimas-gold-strong);
	font-size: 12px;
	font-weight: 900;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.dimas-ring-hero h1,
.dimas-ring-section h2,
.dimas-ring-cta h2 {
	line-height: 1.06;
	margin: 0;
}

.dimas-ring-hero h1 {
	color: #fffaf3;
	font-size: clamp(46px, 6vw, 82px);
	max-width: 780px;
}

.dimas-ring-hero p:not(.dimas-ring-kicker),
.dimas-ring-section p,
.dimas-ring-card p,
.dimas-ring-step p,
.dimas-ring-note p,
.dimas-ring-answer p,
.dimas-ring-cta p {
	line-height: 1.68;
	margin: 0;
}

.dimas-ring-hero p:not(.dimas-ring-kicker) {
	color: rgba(255, 250, 243, 0.82);
	font-size: 19px;
	margin-top: 22px;
	max-width: 660px;
}

.dimas-ring-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 32px;
}

.dimas-ring-button {
	align-items: center;
	border-radius: 6px;
	display: inline-flex;
	font-size: 14px;
	font-weight: 900;
	justify-content: center;
	line-height: 1.2;
	min-height: 48px;
	padding: 14px 20px;
}

.dimas-ring-button--primary {
	background: var(--dimas-gold-strong);
	color: #1b130d;
}

.dimas-ring-button--primary:hover {
	background: #ebbf62;
	color: #1b130d;
}

.dimas-ring-button--secondary {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.48);
	color: #fff;
}

.dimas-ring-button--secondary:hover {
	background: rgba(255, 255, 255, 0.18);
	color: #fff;
}

.dimas-ring-hero__media {
	background: #fff;
	border: 1px solid rgba(255, 250, 243, 0.2);
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}

.dimas-ring-hero__media img {
	aspect-ratio: 4 / 3;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.dimas-ring-hero__badge {
	background: rgba(24, 17, 12, 0.84);
	border: 1px solid rgba(255, 250, 243, 0.18);
	border-radius: 999px;
	bottom: 18px;
	color: #fffaf3;
	font-size: 12px;
	font-weight: 900;
	left: 18px;
	padding: 9px 13px;
	position: absolute;
	text-transform: uppercase;
}

.dimas-ring-section {
	margin: 0 auto;
	max-width: 1280px;
	padding: 74px 32px 0;
}

.dimas-ring-section h2,
.dimas-ring-cta h2 {
	color: var(--dimas-ring-ink);
	font-size: clamp(32px, 4vw, 54px);
}

.dimas-ring-section > p {
	color: var(--dimas-ring-muted);
	font-size: 17px;
	margin-top: 16px;
	max-width: 700px;
}

.dimas-ring-cards {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 30px;
}

.dimas-ring-card,
.dimas-ring-step,
.dimas-ring-note,
.dimas-ring-answer,
.dimas-ring-product,
.dimas-ring-table-wrap {
	background: #fff;
	border: 1px solid var(--dimas-line);
	border-radius: 8px;
}

.dimas-ring-card {
	display: grid;
	gap: 12px;
	min-height: 190px;
	padding: 24px;
}

.dimas-ring-card span,
.dimas-ring-step span {
	color: #8d6d28;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.dimas-ring-card h3,
.dimas-ring-step h3,
.dimas-ring-answer h3,
.dimas-ring-product h3 {
	color: var(--dimas-ring-ink);
	font-size: 22px;
	line-height: 1.18;
	margin: 0;
}

.dimas-ring-card p,
.dimas-ring-step p,
.dimas-ring-answer p,
.dimas-ring-answer li,
.dimas-ring-product p {
	color: var(--dimas-ring-muted);
	font-size: 15px;
	font-weight: 800;
}

.dimas-ring-guide-layout {
	align-items: start;
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.36fr);
	margin-top: 34px;
}

.dimas-ring-steps {
	display: grid;
	gap: 14px;
}

.dimas-ring-step {
	display: grid;
	gap: 12px;
	padding: 24px;
}

.dimas-ring-step ul,
.dimas-ring-answer ul {
	display: grid;
	gap: 8px;
	margin: 0;
	padding-left: 18px;
}

.dimas-ring-step li {
	color: var(--dimas-ring-muted);
	font-size: 15px;
	font-weight: 800;
	line-height: 1.55;
}

.dimas-ring-aside {
	display: grid;
	gap: 16px;
	position: sticky;
	top: 120px;
}

.dimas-ring-note {
	padding: 24px;
}

.dimas-ring-note--dark {
	background: #18110c;
	color: #fffaf3;
}

.dimas-ring-note h3 {
	color: inherit;
	font-size: 22px;
	line-height: 1.18;
	margin: 0 0 12px;
}

.dimas-ring-note p {
	color: var(--dimas-ring-muted);
	font-size: 15px;
	font-weight: 800;
}

.dimas-ring-note--dark p {
	color: rgba(255, 250, 243, 0.76);
}

.dimas-ring-note a {
	color: #8d6d28;
	font-weight: 900;
}

.dimas-ring-note--dark a {
	color: var(--dimas-gold-strong);
}

.dimas-ring-contact-links {
	display: grid;
	gap: 10px;
	margin-top: 20px;
}

.dimas-ring-contact-links a {
	border: 1px solid rgba(216, 173, 77, 0.55);
	border-radius: 999px;
	color: #fffaf3;
	font-size: 13px;
	font-weight: 900;
	padding: 13px 15px;
	text-align: center;
}

.dimas-ring-table-wrap {
	margin-top: 30px;
	overflow-x: auto;
}

.dimas-ring-table {
	border-collapse: collapse;
	min-width: 700px;
	width: 100%;
}

.dimas-ring-table th,
.dimas-ring-table td {
	border-bottom: 1px solid var(--dimas-line);
	color: var(--dimas-ring-ink);
	font-size: 14px;
	padding: 15px 18px;
	text-align: left;
}

.dimas-ring-table th {
	background: #fffaf3;
	color: #8d6d28;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.dimas-ring-table td {
	color: var(--dimas-ring-muted);
	font-weight: 800;
}

.dimas-ring-table tr:last-child td {
	border-bottom: 0;
}

.dimas-ring-answer-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 30px;
}

.dimas-ring-answer {
	display: grid;
	gap: 12px;
	padding: 24px;
}

.dimas-ring-products {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 30px;
}

.dimas-ring-product {
	overflow: hidden;
}

.dimas-ring-product img {
	aspect-ratio: 4 / 3;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.dimas-ring-product__media {
	aspect-ratio: 4 / 3;
	background-position: center;
	background-size: cover;
}

.dimas-ring-product__media--engagement {
	background-image: url("/wp-content/uploads/2025/05/inel-de-logodna.jpg");
}

.dimas-ring-product__media--gold {
	background-image: url("/wp-content/uploads/2025/05/verighete-din-aur-.jpg");
}

.dimas-ring-product__media--silver {
	background-image: url("/wp-content/uploads/2025/05/verighete-din-argint.png");
}

.dimas-ring-product__body {
	display: grid;
	gap: 12px;
	padding: 22px;
}

.dimas-ring-product a {
	color: #8d6d28;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.dimas-ring-cta {
	padding-bottom: 84px;
}

.dimas-ring-cta__inner {
	align-items: center;
	background: #18110c;
	border-radius: 8px;
	color: #fffaf3;
	display: grid;
	gap: 30px;
	grid-template-columns: minmax(0, 1fr) auto;
	padding: clamp(32px, 5vw, 54px);
}

.dimas-ring-cta h2 {
	color: #fffaf3;
	max-width: 760px;
}

.dimas-ring-cta p {
	color: rgba(255, 250, 243, 0.78);
	font-size: 16px;
	margin-top: 14px;
	max-width: 680px;
}

.dimas-ring-cta .dimas-ring-button--secondary {
	white-space: nowrap;
}

@media (max-width: 991px) {
	.dimas-ring-hero__inner,
	.dimas-ring-guide-layout,
	.dimas-ring-cta__inner {
		grid-template-columns: 1fr;
	}

	.dimas-ring-cards,
	.dimas-ring-answer-grid,
	.dimas-ring-products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dimas-ring-aside {
		position: static;
	}
}

@media (max-width: 640px) {
	.dimas-ring-hero {
		padding: 42px 20px 48px;
	}

	.dimas-ring-hero h1 {
		font-size: 42px;
	}

	.dimas-ring-hero p:not(.dimas-ring-kicker),
	.dimas-ring-section > p {
		font-size: 16px;
	}

	.dimas-ring-actions,
	.dimas-ring-button {
		width: 100%;
	}

	.dimas-ring-section {
		padding: 54px 20px 0;
	}

	.dimas-ring-cards,
	.dimas-ring-answer-grid,
	.dimas-ring-products {
		grid-template-columns: 1fr;
	}

	.dimas-ring-card {
		min-height: 0;
	}

	.dimas-ring-step,
	.dimas-ring-note,
	.dimas-ring-answer {
		padding: 20px;
	}

	.dimas-ring-cta {
		padding-bottom: 58px;
	}

	.dimas-ring-cta__inner {
		padding: 28px 20px;
	}
}

.dimas-guide-single-area {
	background: var(--dimas-paper);
	padding: 64px 0 78px;
}

.dimas-guide-single-area .container {
	max-width: 1180px;
}

.dimas-guide-single-row {
	align-items: flex-start;
	row-gap: 34px;
}

.dimas-guide-article {
	background: #fff;
	border: 1px solid var(--dimas-line);
	border-radius: 8px;
	box-shadow: 0 18px 54px rgba(28, 23, 19, 0.06);
	padding: clamp(30px, 4vw, 54px);
}

.dimas-guide-article .nt-goldsmith-content {
	color: var(--dimas-ink-soft);
	font-size: 17px;
	line-height: 1.78;
}

.dimas-guide-article .goldsmith-post-title {
	color: var(--dimas-ink);
	font-size: clamp(36px, 4vw, 54px);
	line-height: 1.06;
	margin: 0 0 28px;
	max-width: 820px;
}

.dimas-guide-article .goldsmith-post-content-wrapper {
	max-width: 790px;
}

.dimas-guide-article .goldsmith-post-content-wrapper p {
	color: var(--dimas-ink-soft);
	font-size: 17px;
	line-height: 1.78;
	margin: 0 0 22px;
}

.dimas-guide-article .goldsmith-post-content-wrapper > p:first-child {
	color: var(--dimas-ink);
	font-size: 19px;
	line-height: 1.72;
	margin-bottom: 32px;
}

.dimas-guide-article .goldsmith-post-content-wrapper h2 {
	color: var(--dimas-ink);
	font-size: clamp(24px, 2.3vw, 32px);
	line-height: 1.18;
	margin: 42px 0 14px;
}

.dimas-guide-article .goldsmith-post-content-wrapper a {
	color: #8d6d28;
	font-weight: 800;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.dimas-guide-article .goldsmith-post-content-wrapper strong {
	color: var(--dimas-ink);
}

.dimas-guide-sidebar-wrap {
	min-width: 0;
}

.dimas-guide-sidebar {
	display: grid;
	gap: 18px;
	position: sticky;
	top: 24px;
}

.admin-bar .dimas-guide-sidebar {
	top: 56px;
}

.dimas-guide-widget {
	background: #fff;
	border: 1px solid var(--dimas-line);
	border-radius: 8px;
	box-shadow: 0 14px 38px rgba(28, 23, 19, 0.05);
	padding: 20px;
}

.dimas-guide-widget h3 {
	color: var(--dimas-ink);
	font-size: 18px;
	line-height: 1.25;
	margin: 0 0 16px;
}

.dimas-guide-widget--cta {
	background: var(--dimas-ink);
	border-color: var(--dimas-ink);
	color: #fffaf3;
}

.dimas-guide-widget--cta p {
	color: var(--dimas-gold-strong);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.dimas-guide-widget--cta h3 {
	color: #fffaf3;
	margin-bottom: 10px;
}

.dimas-guide-widget--cta span {
	color: rgba(255, 250, 243, 0.82);
	display: block;
	font-size: 14px;
	line-height: 1.65;
}

.dimas-guide-widget--cta a {
	align-items: center;
	background: var(--dimas-gold-strong);
	border-radius: 6px;
	color: #1b130d;
	display: inline-flex;
	font-size: 13px;
	font-weight: 900;
	justify-content: center;
	margin-top: 18px;
	min-height: 42px;
	padding: 11px 16px;
	text-decoration: none;
}

.dimas-guide-related {
	display: grid;
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

.dimas-guide-related li {
	border-top: 1px solid #efe6da;
	list-style: none !important;
	margin: 0;
	padding: 11px 0;
}

.dimas-guide-related li:first-child {
	border-top: 0;
	padding-top: 0;
}

.dimas-guide-related li:last-child {
	padding-bottom: 0;
}

.dimas-guide-related a {
	color: var(--dimas-ink);
	display: block;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.35;
	text-decoration: none;
}

.dimas-guide-related a:hover,
.dimas-guide-collections a:hover strong,
.dimas-guide-product:hover strong {
	color: #8d6d28;
}

.dimas-guide-products {
	display: grid;
	gap: 12px;
}

.dimas-guide-product {
	align-items: center;
	background: #fbf8f2;
	border: 1px solid #efe6da;
	border-radius: 8px;
	color: var(--dimas-ink);
	display: grid;
	gap: 12px;
	grid-template-columns: 82px minmax(0, 1fr);
	padding: 10px;
	text-decoration: none;
}

.dimas-guide-product__image {
	align-items: center;
	aspect-ratio: 1 / 1;
	background: #fff;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.dimas-guide-product__image img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.dimas-guide-product__body {
	display: grid;
	gap: 7px;
	min-width: 0;
}

.dimas-guide-product strong {
	color: var(--dimas-ink);
	font-size: 14px;
	line-height: 1.28;
}

.dimas-guide-product__body span {
	color: var(--dimas-ink-soft);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
}

.dimas-guide-product__body ins {
	color: var(--dimas-ink);
	text-decoration: none;
}

.dimas-guide-product__body del {
	color: #8a8178;
	font-weight: 500;
	margin-right: 4px;
}

.dimas-guide-collections {
	display: grid;
	gap: 10px;
}

.dimas-guide-collections a {
	background: #fbf8f2;
	border-left: 3px solid var(--dimas-gold-strong);
	border-radius: 6px;
	display: grid;
	gap: 5px;
	padding: 12px 14px;
	text-decoration: none;
}

.dimas-guide-collections strong {
	color: var(--dimas-ink);
	font-size: 14px;
	line-height: 1.25;
}

.dimas-guide-collections span {
	color: var(--dimas-ink-soft);
	font-size: 13px;
	line-height: 1.45;
}

@media (max-width: 991px) {
	.dimas-guide-sidebar {
		position: static;
	}

	.dimas-guide-products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 960px) {
	.dimas-blog-posts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.dimas-blog-index {
		padding: 56px 18px;
	}

	.dimas-blog-placeholder {
		padding: 32px 20px;
	}

	.dimas-blog-hero h1,
	.dimas-blog-placeholder h1 {
		font-size: 36px;
	}

	.dimas-blog-hero p:not(.dimas-blog-kicker),
	.dimas-blog-placeholder p:not(.dimas-blog-kicker) {
		font-size: 16px;
	}

	.dimas-blog-actions,
	.dimas-blog-button {
		width: 100%;
	}

	.dimas-blog-posts {
		grid-template-columns: 1fr;
	}

	.dimas-guide-single-area {
		padding: 34px 0 54px;
	}

	.dimas-guide-main,
	.dimas-guide-sidebar-wrap {
		padding-left: 16px;
		padding-right: 16px;
	}

	.dimas-guide-article {
		padding: 24px 18px;
	}

	.dimas-guide-article .goldsmith-post-title {
		font-size: 34px;
	}

	.dimas-guide-article .goldsmith-post-content-wrapper > p:first-child {
		font-size: 17px;
	}

	.dimas-guide-widget {
		padding: 18px;
	}

	.dimas-guide-products {
		grid-template-columns: 1fr;
	}
}

.dimas-utility-bar {
	background: #f3ede4;
	border-bottom: 1px solid var(--dimas-line);
	color: var(--dimas-ink);
	font-size: 12px;
	line-height: 1;
	position: relative;
	z-index: 1002;
}

.dimas-utility-inner {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin: 0 auto;
	max-width: var(--dimas-page-wrapper);
	min-height: 44px;
	padding: 0 var(--dimas-page-gutter);
}

.dimas-contact-links,
.dimas-footer-contact-links,
.dimas-mobile-contact__links {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.dimas-contact-availability {
	color: var(--dimas-ink-soft);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.35;
	margin: 0;
	max-width: 240px;
	overflow-wrap: anywhere;
}

.dimas-utility-menu {
	flex: 0 1 auto;
	margin-left: auto;
	min-width: 0;
}

	.dimas-utility-menu__list {
		align-items: center;
		display: flex;
		flex-wrap: nowrap;
		gap: 8px 14px;
		justify-content: flex-end;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.dimas-utility-menu__list .menu-item {
		position: relative;
	}

	.dimas-utility-menu__list .menu-item-has-children > a {
		align-items: center;
		display: inline-flex;
		gap: 6px;
	}

	.dimas-utility-menu__list .menu-item-has-children > a::after {
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
		border-top: 5px solid currentColor;
		content: "";
		display: block;
		flex: 0 0 auto;
		height: 0;
		margin: 0;
		width: 0;
	}

	.dimas-utility-menu__list a {
		color: var(--dimas-ink-soft);
		font-size: 11px;
		font-weight: 700;
		letter-spacing: 0;
		line-height: 1.2;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
	}

	.dimas-utility-menu__list a:hover {
		color: #8d6d28;
	}

	.dimas-utility-menu__list .sub-menu {
		background: #fff;
		border: 1px solid var(--dimas-line);
		box-shadow: 0 16px 38px rgba(31, 25, 21, .12);
		display: grid;
		gap: 0;
		list-style: none;
		margin: 0;
		min-width: 220px;
		opacity: 0;
		padding: 8px 0;
		position: absolute;
		right: 0;
		top: calc(100% + 12px);
		transform: translateY(4px);
		transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
		visibility: hidden;
		z-index: 1003;
	}

	.dimas-utility-menu__list .menu-item-has-children:hover > .sub-menu,
	.dimas-utility-menu__list .menu-item-has-children:focus-within > .sub-menu {
		opacity: 1;
		transform: translateY(0);
		visibility: visible;
	}

	.dimas-utility-menu__list .sub-menu::before {
		content: "";
		height: 12px;
		left: 0;
		position: absolute;
		right: 0;
		top: -12px;
	}

	.dimas-utility-menu__list .sub-menu a {
		display: block;
		font-size: 12px;
		padding: 10px 14px;
		text-transform: none;
		white-space: nowrap;
	}

	.dimas-utility-menu__list .sub-menu a:hover {
		background: #f7f1e8;
	}

.dimas-contact-link,
.goldsmith-header-default .navigation > li > a {
	color: var(--dimas-ink);
	font-weight: 600;
	letter-spacing: 0;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.dimas-contact-link:hover {
	color: #8d6d28;
}

.goldsmith-header-default .nt-logo img {
	display: block;
	height: auto;
	max-height: 72px;
	object-fit: contain;
}

.goldsmith-header-default .nt-logo img.sticky-logo {
	display: none;
}

.goldsmith-header-default .navigation > li > a {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
	text-transform: uppercase;
	white-space: nowrap;
}

.goldsmith-header-top-menu-area .navigation {
	gap: 16px;
}

.goldsmith-header-default.header-width-stretch > .container,
.goldsmith-header-default .container {
	max-width: var(--dimas-page-wrapper);
	padding-left: var(--dimas-page-gutter);
	padding-right: var(--dimas-page-gutter);
}

.goldsmith-header-mobile-top {
	background: #fff;
}

.goldsmith-header-mobile-logo .nt-logo img {
	max-height: 62px;
	width: auto;
}

.dimas-home {
	background: #fff;
	color: var(--dimas-ink);
	overflow: hidden;
}

.dimas-home-hero {
	align-items: end;
	display: grid;
	min-height: min(700px, 72vh);
	overflow: hidden;
	position: relative;
}

.dimas-home-hero__image {
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

.dimas-home-hero__overlay {
	background: linear-gradient(90deg, rgba(14, 10, 7, 0.78) 0%, rgba(14, 10, 7, 0.46) 45%, rgba(14, 10, 7, 0.12) 100%);
	inset: 0;
	position: absolute;
}

.dimas-home-hero__content {
	margin: 0 auto;
	max-width: 1280px;
	padding: 104px 32px 86px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.dimas-home-kicker {
	color: var(--dimas-gold-strong);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 2px;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.dimas-home-hero h1 {
	color: #fff;
	font-size: clamp(42px, 6vw, 78px);
	line-height: 1.02;
	margin: 0;
	max-width: 780px;
}

.dimas-home-hero p:not(.dimas-home-kicker) {
	color: rgba(255, 255, 255, 0.86);
	font-size: 20px;
	line-height: 1.55;
	margin: 22px 0 0;
	max-width: 560px;
}

.dimas-home-actions,
.dimas-home-contact-band__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.dimas-home-button {
	align-items: center;
	border-radius: 6px;
	display: inline-flex;
	font-size: 14px;
	font-weight: 900;
	justify-content: center;
	line-height: 1.2;
	min-height: 48px;
	padding: 14px 20px;
	text-decoration: none;
}

.dimas-home .dimas-home-button--primary {
	background: var(--dimas-gold-strong);
	color: #1b130d;
}

.dimas-home .dimas-home-button--primary:hover {
	background: #ebbf62;
	color: #1b130d;
}

.dimas-home .dimas-home-button--secondary {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.44);
	color: #fff;
}

.dimas-home .dimas-home-button--secondary:hover {
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
}

.dimas-home-trust {
	background: #1c1713;
	color: rgba(255, 255, 255, 0.84);
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dimas-home-trust span {
	align-items: center;
	border-right: 1px solid rgba(255, 255, 255, 0.12);
	display: flex;
	font-size: 13px;
	font-weight: 800;
	justify-content: center;
	min-height: 66px;
	padding: 16px 18px;
	text-align: center;
}

.dimas-home-trust span:last-child {
	border-right: 0;
}

.dimas-home-section {
	margin: 0 auto;
	max-width: 1280px;
	padding: 78px 32px 0;
}

.dimas-home-section__head {
	align-items: end;
	display: flex;
	gap: 28px;
	justify-content: space-between;
	margin-bottom: 28px;
}

.dimas-home-section h2 {
	color: var(--dimas-ink);
	font-size: clamp(30px, 4vw, 48px);
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0;
	max-width: 720px;
}

.dimas-home-collections {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dimas-home-collection {
	background: #f8f4ec;
	border: 1px solid var(--dimas-line);
	border-radius: 8px;
	color: var(--dimas-ink);
	display: grid;
	min-height: 430px;
	overflow: hidden;
	text-decoration: none;
}

.dimas-home-collection img {
	aspect-ratio: 1 / 0.78;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.dimas-home-collection span {
	display: grid;
	gap: 8px;
	padding: 22px;
}

.dimas-home-collection strong {
	color: var(--dimas-ink);
	font-size: 22px;
	line-height: 1.15;
}

.dimas-home-collection small {
	color: var(--dimas-ink-soft);
	font-size: 14px;
	line-height: 1.55;
}

.dimas-home-section--quality {
	background: #f6f0e7;
	display: grid;
	gap: 36px;
	grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
	margin-top: 78px;
	max-width: none;
	padding-bottom: 78px;
}

.dimas-home-section--quality > * {
	margin-left: auto;
	margin-right: auto;
	max-width: 608px;
	width: 100%;
}

.dimas-home-quality-grid {
	display: grid;
	gap: 16px;
}

.dimas-home-quality-grid div {
	background: #fff;
	border: 1px solid var(--dimas-line);
	border-radius: 8px;
	padding: 24px;
}

.dimas-home-quality-grid h3 {
	color: var(--dimas-ink);
	font-size: 18px;
	margin: 0 0 8px;
}

.dimas-home-quality-grid p {
	color: var(--dimas-ink-soft);
	font-size: 15px;
	line-height: 1.7;
	margin: 0;
}

.dimas-home-products {
	padding-bottom: 16px;
}

.dimas-home-products .woocommerce {
	margin-top: 8px;
}

body.home .dimas-section {
	padding-bottom: 56px;
	padding-top: 56px;
}

body.home .dimas-section-head {
	margin-bottom: 24px;
}

body.home .dimas-products {
	padding-bottom: 12px;
}

body.home .dimas-products--with-grid {
	padding-bottom: 34px;
	padding-top: 34px;
}

body.home .dimas-products--with-grid .dimas-home-product-section {
	min-width: 0;
	padding-top: 0;
}

body.home .dimas-products--with-grid .dimas-home-product-section .woocommerce {
	margin: 0;
	max-width: none;
	padding: 0;
}

body.home .dimas-products--with-grid .dimas-home-product-section .goldsmith-products.products {
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)) !important;
	margin: 0 !important;
	max-width: none;
	padding: 0 !important;
}

body.home .dimas-home-product-section a.goldsmith-product-cart {
	color: #fff !important;
}

body.home .dimas-home-product-section .woocommerce ul.products li.product,
body.home .dimas-home-product-section .goldsmith-product-loop-inner {
	border: 0;
}

body.home .dimas-home-product-section .woocommerce ul.products li.product img,
body.home .dimas-home-product-section .goldsmith-product-thumb-wrapper img {
	border-radius: 0;
}

body.home .dimas-products--with-grid h2 {
	margin-bottom: 12px;
}

body.home .dimas-products--with-grid .dimas-section-head > p:not(.dimas-kicker) {
	color: var(--dimas-muted);
	font-size: 15px;
	line-height: 1.65;
	margin: 0;
}

body.home .dimas-home-product-section {
	padding-top: 18px;
}

body.home .dimas-home + .woocommerce,
body.home .elementor-widget-shortcode .woocommerce,
body.home .dimas-home-product-section .woocommerce {
	margin-bottom: 30px;
}

body.home .dimas-home-contact-band {
	margin-bottom: 56px;
	margin-top: 56px;
	padding-bottom: 40px;
	padding-top: 40px;
}

body.home .dimas-collection-card::after {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 24%, rgba(25, 20, 17, 0.82) 100%) !important;
}

body.home .dimas-collection-card span {
	color: #fff !important;
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.44);
}

body.home .dimas-collection-card strong {
	color: #f4d19e !important;
	text-shadow: 0 1px 10px rgba(0, 0, 0, 0.34);
}

body.home .dimas-collections {
	align-items: start;
	column-gap: 28px;
	display: grid;
	grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
	padding-top: 24px;
}

body.home .dimas-collections .dimas-section-head {
	margin-bottom: 0;
}

body.home .dimas-collections h2 {
	font-size: 34px;
	margin-bottom: 12px;
}

body.home .dimas-collections .dimas-section-head > p:not(.dimas-kicker) {
	margin: 0 0 24px;
}

@media (min-width: 1100px) {
	body.home .dimas-products--with-grid {
		align-items: start;
		column-gap: 28px;
		display: grid;
		grid-template-columns: minmax(190px, 240px) minmax(0, 1fr);
	}

	body.home .dimas-products--with-grid .dimas-section-head {
		margin-bottom: 0;
		max-width: 240px;
	}

	body.home .dimas-products--with-grid h2 {
		font-size: 30px;
		line-height: 1.16;
	}
}

@media (max-width: 1024px) {
	body.home .dimas-collections {
		display: block;
	}

	body.home .dimas-collections .dimas-section-head {
		margin-bottom: 22px;
	}

	body.home .dimas-collections .dimas-section-head > p:not(.dimas-kicker) {
		margin-bottom: 0;
	}
}

@media (max-width: 767px) {
	body.home .dimas-collections {
		padding-top: 24px;
	}

	body.home .dimas-collections .dimas-section-head {
		margin-bottom: 16px;
	}

	body.home .dimas-collections h2 {
		font-size: 30px;
	}
}

body.home .elementor-widget-shortcode .woocommerce {
	margin: 0 auto 34px;
	max-width: 1200px;
	padding: 0 24px;
}

body.home .elementor-widget-shortcode .goldsmith-products.products {
	align-items: start;
	gap: 18px !important;
	padding: 0 !important;
}

body.home .elementor-widget-shortcode .woocommerce.columns-3 .goldsmith-products.products {
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.home .elementor-widget-shortcode .woocommerce.columns-4 .goldsmith-products.products {
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

body.home .elementor-widget-shortcode .goldsmith-products.products > .goldsmith-loop-product {
	margin: 0 !important;
	padding: 0 !important;
	width: auto !important;
}

body.home .elementor-widget-shortcode .goldsmith-product-loop-inner {
	background: #fff;
	border: 1px solid #e5d9c9;
	border-radius: 8px;
	height: auto !important;
	min-height: 0;
	padding: 12px 12px 14px !important;
}

body.home .elementor-widget-shortcode .goldsmith-product-thumb-wrapper {
	margin-bottom: 0 !important;
}

body.home .elementor-widget-shortcode .goldsmith-product-thumb-wrapper img {
	border-radius: 4px !important;
	display: block;
}

body.home .elementor-widget-shortcode .goldsmith-product-labels {
	left: 8px;
	top: 8px;
}

.dimas-home-product-section .goldsmith-product-labels {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	left: 8px;
	max-width: calc(100% - 16px);
	top: 8px;
}

.dimas-home-product-section .dimas-home-loop-badge {
	border-radius: 4px;
	box-shadow: 0 6px 16px rgba(28, 23, 19, .12);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.15;
	padding: 6px 8px;
	text-transform: uppercase;
}

.dimas-home-product-section .dimas-home-loop-badge--new,
.dimas-home-product-section .dimas-home-loop-badge--sale {
	background: #a51f2f;
	color: #fff;
}

.dimas-home-product-section .dimas-home-loop-badge--gift {
	background: #fffaf3;
	border: 1px solid #e3d5c4;
	color: #6f5425;
}

.dimas-home-product-section .goldsmith-product-type-2 .goldsmith-product-cart {
	bottom: 10px;
	left: 10px;
	opacity: 1;
	right: 10px;
	transform: none;
	width: auto;
}

body.home .elementor-widget-shortcode span.goldsmith-out-of-stock {
	background: #1c1713;
	border-radius: 4px;
	bottom: 8px;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.24);
	color: #fff !important;
	font-size: 12px;
	font-weight: 900;
	left: 8px;
	line-height: 1;
	padding: 7px 9px;
	text-shadow: none;
}

body.home .elementor-widget-shortcode .goldsmith-product-name {
	font-size: 15px !important;
	line-height: 1.3 !important;
	margin: 10px 0 8px !important;
	min-height: 0 !important;
}

body.home .elementor-widget-shortcode .goldsmith-product-name a {
	color: var(--dimas-ink) !important;
}

body.home .elementor-widget-shortcode .goldsmith-inline-two-block {
	align-items: baseline;
	margin: 0;
	min-height: 0;
}

body.home .elementor-widget-shortcode .goldsmith-price {
	display: block;
	font-size: 14px;
	line-height: 1.35;
	margin: 0;
}

@media (max-width: 1024px) {
	body.home .elementor-widget-shortcode .woocommerce.columns-3 .goldsmith-products.products,
	body.home .elementor-widget-shortcode .woocommerce.columns-4 .goldsmith-products.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 767px) {
	body.home .elementor-widget-shortcode .woocommerce {
		padding: 0 20px;
	}

	body.home .elementor-widget-shortcode .goldsmith-products.products {
		gap: 14px !important;
	}

	body.home .elementor-widget-shortcode .goldsmith-product-loop-inner {
		padding: 10px 10px 12px !important;
	}

	body.home .elementor-widget-shortcode .goldsmith-product-name {
		font-size: 13px !important;
	}
}

.dimas-home-contact-band {
	align-items: center;
	background: #1c1713;
	color: #fff;
	display: flex;
	gap: 32px;
	justify-content: space-between;
	margin-bottom: 78px;
	margin-top: 78px;
	padding-bottom: 48px;
	padding-top: 48px;
}

.dimas-home-contact-band h2 {
	color: #fff;
	font-size: clamp(28px, 3vw, 42px);
}

.dimas-home-contact-band .dimas-home-kicker {
	margin-bottom: 12px;
}

.dimas-mobile-contact {
	border-top: 1px solid var(--dimas-line);
	margin: 18px 0 0;
	padding: 18px 0 0;
}

.dimas-mobile-utility {
	border-bottom: 1px solid var(--dimas-line);
	margin: 0 0 18px;
	padding: 0 0 16px;
}

.dimas-mobile-utility__menu {
	display: grid;
	gap: 11px;
	list-style: none;
	margin: 0;
	padding: 0;
}

	.dimas-mobile-utility__menu a {
		color: var(--dimas-ink-soft);
		font-size: 14px;
		text-decoration: none;
	}

	.dimas-mobile-utility__menu .menu-item-has-children > a {
		color: var(--dimas-ink);
		font-weight: 700;
	}

	.dimas-mobile-utility__menu .sub-menu {
		border-left: 1px solid var(--dimas-line);
		display: grid;
		gap: 9px;
		list-style: none;
		margin: 10px 0 2px 4px;
		padding: 0 0 0 12px;
	}

	.dimas-mobile-utility__menu .sub-menu a {
		color: var(--dimas-ink-soft);
		font-size: 13px;
	}

.dimas-mobile-contact__title {
	color: var(--dimas-ink);
	font-size: 13px;
	font-weight: 700;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.dimas-mobile-contact__links {
	align-items: flex-start;
	flex-direction: column;
	gap: 10px;
}

.dimas-mobile-contact__links .dimas-contact-link {
	color: var(--dimas-ink);
	font-size: 14px;
	text-transform: none;
}

#nt-footer.dimas-footer {
	background: var(--dimas-footer);
	color: rgba(255, 255, 255, 0.78);
	padding: 0;
}

.dimas-footer-main {
	display: grid;
	gap: 56px;
	grid-template-columns: minmax(280px, 1.6fr) repeat(3, minmax(150px, 0.75fr));
	margin: 0 auto;
	max-width: 1280px;
	padding: 76px 32px 54px;
}

.dimas-footer-kicker {
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 3px;
	margin: 0 0 24px;
	text-transform: uppercase;
}

.dimas-footer-brand h2 {
	color: #fff;
	font-size: clamp(32px, 4vw, 48px);
	line-height: 1.08;
	margin: 0 0 20px;
	max-width: 560px;
}

.dimas-footer-brand p {
	color: rgba(255, 255, 255, 0.74);
	font-size: 15px;
	line-height: 1.8;
	margin: 0 0 24px;
	max-width: 590px;
}

.dimas-footer-contact-links {
	gap: 14px;
	margin: 28px 0 18px;
}

.dimas-footer-contact-links .dimas-contact-link {
	border: 1px solid rgba(199, 169, 107, 0.46);
	border-radius: 999px;
	color: #fff;
	font-size: 14px;
	padding: 14px 18px;
	text-transform: none;
}

.dimas-footer-contact-links .dimas-contact-link:hover {
	background: rgba(199, 169, 107, 0.12);
	color: #fff;
}

.dimas-footer-address {
	color: rgba(255, 255, 255, 0.64);
	font-size: 14px;
	margin-top: 16px;
}

.dimas-footer-column h3 {
	color: #fff;
	font-size: 16px;
	margin: 0 0 20px;
}

.dimas-footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.dimas-footer-menu li + li {
	margin-top: 15px;
}

.dimas-footer-menu a {
	color: rgba(255, 255, 255, 0.74);
	font-size: 15px;
	text-decoration: none;
}

.dimas-footer-menu a:hover {
	color: #fff;
}

.dimas-footer-bottom {
	border-top: 1px solid var(--dimas-footer-line);
	margin: 0 auto;
	max-width: 1280px;
	padding: 24px 32px 26px;
	text-align: center;
}

.dimas-footer-bottom p {
	color: rgba(255, 255, 255, 0.6);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1.8px;
	margin: 0;
	text-transform: uppercase;
}

body.tax-product_cat .goldsmith-shop-hero.goldsmith-page-hero {
	background: #f8f6f1;
	padding: 24px 0;
}

body.tax-product_cat .goldsmith-shop-hero > .container,
body.tax-product_cat .nt-goldsmith-inner-container.shop-area > .container {
	max-width: 1280px;
	padding-left: 24px;
	padding-right: 24px;
}

body.tax-product_cat .goldsmith-shop-hero .goldsmith-page-hero-content {
	display: block;
}

body.tax-product_cat .goldsmith-shop-hero .goldsmith-breadcrumbs {
	margin-bottom: 2px;
}

body.tax-product_cat .goldsmith-shop-hero .page-title {
	color: var(--dimas-ink);
	font-size: clamp(28px, 2.7vw, 38px);
	line-height: 1.08;
}

body.tax-product_cat .goldsmith-shop-hero .term-description {
	margin-top: 4px;
	max-width: 560px;
}

body.tax-product_cat .goldsmith-shop-hero .term-description p {
	color: var(--dimas-ink-soft);
	font-size: 15px;
	line-height: 1.65;
	margin: 0;
}

body.tax-product_cat .dimas-category-hero__layout {
	align-items: center;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1fr);
}

body.tax-product_cat .dimas-category-hero__layout--has-media {
	grid-template-columns: minmax(0, 1fr) minmax(240px, 360px);
}

body.tax-product_cat .dimas-category-hero__copy {
	align-content: center;
	display: grid;
	gap: 8px;
	min-width: 0;
}

body.tax-product_cat .dimas-category-hero__media {
	aspect-ratio: 4 / 3;
	background: #eee9df;
	border: 1px solid rgba(199, 169, 107, 0.28);
	border-radius: 8px;
	justify-self: end;
	margin: 0;
	overflow: hidden;
	width: min(100%, 360px);
}

body.tax-product_cat .dimas-category-hero__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

body.tax-product_cat .nt-goldsmith-inner-container.shop-area {
	padding-top: 22px;
}

body.tax-product_cat .goldsmith-shop-fast-filters,
body.tax-product_cat .goldsmith-shop-filter-top-area {
	margin-bottom: 22px;
}

body.tax-product_cat .goldsmith-shop-fast-filters {
	gap: 12px;
}

body.tax-product_cat .goldsmith-fast-filters-list:not(.has-filter) li.instock.show-always {
	display: none;
}

body.tax-product_cat .dimas-category-filter-chips {
	align-items: center;
	display: flex;
	flex: 0 0 100%;
	flex-wrap: wrap;
	gap: 10px 14px;
	margin: -6px 0 2px;
	width: 100%;
}

body.tax-product_cat .dimas-category-filter-chips__label {
	color: var(--dimas-ink-soft);
	font-size: 14px;
	font-weight: 700;
}

body.tax-product_cat .dimas-category-filter-chips ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

body.tax-product_cat .dimas-category-filter-chips a {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(199, 169, 107, 0.35);
	border-radius: 999px;
	color: var(--dimas-ink);
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	gap: 8px;
	min-height: 38px;
	padding: 8px 14px;
	text-transform: uppercase;
}

body.tax-product_cat .dimas-category-filter-chips a:hover,
body.tax-product_cat .dimas-category-filter-chips a:focus,
body.tax-product_cat .dimas-category-filter-chips a.is-active {
	background: #f8f3e7;
	border-color: rgba(199, 169, 107, 0.72);
	color: #9b741e;
}

body.tax-product_cat .dimas-category-filter-chips small {
	align-items: center;
	background: rgba(199, 169, 107, 0.18);
	border-radius: 999px;
	color: #7c5d18;
	display: inline-flex;
	font-size: 11px;
	font-weight: 900;
	height: 22px;
	justify-content: center;
	min-width: 22px;
	padding: 0 7px;
}

body.tax-product_cat .goldsmith-shop-filter-top-area {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 16px 28px;
	justify-content: space-between;
	width: 100%;
}

body.tax-product_cat .goldsmith-shop-filter-top-area .goldsmith-block-left,
body.tax-product_cat .goldsmith-shop-filter-top-area .goldsmith-block-right {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

body.tax-product_cat .goldsmith-shop-filter-top-area .goldsmith-block-right {
	margin-left: auto;
}

body.tax-product_cat .dimas-category-result-count {
	color: var(--dimas-ink-soft);
	font-size: 14px;
	font-weight: 700;
	margin: 0;
}

body.tax-product_cat .dimas-category-result-count span {
	color: var(--dimas-ink);
}

body.tax-product_cat .goldsmith-products-column .goldsmith-woo-breadcrumb {
	display: none;
}

@media (min-width: 992px) {
	body.tax-product_cat.shop-layout-left-sidebar #nt-sidebar.default-sidebar {
		flex: 0 0 220px;
		max-width: 220px;
		padding-right: 22px;
		width: 220px;
	}

	body.tax-product_cat.shop-layout-left-sidebar .goldsmith-products-column {
		flex: 1 1 calc(100% - 220px);
		max-width: calc(100% - 220px);
		width: calc(100% - 220px);
	}

	body.tax-product_cat.shop-layout-left-sidebar #nt-sidebar.default-sidebar .nt-sidebar-inner-wrapper {
		max-height: calc(100vh - 116px);
		overflow: auto;
		position: sticky;
		top: 98px;
	}

	body.tax-product_cat .goldsmith-products-column {
		align-items: center;
		display: flex;
		flex-wrap: wrap;
		gap: 20px 28px;
	}

	body.tax-product_cat .goldsmith-shop-fast-filters {
		flex: 1 1 520px;
		margin-bottom: 0;
	}

	body.tax-product_cat .goldsmith-shop-filter-top-area {
		flex: 0 0 100%;
		margin-bottom: 0;
		width: 100%;
	}

	body.tax-product_cat .goldsmith-choosen-filters-row,
	body.tax-product_cat:not(.shop-layout-left-sidebar) #nt-sidebar,
	body.tax-product_cat .goldsmith-products {
		flex: 0 0 100%;
		width: 100%;
	}
}

@media (max-width: 991px) {
	body.tax-product_cat .goldsmith-shop-hero.goldsmith-page-hero {
		padding: 20px 0;
	}

	body.tax-product_cat .dimas-category-hero__layout--has-media {
		grid-template-columns: 1fr;
	}

	body.tax-product_cat .dimas-category-hero__media {
		aspect-ratio: 16 / 9;
		justify-self: stretch;
		width: 100%;
	}

	body.tax-product_cat .nt-goldsmith-inner-container.shop-area {
		padding-top: 18px;
	}

	body.tax-product_cat .goldsmith-shop-fast-filters,
	body.tax-product_cat .goldsmith-shop-filter-top-area {
		margin-bottom: 18px;
	}
}

.single-product .goldsmith-product-bottom-popup-cart {
	display: none !important;
}

.dimas-product-page .nt-goldsmith-inner-container {
	padding: 42px 0 0;
}

.dimas-product {
	color: var(--dimas-ink);
}

.dimas-product-hero {
	display: grid;
	gap: 40px;
	grid-template-columns: minmax(0, 0.82fr) minmax(380px, 1fr);
	margin: 0 auto 54px;
	max-width: 1280px;
}

.dimas-product-gallery {
	min-width: 0;
}

.dimas-product-gallery .woocommerce-product-gallery,
.dimas-product-gallery .goldsmith-swiper-slider-wrapper,
.dimas-product-gallery .woocommerce-product-gallery__wrapper {
	margin: 0;
	width: 100%;
}

.dimas-product-gallery .woocommerce-product-gallery__image,
.dimas-product-gallery .goldsmith-product-gallery-main-image,
.dimas-product-gallery .goldsmith-product-gallery-main-slider {
	background: #fff;
}

.dimas-product-gallery .woocommerce-product-gallery__image a {
	background: #fff;
	display: block;
}

.dimas-product-gallery .flex-viewport {
	overflow: hidden;
	width: 100%;
}

.dimas-product-gallery img {
	background: #fff;
	height: auto;
	width: 100%;
}

.single-product .dimas-product-gallery img.zoomImg {
	background: #fff;
}

.dimas-product-gallery .flex-control-nav.flex-control-thumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 12px 0 0;
	padding: 0;
}

.dimas-product-gallery .flex-control-nav.flex-control-thumbs li {
	flex: 0 0 72px;
	list-style: none;
	margin: 0;
	width: 72px;
}

.dimas-product-gallery .flex-control-nav.flex-control-thumbs img {
	aspect-ratio: 1 / 1;
	border: 1px solid var(--dimas-line);
	cursor: pointer;
	height: 72px;
	object-fit: cover;
	opacity: 0.72;
	width: 72px;
}

.dimas-product-gallery .flex-control-nav.flex-control-thumbs img.flex-active,
.dimas-product-gallery .flex-control-nav.flex-control-thumbs img:hover {
	border-color: #c7a96b;
	opacity: 1;
}

.dimas-product-summary {
	align-self: start;
	position: sticky;
	top: 24px;
}

.dimas-product-breadcrumbs {
	color: var(--dimas-ink-soft);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0 0 18px;
	text-transform: uppercase;
}

.dimas-product-breadcrumbs a {
	color: var(--dimas-ink-soft);
	text-decoration: none;
}

.dimas-product-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 14px;
}

.dimas-product-badges span {
	background: #f4ead9;
	border: 1px solid var(--dimas-line);
	color: #7b5e22;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	padding: 8px 10px;
	text-transform: uppercase;
}

.dimas-product-title,
.single-product .dimas-product-summary .product_title {
	color: var(--dimas-ink);
	font-size: clamp(34px, 3.4vw, 48px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0 0 16px;
}

.dimas-product-subtitle {
	color: var(--dimas-ink-soft);
	font-size: 16px;
	line-height: 1.75;
	margin: 0 0 18px;
}

.dimas-product-rating {
	min-height: 24px;
}

.dimas-product-rating:empty {
	display: none;
}

.dimas-product-purchase {
	border-bottom: 1px solid var(--dimas-line);
	border-top: 1px solid var(--dimas-line);
	margin: 18px 0 16px;
	padding: 16px 0;
}

.dimas-product-price-stock {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: 0 0 18px;
}

.dimas-product-price-stock .price {
	color: var(--dimas-ink);
	font-size: 24px;
	font-weight: 800;
	margin: 0;
}

.dimas-product-stock {
	color: #38663f;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	margin: 0;
	text-transform: uppercase;
}

.dimas-product-delivery-estimate {
	color: var(--dimas-ink-soft);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.45;
	margin: 0;
}

.dimas-product-urgency-list {
	display: grid;
	gap: 6px;
	width: 100%;
}

.dimas-product-urgency {
	background: #fbf7f1;
	border: 1px solid #dac9ae;
	color: #7b5e22;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.45;
	margin: 0;
	padding: 8px 10px;
}

.dimas-product-urgency--stock {
	color: #8a3b24;
}

.single-product form.dimas-product-cart,
.single-product .woocommerce-variation-add-to-cart.variations_button {
	align-items: stretch;
	display: grid;
	gap: 0;
	grid-template-columns: minmax(0, 1fr);
	margin: 0;
}

.dimas-product-variations {
	display: grid;
	gap: 9px;
	margin: 0 0 10px;
}

.dimas-product-variation {
	align-items: center;
	display: grid;
	gap: 12px;
	grid-template-columns: 118px minmax(0, 1fr);
}

.dimas-product-variation__label {
	align-items: center;
	display: flex;
	gap: 8px;
	min-width: 0;
}

.dimas-product-variation label,
.dimas-product-variation span,
.ppom-wrapper .form-group label {
	color: var(--dimas-ink);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	margin: 0;
	text-transform: uppercase;
}

.single-product .dimas-product-variation.attr-pa_pret-gram .goldsmith-terms {
	align-items: center;
	display: flex;
}

.single-product .dimas-product-variation.attr-pa_pret-gram .goldsmith-term {
	align-items: center;
	display: inline-flex;
	min-height: 28px;
	padding: 5px 10px;
}

.single-product .dimas-product-variation.attr-pa_pret-gram .goldsmith-term.goldsmith-selected::before {
	content: none;
	display: none;
}

.dimas-size-guide-trigger {
	align-items: center;
	background: #fbf7f1;
	border: 1px solid #dac9ae;
	border-radius: 999px;
	color: #7b5e22;
	cursor: pointer;
	display: inline-flex;
	flex: 0 0 24px;
	font-size: 13px;
	font-weight: 900;
	height: 24px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	width: 24px;
}

.dimas-size-guide-trigger:hover,
.dimas-size-guide-trigger:focus-visible {
	background: #7b5e22;
	border-color: #7b5e22;
	color: #fff;
	outline: none;
}

.dimas-product-variation select,
.ppom-wrapper input[type="text"],
.ppom-wrapper input[type="number"],
.ppom-wrapper select,
.ppom-wrapper textarea {
	background: #fff;
	border: 1px solid var(--dimas-line);
	border-radius: 0;
	color: var(--dimas-ink);
	min-height: 42px;
	padding: 10px 12px;
	width: 100%;
}

.dimas-size-options {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 8px;
}

.dimas-size-option {
	align-items: center;
	background: #fff;
	border: 1px solid var(--dimas-line);
	color: var(--dimas-ink);
	cursor: pointer;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	justify-content: center;
	line-height: 1;
	min-height: 44px;
	min-width: 48px;
	padding: 0 12px;
}

.dimas-size-option:hover,
.dimas-size-option:focus-visible,
.dimas-size-option.is-selected {
	background: var(--dimas-gold);
	border-color: var(--dimas-gold);
	color: var(--dimas-ink);
	outline: none;
}

.dimas-size-option:disabled {
	background: #f2eee8;
	border-color: #e1d7ca;
	color: #9b9288;
	cursor: not-allowed;
}

.dimas-size-options-message {
	color: var(--dimas-ink-soft);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.45;
	margin: 8px 0 0;
}

.dimas-product-variation--reset {
	font-size: 13px;
	margin-top: -4px;
}

.dimas-product-variation--reset .reset_variations {
	color: var(--dimas-ink-soft);
	text-decoration: underline;
	text-underline-offset: 4px;
}

.dimas-size-guide-card {
	align-items: center;
	background: #fbf7f1;
	border: 1px solid #e5d9c9;
	border-radius: 8px;
	display: grid;
	gap: 14px;
	grid-template-columns: minmax(0, 1fr) auto;
	margin: 2px 0 14px 130px;
	padding: 12px 14px;
}

.dimas-size-guide-card__copy span {
	color: var(--dimas-ink);
	display: block;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.2;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.dimas-size-guide-card__copy p {
	color: var(--dimas-ink-soft);
	font-size: 13px;
	line-height: 1.45;
	margin: 0;
}

.dimas-size-guide-card__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
}

.dimas-size-guide-card__button,
.dimas-size-guide-card__link,
.dimas-size-guide-modal__link,
.dimas-size-guide-modal__secondary {
	align-items: center;
	border-radius: 4px;
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1.2;
	min-height: 44px;
	padding: 10px 14px;
	text-transform: uppercase;
}

.dimas-size-guide-card__button,
.dimas-size-guide-modal__link {
	background: #7b5e22;
	border: 1px solid #7b5e22;
	color: #fff;
	cursor: pointer;
}

.dimas-size-guide-card__link,
.dimas-size-guide-modal__secondary {
	background: #fff;
	border: 1px solid #dac9ae;
	color: #7b5e22;
	cursor: pointer;
	text-decoration: none;
}

.dimas-size-guide-card__button:hover,
.dimas-size-guide-card__button:focus-visible,
.dimas-size-guide-modal__link:hover,
.dimas-size-guide-modal__link:focus-visible {
	background: #1c1713;
	border-color: #1c1713;
	color: #fff;
	outline: none;
}

.dimas-size-guide-card__link:hover,
.dimas-size-guide-card__link:focus-visible,
.dimas-size-guide-modal__secondary:hover,
.dimas-size-guide-modal__secondary:focus-visible {
	border-color: #7b5e22;
	color: #1c1713;
	outline: none;
}

.single-product .dimas-product-cart--variable .single_variation_wrap {
	margin-top: 14px;
}

.single-product .dimas-product-cart--variable .woocommerce-variation.single_variation {
	margin: 0 0 12px;
}

.single-product .dimas-product-cart--variable .woocommerce-variation-description:empty,
.single-product .dimas-product-cart--variable .woocommerce-variation-availability:empty {
	display: none;
}

.single-product .dimas-product-cart--variable .woocommerce-variation-price {
	align-items: center;
	background: #fbf7f1;
	border: 1px solid #dac9ae;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin: 0;
	min-height: 76px;
	padding: 14px 16px;
}

.single-product .dimas-product-cart--variable .dimas-variation-price__label {
	color: var(--dimas-ink-soft);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.2;
	text-transform: uppercase;
}

.single-product .dimas-product-cart--variable .dimas-variation-price__value {
	display: block;
	min-width: 0;
}

.single-product .dimas-product-cart--variable .woocommerce-variation-price .price {
	color: var(--dimas-ink);
	display: flex;
	flex-wrap: wrap;
	font-size: 24px;
	font-weight: 900;
	gap: 8px;
	justify-content: flex-end;
	line-height: 1.12;
	margin: 0;
	text-align: right;
}

.single-product .dimas-product-cart--variable .woocommerce-variation-price .amount,
.single-product .dimas-product-cart--variable .woocommerce-variation-price bdi {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.single-product .dimas-product-cart--variable .woocommerce-variation-price del {
	color: var(--dimas-ink-soft);
	font-size: 16px;
	font-weight: 700;
	opacity: 1;
}

.single-product .dimas-product-cart--variable .woocommerce-variation-price ins {
	color: var(--dimas-ink);
	text-decoration: none;
}

.dimas-size-guide-modal {
	background: #fff;
	border: 0;
	border-radius: 8px;
	box-shadow: 0 24px 70px rgba(28, 23, 19, 0.32);
	color: var(--dimas-ink);
	max-width: 760px;
	padding: 0;
	width: min(760px, calc(100vw - 32px));
}

.dimas-size-guide-modal::backdrop {
	background: rgba(28, 23, 19, 0.56);
}

.dimas-size-guide-modal__panel {
	padding: 24px;
}

.dimas-size-guide-modal__header {
	align-items: flex-start;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin-bottom: 12px;
}

.dimas-size-guide-modal__header p {
	color: #7b5e22;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 6px;
	text-transform: uppercase;
}

.dimas-size-guide-modal__header h2 {
	color: var(--dimas-ink);
	font-size: 28px;
	line-height: 1.15;
	margin: 0;
}

.dimas-size-guide-modal__close {
	align-items: center;
	background: #fbf7f1;
	border: 1px solid #e5d9c9;
	border-radius: 999px;
	color: var(--dimas-ink);
	cursor: pointer;
	display: inline-flex;
	flex: 0 0 36px;
	font-size: 24px;
	font-weight: 400;
	height: 36px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	width: 36px;
}

.dimas-size-guide-modal__intro {
	color: var(--dimas-ink-soft);
	font-size: 14px;
	line-height: 1.65;
	margin: 0 0 16px;
}

.dimas-size-guide-modal__table-wrap {
	border: 1px solid #eadfce;
	border-radius: 8px;
	max-height: 360px;
	overflow: auto;
}

.dimas-size-guide-table {
	border-collapse: collapse;
	margin: 0;
	width: 100%;
}

.dimas-size-guide-table th,
.dimas-size-guide-table td {
	border-bottom: 1px solid #eadfce;
	color: var(--dimas-ink);
	font-size: 13px;
	padding: 10px 12px;
	text-align: left;
}

.dimas-size-guide-table th {
	background: #fbf7f1;
	font-size: 12px;
	font-weight: 900;
	position: sticky;
	top: 0;
	text-transform: uppercase;
	z-index: 1;
}

.dimas-size-guide-table tr:last-child td {
	border-bottom: 0;
}

.dimas-size-guide-modal__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
	margin-top: 18px;
}

.dimas-gift-wrap-option {
	align-items: center;
	background: #fffaf3;
	border: 1px solid #e5d9c9;
	border-radius: 8px;
	display: grid;
	gap: 12px;
	grid-template-columns: 72px minmax(0, 1fr);
	margin: 14px 0 0;
	padding: 14px;
}

.dimas-gift-wrap-option__image {
	aspect-ratio: 1 / 1;
	background: #fff;
	border: 1px solid #ead9bd;
	border-radius: 6px;
	height: 72px;
	object-fit: cover;
	width: 72px;
}

.dimas-gift-wrap-option__body {
	display: grid;
	gap: 12px;
	min-width: 0;
}

.dimas-gift-wrap-option__copy span {
	color: var(--dimas-ink);
	display: block;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.2;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.dimas-gift-wrap-option__copy p {
	color: var(--dimas-ink-soft);
	font-size: 13px;
	line-height: 1.5;
	margin: 0;
}

.dimas-gift-wrap-option__choice {
	align-items: center;
	background: #fff;
	border: 1px solid #dac9ae;
	border-radius: 6px;
	color: var(--dimas-ink);
	cursor: pointer;
	display: flex;
	font-size: 13px;
	font-weight: 900;
	gap: 10px;
	line-height: 1.35;
	margin: 0;
	padding: 11px 12px;
}

.dimas-gift-wrap-option__choice input {
	accent-color: #7b5e22;
	flex: 0 0 auto;
	height: 18px;
	margin: 0;
	width: 18px;
}

.dimas-gift-wrap-option__choice span {
	color: var(--dimas-ink);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0;
	margin: 0;
	text-transform: none;
}

@media (max-width: 480px) {
	.dimas-gift-wrap-option {
		grid-template-columns: 60px minmax(0, 1fr);
		padding: 12px;
	}

	.dimas-gift-wrap-option__image {
		height: 60px;
		width: 60px;
	}
}

.dimas-gift-wrap-remove {
	appearance: none;
	background: transparent;
	border: 0;
	color: #7b5e22;
	cursor: pointer;
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.3;
	margin: 5px 0 0;
	padding: 0;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.wc-block-components-product-details .dimas-gift-wrap-remove {
	margin-left: 10px;
}

.dimas-gift-wrap-remove:hover,
.dimas-gift-wrap-remove:focus {
	color: var(--dimas-ink);
}

.dimas-gift-wrap-remove:disabled {
	cursor: wait;
	opacity: 0.55;
}

.dimas-gift-wrap-checkout-panel {
	background: #fffaf3;
	border: 1px solid #e5d9c9;
	border-radius: 8px;
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 14px;
}

.wc-block-checkout__main > .dimas-gift-wrap-checkout-panel {
	margin-bottom: 18px;
}

/* WI61: prevent Goldsmith legacy checkout input marks from overlaying Woo Blocks controls. */
.woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"]::before,
.woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"]::after,
.woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"]:checked::after,
.woocommerce-checkout .wc-block-components-radio-control .wc-block-components-radio-control__input[type="radio"]::after,
.woocommerce-checkout .wc-block-components-radio-control .wc-block-components-radio-control__input[type="radio"]:checked::after {
	content: none !important;
	display: none !important;
}

/* WI62: make the checkout order summary read as active content, not disabled UI. */
.woocommerce-checkout .wc-block-checkout__sidebar,
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
	color: var(--dimas-ink);
	font-size: 14px;
}

.woocommerce-checkout .wc-block-components-checkout-order-summary__title-text {
	color: var(--dimas-ink);
	font-size: 18px;
	font-weight: 900;
	line-height: 1.25;
}

.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title-text {
	font-weight: 800;
}

.woocommerce-checkout .wc-block-components-checkout-order-summary__title-price,
.woocommerce-checkout .wc-block-components-order-summary-item__total-price,
.woocommerce-checkout .wc-block-components-product-price,
.woocommerce-checkout .wc-block-components-formatted-money-amount,
.woocommerce-checkout .wc-block-components-totals-item__value {
	color: var(--dimas-ink);
}

.woocommerce-checkout .wc-block-components-order-summary-item,
.woocommerce-checkout .wc-block-components-panel__button,
.woocommerce-checkout .wc-block-components-totals-item {
	color: var(--dimas-ink);
	font-size: 14px;
}

.woocommerce-checkout .wc-block-components-product-name {
	color: var(--dimas-ink);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.3;
}

.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-product-name {
	font-size: 14px;
	font-weight: 800;
}

.woocommerce-checkout .wc-block-components-product-metadata,
.woocommerce-checkout .wc-block-components-product-metadata__description,
.woocommerce-checkout .wc-block-components-order-summary-item__individual-prices del {
	color: var(--dimas-ink-soft);
}

.woocommerce-checkout .wc-block-components-sale-badge {
	background: #f5efe5;
	color: #6f5124;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.2;
}

.woocommerce-checkout .wc-block-components-totals-footer-item {
	color: var(--dimas-ink);
	font-size: 17px;
	font-weight: 900;
}

.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__value,
.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-formatted-money-amount,
.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__value,
.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-totals-footer-item .wc-block-components-formatted-money-amount {
	color: var(--dimas-ink);
	font-weight: 900;
}

/* WI63: align the Woo Blocks checkout submit button with the site primary action. */
.woocommerce-checkout .wc-block-components-checkout-place-order-button {
	align-items: center;
	background: var(--dimas-gold) !important;
	border: 1px solid var(--dimas-gold) !important;
	border-radius: 0;
	color: var(--dimas-ink) !important;
	display: inline-flex;
	font-size: 13px;
	font-weight: 900;
	justify-content: center;
	letter-spacing: 0;
	min-height: 48px !important;
	min-width: 190px;
	padding: 0 28px !important;
	text-decoration: none;
	text-transform: uppercase;
}

.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover,
.woocommerce-checkout .wc-block-components-checkout-place-order-button:focus {
	background: #b99348 !important;
	border-color: #b99348 !important;
	color: var(--dimas-ink) !important;
	opacity: 1;
}

.woocommerce-checkout .wc-block-components-checkout-place-order-button:focus-visible {
	outline: 2px solid rgba(28, 23, 19, 0.45);
	outline-offset: 3px;
}

.woocommerce-checkout .wc-block-components-checkout-place-order-button:disabled,
.woocommerce-checkout .wc-block-components-checkout-place-order-button[aria-disabled="true"] {
	background: #e5d6ba !important;
	border-color: #d9c7a3 !important;
	color: #6d6358 !important;
	cursor: not-allowed;
	opacity: 1;
}

.dimas-gift-wrap-checkout-panel__title {
	color: var(--dimas-ink);
	font-size: 12px;
	font-weight: 900;
	line-height: 1.2;
	margin: 0;
	text-transform: uppercase;
}

.dimas-gift-wrap-checkout-panel__copy {
	color: var(--dimas-ink-soft);
	font-size: 13px;
	line-height: 1.45;
	margin: 0;
}

.dimas-gift-wrap-checkout-panel__item {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: space-between;
}

.dimas-gift-wrap-checkout-panel__name {
	color: var(--dimas-ink);
	flex: 1 1 160px;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.35;
	min-width: 0;
}

.dimas-gift-wrap-error {
	color: #8b1f1f;
	display: block;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.35;
	margin-top: 5px;
}

.dimas-product-cart-actions {
	align-items: stretch;
	display: grid;
	gap: 12px;
	grid-template-columns: 112px minmax(0, 1fr);
	margin-top: 12px;
}

.dimas-product-cart-actions .quantity {
	align-items: center;
	border: 1px solid var(--dimas-line);
	display: flex;
	height: 48px;
	justify-content: center;
	margin: 0;
	min-width: 0;
}

.dimas-product-cart-actions .quantity .qty {
	border: 0;
	height: 46px;
	text-align: center;
	width: 70px;
}

.single-product .dimas-add-to-cart,
.single-product .dimas-mobile-sticky-cta__button {
	align-items: center;
	background: var(--dimas-gold);
	border: 1px solid var(--dimas-gold);
	color: var(--dimas-ink);
	display: inline-flex;
	font-size: 13px;
	font-weight: 900;
	justify-content: center;
	letter-spacing: 0;
	min-height: 48px;
	padding: 0 20px;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
}

.single-product .dimas-product-cart-actions .dimas-add-to-cart:not(.disabled):not(:disabled) {
	background: var(--dimas-gold) !important;
	border-color: var(--dimas-gold) !important;
	color: var(--dimas-ink) !important;
}

.single-product .dimas-add-to-cart:hover,
.single-product .dimas-mobile-sticky-cta__button:hover {
	background: #b99348;
	border-color: #b99348;
	color: var(--dimas-ink);
}

.single-product .dimas-add-to-cart.disabled,
.single-product .dimas-add-to-cart:disabled {
	background: #e5d6ba;
	border-color: #d9c7a3;
	color: #6d6358;
	cursor: not-allowed;
	opacity: 1;
}

.dimas-product-favorite-action {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 12px;
}

.dimas-product-favorite-action .goldsmith-wishlist-btn {
	align-items: center;
	background: transparent;
	border: 1px solid var(--dimas-line);
	color: var(--dimas-ink-soft);
	cursor: pointer;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	gap: 8px;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1;
	min-height: 36px;
	padding: 0 14px;
	text-transform: uppercase;
	width: auto;
}

.dimas-product-favorite-action .goldsmith-wishlist-btn:hover,
.dimas-product-favorite-action .goldsmith-wishlist-btn.added {
	border-color: var(--dimas-gold);
	color: var(--dimas-ink);
}

.dimas-product-favorite-action .goldsmith-product-hint {
	background: transparent;
	border-radius: 0;
	box-shadow: none;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	opacity: 1;
	order: 2;
	padding: 0;
	pointer-events: auto;
	position: static;
	transform: none;
	visibility: visible;
	white-space: normal;
}

.dimas-product-favorite-action .goldsmith-product-hint:after {
	content: none;
}

.dimas-product-favorite-action .goldsmith-svg-icon {
	color: currentColor;
	fill: currentColor;
	height: 16px;
	margin: 0;
	max-height: 16px;
	max-width: 16px;
	width: 16px;
}

.dimas-product-trust {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 16px 0;
}

.dimas-product-trust span {
	align-items: center;
	background: #fbf5ec;
	border: 1px solid var(--dimas-line);
	color: var(--dimas-ink);
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	gap: 8px;
	justify-content: center;
	min-height: 38px;
	padding: 11px 12px;
	text-align: center;
}

.dimas-product-trust span::before {
	align-items: center;
	background: #fff;
	border: 1px solid #decda9;
	border-radius: 999px;
	color: #7b5e22;
	content: "✓";
	display: inline-flex;
	flex: 0 0 18px;
	font-size: 12px;
	font-weight: 900;
	height: 18px;
	justify-content: center;
	line-height: 1;
	width: 18px;
}

.ppom-wrapper {
	margin-top: 10px;
}

.ppom-wrapper .ppom-field-wrapper,
.ppom-wrapper .form-group {
	margin-bottom: 8px;
}

.ppom-wrapper textarea {
	min-height: 58px;
}

@media (min-width: 992px) {
	.ppom-wrapper .ppom-field-wrapper.gravare_ea,
	.ppom-wrapper .ppom-field-wrapper.gravare_el {
		display: inline-block;
		vertical-align: top;
		width: calc(50% - 6px);
	}

	.ppom-wrapper .ppom-field-wrapper.gravare_el {
		margin-left: 12px;
	}
}

.dimas-product-summary-contact {
	margin: 16px 0 22px;
}

.dimas-product-summary-contact a {
	color: #7b5e22;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

.dimas-product-summary .product_meta {
	color: var(--dimas-ink-soft);
	font-size: 12px;
	line-height: 1.7;
}

.dimas-product-content {
	align-items: start;
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0 auto 72px;
	max-width: 1280px;
}

.dimas-product-section,
.dimas-product-contact {
	background: #fff;
	border: 1px solid var(--dimas-line);
	border-radius: 8px;
	padding: 28px;
}

.dimas-product-section h2,
.dimas-product-contact h2 {
	color: var(--dimas-ink);
	font-size: 28px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.15;
	margin: 0 0 18px;
}

.dimas-product-section h3,
.dimas-product-contact h3 {
	color: var(--dimas-ink);
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0;
	margin: 0 0 8px;
}

.dimas-product-section p,
.dimas-product-contact p {
	color: var(--dimas-ink-soft);
	font-size: 15px;
	line-height: 1.75;
	margin: 0;
}

.dimas-product-contact .dimas-product-contact__availability {
	color: var(--dimas-ink);
	font-weight: 800;
	margin-top: 10px;
}

.dimas-product-section p + p {
	margin-top: 14px;
}

.dimas-product-specs {
	border-collapse: collapse;
	margin: 0;
	width: 100%;
}

.dimas-product-specs__viewport {
	--dimas-product-specs-collapsed-height: 360px;
	overflow: visible;
	position: relative;
}

.dimas-product-section--specs.is-collapsible .dimas-product-specs__viewport {
	max-height: var(--dimas-product-specs-collapsed-height);
	overflow: hidden;
}

.dimas-product-section--specs.is-collapsible:not(.is-expanded) .dimas-product-specs__viewport::after {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 82%);
	content: "";
	height: 56px;
	inset: auto 0 0;
	pointer-events: none;
	position: absolute;
}

.dimas-product-section--specs.is-expanded .dimas-product-specs__viewport {
	max-height: none;
	overflow: visible;
}

.dimas-product-specs-toggle {
	align-items: center;
	background: #fbf5ec;
	border: 1px solid var(--dimas-line);
	border-radius: 4px;
	color: var(--dimas-ink);
	cursor: pointer;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	justify-content: center;
	line-height: 1.2;
	margin-top: 16px;
	min-height: 42px;
	padding: 10px 16px;
	text-align: center;
}

.dimas-product-specs-toggle:hover,
.dimas-product-specs-toggle:focus {
	border-color: var(--dimas-gold);
	color: #7b5e22;
}

.dimas-product-specs-toggle:focus {
	outline: 2px solid rgba(199, 169, 107, 0.35);
	outline-offset: 2px;
}

.dimas-product-specs-toggle[hidden] {
	display: none;
}

.dimas-product-specs th,
.dimas-product-specs td {
	border-bottom: 1px solid #eee6da;
	color: var(--dimas-ink-soft);
	font-size: 14px;
	line-height: 1.45;
	padding: 12px 0;
	text-align: left;
	vertical-align: top;
}

.dimas-product-specs th {
	color: var(--dimas-ink);
	font-weight: 800;
	padding-right: 22px;
	width: 38%;
}

.dimas-product-specs tr:last-child th,
.dimas-product-specs tr:last-child td {
	border-bottom: 0;
	padding-bottom: 0;
}

.dimas-product-specs-note {
	display: grid;
	gap: 7px;
	margin-top: 16px;
}

.dimas-product-specs-note p {
	color: #6f6258;
	font-size: 13px;
	line-height: 1.45;
	margin: 0;
}

.dimas-product-qa-list,
.dimas-product-policy-grid {
	display: grid;
	gap: 18px;
}

.dimas-product-qa-list > div + div {
	border-top: 1px solid #eee6da;
	padding-top: 18px;
}

.dimas-product-contact,
.dimas-product-section--delivery,
.dimas-product-section--reviews,
.dimas-product-section--ugc,
.dimas-product-section--cross-sells,
.dimas-product-section--related {
	grid-column: 1 / -1;
}

.dimas-product-policy-grid {
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.dimas-product-section--delivery p:has(> a) {
	align-items: center;
	color: transparent;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.dimas-product-section--delivery a {
	align-items: center;
	background: #fbf5ec;
	border: 1px solid #d7bf83;
	border-radius: 4px;
	color: #5e4215;
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
	min-height: 36px;
	padding: 8px 12px;
	text-decoration: none;
}

.dimas-product-section--delivery a::after {
	content: "›";
	font-size: 18px;
	line-height: 1;
	margin-left: 8px;
}

.dimas-product-section--delivery a:hover,
.dimas-product-section--delivery a:focus-visible {
	background: var(--dimas-gold);
	border-color: var(--dimas-gold);
	color: var(--dimas-ink);
	outline: none;
}

.dimas-product-section--delivery a:focus-visible {
	box-shadow: 0 0 0 3px rgba(199, 169, 107, 0.28);
}

.dimas-product-contact__links {
	gap: 12px;
	margin-top: 18px;
}

.dimas-product-contact__links .dimas-contact-link {
	background: #fbf5ec;
	border: 1px solid var(--dimas-line);
	color: var(--dimas-ink);
	padding: 12px 14px;
	text-transform: none;
}

.dimas-product-empty-reviews {
	margin-bottom: 18px;
}

.dimas-product-review-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: space-between;
	margin: 0 0 18px;
}

.dimas-product-review-actions p {
	color: var(--dimas-ink-soft);
	font-weight: 600;
	margin: 0;
}

.dimas-product-review-cta,
.dimas-product-ugc__cta {
	align-items: center;
	background: var(--dimas-gold);
	color: var(--dimas-ink);
	display: inline-flex;
	font-size: 13px;
	font-weight: 900;
	justify-content: center;
	min-height: 42px;
	padding: 0 18px;
	text-decoration: none;
	text-transform: uppercase;
}

.dimas-product-review-cta:hover,
.dimas-product-review-cta:focus-visible,
.dimas-product-ugc__cta:hover,
.dimas-product-ugc__cta:focus-visible {
	background: #7b5e22;
	color: #fff;
	outline: none;
}

.dimas-product-ugc__header {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: space-between;
}

.dimas-product-ugc__header h2 {
	margin: 0;
}

.dimas-product-ugc__grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	margin-top: 20px;
}

.dimas-product-ugc__item {
	margin: 0;
}

.dimas-product-ugc__image {
	aspect-ratio: 1 / 1;
	border: 1px solid var(--dimas-line);
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.dimas-product-section--cross-sells {
	background: transparent;
	border: 0;
	padding: 20px 0 0;
}

.dimas-product-section--cross-sells h2 {
	margin: 0 0 20px;
}

.dimas-product-cross-sells ul.products {
	margin-bottom: 0;
}

.dimas-product-section--reviews #reviews,
.dimas-product-section--reviews .woocommerce-Reviews {
	margin: 0;
}

.dimas-product-section--reviews #reviews > .row,
.dimas-product-section--reviews .woocommerce-Reviews {
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1fr);
	margin-left: 0;
	margin-right: 0;
}

.dimas-product-section--reviews #reviews > .row > [class*="col-"] {
	flex: 0 0 100%;
	max-width: none;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.dimas-product-section--reviews #review_form_wrapper,
.dimas-product-section--reviews #review_form,
.dimas-product-section--reviews .product-review-form,
.dimas-product-section--reviews #respond,
.dimas-product-section--reviews form.comment-form {
	max-width: none;
	width: 100%;
}

.dimas-product-section--reviews form#commentform {
	gap: 18px 20px;
	margin-left: 0;
	margin-right: 0;
}

.dimas-product-section--reviews .comment-form > div,
.dimas-product-section--reviews .comment-form > p {
	padding-left: 0;
	padding-right: 0;
}

.dimas-product-section--reviews .comment-form-comment label {
	color: var(--dimas-ink);
	display: block;
	font-weight: 700;
	margin: 0 0 8px;
}

.dimas-product-section--reviews #respond input[type="text"],
.dimas-product-section--reviews #respond input[type="email"],
.dimas-product-section--reviews #respond textarea {
	box-sizing: border-box;
	max-width: none;
	width: 100%;
}

.dimas-product-section--reviews .comment-form-rating {
	background: #fbf7f0;
	border: 1px solid #ead9bd;
	margin-bottom: 22px;
	padding: 16px;
}

.dimas-product-section--reviews .comment-form-rating > label {
	color: var(--dimas-ink);
	font-weight: 800;
	margin: 0 0 12px;
}

.dimas-product-section--reviews p.stars {
	line-height: 1.2;
	margin: 0;
}

.dimas-product-section--reviews p.stars span {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.dimas-product-section--reviews p.stars a {
	align-items: center;
	background: #fff;
	border: 1px solid #dac79f;
	border-radius: 4px;
	color: #4f433a;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	margin: 0;
	min-height: 38px;
	padding: 0 12px;
	text-decoration: none;
}

.dimas-product-section--reviews p.stars a:not(:last-child)::after {
	content: none;
}

.dimas-product-section--reviews p.stars a::before {
	color: #b68b34;
	font-size: 15px;
	letter-spacing: 1px;
	margin-right: 7px;
}

.dimas-product-section--reviews p.stars a:hover,
.dimas-product-section--reviews p.stars a:focus-visible,
.dimas-product-section--reviews p.stars.selected a.active {
	background: #f2e5cb;
	border-color: var(--dimas-gold);
	color: var(--dimas-ink);
	outline: none;
}

.dimas-product-section--reviews p.stars a:hover::before,
.dimas-product-section--reviews p.stars a:focus-visible::before,
.dimas-product-section--reviews p.stars.selected a.active::before {
	color: #8d671e;
}

.dimas-product-section--reviews #reviews > .row > .clear {
	display: none;
}

.dimas-product-section--reviews-empty #reviews > .row > .col-lg-6:first-child,
.dimas-product-section--reviews-empty .woocommerce-Reviews > #comments {
	display: none;
}

.dimas-product-section--related {
	background: transparent;
	border: 0;
	padding: 20px 0 0;
}

.dimas-product-section--related .goldsmith-section,
.dimas-product-section--related .up-sells,
.dimas-product-section--related .goldsmith-product-related,
.dimas-product-section--related .related {
	margin-top: 0;
}

.dimas-product-section--related .up-sells .section-title {
	text-transform: none;
}

.dimas-mobile-sticky-cta {
	display: none;
}

@media (max-width: 1199px) {
	.dimas-utility-inner {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
		padding-bottom: 12px;
		padding-top: 12px;
	}

	.dimas-utility-menu {
		display: none;
	}

	.dimas-footer-main {
		grid-template-columns: 1.3fr 1fr 1fr;
	}

	.dimas-product-hero {
		grid-template-columns: minmax(0, 0.82fr) minmax(340px, 1fr);
	}
}

@media (max-width: 991px) {
	.dimas-home-hero {
		min-height: 70vh;
	}

	.dimas-home-hero__overlay {
		background: linear-gradient(180deg, rgba(14, 10, 7, 0.2) 0%, rgba(14, 10, 7, 0.82) 100%);
	}

	.dimas-home-hero__content {
		padding: 96px 18px 56px;
	}

	.dimas-home-hero h1 {
		font-size: 40px;
	}

	.dimas-home-hero p:not(.dimas-home-kicker) {
		font-size: 16px;
	}

	.dimas-home-actions,
	.dimas-home-contact-band__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.dimas-home-button {
		width: 100%;
	}

	.dimas-home-trust {
		grid-template-columns: 1fr 1fr;
	}

	.dimas-home-trust span {
		justify-content: flex-start;
		min-height: 58px;
		text-align: left;
	}

	.dimas-home-section {
		padding-left: 18px;
		padding-right: 18px;
		padding-top: 52px;
	}

	.dimas-home-section__head {
		align-items: start;
		display: grid;
		gap: 0;
		margin-bottom: 22px;
	}

	.dimas-home-section h2 {
		font-size: 30px;
	}

	.dimas-home-collections {
		grid-template-columns: 1fr;
	}

	.dimas-home-collection {
		min-height: 0;
	}

	.dimas-home-section--quality {
		grid-template-columns: 1fr;
		margin-top: 52px;
		padding-bottom: 52px;
	}

	.dimas-home-contact-band {
		align-items: stretch;
		flex-direction: column;
		margin-bottom: 40px;
		margin-top: 40px;
		padding-bottom: 32px;
		padding-top: 32px;
	}
}

@media (max-width: 767px) {
	body.home .dimas-section {
		padding-bottom: 40px;
		padding-top: 40px;
	}

	body.home .dimas-section-head {
		margin-bottom: 20px;
	}

	body.home .dimas-home-product-section {
		padding-top: 12px;
	}

	body.home .dimas-home-product-section .woocommerce {
		margin-bottom: 24px;
	}

	.dimas-home-hero {
		min-height: auto;
	}

	.dimas-home-hero::after {
		background: linear-gradient(180deg, rgba(25, 20, 17, .06) 0%, rgba(25, 20, 17, .22) 44%, rgba(25, 20, 17, .46) 100%);
	}

	.dimas-hero-media {
		height: 100% !important;
		max-width: none;
		min-height: 100%;
		object-fit: cover;
		width: 100%;
	}

	.dimas-hero-content {
		padding: 108px 20px 36px;
	}

	.dimas-hero-content .dimas-kicker {
		color: #f4d19e;
		font-size: 13px;
		line-height: 1.2;
		margin: 0 0 10px;
		text-shadow: 0 2px 12px rgba(0, 0, 0, .5);
	}

	.dimas-hero-content h1 {
		font-size: clamp(34px, 9vw, 38px);
		line-height: 1.06;
	}

	.dimas-hero-content p:not(.dimas-kicker) {
		font-size: 16px;
		line-height: 1.45;
		margin-top: 18px;
		text-shadow: 0 2px 12px rgba(0, 0, 0, .5);
	}

	.dimas-actions {
		gap: 10px;
		margin-top: 24px;
	}

	.dimas-btn {
		min-height: 44px;
		padding: 12px 16px;
	}

	.dimas-btn-secondary {
		background: rgba(25, 20, 17, .42);
	}
}

@media (max-width: 991px) {
	body.single-product {
		padding-bottom: 86px;
	}

	.dimas-utility-bar {
		display: none;
	}

	.dimas-product-page .nt-goldsmith-inner-container {
		padding-top: 18px;
	}

	.dimas-product-hero {
		display: flex;
		flex-direction: column;
		gap: 22px;
		margin-bottom: 28px;
	}

	.dimas-product-gallery .flex-control-nav.flex-control-thumbs {
		display: flex;
		gap: 8px;
		list-style: none;
		margin: 10px 0 0;
		overflow-x: auto;
		padding: 0 0 2px;
	}

	.dimas-product-gallery .flex-control-nav.flex-control-thumbs li {
		flex: 0 0 56px;
		margin: 0;
		width: 56px !important;
	}

	.dimas-product-gallery .flex-control-nav.flex-control-thumbs img {
		aspect-ratio: 1 / 1;
		border: 1px solid var(--dimas-line);
		border-radius: 4px;
		height: 56px;
		object-fit: cover;
		opacity: 0.72;
		width: 56px;
	}

	.dimas-product-gallery .flex-control-nav.flex-control-thumbs img.flex-active {
		border-color: #c7a96b;
		opacity: 1;
	}

	.dimas-product-gallery .woocommerce-product-gallery__image img {
		height: min(68vw, 270px);
		object-fit: contain;
	}

	.dimas-product-summary {
		position: static;
	}

	.dimas-product-breadcrumbs {
		display: none;
	}

	.dimas-product-title,
	.single-product .dimas-product-summary .product_title {
		font-size: 28px;
		line-height: 1.12;
		margin-bottom: 10px;
	}

	.dimas-product-subtitle {
		display: none;
	}

	.dimas-product-purchase {
		margin-top: 14px;
		padding: 16px 0;
	}

	.dimas-product-price-stock .price {
		font-size: 21px;
	}

	.dimas-product-variation {
		align-items: stretch;
		gap: 8px;
		grid-template-columns: 1fr;
	}

	.dimas-size-guide-card {
		grid-template-columns: 1fr;
		margin-left: 0;
	}

	.dimas-size-guide-card__actions {
		justify-content: flex-start;
	}

	.dimas-size-guide-trigger {
		flex-basis: 40px;
		font-size: 16px;
		height: 40px;
		width: 40px;
	}

	.dimas-size-option {
		min-height: 46px;
		min-width: 52px;
	}

	.dimas-size-guide-card__button,
	.dimas-size-guide-card__link,
	.dimas-size-guide-modal__link,
	.dimas-size-guide-modal__secondary {
		min-height: 46px;
	}

	.dimas-size-guide-modal__panel {
		padding: 18px;
	}

	.dimas-size-guide-modal__header h2 {
		font-size: 22px;
	}

	.dimas-size-guide-modal__actions {
		justify-content: flex-start;
	}

	.single-product .dimas-product-cart--variable .woocommerce-variation-price {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
		min-height: 0;
		padding: 13px 14px;
	}

	.single-product .dimas-product-cart--variable .woocommerce-variation-price .price {
		font-size: 21px;
		justify-content: flex-start;
		text-align: left;
	}

	.dimas-product-cart-actions {
		grid-template-columns: 96px minmax(0, 1fr);
	}

	.dimas-product-trust {
		grid-template-columns: 1fr;
	}

	.dimas-product-content {
		gap: 14px;
		grid-template-columns: 1fr;
		margin-bottom: 46px;
		max-width: 100%;
		overflow: hidden;
		width: 100%;
	}

	.dimas-product-content > * {
		grid-column: auto !important;
		max-width: 100%;
		min-width: 0;
		width: auto;
	}

	.dimas-product-section,
	.dimas-product-contact {
		border-radius: 8px;
		padding: 22px 18px;
	}

	.dimas-product-section h2,
	.dimas-product-contact h2 {
		font-size: 22px;
	}

	.dimas-product-policy-grid {
		grid-template-columns: 1fr;
	}

	.dimas-product-specs th,
	.dimas-product-specs td {
		display: table-cell;
		padding: 10px 0;
		vertical-align: top;
	}

	.dimas-product-specs th {
		padding-right: 14px;
		width: 42%;
	}

	.dimas-product-specs td {
		text-align: right;
		width: 58%;
	}

	.dimas-mobile-sticky-cta {
		align-items: center;
		background: #fff;
		border-top: 1px solid var(--dimas-line);
		box-shadow: 0 -10px 24px rgba(28, 23, 19, 0.08);
		display: grid;
		gap: 10px;
		grid-template-columns: minmax(96px, 0.45fr) minmax(0, 1fr);
		inset: auto 0 0 0;
		padding: 10px 14px;
		position: fixed;
		z-index: 999;
	}

	.dimas-mobile-sticky-cta__price {
		color: var(--dimas-ink);
		font-size: 14px;
		font-weight: 900;
		line-height: 1.2;
	}

	.dimas-mobile-sticky-cta__price .amount {
		white-space: nowrap;
	}

	.single-product .dimas-mobile-sticky-cta__button {
		min-height: 50px;
	}

	.dimas-footer-main {
		grid-template-columns: 1fr;
		padding: 46px 16px 34px;
	}

	.dimas-footer-brand {
		display: none;
	}

	.dimas-footer-column h3 {
		margin-bottom: 14px;
	}

	.dimas-footer-menu li + li {
		margin-top: 13px;
	}

	.dimas-footer-bottom {
		padding: 18px 16px 20px;
		text-align: left;
	}

	.dimas-footer-bottom p {
		font-size: 11px;
		line-height: 1.6;
	}
}

.dimas-cookie-bar {
	align-items: center;
	background: #1c1713;
	border: 1px solid rgba(199, 169, 107, 0.34);
	border-radius: 8px;
	box-shadow: 0 18px 54px rgba(0, 0, 0, 0.24);
	color: #fffaf3;
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1fr) auto;
	inset: auto 18px 18px 18px;
	margin: 0 auto;
	max-width: 1120px;
	padding: 18px;
	position: fixed;
	transform: translateY(18px);
	transition: opacity .18s ease, transform .18s ease;
	z-index: 99999;
}

.dimas-cookie-bar[hidden] {
	display: none;
}

.dimas-cookie-bar.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.dimas-cookie-bar p {
	color: rgba(255, 250, 243, 0.84);
	font-size: 14px;
	line-height: 1.55;
	margin: 0;
}

.dimas-cookie-bar a {
	color: #e6bd58;
	font-weight: 900;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.dimas-cookie-bar__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
}

.dimas-cookie-bar__button {
	border-radius: 6px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 900;
	min-height: 44px;
	padding: 11px 18px;
}

.dimas-cookie-bar__button--primary {
	background: var(--dimas-gold-strong);
	border: 1px solid var(--dimas-gold-strong);
	color: #1b130d;
}

.dimas-cookie-bar__button--secondary {
	background: transparent;
	border: 1px solid rgba(255, 250, 243, 0.45);
	color: #fffaf3;
}

.dimas-cookie-settings-button {
	background: #1c1713;
	border: 1px solid #1c1713;
	border-radius: 6px;
	color: #fffaf3;
	cursor: pointer;
	font-weight: 900;
	min-height: 44px;
	padding: 11px 18px;
}

/* Refined product search overlay. */
.goldsmith-popup-search-panel {
	background: rgba(251, 248, 242, 0.98);
	box-shadow: 0 22px 70px rgba(28, 23, 19, 0.16);
	min-height: 100vh;
	padding: 62px 0 56px;
	z-index: 1001;
}

.goldsmith-popup-search-panel .goldsmith-search-panel-inner {
	align-items: stretch;
	margin: 0 auto;
	max-width: 920px;
	padding: 0 24px;
	width: 100%;
}

.goldsmith-popup-search-panel .goldsmith-panel-close {
	align-self: center;
	background: #fffaf3;
	border: 1px solid var(--dimas-line);
	border-radius: 50%;
	box-shadow: 0 10px 26px rgba(28, 23, 19, 0.1);
	height: 42px;
	margin-bottom: 34px;
	width: 42px;
}

.goldsmith-popup-search-panel .goldsmith-panel-close::before,
.goldsmith-popup-search-panel .goldsmith-panel-close::after {
	background-color: #1c1713;
	height: 2px;
	left: 50%;
	top: 50%;
	width: 18px;
}

.goldsmith-popup-search-panel .goldsmith-panel-close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.goldsmith-popup-search-panel .goldsmith-panel-close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.goldsmith-popup-search-panel .goldsmith-panel-close:hover {
	background: #1c1713;
	border-color: #1c1713;
	color: #fffaf3;
	opacity: 1;
}

.goldsmith-popup-search-panel .goldsmith-panel-close:hover::before {
	background-color: #fffaf3;
	transform: translate(-50%, -50%) rotate(45deg);
}

.goldsmith-popup-search-panel .goldsmith-panel-close:hover::after {
	background-color: #fffaf3;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.goldsmith-popup-search-panel .goldsmith-panel-content {
	margin: 0 auto;
	max-width: 760px;
	width: 100%;
}

.goldsmith-popup-search-panel .goldsmith-asform-container {
	width: 100%;
}

.goldsmith-popup-search-panel .goldsmith-asform {
	align-items: center;
	background: #fff;
	border: 1px solid var(--dimas-line);
	border-radius: 8px;
	box-shadow: 0 14px 34px rgba(28, 23, 19, 0.08);
	display: flex;
	min-height: 64px;
	overflow: visible;
	position: relative;
}

.goldsmith-popup-search-panel .goldsmith-asform::before,
.goldsmith-popup-search-panel .goldsmith-asform::after {
	content: "";
	pointer-events: none;
	position: absolute;
}

.goldsmith-popup-search-panel .goldsmith-asform::before {
	border: 2px solid #8f8378;
	border-radius: 50%;
	height: 15px;
	left: 22px;
	top: 21px;
	width: 15px;
}

.goldsmith-popup-search-panel .goldsmith-asform::after {
	background: #8f8378;
	height: 2px;
	left: 35px;
	top: 37px;
	transform: rotate(45deg);
	width: 9px;
}

.goldsmith-popup-search-panel .goldsmith-asform input.goldsmith-as,
.goldsmith-popup-search-panel .goldsmith-asform input.goldsmith-as:hover,
.goldsmith-popup-search-panel .goldsmith-asform input.goldsmith-as:focus {
	background: transparent;
	border: 0;
	box-shadow: none;
	color: var(--dimas-ink);
	font-size: 22px;
	font-weight: 600;
	height: 64px;
	letter-spacing: 0;
	line-height: 1.3;
	padding: 0 58px;
	text-align: left;
}

.goldsmith-popup-search-panel .goldsmith-asform input.goldsmith-as::placeholder {
	color: #8f8378;
	font-size: 18px;
	font-weight: 500;
	opacity: 1;
}

.goldsmith-popup-search-panel .search-icon {
	align-items: center;
	display: flex;
	height: 22px;
	justify-content: center;
	position: absolute;
	right: 22px;
	top: 21px;
	width: 30px;
}

.goldsmith-popup-search-panel .search-icon:not(.loading) {
	display: none;
}

.goldsmith-popup-search-panel .autocomplete-suggestions {
	background: #fff;
	border: 1px solid var(--dimas-line) !important;
	border-radius: 8px;
	box-sizing: border-box;
	box-shadow: 0 22px 54px rgba(28, 23, 19, 0.12);
	gap: 8px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 14px;
	max-height: min(54vh, 520px) !important;
	max-width: 100% !important;
	overflow-y: auto;
	padding: 12px;
	position: relative !important;
	width: 100% !important;
}

.goldsmith-popup-search-panel .autocomplete-suggestions:empty {
	display: none !important;
}

.goldsmith-popup-search-panel .autocomplete-suggestions:has(.autocomplete-suggestion) {
	display: grid !important;
}

.goldsmith-popup-search-panel .autocomplete-suggestions::-webkit-scrollbar {
	width: 8px;
}

.goldsmith-popup-search-panel .autocomplete-suggestions::-webkit-scrollbar-track {
	background: #f4ede3;
	border-radius: 999px;
}

.goldsmith-popup-search-panel .autocomplete-suggestions::-webkit-scrollbar-thumb {
	background: #c7a96b;
	border-radius: 999px;
}

.goldsmith-popup-search-panel .autocomplete-suggestion {
	align-items: center;
	background: #fff;
	border: 1px solid transparent;
	border-radius: 7px;
	box-sizing: border-box;
	color: var(--dimas-ink);
	cursor: pointer;
	display: grid;
	gap: 12px;
	grid-template-columns: 68px minmax(0, 1fr);
	line-height: 1.35;
	margin: 0;
	min-height: 92px;
	padding: 10px;
	transition: background-color .16s ease, border-color .16s ease, box-shadow .16s ease;
	width: auto;
}

.goldsmith-popup-search-panel .autocomplete-suggestion:hover,
.goldsmith-popup-search-panel .autocomplete-suggestion.autocomplete-selected {
	background: #fffaf3;
	border-color: #e8dccb;
	box-shadow: 0 8px 18px rgba(28, 23, 19, 0.06);
	opacity: 1;
}

.goldsmith-popup-search-panel .autocomplete-suggestion img {
	background: #f7f2eb;
	border-radius: 6px;
	height: 68px;
	margin: 0;
	object-fit: contain;
	padding: 6px;
	width: 68px;
}

.goldsmith-popup-search-panel .autocomplete-suggestion .goldsmith-small-title {
	gap: 5px;
	min-width: 0;
}

.goldsmith-popup-search-panel .autocomplete-suggestion .value {
	color: var(--dimas-ink);
	display: -webkit-box;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
	margin: 0;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.goldsmith-popup-search-panel .autocomplete-suggestion .value strong {
	color: #a77f2f;
	font-weight: 800;
}

.goldsmith-popup-search-panel .autocomplete-suggestion .goldsmith-price,
.goldsmith-popup-search-panel .autocomplete-suggestion .price,
.goldsmith-popup-search-panel .autocomplete-suggestion .woocommerce-Price-amount {
	color: var(--dimas-ink-soft);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
}

.goldsmith-popup-search-panel .goldsmith-asform.no-result + .autocomplete-suggestions {
	background: transparent;
	border: 0 !important;
	box-shadow: none;
	display: block !important;
	margin-left: auto;
	margin-right: auto;
	max-height: none !important;
	max-width: 520px !important;
	overflow: visible !important;
	padding: 0;
}

.goldsmith-popup-search-panel .goldsmith-asform.no-result + .autocomplete-suggestions .autocomplete-suggestion {
	background: #fff;
	border: 1px solid var(--dimas-line);
	box-shadow: none;
	display: block;
	margin: 0 !important;
	min-height: 0;
	padding: 24px;
	text-align: center;
	width: 100%;
}

.goldsmith-popup-search-panel .goldsmith-asform.no-result + .autocomplete-suggestions .autocomplete-suggestion strong {
	display: block;
	font-size: 0;
	line-height: 1.4;
}

.goldsmith-popup-search-panel .goldsmith-asform.no-result + .autocomplete-suggestions .autocomplete-suggestion strong::before {
	color: var(--dimas-ink);
	content: "Nu am găsit produse";
	display: block;
	font-size: 17px;
	font-weight: 800;
}

.goldsmith-popup-search-panel .goldsmith-asform.no-result + .autocomplete-suggestions .autocomplete-suggestion strong::after {
	color: var(--dimas-ink-soft);
	content: "Încearcă un termen mai scurt sau verifică scrierea.";
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin-top: 6px;
}

@media (max-width: 760px) {
	.goldsmith-popup-search-panel {
		padding: 46px 0 34px;
	}

	.goldsmith-popup-search-panel .goldsmith-search-panel-inner {
		padding: 0 16px;
	}

	.goldsmith-popup-search-panel .goldsmith-panel-close {
		margin-bottom: 24px;
	}

	.goldsmith-popup-search-panel .goldsmith-asform input.goldsmith-as,
	.goldsmith-popup-search-panel .goldsmith-asform input.goldsmith-as:hover,
	.goldsmith-popup-search-panel .goldsmith-asform input.goldsmith-as:focus {
		font-size: 18px;
	}

	.goldsmith-popup-search-panel .autocomplete-suggestions {
		grid-template-columns: 1fr;
		max-height: calc(100vh - 190px) !important;
	}
}

@media (max-width: 720px) {
	.dimas-cookie-bar {
		grid-template-columns: 1fr;
		inset: auto 12px 12px 12px;
		padding: 16px;
	}

	.dimas-cookie-bar__actions,
	.dimas-cookie-bar__button {
		width: 100%;
	}
}
