/* DressWell generated style bundle. */

/* dresswell-fonts.css */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400 600;
	font-display: swap;
	src: url('../../mu-plugins/fonts/montserrat-latin.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'Fahkwang';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('../../mu-plugins/fonts/fahkwang-600-latin.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* dresswell-site.css */
:root {
	--dw-ink: #26222f;
	--dw-copy: #4d4754;
	--dw-taupe: #6a5950;
	--dw-blush: #ddd1c1;
	--dw-cream: #fdf6f1;
	--dw-paper: #f7f7f7;
	--dw-white: #ffffff;
	--dw-line: rgba(38, 34, 47, 0.14);
	--dw-shadow: 0 22px 60px rgba(38, 34, 47, 0.09);
}

html {
	scroll-behavior: smooth;
}

body {
	color: var(--dw-copy);
}

@media (min-width: 922px) {
	.ast-desktop .ast-below-header-bar .main-header-menu {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
	}

	.ast-desktop .ast-below-header-bar .main-header-menu > .menu-item > .menu-link {
		padding-right: clamp(12px, 1.6vw, 24px);
		padding-left: clamp(12px, 1.6vw, 24px);
	}
}

body.dw-designed-page .site-content > .ast-container,
body.dw-catalog-page .site-content > .ast-container {
	display: block;
	width: 100%;
	max-width: none !important;
	padding: 0;
}

body.dw-designed-page .content-area,
body.dw-catalog-page .content-area {
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

body.dw-catalog-page .widget-area.secondary {
	display: none !important;
}

body.dw-designed-page .ast-article-single,
body.dw-catalog-page .ast-woocommerce-container {
	margin: 0;
	padding: 0;
	background: var(--dw-white);
}

body.dw-information-page-body .entry-header {
	display: none;
}

.dw-page {
	overflow: hidden;
	background: var(--dw-white);
}

.dw-catalog-page .site-main {
	overflow: visible;
	background: var(--dw-white);
}

.dw-page *,
.dw-catalog-page .site-main * {
	box-sizing: border-box;
}

.dw-page h1,
.dw-page h2,
.dw-page h3,
.dw-catalog-hero h1,
.dw-catalog-toolbar-title h2 {
	color: var(--dw-ink);
}

.dw-page p:last-child {
	margin-bottom: 0;
}

.dw-shell {
	width: min(1180px, calc(100% - 64px));
	margin-inline: auto;
}

.dw-eyebrow {
	margin: 0 0 18px;
	color: var(--dw-taupe);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.18em;
	line-height: 1.4;
	text-transform: uppercase;
}

.dw-lead {
	max-width: 620px;
	color: var(--dw-copy);
	font-size: clamp(17px, 1.7vw, 21px);
	line-height: 1.75;
}

.dw-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
	min-height: 660px;
	background:
		radial-gradient(circle at 14% 20%, rgba(255, 255, 255, 0.9), transparent 31%),
		linear-gradient(135deg, var(--dw-cream), #eee4de 56%, var(--dw-blush));
}

.dw-hero__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 86px clamp(32px, 7vw, 112px);
}

.dw-hero h1 {
	max-width: 760px;
	margin: 0 0 30px;
	font-size: clamp(54px, 7vw, 104px);
	font-weight: 600;
	letter-spacing: -0.055em;
	line-height: 0.94;
}

.dw-hero h1 em,
.dw-catalog-hero h1 em {
	color: var(--dw-taupe);
	font-weight: 400;
}

.dw-hero__media {
	min-height: 520px;
	overflow: hidden;
}

.dw-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dw-hero__actions,
.dw-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 34px;
}

.dw-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 14px 26px;
	border: 1px solid var(--dw-ink);
	color: var(--dw-ink);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.12em;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.dw-button:hover,
.dw-button:focus {
	color: var(--dw-white);
	background: var(--dw-ink);
	transform: translateY(-2px);
}

.dw-button--solid {
	color: var(--dw-white);
	background: var(--dw-ink);
}

.dw-button--solid:hover,
.dw-button--solid:focus {
	color: var(--dw-ink);
	background: transparent;
}

.dw-section {
	padding: clamp(78px, 9vw, 130px) 0;
}

.dw-section--tinted {
	background: var(--dw-cream);
}

.dw-section__head {
	display: grid;
	grid-template-columns: minmax(230px, 0.75fr) minmax(0, 1.25fr);
	gap: clamp(36px, 8vw, 120px);
	align-items: start;
	margin-bottom: 56px;
}

.dw-section__head h2,
.dw-editorial h2,
.dw-form-panel h2 {
	margin: 0;
	font-size: clamp(38px, 5.5vw, 68px);
	letter-spacing: -0.045em;
	line-height: 1.02;
}

.dw-section__head p {
	margin: 0;
	font-size: 18px;
	line-height: 1.75;
}

.dw-values {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-top: 1px solid var(--dw-line);
}

.dw-value {
	padding: 34px 34px 10px 0;
}

.dw-value + .dw-value {
	padding-left: 34px;
	border-left: 1px solid var(--dw-line);
}

.dw-value__number {
	display: block;
	margin-bottom: 38px;
	color: var(--dw-taupe);
	font-family: "Fahkwang", sans-serif;
	font-size: 14px;
}

.dw-value h3 {
	margin: 0 0 14px;
	font-size: 24px;
}

.dw-value p {
	line-height: 1.75;
}

.dw-editorial {
	display: grid;
	grid-template-columns: minmax(300px, 0.92fr) minmax(0, 1.08fr);
	gap: clamp(48px, 9vw, 130px);
	align-items: center;
}

.dw-editorial__media {
	position: relative;
}

.dw-editorial__media::before {
	position: absolute;
	z-index: 0;
	inset: -22px 22px 22px -22px;
	border: 1px solid var(--dw-blush);
	content: "";
}

.dw-editorial__media img {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
}

.dw-editorial__copy p {
	font-size: 18px;
	line-height: 1.8;
}

.dw-page--about .dw-hero .dw-lead { font-size: 18px; line-height: 1.8; }
.dw-page--about .dw-editorial__media { padding: 20px; }
.dw-page--about .dw-editorial__media::before { inset: 0; }
.dw-page--about .dw-about-highlight { margin-top: 32px; padding: 24px 26px; border-left: 3px solid var(--dw-taupe); color: var(--dw-ink); background: var(--dw-cream); font-weight: 600; }
.dw-quote {
	margin: 0;
	padding: clamp(70px, 10vw, 140px) clamp(32px, 12vw, 180px);
	border: 0;
	color: var(--dw-ink);
	background: var(--dw-ink);
	text-align: center;
}

.dw-quote p {
	max-width: 980px;
	margin: 0 auto;
	color: var(--dw-white);
	font-family: "Fahkwang", sans-serif;
	font-size: clamp(34px, 5vw, 68px);
	line-height: 1.22;
}

.dw-quote cite {
	display: block;
	margin-top: 30px;
	color: var(--dw-blush);
	font-size: 12px;
	font-style: normal;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.dw-cards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}

.dw-card {
	position: relative;
	display: flex;
	min-height: 500px;
	overflow: hidden;
	color: var(--dw-white);
	text-decoration: none;
}

.dw-card img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 500ms ease;
}

.dw-card::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 35%, rgba(20, 17, 24, 0.72));
	content: "";
}

.dw-card__copy {
	position: relative;
	z-index: 1;
	align-self: flex-end;
	width: 100%;
	padding: 36px;
}

.dw-card__copy span {
	display: block;
	margin-bottom: 9px;
	font-size: 11px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.dw-card h3 {
	margin: 0;
	color: inherit;
	font-size: clamp(30px, 4vw, 48px);
}

.dw-card:hover,
.dw-card:focus {
	color: var(--dw-white);
}

.dw-card:hover img,
.dw-card:focus img {
	transform: scale(1.035);
}

.dw-product-section .products {
	margin-top: 46px !important;
}

.dw-contact-grid {
	display: grid;
	grid-template-columns: 0.78fr 1.22fr;
	gap: clamp(38px, 8vw, 110px);
	align-items: start;
}

.dw-contact-note {
	padding: 34px;
	border: 1px solid var(--dw-line);
	background: var(--dw-cream);
}

.dw-contact-note h3 {
	margin: 0 0 14px;
	font-size: 26px;
}

.dw-contact-note + .dw-contact-note {
	margin-top: 16px;
}

.dw-form-panel {
	padding: clamp(34px, 5vw, 62px);
	background: var(--dw-white);
	box-shadow: var(--dw-shadow);
}

.dw-form-panel h2 {
	margin-bottom: 14px;
}

.dw-form-panel > p {
	margin-bottom: 34px;
}

.dw-form-panel .wpforms-container {
	margin: 0;
}

.dw-form-panel .wpforms-field-label {
	color: var(--dw-ink);
	font-size: 12px !important;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.dw-form-panel input,
.dw-form-panel textarea,
.dw-form-panel select {
	border: 0 !important;
	border-bottom: 1px solid var(--dw-line) !important;
	border-radius: 0 !important;
	background: transparent !important;
}

.dw-form-panel button[type="submit"] {
	border-color: var(--dw-ink) !important;
	color: var(--dw-white) !important;
	background: var(--dw-ink) !important;
}

.dw-form-panel button[type="submit"]:hover {
	color: var(--dw-ink) !important;
	background: transparent !important;
}

.dw-cta {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 40px;
	align-items: center;
	padding: clamp(58px, 8vw, 100px) 0;
}

.dw-cta h2 {
	max-width: 760px;
	margin: 0;
	font-size: clamp(38px, 5vw, 64px);
	letter-spacing: -0.04em;
}

/* Catalogo WooCommerce */
.dw-catalog-page .woocommerce-products-header {
	display: none;
}

.dw-catalog-page .ast-archive-description {
	display: none;
}

.dw-catalog-page .site-main {
	padding-bottom: 110px;
}

.dw-catalog-page .woocommerce-notices-wrapper,
.dw-catalog-page ul.products,
.dw-catalog-page .woocommerce-pagination {
	width: min(1180px, calc(100% - 64px));
	margin-right: auto;
	margin-left: auto;
}

.dw-catalog-hero {
	margin-bottom: 78px;
	padding: clamp(88px, 11vw, 150px) max(32px, calc((100vw - 1180px) / 2));
	background:
		radial-gradient(circle at 86% 14%, rgba(255, 255, 255, 0.92), transparent 25%),
		linear-gradient(135deg, var(--dw-cream), #eee4de 58%, var(--dw-blush));
}

.dw-catalog-hero h1 {
	max-width: 900px;
	margin: 0 0 28px;
	font-size: clamp(58px, 8vw, 112px);
	letter-spacing: -0.06em;
	line-height: 0.92;
}

.dw-catalog-hero--category {
	margin-bottom: 68px;
	padding-top: clamp(72px, 9vw, 116px);
	padding-bottom: clamp(72px, 9vw, 116px);
}

.dw-catalog-hero--category h1 {
	font-size: clamp(58px, 7vw, 92px);
}

.dw-catalog-hero .dw-lead p {
	margin: 0;
}

.dw-category-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 38px;
}

.dw-category-pills a {
	padding: 11px 18px;
	border: 1px solid var(--dw-ink);
	color: var(--dw-ink);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-transform: uppercase;
}

.dw-category-pills a:hover,
.dw-category-pills a:focus {
	color: var(--dw-white);
	background: var(--dw-ink);
}

.dw-catalog-toolbar-title {
	width: min(1180px, calc(100% - 64px));
	margin: 0 auto 34px;
}

.dw-catalog-toolbar-title h2 {
	margin: 0;
	font-size: clamp(38px, 4vw, 56px);
	letter-spacing: -0.04em;
}

.dw-loop-controls {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: min(1180px, calc(100% - 64px));
	margin: 0 auto 30px;
	padding: 18px 0;
	border-top: 1px solid var(--dw-line);
	border-bottom: 1px solid var(--dw-line);
}

.dw-catalog-page .woocommerce-result-count {
	float: none;
	margin: 0;
	color: var(--dw-taupe);
	font-size: 13px;
}

.dw-catalog-page .woocommerce-ordering {
	float: none;
	margin: 0;
}

.dw-catalog-page .woocommerce-ordering select {
	min-width: 220px;
	border: 0;
	border-bottom: 1px solid var(--dw-line);
	border-radius: 0;
	background-color: transparent;
}

.dw-catalog-page ul.products,
.dw-product-section .woocommerce ul.products,
.dw-product-section ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 34px 22px;
}

.dw-catalog-page ul.products::before,
.dw-catalog-page ul.products::after,
.dw-product-section ul.products::before,
.dw-product-section ul.products::after {
	display: none !important;
}

.woocommerce ul.products li.product,
.dw-product-section ul.products li.product {
	display: flex;
	flex-direction: column;
	width: auto !important;
	height: 100%;
	margin: 0 !important;
	overflow: hidden;
	background: var(--dw-white);
}

.woocommerce ul.products li.product .astra-shop-summary-wrap {
	display: flex;
	flex: 1;
	flex-direction: column;
}

.woocommerce ul.products li.product a img,
.dw-product-section ul.products li.product a img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
	background: var(--dw-paper);
	transition: transform 350ms ease;
}

.woocommerce ul.products li.product:hover a img,
.dw-product-section ul.products li.product:hover a img {
	transform: scale(1.025);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	min-height: 2.7em;
	margin-bottom: 10px;
	color: var(--dw-ink);
	font-size: 17px !important;
	line-height: 1.35;
}

.woocommerce ul.products li.product .price {
	margin-top: auto;
	color: var(--dw-taupe) !important;
	font-weight: 600 !important;
}

.woocommerce ul.products li.product .button {
	width: 100%;
	margin-top: 14px;
	text-align: center;
}

@media (max-width: 1100px) and (min-width: 922px) {
	.dw-catalog-page ul.products,
	.dw-product-section .woocommerce ul.products,
	.dw-product-section ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}

/* Carrello, pagamento e account */
.dw-commerce {
	padding: clamp(70px, 9vw, 120px) 0;
}

.dw-commerce__head {
	max-width: 780px;
	margin-bottom: 52px;
}

.dw-commerce__head h1 {
	margin: 0 0 18px;
	font-size: clamp(48px, 7vw, 86px);
	letter-spacing: -0.055em;
	line-height: 1;
}

.dw-commerce__body {
	padding: clamp(26px, 5vw, 54px);
	border: 1px solid var(--dw-line);
	background: var(--dw-white);
	box-shadow: var(--dw-shadow);
}

.dw-commerce table,
.dw-commerce input,
.dw-commerce select,
.dw-commerce textarea {
	border-radius: 0 !important;
}

.dw-commerce .woocommerce-message,
.dw-commerce .woocommerce-info {
	border-top-color: var(--dw-taupe);
	background: var(--dw-cream);
}

.dw-commerce .woocommerce-message::before,
.dw-commerce .woocommerce-info::before {
	color: var(--dw-taupe);
}

.dw-commerce .woocommerce-MyAccount-navigation {
	padding: 20px;
	background: var(--dw-cream);
}

.dw-commerce .woocommerce-MyAccount-navigation ul {
	margin: 0;
	list-style: none;
}

.dw-commerce .woocommerce-MyAccount-navigation li + li {
	border-top: 1px solid var(--dw-line);
}

.dw-commerce .woocommerce-MyAccount-navigation a {
	display: block;
	padding: 12px 4px;
}

/* Pagine informative e-commerce */
.dw-information-page .dw-commerce__body {
	display: grid;
	gap: clamp(44px, 6vw, 72px);
}

.dw-info-section + .dw-info-section {
	padding-top: clamp(40px, 5vw, 64px);
	border-top: 1px solid var(--dw-line);
}

.dw-info-section__heading {
	max-width: 720px;
	margin-bottom: 26px;
}

.dw-info-section__heading .dw-eyebrow {
	margin-bottom: 10px;
}

.dw-info-section__heading h2 {
	margin: 0;
	font-size: clamp(30px, 4vw, 48px);
	letter-spacing: -0.035em;
	line-height: 1.1;
}

.dw-info-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.dw-info-grid--details {
	margin-top: 16px;
}

.dw-info-card {
	padding: clamp(22px, 3vw, 32px);
	border: 1px solid var(--dw-line);
	background: var(--dw-paper);
}

.dw-info-card h3 {
	margin: 0 0 10px;
	font-size: 20px;
}

.dw-info-card p,
.dw-info-card div,
.dw-info-note,
.dw-info-todo p,
.dw-info-steps p {
	line-height: 1.7;
}

.dw-info-note {
	margin: 18px 0 0;
	font-size: 14px;
}

.dw-info-todo {
	padding: 22px 24px;
	border-left: 3px solid var(--dw-taupe);
	background: var(--dw-cream);
}

.dw-info-todo strong {
	display: block;
	margin-bottom: 6px;
	color: var(--dw-ink);
}

.dw-info-steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.dw-info-steps li {
	padding: 24px;
	border: 1px solid var(--dw-line);
}

.dw-info-steps span {
	display: grid;
	width: 34px;
	height: 34px;
	margin-bottom: 18px;
	place-items: center;
	border-radius: 50%;
	color: var(--dw-white);
	background: var(--dw-taupe);
	font-weight: 700;
}

.dw-info-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	align-items: center;
	margin-top: 28px;
}

.dw-site-footer__payments > a {
	color: inherit;
	font-weight: 700;
}

@media (max-width: 767px) {
	.dw-info-grid,
	.dw-info-steps {
		grid-template-columns: 1fr;
	}

	.dw-info-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.dw-info-actions .dw-button,
	.dw-info-actions .dw-text-link {
		width: 100%;
		text-align: center;
	}
}
/* Checkout CartFlows attivo */
.dw-checkout-page {
	background: var(--dw-cream);
}

.dw-checkout-page .site-content > .ast-container {
	max-width: 1180px;
	padding-top: clamp(44px, 7vw, 86px);
	padding-bottom: clamp(60px, 8vw, 110px);
}

.dw-checkout-page .wcf-embed-checkout-form,
.dw-checkout-page .wcf-order-wrap,
.dw-checkout-page .wcf-product-option-wrap {
	border-radius: 0 !important;
	box-shadow: var(--dw-shadow);
}

.dw-checkout-page input,
.dw-checkout-page select,
.dw-checkout-page textarea,
.dw-checkout-page button {
	border-radius: 0 !important;
}

@media (max-width: 921px) {
	.dw-shell,
	.dw-catalog-page .woocommerce-notices-wrapper,
	.dw-catalog-page ul.products,
	.dw-catalog-page .woocommerce-pagination,
	.dw-catalog-toolbar-title,
	.dw-loop-controls {
		width: min(100% - 40px, 760px);
	}

	.dw-catalog-page ul.products,
	.dw-product-section .woocommerce ul.products,
	.dw-product-section ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.dw-hero {
		grid-template-columns: 1fr !important;
	}

	.dw-hero__copy {
		min-height: 520px;
	}

	.dw-hero__media {
		height: min(78vw, 680px);
	}

	.dw-section__head,
	.dw-editorial,
	.dw-contact-grid {
		grid-template-columns: 1fr;
	}

	.dw-values {
		grid-template-columns: 1fr;
	}

	.dw-value,
	.dw-value + .dw-value {
		padding: 28px 0;
		border-left: 0;
	}

	.dw-value + .dw-value {
		border-top: 1px solid var(--dw-line);
	}

	.dw-value__number {
		margin-bottom: 18px;
	}

	.dw-cards {
		gap: 16px;
	}

	.dw-card {
		min-height: 390px;
	}

	.dw-cta {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.dw-shell,
	.dw-catalog-page .woocommerce-notices-wrapper,
	.dw-catalog-page ul.products,
	.dw-catalog-page .woocommerce-pagination,
	.dw-catalog-toolbar-title,
	.dw-loop-controls {
		width: calc(100% - 32px);
	}

	.dw-loop-controls {
		align-items: stretch;
		flex-direction: column;
		gap: 14px;
	}

	.dw-catalog-page .woocommerce-ordering,
	.dw-catalog-page .woocommerce-ordering select {
		width: 100%;
	}

	.dw-hero {
		min-height: 0;
	}

	.dw-hero__copy {
		min-height: 470px;
		padding: 66px 24px;
	}

	.dw-hero__media {
		min-height: 380px;
	}

	.dw-hero h1 {
		font-size: clamp(46px, 15vw, 68px);
	}

	.dw-section {
		padding: 68px 0;
	}

	.dw-section__head {
		margin-bottom: 38px;
	}

	.dw-editorial__media::before {
		display: none;
	}

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

	.dw-card {
		min-height: 440px;
	}

	.dw-card__copy {
		padding: 28px;
	}

	.dw-quote {
		padding: 70px 24px;
	}

	.dw-catalog-hero {
		margin-bottom: 60px;
		padding: 72px 24px;
	}

	.dw-catalog-hero h1 {
		font-size: clamp(50px, 17vw, 76px);
	}

	.dw-form-panel,
	.dw-contact-note,
	.dw-commerce__body {
		padding: 26px 22px;
	}
}

@media (max-width: 420px) {
	.dw-catalog-page ul.products,
	.dw-product-section .woocommerce ul.products,
	.dw-product-section ul.products {
		grid-template-columns: 1fr;
	}

	.woocommerce ul.products li.product .woocommerce-loop-product__title {
		min-height: 0;
	}
}


/* dresswell-experience.css */
:root {
	--dw-ink: #181818;
	--dw-copy: #52504d;
	--dw-taupe: #756b61;
	--dw-sand: #d9cbbd;
	--dw-beige: #eee7df;
	--dw-cream: #f7f3ee;
	--dw-paper: #f3f2f0;
	--dw-white: #fff;
	--dw-line: rgba(24, 24, 24, 0.14);
	--dw-shadow: 0 24px 70px rgba(31, 27, 23, 0.09);
	--dw-shell: min(1320px, calc(100% - 80px));
}

body {
	color: var(--dw-copy);
	background: var(--dw-white);
}

body,
button,
input,
select,
textarea {
	font-family: "Montserrat", Arial, sans-serif;
}

:focus-visible {
	outline: 2px solid var(--dw-ink);
	outline-offset: 3px;
}

.dw-designed-page.page-id-1001 .site-content > .ast-container,
.home .site-content > .ast-container {
	display: block;
	width: 100%;
	max-width: none;
	padding: 0;
}

.dw-designed-page.page-id-1001 .content-area,
.home .content-area,
.dw-designed-page.page-id-1001 .ast-article-single,
.home .ast-article-single {
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

.dw-designed-page.page-id-1001 .entry-content,
.home .entry-content {
	margin: 0;
}

.dw-shell {
	width: var(--dw-shell);
}

.dw-announcement {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	gap: 22px;
	align-items: center;
	min-height: 34px;
	padding: 7px max(24px, calc((100vw - 1320px) / 2));
	color: #f8f5f0;
	background: var(--dw-ink);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-align: center;
	text-transform: uppercase;
}

.dw-announcement span:first-child {
	text-align: left;
}

.dw-announcement span:last-child {
	text-align: right;
}

.dw-announcement a {
	color: inherit;
	text-decoration: none;
}

.dw-announcement a:hover {
	color: var(--dw-sand);
}

.main-header-bar,
.ast-primary-header-bar,
.ast-below-header-bar {
	border-color: var(--dw-line);
	background: rgba(255, 255, 255, 0.96);
}

@supports (backdrop-filter: blur(12px)) {
	.ast-primary-header-bar {
		background: rgba(255, 255, 255, 0.88);
		backdrop-filter: blur(12px);
	}
}

.main-header-menu > .menu-item > .menu-link {
	color: var(--dw-ink);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.main-header-menu > .menu-item > .menu-link:hover,
.main-header-menu > .current-menu-item > .menu-link {
	color: var(--dw-taupe);
}

.dw-home {
	overflow: hidden;
	color: var(--dw-copy);
	background: var(--dw-white);
}

.dw-home *,
.dw-site-footer * {
	box-sizing: border-box;
}

.dw-home h1,
.dw-home h2,
.dw-home h3,
.dw-site-footer h2,
.dw-site-footer h3 {
	color: var(--dw-ink);
}

.dw-home-hero {
	position: relative;
	min-height: clamp(650px, 78vh, 880px);
	overflow: hidden;
	color: var(--dw-white);
	background: #6d6259;
}

.dw-home-hero__image,
.dw-home-hero__shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.dw-home-hero__image {
	object-fit: cover;
	object-position: center;
	animation: none;
}

.dw-home-hero__shade {
	background:
		linear-gradient(90deg, rgba(14, 13, 12, 0.68) 0%, rgba(14, 13, 12, 0.28) 48%, rgba(14, 13, 12, 0.06) 75%),
		linear-gradient(0deg, rgba(14, 13, 12, 0.3), transparent 35%);
}

.dw-home-hero__content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: var(--dw-shell);
	min-height: clamp(650px, 78vh, 880px);
	margin-inline: auto;
	padding: 80px 0 115px;
}

.dw-home-hero .dw-eyebrow {
	color: #eee5db;
}

.dw-home-hero h1 {
	max-width: 920px;
	margin: 0 0 26px;
	color: var(--dw-white);
	font-family: "Fahkwang", Georgia, serif;
	font-size: clamp(62px, 8.8vw, 130px);
	font-weight: 500;
	letter-spacing: -0.065em;
	line-height: 0.9;
}

.dw-home-hero__content > p:not(.dw-eyebrow) {
	max-width: 610px;
	margin: 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: clamp(16px, 1.35vw, 20px);
	line-height: 1.7;
}

.dw-home-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 26px;
	align-items: center;
	margin-top: 38px;
}

.dw-button.dw-button--light {
	border-color: var(--dw-white);
	color: var(--dw-ink);
	background: var(--dw-white);
}

.dw-button.dw-button--light:hover,
.dw-button.dw-button--light:focus {
	color: var(--dw-white);
	background: transparent;
}

.dw-text-link {
	display: inline-flex;
	gap: 10px;
	align-items: center;
	width: fit-content;
	padding: 7px 0 6px;
	border-bottom: 1px solid currentColor;
	color: var(--dw-ink);
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.25;
	text-decoration: none;
	text-transform: uppercase;
	transition: gap 180ms ease, color 180ms ease;
}

.dw-text-link svg,
.dw-category-tile b svg,
.dw-newsletter-form button svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.5;
}

.dw-text-link:hover,
.dw-text-link:focus {
	gap: 15px;
	color: var(--dw-taupe);
}

.dw-text-link--light {
	color: var(--dw-white);
}

.dw-text-link--light:hover,
.dw-text-link--light:focus {
	color: var(--dw-sand);
}

.dw-home-hero__scroll {
	position: absolute;
	z-index: 2;
	right: max(40px, calc((100vw - 1320px) / 2));
	bottom: 35px;
	display: flex;
	gap: 15px;
	align-items: center;
	color: rgba(255, 255, 255, 0.86);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-decoration: none;
	text-transform: uppercase;
}

.dw-home-hero__scroll span {
	font-size: 20px;
	font-weight: 300;
}

.dw-home-section {
	padding: clamp(88px, 9vw, 140px) 0;
}

.dw-home-heading {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: 70px;
	align-items: end;
	margin-bottom: 54px;
}

.dw-home-heading h2,
.dw-product-showcase__head h2,
.dw-campaign h2,
.dw-gift h2,
.dw-newsletter h2 {
	margin: 0;
	font-family: "Fahkwang", Georgia, serif;
	font-size: clamp(42px, 5.2vw, 76px);
	font-weight: 500;
	letter-spacing: -0.05em;
	line-height: 1;
}

.dw-home-heading > p,
.dw-home-heading--center > p {
	max-width: 520px;
	margin: 0;
	font-size: 17px;
	line-height: 1.75;
}

.dw-category-grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 18px;
}

.dw-category-tile {
	position: relative;
	grid-column: span 6;
	min-height: clamp(510px, 50vw, 690px);
	overflow: hidden;
	color: var(--dw-white);
	background: var(--dw-paper);
	text-decoration: none;
}

.dw-category-tile:nth-child(2),
.dw-category-tile:nth-child(3) {
	min-height: clamp(440px, 44vw, 610px);
}

.dw-category-tile img,
.dw-category-tile__veil {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.dw-category-tile img {
	object-fit: cover;
	transition: transform 650ms cubic-bezier(0.2, 0.65, 0.3, 1);
}

.dw-category-tile__veil {
	background: linear-gradient(180deg, transparent 35%, rgba(16, 14, 12, 0.78));
}

.dw-category-tile__content {
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: clamp(26px, 4vw, 48px);
}

.dw-category-tile small {
	margin-bottom: 10px;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.dw-category-tile strong {
	color: var(--dw-white);
	font-family: "Fahkwang", Georgia, serif;
	font-size: clamp(42px, 5vw, 72px);
	font-weight: 500;
	letter-spacing: -0.045em;
	line-height: 1;
}

.dw-category-tile em {
	margin-top: 10px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 14px;
	font-style: normal;
}

.dw-category-tile b {
	display: inline-flex;
	gap: 9px;
	align-items: center;
	margin-top: 26px;
	padding-bottom: 5px;
	border-bottom: 1px solid currentColor;
	color: var(--dw-white);
	font-size: 10px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.dw-category-tile:hover,
.dw-category-tile:focus {
	color: var(--dw-white);
}

.dw-category-tile:hover img,
.dw-category-tile:focus img {
	transform: scale(1.035);
}

.dw-product-showcase__head {
	display: flex;
	gap: 40px;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 44px;
}

.dw-product-showcase__head h2 {
	font-size: clamp(42px, 4.8vw, 68px);
}

.dw-product-showcase .woocommerce ul.products,
.dw-product-showcase ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 42px 20px !important;
	margin: 0 !important;
}

.dw-product-showcase ul.products::before,
.dw-product-showcase ul.products::after {
	display: none !important;
}

.dw-product-showcase .woocommerce ul.products li.product,
.dw-product-showcase ul.products li.product {
	width: auto !important;
	margin: 0 !important;
}

.woocommerce ul.products li.product .onsale {
	top: 12px;
	right: auto;
	left: 12px;
	min-width: 0;
	min-height: 0;
	padding: 8px 11px;
	border-radius: 0;
	color: var(--dw-white);
	background: var(--dw-ink);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
}

.woocommerce ul.products li.product a img {
	margin-bottom: 18px;
	aspect-ratio: 4 / 5;
	object-fit: cover;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	padding: 0;
	font-size: 15px !important;
	font-weight: 600;
}

.woocommerce ul.products li.product .price {
	color: var(--dw-ink) !important;
	font-size: 14px !important;
}

.woocommerce ul.products li.product .button {
	min-height: 44px;
	border: 1px solid var(--dw-ink);
	border-radius: 0;
	color: var(--dw-white);
	background: var(--dw-ink);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.09em;
	line-height: 1.2;
	text-transform: uppercase;
}

.woocommerce ul.products li.product .button:hover {
	color: var(--dw-ink);
	background: transparent;
}

.dw-campaign {
	display: grid;
	grid-template-columns: minmax(0, 1.18fr) minmax(390px, 0.82fr);
	min-height: 700px;
	background: var(--dw-cream);
}

.dw-campaign__media {
	min-height: 580px;
}

.dw-campaign__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dw-campaign__copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: clamp(52px, 7vw, 110px);
}

.dw-campaign__copy > p:not(.dw-eyebrow),
.dw-gift__copy > p:not(.dw-eyebrow) {
	max-width: 540px;
	margin: 28px 0 35px;
	font-size: 17px;
	line-height: 1.8;
}

.dw-home-section--sale {
	background: var(--dw-paper);
}

.dw-gift {
	display: grid;
	grid-template-columns: 0.84fr 1.16fr;
	min-height: 660px;
	color: var(--dw-white);
	background: var(--dw-ink);
}

.dw-gift__copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: clamp(55px, 8vw, 130px);
}

.dw-gift .dw-eyebrow {
	color: var(--dw-sand);
}

.dw-gift h2 {
	color: var(--dw-white);
}

.dw-gift__copy > p:not(.dw-eyebrow) {
	color: rgba(255, 255, 255, 0.76);
}

.dw-gift__media {
	min-height: 560px;
	overflow: hidden;
}

.dw-gift__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dw-service-strip {
	padding: 38px 0;
	border-bottom: 1px solid var(--dw-line);
	background: var(--dw-cream);
}

.dw-service-strip .dw-shell {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.dw-service-strip .dw-shell > div {
	display: flex;
	gap: 18px;
	align-items: center;
	justify-content: center;
	padding: 8px 30px;
}

.dw-service-strip .dw-shell > div + div {
	border-left: 1px solid var(--dw-line);
}

.dw-service-strip svg {
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
	fill: none;
	stroke: var(--dw-ink);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.35;
}

.dw-service-strip span {
	display: flex;
	flex-direction: column;
}

.dw-service-strip strong {
	color: var(--dw-ink);
	font-size: 13px;
	letter-spacing: 0.02em;
}

.dw-service-strip small {
	margin-top: 3px;
	color: var(--dw-taupe);
	font-size: 11px;
}

.dw-social-section {
	padding: clamp(90px, 10vw, 150px) 0;
}


.dw-social-feature {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.62fr);
	gap: clamp(34px, 6vw, 92px);
	align-items: center;
}

.dw-social-feature .dw-home-heading--center {
	align-items: flex-start;
	max-width: none;
	margin: 0;
	text-align: left;
}

.dw-social-title {
	display: grid;
	gap: 4px;
	letter-spacing: 0;
}

.dw-social-title span {
	display: block;
}

.dw-social-feature .dw-home-heading--center > p {
	max-width: 540px;
}

.dw-social-video {
	overflow: hidden;
	justify-self: center;
	width: min(100%, 360px);
	aspect-ratio: 9 / 16;
	min-height: 0;
	background: #000;
}

.dw-social-video video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
.dw-home-heading--center {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 900px;
	margin: 0 auto 54px;
	text-align: center;
}

.dw-home-heading--center > p {
	margin-top: 22px;
}

.dw-home-heading--center .dw-text-link {
	margin-top: 24px;
}

.dw-social-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}

.dw-social-grid a {
	overflow: hidden;
	background: var(--dw-paper);
}

.dw-social-grid img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	transition: transform 450ms ease;
}

.dw-social-grid a:hover img {
	transform: scale(1.035);
}

.dw-newsletter {
	padding: clamp(46px, 5.6vw, 78px) 0;
	background:
		radial-gradient(circle at 8% 10%, rgba(255, 255, 255, 0.72), transparent 30%),
		linear-gradient(120deg, #e8ded3, #d6c6b7);
}

.dw-newsletter__inner {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: clamp(30px, 5.5vw, 78px);
	align-items: center;
	width: var(--dw-shell);
	margin-inline: auto;
}

.dw-newsletter__content > p {
	max-width: 620px;
	margin: 0 0 30px;
	color: #3f3a35;
	font-size: 17px;
	line-height: 1.75;
}


.dw-newsletter__content {
	display: grid;
	gap: 12px;
}

.dw-newsletter__content > .dw-eyebrow,
.dw-newsletter__content > p {
	margin: 0;
}

.dw-newsletter__content h2 {
	max-width: 760px;
}

.dw-newsletter-title {
	display: grid;
	gap: 8px;
	letter-spacing: 0;
}

.dw-newsletter-title__discount {
	display: block;
	font-size: clamp(70px, 8.5vw, 122px);
	font-weight: 800;
	line-height: 0.82;
}

.dw-newsletter-title__text {
	display: block;
	max-width: 620px;
	font-size: clamp(26px, 3.1vw, 42px);
	font-weight: 600;
	line-height: 1.02;
}

.dw-newsletter__content strong {
	color: var(--dw-ink);
	font-weight: 700;
}

.dw-newsletter__content .dw-newsletter-form {
	margin-top: 12px;
}

.dw-newsletter__note {
	font-size: 13px !important;
	font-style: italic;
	line-height: 1.5 !important;
}

.dw-newsletter__media {
	overflow: hidden;
	align-self: center;
	height: clamp(300px, 36vw, 420px);
	background: #f7f1ef;
}

.dw-newsletter__media video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.dw-newsletter-form--home-discount .dw-newsletter-form__row {
	grid-template-columns: minmax(190px, 1fr) minmax(250px, auto);
}

.dw-newsletter-form--home-discount .dw-newsletter-form__row button {
	justify-content: center;
	text-align: center;
	white-space: normal;
}

.dw-newsletter-form__row {
	display: grid;
	grid-template-columns: 1fr auto;
	border-bottom: 1px solid var(--dw-ink);
}

.dw-newsletter-form__row input[type="email"] {
	min-height: 58px;
	padding: 12px 8px;
	border: 0;
	border-radius: 0;
	color: var(--dw-ink);
	background: transparent;
	font-size: 15px;
	box-shadow: none;
}

.dw-newsletter-form__row input::placeholder {
	color: rgba(24, 24, 24, 0.6);
}

.dw-newsletter-form__row button {
	display: inline-flex;
	gap: 10px;
	align-items: center;
	padding: 10px 6px 10px 25px;
	border: 0;
	color: var(--dw-ink);
	background: transparent;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.dw-newsletter-form__row button:hover {
	color: var(--dw-taupe);
	background: transparent;
}

.dw-consent {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	margin-top: 16px;
	color: #58514b;
	font-size: 11px;
	line-height: 1.55;
}

.dw-consent input {
	flex: 0 0 auto;
	width: 16px;
	height: 16px;
	margin-top: 2px;
	accent-color: var(--dw-ink);
}

.dw-consent a {
	color: inherit;
	text-decoration: underline;
}

.dw-form-status {
	margin: 14px 0 0;
	padding: 10px 12px;
	font-size: 12px;
}

.dw-form-status--success {
	color: #254c35;
	background: #e1eee6;
}

.dw-form-status--invalid {
	color: #772f2f;
	background: #f5e2e2;
}

.dw-site-footer {
	color: rgba(255, 255, 255, 0.68);
	background: #151515;
}

.dw-site-footer__newsletter,
.dw-site-footer__main,
.dw-site-footer__payments,
.dw-site-footer__legal {
	width: var(--dw-shell);
	margin-inline: auto;
}

.dw-site-footer__newsletter {
	display: grid;
	grid-template-columns: 1fr 0.86fr;
	gap: 80px;
	align-items: end;
	padding: 78px 0 68px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.dw-site-footer .dw-eyebrow {
	color: var(--dw-sand);
}

.dw-site-footer__newsletter h2 {
	margin: 0;
	color: var(--dw-white);
	font-family: "Fahkwang", Georgia, serif;
	font-size: clamp(34px, 3.8vw, 55px);
	font-weight: 500;
	letter-spacing: -0.045em;
	line-height: 1.08;
}

.dw-site-footer .dw-newsletter-form__row {
	border-color: rgba(255, 255, 255, 0.65);
}

.dw-site-footer .dw-newsletter-form__row input,
.dw-site-footer .dw-newsletter-form__row button {
	color: var(--dw-white);
}

.dw-site-footer .dw-newsletter-form__row input::placeholder {
	color: rgba(255, 255, 255, 0.55);
}

.dw-site-footer .dw-consent {
	color: rgba(255, 255, 255, 0.56);
}

.dw-site-footer__main {
	display: grid;
	grid-template-columns: 1.6fr repeat(3, 0.7fr);
	gap: clamp(38px, 6vw, 90px);
	padding: 72px 0 62px;
}

.dw-footer-logo {
	display: inline-flex;
	flex-direction: column;
	color: var(--dw-white);
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0.18em;
	line-height: 0.82;
	text-decoration: none;
}

.dw-footer-logo span {
	margin-left: 30px;
	color: var(--dw-sand);
	font-family: "Fahkwang", Georgia, serif;
	font-size: 23px;
	font-style: italic;
	font-weight: 400;
	letter-spacing: 0.05em;
}

.dw-site-footer__brand > p {
	max-width: 410px;
	margin: 26px 0;
	font-size: 13px;
	line-height: 1.8;
}

.dw-footer-social {
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
}

.dw-footer-social a {
	padding-bottom: 4px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	color: var(--dw-white);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.11em;
	text-decoration: none;
	text-transform: uppercase;
}


.dw-site-footer__social {
	display: grid;
	grid-template-columns: 1.6fr repeat(3, 0.7fr);
	gap: clamp(38px, 6vw, 90px);
	width: var(--dw-shell);
	margin: -34px auto 42px;
}

.dw-site-footer__social .dw-footer-social {
	grid-column: 2 / -1;
	justify-content: space-between;
}

@media (max-width: 921px) {
	.dw-site-footer__social {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-top: -12px;
	}

	.dw-site-footer__social .dw-footer-social {
		grid-column: 1 / -1;
	}
}

@media (max-width: 600px) {
	.dw-site-footer__social {
		display: block;
		margin: 0 auto 28px;
	}

	.dw-site-footer__social .dw-footer-social {
		justify-content: flex-start;
	}
}
.dw-footer-column {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.dw-footer-column h3 {
	margin: 0 0 10px;
	color: var(--dw-white);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.dw-footer-column a {
	width: fit-content;
	color: rgba(255, 255, 255, 0.66);
	font-size: 12px;
	line-height: 1.5;
	text-decoration: none;
}

.dw-footer-column a:hover,
.dw-footer-column a:focus,
.dw-footer-social a:hover {
	color: var(--dw-white);
}

.dw-site-footer__payments {
	display: flex;
	gap: 14px;
	align-items: center;
	padding: 25px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.13);
	border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.dw-site-footer__payments span {
	margin-right: 8px;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.dw-site-footer__payments b {
	padding: 7px 10px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 3px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 10px;
}

.dw-site-footer__legal {
	display: flex;
	gap: 30px;
	align-items: center;
	justify-content: space-between;
	padding: 27px 0 35px;
	font-size: 10px;
}

.dw-site-footer__legal p {
	margin: 0;
}

.dw-site-footer__legal nav {
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
}

.dw-site-footer__legal a {
	color: inherit;
	text-decoration: none;
}

.dw-account-dashboard-page .woocommerce-MyAccount-content > p:first-child,
.dw-account-dashboard-page .woocommerce-MyAccount-content > p:nth-child(2) {
	display: none;
}

/* Account */
.woocommerce-account .dw-commerce {
	background: var(--dw-cream);
}

.woocommerce-account .dw-commerce__head {
	display: grid;
	grid-template-columns: 1fr 0.8fr;
	gap: 40px;
	align-items: end;
	max-width: none;
}

.woocommerce-account .dw-commerce__head .dw-lead {
	justify-self: end;
	margin-bottom: 8px;
}

.woocommerce-account .dw-commerce__body {
	border: 0;
	padding: clamp(25px, 4vw, 58px);
	box-shadow: 0 25px 75px rgba(31, 27, 23, 0.08);
}

.woocommerce-account .woocommerce {
	display: grid;
	grid-template-columns: 245px minmax(0, 1fr);
	gap: clamp(30px, 5vw, 70px);
}

.woocommerce-account:not(.logged-in) .woocommerce {
	display: block;
}

.woocommerce-account:not(.logged-in) #customer_login {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	max-width: 1050px;
	margin: 0 auto;
	border: 1px solid var(--dw-line);
}

.woocommerce-account:not(.logged-in) #customer_login > div {
	width: auto;
	padding: clamp(32px, 5vw, 64px);
}

.woocommerce-account:not(.logged-in) #customer_login > div + div {
	border-left: 1px solid var(--dw-line);
	background: var(--dw-cream);
}

.woocommerce-account #customer_login h2,
.dw-account-welcome h2,
.dw-account-section-head h2 {
	margin: 0 0 24px;
	color: var(--dw-ink);
	font-family: "Fahkwang", Georgia, serif;
	font-size: clamp(31px, 3.4vw, 48px);
	font-weight: 500;
	letter-spacing: -0.04em;
}

.woocommerce-account form.login,
.woocommerce-account form.register {
	margin: 0;
	padding: 0;
	border: 0;
}

.woocommerce-account form .form-row {
	position: relative;
	margin-bottom: 20px;
}

.woocommerce-account form .form-row label,
.dw-address-form label,
.dw-checkout-addresses > label {
	margin-bottom: 7px;
	color: var(--dw-ink);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.woocommerce-account form input.input-text,
.woocommerce-account form select,
.dw-address-form input,
.dw-address-form select,
.dw-checkout-addresses select {
	min-height: 50px;
	padding: 11px 13px;
	border: 1px solid var(--dw-line);
	border-radius: 0;
	color: var(--dw-ink);
	background: var(--dw-white);
	box-shadow: none;
}

.dw-password-toggle {
	position: absolute;
	right: 10px;
	bottom: 9px;
	z-index: 3;
	min-height: 32px;
	padding: 4px 8px;
	border: 0;
	color: var(--dw-taupe);
	background: var(--dw-white);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.dw-register-name {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
}

.dw-account-consent label {
	display: flex !important;
	gap: 10px;
	align-items: flex-start;
	line-height: 1.55;
	text-transform: none !important;
}

.woocommerce-account .woocommerce-form-login__submit,
.woocommerce-account .woocommerce-form-register__submit,
.woocommerce-account .woocommerce-Button {
	min-height: 48px;
	border-radius: 0;
	color: var(--dw-white);
	background: var(--dw-ink);
	font-size: 10px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.woocommerce-account .woocommerce-LostPassword {
	margin-top: 16px;
	font-size: 12px;
}

.dw-commerce .woocommerce-MyAccount-navigation {
	padding: 12px 0;
	background: transparent;
}

.dw-commerce .woocommerce-MyAccount-navigation li {
	border: 0 !important;
}

.dw-commerce .woocommerce-MyAccount-navigation li + li {
	border-top: 1px solid var(--dw-line) !important;
}

.dw-commerce .woocommerce-MyAccount-navigation a {
	padding: 15px 6px;
	color: var(--dw-copy);
	font-size: 12px;
	font-weight: 600;
}

.dw-commerce .woocommerce-MyAccount-navigation .is-active a,
.dw-commerce .woocommerce-MyAccount-navigation a:hover {
	color: var(--dw-ink);
}

.dw-commerce .woocommerce-MyAccount-navigation .is-active a::after {
	float: right;
	content: "→";
}

.woocommerce-account .woocommerce-MyAccount-content {
	width: auto;
	min-width: 0;
}

.dw-account-welcome {
	display: flex;
	gap: 30px;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 38px;
	padding-bottom: 38px;
	border-bottom: 1px solid var(--dw-line);
}

.dw-account-welcome h2 {
	margin-bottom: 10px;
}

.dw-account-welcome p:last-child {
	margin: 0;
}

.dw-account-quicklinks {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
}

.dw-account-quicklinks > a {
	display: flex;
	gap: 17px;
	align-items: flex-start;
	min-height: 145px;
	padding: 24px;
	border: 1px solid var(--dw-line);
	color: var(--dw-copy);
	text-decoration: none;
	transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.dw-account-quicklinks > a:hover {
	border-color: var(--dw-ink);
	color: inherit;
	transform: translateY(-3px);
	box-shadow: var(--dw-shadow);
}

.dw-account-quicklinks svg,
.dw-empty-state svg {
	flex: 0 0 27px;
	width: 27px;
	height: 27px;
	fill: none;
	stroke: var(--dw-ink);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.4;
}

.dw-account-quicklinks span {
	display: flex;
	flex-direction: column;
}

.dw-account-quicklinks strong {
	margin-bottom: 8px;
	color: var(--dw-ink);
	font-size: 14px;
}

.dw-account-quicklinks small {
	font-size: 11px;
	line-height: 1.55;
}

.dw-account-section-head {
	display: flex;
	gap: 30px;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 30px;
}

.dw-account-section-head h2 {
	margin-bottom: 8px;
	font-size: clamp(30px, 3.2vw, 43px);
}

.dw-account-section-head p:last-child {
	margin: 0;
}

.dw-address-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 15px;
	margin-bottom: 55px;
}

.dw-address-card {
	position: relative;
	padding: 27px;
	border: 1px solid var(--dw-line);
	background: var(--dw-white);
}

.dw-address-card.is-default {
	border-color: var(--dw-ink);
}

.dw-address-card__badge {
	position: absolute;
	top: 0;
	right: 0;
	padding: 7px 9px;
	color: var(--dw-white);
	background: var(--dw-ink);
	font-size: 8px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.dw-address-card h3 {
	margin: 0 0 14px;
	color: var(--dw-ink);
	font-size: 18px;
}

.dw-address-card address {
	min-height: 120px;
	font-size: 12px;
	font-style: normal;
	line-height: 1.75;
}

.dw-address-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	padding-top: 17px;
	border-top: 1px solid var(--dw-line);
}

.dw-address-card__actions form {
	margin: 0;
}

.dw-address-card__actions a,
.dw-address-card__actions button {
	min-height: 0;
	padding: 0;
	border: 0;
	color: var(--dw-ink);
	background: transparent;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-decoration: underline;
	text-transform: uppercase;
}

.dw-empty-state {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 55px;
	padding: 55px 25px;
	border: 1px dashed var(--dw-line);
	text-align: center;
}

.dw-empty-state h3 {
	margin: 18px 0 7px;
	color: var(--dw-ink);
}

.dw-empty-state p {
	margin: 0;
}

.dw-address-form {
	padding: clamp(26px, 4vw, 44px);
	background: var(--dw-cream);
}

.dw-address-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 6px 16px;
}

.dw-address-form__grid p {
	display: flex;
	flex-direction: column;
	margin: 0 0 13px;
}

.dw-address-form__grid .is-wide {
	grid-column: 1 / -1;
}

.dw-address-form__actions {
	display: flex;
	gap: 20px;
	align-items: center;
	margin-top: 25px;
}

.dw-checkout-addresses {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 0.65fr);
	gap: 15px 50px;
	align-items: end;
	margin: 0 0 28px;
	padding: clamp(25px, 4vw, 42px);
	border: 1px solid var(--dw-line);
	background: var(--dw-white);
	box-shadow: var(--dw-shadow);
}

.dw-checkout-addresses h2 {
	margin: 0 0 8px;
	color: var(--dw-ink);
	font-family: "Fahkwang", Georgia, serif;
	font-size: clamp(28px, 3vw, 42px);
	letter-spacing: -0.04em;
}

.dw-checkout-addresses p:last-child {
	margin: 0;
}

.dw-checkout-addresses > label {
	grid-column: 2;
	margin-bottom: -9px;
}

.dw-checkout-addresses select {
	grid-column: 2;
	min-height: 52px;
}

.woocommerce-error,
.woocommerce-message,
.woocommerce-info {
	border-radius: 0;
	font-size: 13px;
	line-height: 1.55;
}

@keyframes dw-hero-reveal {
	from {
		opacity: 0.6;
		transform: scale(1.025);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}

@media (prefers-reduced-motion: reduce) {
	* {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}

@media (max-width: 1100px) {
	:root {
		--dw-shell: min(100% - 48px, 930px);
	}

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

	.dw-campaign,
	.dw-gift {
		grid-template-columns: 1fr 1fr;
	}

	.dw-site-footer__main {
		grid-template-columns: 1.3fr repeat(3, 0.7fr);
		gap: 35px;
	}

	.dw-account-quicklinks {
		grid-template-columns: 1fr;
	}

	.dw-account-quicklinks > a {
		min-height: 0;
	}
}

@media (max-width: 921px) {
	.dw-announcement {
		grid-template-columns: 1fr;
		min-height: 31px;
	}

	.dw-announcement > span {
		display: none;
	}

	.dw-home-hero,
	.dw-home-hero__content {
		min-height: min(820px, calc(100svh - 110px));
	}

	.dw-home-hero__image {
		object-position: 62% center;
	}

	.dw-home-hero__shade {
		background: linear-gradient(90deg, rgba(14, 13, 12, 0.68), rgba(14, 13, 12, 0.14));
	}

	.dw-home-heading {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.dw-category-grid {
		gap: 12px;
	}

	.dw-category-tile,
	.dw-category-tile:nth-child(2),
	.dw-category-tile:nth-child(3) {
		min-height: 550px;
	}

	.dw-product-showcase .woocommerce ul.products,
	.dw-product-showcase ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.dw-campaign,
	.dw-gift {
		grid-template-columns: 1fr;
	}

	.dw-campaign__media,
	.dw-gift__media {
		height: min(78vw, 680px);
	}

	.dw-gift__copy {
		order: 2;
	}

	.dw-newsletter__inner,
	.dw-site-footer__newsletter {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.dw-site-footer__main {
		grid-template-columns: repeat(3, 1fr);
	}

	.dw-site-footer__brand {
		grid-column: 1 / -1;
	}

	.woocommerce-account .woocommerce {
		grid-template-columns: 1fr;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation ul {
		display: flex;
		overflow-x: auto;
		scrollbar-width: thin;
	}

	.dw-commerce .woocommerce-MyAccount-navigation li + li {
		border-top: 0 !important;
		border-left: 1px solid var(--dw-line) !important;
	}

	.dw-commerce .woocommerce-MyAccount-navigation a {
		white-space: nowrap;
		padding: 13px 16px;
	}

	.dw-commerce .woocommerce-MyAccount-navigation .is-active a::after {
		display: none;
	}

	.dw-checkout-addresses {
		grid-template-columns: 1fr;
	}

	.dw-checkout-addresses > label,
	.dw-checkout-addresses select {
		grid-column: 1;
	}
}

@media (max-width: 700px) {
	:root {
		--dw-shell: calc(100% - 32px);
	}

	.dw-home-hero,
	.dw-home-hero__content {
		min-height: min(760px, calc(100svh - 95px));
	}

	.dw-home-hero__content {
		justify-content: flex-end;
		padding-bottom: 105px;
	}

	.dw-home-hero h1 {
		font-size: clamp(50px, 16vw, 76px);
	}

	.dw-home-hero__content > p:not(.dw-eyebrow) {
		font-size: 15px;
	}

	.dw-home-hero__scroll {
		right: 16px;
		bottom: 22px;
	}

	.dw-home-section {
		padding: 74px 0;
	}

	.dw-home-heading {
		margin-bottom: 35px;
	}

	.dw-home-heading h2,
	.dw-product-showcase__head h2,
	.dw-campaign h2,
	.dw-gift h2,
	.dw-newsletter h2 {
		font-size: clamp(38px, 12vw, 56px);
	}

	.dw-category-grid {
		display: flex;
		gap: 12px;
		margin-right: -16px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.dw-category-grid::-webkit-scrollbar {
		display: none;
	}

	.dw-category-tile,
	.dw-category-tile:nth-child(2),
	.dw-category-tile:nth-child(3) {
		flex: 0 0 min(82vw, 360px);
		min-height: 510px;
		scroll-snap-align: start;
	}

	.dw-category-tile__content {
		padding: 26px;
	}

	.dw-product-showcase__head {
		align-items: flex-start;
		flex-direction: column;
		margin-bottom: 30px;
	}

	.dw-product-showcase .woocommerce,
	.dw-product-showcase .woocommerce ul.products {
		width: 100%;
	}

	.dw-product-showcase .woocommerce ul.products,
	.dw-product-showcase ul.products {
		display: flex !important;
		gap: 13px !important;
		margin-right: -16px !important;
		padding-right: 16px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.dw-product-showcase ul.products li.product {
		flex: 0 0 min(72vw, 285px);
		scroll-snap-align: start;
	}

	.dw-campaign__media,
	.dw-gift__media {
		min-height: 430px;
		height: 120vw;
	}

	.dw-campaign__copy,
	.dw-gift__copy {
		padding: 62px 24px;
	}

	.dw-service-strip .dw-shell {
		grid-template-columns: 1fr;
	}

	.dw-service-strip .dw-shell > div {
		justify-content: flex-start;
		padding: 17px 8px;
	}

	.dw-service-strip .dw-shell > div + div {
		border-top: 1px solid var(--dw-line);
		border-left: 0;
	}

	.dw-social-grid {
		gap: 5px;
	}
	.dw-social-feature {
		grid-template-columns: 1fr;
	}

	.dw-social-video {
		width: min(100%, 360px);
		aspect-ratio: 9 / 16;
		min-height: 0;
	}

	.dw-newsletter {
		padding: 46px 0;
	}

	.dw-newsletter-form__row {
		grid-template-columns: 1fr;
		border: 0;
	}

	.dw-newsletter-form__row input[type="email"] {
		border-bottom: 1px solid currentColor;
	}

	.dw-newsletter-form__row button {
		justify-content: center;
		margin-top: 12px;
		padding: 16px;
		color: var(--dw-white);
		background: var(--dw-ink);
	}

	.dw-site-footer .dw-newsletter-form__row button {
		color: var(--dw-ink);
		background: var(--dw-white);
	}

	.dw-site-footer__newsletter {
		padding: 60px 0 50px;
	}

	.dw-site-footer__main {
		grid-template-columns: repeat(2, 1fr);
		padding: 55px 0;
	}

	.dw-site-footer__brand {
		grid-column: 1 / -1;
	}

	.dw-site-footer__legal {
		align-items: flex-start;
		flex-direction: column;
	}

	.woocommerce-account .dw-commerce__head {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.woocommerce-account .dw-commerce__head .dw-lead {
		justify-self: start;
	}

	.woocommerce-account:not(.logged-in) #customer_login {
		grid-template-columns: 1fr;
	}

	.woocommerce-account:not(.logged-in) #customer_login > div + div {
		border-top: 1px solid var(--dw-line);
		border-left: 0;
	}

	.dw-register-name,
	.dw-address-form__grid,
	.dw-address-grid {
		grid-template-columns: 1fr;
	}

	.dw-account-welcome,
	.dw-account-section-head {
		align-items: flex-start;
		flex-direction: column;
	}

	.dw-checkout-addresses {
		padding: 24px 20px;
	}
}

@media (max-width: 430px) {
	.dw-home-hero__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.dw-home-hero__actions .dw-button,
	.dw-home-hero__actions .dw-text-link {
		width: 100%;
	}

	.dw-site-footer__main {
		grid-template-columns: 1fr;
	}

	.dw-site-footer__brand {
		grid-column: auto;
	}
}


/* dresswell-refinements.css */
:root {
	--dw-ink: #50432f;
	--dw-copy: #6e5d55;
	--dw-taupe: #98736c;
	--dw-sand: #ae9d97;
	--dw-beige: #dfd0cb;
	--dw-cream: #f7f1ef;
	--dw-paper: #f3edeb;
	--dw-line: rgba(80, 67, 47, 0.17);
	--dw-shadow: 0 24px 70px rgba(80, 67, 47, 0.11);
}

body {
	color: var(--dw-copy);
}

.dw-announcement {
	background: #50432f;
}

.main-header-bar,
.ast-primary-header-bar,
.ast-below-header-bar {
	border-color: rgba(80, 67, 47, 0.12);
	background:
		radial-gradient(ellipse at 18% 50%, rgba(255, 255, 255, 0.96) 0, rgba(255, 255, 255, 0.74) 13%, rgba(255, 255, 255, 0) 33%),
		linear-gradient(105deg, #dfd0cb 0%, #eadfdb 52%, #dfd0cb 100%);
}

@supports (backdrop-filter: blur(12px)) {
	.main-header-bar,
	.ast-primary-header-bar,
	.ast-below-header-bar {
		background:
			radial-gradient(ellipse at 18% 50%, rgba(255, 255, 255, 0.96) 0, rgba(255, 255, 255, 0.74) 13%, rgba(255, 255, 255, 0) 33%),
			linear-gradient(105deg, #dfd0cb 0%, #eadfdb 52%, #dfd0cb 100%);
	}
}

.site-header .custom-logo-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.site-header .custom-logo {
	max-height: 78px;
	width: auto;
	object-fit: contain;
}

.main-header-menu > .menu-item > .menu-link,
.ast-header-account-wrap .ast-header-account-type-icon .ahfb-svg-iconset svg {
	color: #50432f;
	fill: #50432f;
}

.dw-home-hero__shade {
	background:
		linear-gradient(90deg, rgba(80, 67, 47, 0.76) 0%, rgba(80, 67, 47, 0.34) 48%, rgba(80, 67, 47, 0.08) 75%),
		linear-gradient(0deg, rgba(80, 67, 47, 0.36), transparent 35%);
}

.dw-category-tile__veil {
	background: linear-gradient(180deg, transparent 35%, rgba(80, 67, 47, 0.82));
}

.dw-campaign,
.dw-gift {
	width: var(--dw-shell);
	max-width: 1320px;
	margin: 0 auto clamp(82px, 9vw, 135px);
}
.dw-campaign {
	grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
	min-height: 470px;
	background: #f7f1ef;
}

.dw-campaign__media {
	min-height: 470px;
	max-height: 520px;
}

.dw-campaign__media img {
	object-position: center 32%;
}

.dw-campaign__copy {
	padding: clamp(44px, 6vw, 82px);
}

.dw-gift {
	grid-template-columns: 1fr minmax(310px, 0.78fr);
	min-height: 450px;
	background: #98736c;
}

.dw-gift__copy {
	padding: clamp(44px, 6vw, 82px);
}

.dw-gift__media {
	min-height: 450px;
	max-height: 500px;
}

.dw-gift__media img {
	object-position: center;
}







.dw-button,
.woocommerce ul.products li.product .button,
.woocommerce-account .woocommerce-form-login__submit,
.woocommerce-account .woocommerce-form-register__submit,
.woocommerce-account .woocommerce-Button {
	border-color: #50432f;
	color: #fff;
	background: #50432f;
}

.dw-button:hover,
.woocommerce ul.products li.product .button:hover {
	color: #50432f;
	background: transparent;
}

.dw-service-strip .dw-shell {
	grid-template-columns: repeat(4, 1fr);
}

.dw-site-footer {
	background: #50432f;
}

.dw-site-footer__newsletter {
	display: none;
}

.dw-site-footer__services {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	width: var(--dw-shell);
	margin: 0 auto;
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.dw-site-footer__services > div {
	display: flex;
	gap: 14px;
	align-items: center;
	justify-content: center;
	min-height: 106px;
	padding: 20px 24px;
}

.dw-site-footer__services > div + div {
	border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.dw-site-footer__services svg {
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	fill: none;
	stroke: #dfd0cb;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.35;
}

.dw-site-footer__services span {
	display: flex;
	flex-direction: column;
}

.dw-site-footer__services strong {
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.02em;
}

.dw-site-footer__services small {
	margin-top: 3px;
	color: rgba(255, 255, 255, 0.68);
	font-size: 10px;
}

.dw-footer-newsletter-copy {
	margin: 0 0 18px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 13px;
	line-height: 1.7;
}

.dw-footer-logo {
	display: inline-block;
	width: 160px;
}

.dw-footer-logo img {
	display: block;
	width: 100%;
	height: auto;
	filter: brightness(0) invert(1);
}

.dw-footer-logo > span {
	color: #fff;
	font-family: "Fahkwang", Georgia, serif;
	font-size: 24px;
}

.dw-site-footer .dw-eyebrow,
.dw-gift .dw-eyebrow {
	color: #dfd0cb;
}

.dw-site-footer__payments,
.dw-site-footer__newsletter,
.dw-site-footer__legal {
	border-color: rgba(255, 255, 255, 0.18);
}

.site-header,
.site-header .main-header-bar,
.site-header .ast-primary-header-bar,
.site-header .ast-below-header-bar {
	background:
		radial-gradient(ellipse at 18% 50%, rgba(255, 255, 255, 0.96) 0, rgba(255, 255, 255, 0.74) 13%, rgba(255, 255, 255, 0) 33%),
		linear-gradient(105deg, #dfd0cb 0%, #eadfdb 52%, #dfd0cb 100%) !important;
}

.site-header .ast-container,
.site-header .site-primary-header-wrap,
.site-header .ast-builder-grid-row-container,
.site-header .ast-builder-grid-row,
.site-header .site-header-section,
.site-header .ast-builder-menu,
.site-header .main-header-menu {
	background: transparent !important;
}

.dw-site-footer__services > div {
	min-height: 58px;
	padding: 8px 14px;
}

.dw-site-footer__services svg {
	flex-basis: 22px;
	width: 22px;
	height: 22px;
}

.dw-site-footer__main {
	gap: clamp(22px, 3vw, 45px);
	padding: 30px 0 24px;
}

.dw-footer-logo {
	width: 118px;
}

.dw-site-footer__brand > p {
	margin: 12px 0;
	font-size: 11px;
	line-height: 1.5;
}

.dw-footer-social {
	gap: 14px;
}

.dw-footer-column {
	gap: 6px;
}

.dw-footer-column h3 {
	margin-bottom: 3px;
	font-size: 11px;
}

.dw-footer-column a {
	font-size: 11px;
	line-height: 1.3;
}

.dw-site-footer__payments {
	display: none;
}

.dw-site-footer__legal {
	gap: 16px;
	padding: 11px 0 14px;
}

.dw-catalog-hero {
	background:
		radial-gradient(circle at 86% 14%, rgba(255, 255, 255, 0.9), transparent 25%),
		linear-gradient(135deg, #f7f1ef, #dfd0cb 58%, #ae9d97);
}

.dw-category-pills a {
	border-color: #50432f;
	color: #50432f;
}

.dw-category-pills a:hover,
.dw-category-pills a:focus,
.dw-category-pills a.is-active {
	color: #fff;
	background: #50432f;
}

.dw-sale-coming-page .dw-sale-department-nav,
.dw-sale-coming-page .dw-catalog-toolbar-title,
.dw-sale-coming-page .dw-loop-controls,
.dw-sale-coming-page .woocommerce-result-count,
.dw-sale-coming-page .woocommerce-ordering,
.dw-sale-coming-page ul.products,
.dw-sale-coming-page .woocommerce-pagination,
.dw-sale-coming-page .woocommerce-info {
	display: none !important;
}

.dw-sale-coming {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr);
	gap: clamp(28px, 5vw, 74px);
	align-items: center;
	width: min(1180px, calc(100% - 64px));
	margin: -20px auto 96px;
}

.dw-sale-coming__copy {
	display: grid;
	gap: 14px;
}

.dw-sale-coming__copy h2 {
	max-width: 720px;
	margin: 0;
	color: #50432f;
	font-size: clamp(42px, 5.4vw, 76px);
	letter-spacing: 0;
	line-height: 0.98;
}

.dw-sale-coming__copy p {
	max-width: 560px;
	margin: 0;
	color: #766858;
	font-size: 18px;
	line-height: 1.65;
}

.dw-sale-coming__copy .dw-button {
	justify-self: start;
	margin-top: 16px;
}

.dw-sale-coming__media {
	overflow: hidden;
	aspect-ratio: 4 / 5;
	background: #f7f1ef;
}

.dw-sale-coming__media video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 780px) {
	.dw-sale-coming {
		grid-template-columns: 1fr;
		width: min(100% - 32px, 560px);
		margin-top: -28px;
	}

	.dw-sale-coming__media {
		aspect-ratio: 16 / 10;
	}
}

.dw-catalog-filters {
	display: grid;
	grid-template-columns: repeat(5, minmax(120px, 1fr)) auto;
	gap: 12px;
	align-items: end;
	width: min(1180px, calc(100% - 64px));
	margin: 0 auto 28px;
	padding: 24px;
	border: 1px solid var(--dw-line);
	background: #f7f1ef;
}

.dw-catalog-filters > div:not(.dw-catalog-filters__actions) {
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.dw-catalog-filters label {
	color: #50432f;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.dw-catalog-filters input,
.dw-catalog-filters select {
	width: 100%;
	min-height: 44px;
	padding: 9px 10px;
	border: 1px solid rgba(80, 67, 47, 0.2);
	border-radius: 0;
	color: #50432f;
	background: #fff;
	font-size: 12px;
}

.dw-catalog-filters__actions {
	display: flex;
	gap: 11px;
	align-items: center;
	min-height: 44px;
}

.dw-catalog-filters__actions button {
	min-height: 44px;
	padding: 10px 18px;
	border: 1px solid #50432f;
	border-radius: 0;
	color: #fff;
	background: #50432f;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.dw-catalog-filters__actions a {
	color: #50432f;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.site-header .custom-logo {
	width: auto !important;
	max-width: 230px !important;
	max-height: 108px !important;
}

.main-header-menu > .menu-item > .menu-link,
.main-header-menu > .menu-item:hover > .menu-link,
.main-header-menu > .menu-item:focus-within > .menu-link {
	background: transparent !important;
	box-shadow: none !important;
}

.main-header-menu > .menu-item > .menu-link:hover,
.main-header-menu > .menu-item > .menu-link:focus,
.main-header-menu > .current-menu-item > .menu-link {
	color: #50432f !important;
	background: transparent !important;
	text-decoration: underline;
	text-decoration-color: #98736c;
	text-decoration-thickness: 1px;
	text-underline-offset: 7px;
}

.dw-single-attributes {
	display: grid;
	gap: 13px;
	margin: 22px 0;
	padding: 18px 0;
	border-top: 1px solid var(--dw-line);
	border-bottom: 1px solid var(--dw-line);
}

.dw-single-attribute {
	display: grid;
	grid-template-columns: minmax(135px, 0.55fr) 1fr;
	gap: 20px;
	align-items: start;
}

.dw-single-attribute strong {
	color: #50432f;
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.dw-single-attribute span {
	color: var(--dw-copy);
	font-size: 13px;
	line-height: 1.55;
}

.dw-product-options {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

.dw-product-options + .dw-product-options {
	margin-top: 18px;
}

.dw-product-options legend {
	margin-bottom: 10px;
	color: #50432f;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.dw-product-options__choices {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}

.dw-product-option-error {
	margin: 0 0 10px;
	color: #a12c2c;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.45;
}

.dw-product-options.is-invalid .dw-product-options__choices {
	padding: 7px;
	outline: 2px solid #a12c2c;
	outline-offset: 2px;
}

.dw-product-options.is-invalid legend {
	color: #a12c2c;
}
.dw-product-option {
	position: relative;
	display: inline-flex;
	gap: 8px;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 8px 13px;
	border: 1px solid rgba(80, 67, 47, 0.24);
	color: #50432f;
	background: #fff;
	cursor: pointer;
	transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.dw-product-option:hover {
	border-color: #98736c;
	background: #f7f1ef;
}

.dw-product-option:has(input:checked),
.dw-product-option.is-active {
	border-color: #50432f;
	box-shadow: inset 0 0 0 1px #50432f;
}

a.dw-product-option {
	color: #50432f;
	text-decoration: none;
}

a.dw-product-option:hover,
a.dw-product-option:focus {
	color: #50432f;
}

.dw-product-option:focus-within {
	outline: 2px solid #98736c;
	outline-offset: 2px;
}

.dw-product-option input {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
	pointer-events: none;
}

.dw-color-swatch {
	display: inline-block;
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	border: 1px solid rgba(80, 67, 47, 0.22);
	border-radius: 50%;
	background: var(--dw-swatch);
}

.dw-product-option input:checked + .dw-color-swatch,
.dw-product-option.is-active .dw-color-swatch {
	box-shadow: 0 0 0 2px #fff, 0 0 0 3px #50432f;
}

.dw-option-label {
	font-size: 12px;
	line-height: 1;
}

.dw-product-option input:checked ~ .dw-option-label {
	font-weight: 700;
}

.single-product .woocommerce-notices-wrapper .woocommerce-message {
	display: none !important;
}


.single-product .summary .stock.in-stock,
.ast-single-product-payments {
	display: none !important;
}

.single-product .summary .woocommerce-product-details__short-description {
	margin: 14px 0 4px;
}

.single-product .product.outofstock form.cart,
.single-product .product.outofstock .single_add_to_cart_button,
.single-product .product.outofstock .quantity,
.single-product .product.outofstock .ast-sticky-add-to-cart,
.single-product .product.outofstock .single_link_to_cart_button {
	display: none !important;
}

.dw-sold-out-notice {
	display: grid;
	gap: 5px;
	margin: 18px 0;
	padding: 14px 16px;
	border: 1px solid rgba(80, 67, 47, 0.18);
	background: #f7f1ef;
	color: #50432f;
}

.dw-sold-out-notice strong {
	font-family: "Fahkwang", Georgia, serif;
	font-size: 17px;
	font-weight: 600;
}

.dw-sold-out-notice span {
	font-size: 13px;
	line-height: 1.45;
}

.single-product .summary .price {
	margin: 20px 0;
}

@media (min-width: 922px) {
	.dw-catalog-page .site-main {
		overflow: visible;
	}

	.dw-catalog-page .dw-catalog-filters {
		position: sticky;
		top: calc(var(--wp-admin--admin-bar--height, 0px) + 118px);
		z-index: 2;
		float: left;
		display: flex;
		flex-direction: column;
		gap: 14px;
		align-items: stretch;
		width: 260px;
		max-height: calc(100vh - var(--wp-admin--admin-bar--height, 0px) - 138px);
		margin: 0 28px 42px max(32px, calc((100vw - 1180px) / 2));
		padding: 24px 20px;
		overflow-y: auto;
		overflow-x: hidden;
	}

	.dw-catalog-page .dw-catalog-filters::before {
		color: #50432f;
		font-family: "Fahkwang", Georgia, serif;
		font-size: 22px;
		font-weight: 600;
		content: "Filtra prodotti";
	}

	.dw-catalog-page .dw-catalog-filters > div,
	.dw-catalog-page .dw-catalog-filters input,
	.dw-catalog-page .dw-catalog-filters select {
		width: 100%;
	}

	.dw-catalog-page .dw-catalog-filters__actions {
		align-items: stretch;
		flex-direction: column;
		height: auto;
	}

	.dw-catalog-page .dw-catalog-filters__actions button,
	.dw-catalog-page .dw-catalog-filters__actions a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
	}

	.dw-catalog-page .dw-loop-controls,
	.dw-catalog-page ul.products,
	.dw-catalog-page .woocommerce-pagination,
	.dw-sale-coming-page .dw-sale-coming {
		width: min(892px, calc(100% - 352px));
		margin-right: auto;
		margin-left: max(320px, calc((100vw - 1180px) / 2 + 288px));
	}

	.dw-catalog-page ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 1100px) {
	.dw-catalog-filters {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 922px) {
	.dw-gift {
		align-items: stretch;
	}

	.dw-gift__media {
		position: relative;
		align-self: stretch;
		height: auto;
		min-height: 0;
		overflow: hidden;
		max-height: none;
	}

	.dw-gift__media img {
		position: absolute;
		inset: 0;
		display: block;
		width: 100%;
		height: 100% !important;
		object-fit: cover;
	}
}
@media (max-width: 921px) {
	.dw-home-hero__shade {
		background: linear-gradient(90deg, rgba(80, 67, 47, 0.76), rgba(80, 67, 47, 0.14));
	}

	.dw-campaign,
	.dw-gift {
		grid-template-columns: 1fr;
	}

	.dw-campaign__media,
	.dw-gift__media {
		height: min(62vw, 520px);
		min-height: 360px;
	}

	.dw-gift__copy {
		order: 0;
	}

	.dw-gift__media {
		order: 1;
	}

	.dw-service-strip .dw-shell {
		grid-template-columns: repeat(2, 1fr);
	}

	.dw-service-strip .dw-shell > div:nth-child(3) {
		border-top: 1px solid var(--dw-line);
		border-left: 0;
	}


	.dw-catalog-filters {
		width: min(100% - 40px, 760px);
	}
}

@media (max-width: 700px) {
	.site-header .custom-logo {
		max-height: 62px;
	}

	.dw-campaign,
	.dw-gift {
		width: calc(100% - 32px);
		margin-bottom: 74px;
	}

	.dw-campaign__media,
	.dw-gift__media {
		height: 105vw;
		min-height: 340px;
		max-height: 470px;
	}

	.dw-campaign__copy,
	.dw-gift__copy {
		padding: 50px 24px;
	}

	.dw-service-strip .dw-shell {
		grid-template-columns: 1fr;
	}

	.dw-service-strip .dw-shell > div:nth-child(2),
	.dw-service-strip .dw-shell > div:nth-child(3) {
		border-top: 1px solid var(--dw-line);
		border-left: 0;
	}
	.dw-catalog-filters {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: calc(100% - 32px);
		padding: 18px;
	}

	.dw-catalog-filters__actions {
		grid-column: 1 / -1;
	}
}

@media (max-width: 430px) {
	.dw-catalog-filters {
		grid-template-columns: 1fr;
	}

	.dw-catalog-filters__actions {
		grid-column: auto;
	}
}

/* The custom controls above the price are the only visible variation selectors. */
.single-product form.cart.dw-custom-variation-controls table.variations { display: none !important; }
.single-product form.cart.dw-custom-variation-controls .reset_variations { display: none !important; }

/* Pagina Saldi: nessun filtro o hero duplicato; contenuto promozionale a tutta larghezza. */
.dw-sale-coming-page .dw-catalog-hero,
.dw-sale-coming-page .dw-catalog-filters,
.dw-sale-coming-page .dw-catalog-toolbar-title,
.dw-sale-coming-page .dw-loop-controls,
.dw-sale-coming-page .woocommerce-result-count,
.dw-sale-coming-page .woocommerce-ordering {
	display: none !important;
}

.dw-sale-coming-page .dw-sale-coming {
	width: min(1440px, calc(100% - 64px));
	margin: clamp(36px, 5vw, 72px) auto 96px;
}

@media (max-width: 780px) {
	.dw-sale-coming-page .dw-sale-coming {
		width: calc(100% - 32px);
		margin: 28px auto 64px;
	}
}

/* dresswell-customer-experience.css */
.woocommerce span.onsale,
.woocommerce-page span.onsale,
.ast-onsale-card {
	display: none !important;
}

.dw-product-description {
	margin: 18px 0 6px;
}

.dw-product-description h2 {
	margin: 0 0 12px;
	color: #50432f;
	font-family: "Fahkwang", Georgia, serif;
	font-size: 20px;
	font-weight: 600;
}

.dw-product-description p,
.dw-product-description li {
	font-size: 14px;
	line-height: 1.7;
}

.dw-product-description ul {
	margin: 8px 0 0 20px;
}

.ast-header-account-wrap,
.ast-site-header-cart {
	display: none !important;
}

.dw-header-tools {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-left: 18px;
}

.dw-header-search {
	position: relative;
	display: flex;
	align-items: center;
	width: clamp(170px, 15vw, 260px);
	margin: 0;
}

.dw-header-search input[type="search"] {
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 8px 40px 8px 14px;
	border: 1px solid rgba(80, 67, 47, 0.28);
	border-radius: 999px;
	color: #50432f;
	background: rgba(255, 255, 255, 0.55);
	font-size: 12px;
}

.dw-header-search input[type="search"]:focus {
	border-color: #98736c;
	outline: 2px solid rgba(152, 115, 108, 0.2);
}

.dw-header-search button {
	position: absolute;
	right: 2px;
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 0;
	color: #50432f;
	background: transparent;
}

.dw-header-search svg,
.dw-header-icon svg {
	width: 21px;
	height: 21px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.5;
}

.dw-header-icon {
	position: relative;
	display: grid;
	flex: 0 0 38px;
	place-items: center;
	width: 38px;
	height: 38px;
	color: #50432f;
}

.dw-header-icon:hover {
	color: #98736c;
}

.dw-header-count {
	position: absolute;
	top: -1px;
	right: -2px;
	display: grid;
	min-width: 17px;
	height: 17px;
	padding: 0 4px;
	place-items: center;
	border-radius: 20px;
	color: #fff;
	background: #98736c;
	font-size: 9px;
	font-weight: 700;
	line-height: 1;
}

.dw-wishlist-button {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid rgba(80, 67, 47, 0.18);
	border-radius: 50%;
	color: #50432f;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 8px 24px rgba(80, 67, 47, 0.12);
	transition: transform 160ms ease, color 160ms ease, background 160ms ease;
}

.dw-wishlist-button:hover {
	transform: translateY(-2px);
	color: #98736c;
	background: #fff;
}

.dw-wishlist-button svg {
	width: 20px;
	height: 20px;
	fill: transparent;
	stroke: currentColor;
	stroke-width: 1.5;
}

.dw-wishlist-button.is-active {
	color: #fff;
	background: #98736c;
}

.dw-wishlist-button.is-active svg {
	fill: currentColor;
}

.dw-wishlist-button.is-loading {
	opacity: 0.55;
	pointer-events: none;
}

.woocommerce ul.products li.product {
	position: relative;
}

.dw-wishlist-button--loop {
	position: absolute;
	z-index: 7;
	top: 14px;
	right: 14px;
	bottom: auto;
}

/* Keep the two product-card actions on opposite corners of the image. */
.woocommerce ul.products li.product .astra-shop-thumbnail-wrap {
	position: relative;
}

.woocommerce ul.products li.product .astra-shop-thumbnail-wrap .ast-select-options-trigger {
	display: flex;
	top: auto;
	right: 14px;
	bottom: 28px;
	z-index: 6;
	visibility: visible;
	opacity: 1;
	line-height: 1;
}

.single-product div.product {
	position: relative;
}

.dw-wishlist-button--single {
	position: absolute;
	z-index: 8;
	top: 18px;
	left: calc(50% - 60px);
}

.dw-home-hero.dw-has-carousel,
.dw-catalog-hero.dw-has-carousel {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	background: #50432f;
}

.dw-hero-carousel {
	position: absolute;
	z-index: -2;
	inset: 0;
}

.dw-hero-carousel img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	object-fit: cover;
	object-position: center;
	transform: scale(1.025);
	transition: opacity 900ms ease, transform 6s ease;
}

.dw-hero-carousel img.is-active {
	opacity: 1;
	transform: scale(1);
}

.dw-catalog-hero.dw-has-carousel::after {
	position: absolute;
	z-index: -1;
	inset: 0;
	background: linear-gradient(90deg, rgba(80, 67, 47, 0.78), rgba(80, 67, 47, 0.28) 62%, rgba(80, 67, 47, 0.16));
	content: "";
}

.dw-catalog-hero.dw-has-carousel > .dw-eyebrow,
.dw-catalog-hero.dw-has-carousel > h1,
.dw-catalog-hero.dw-has-carousel > .dw-lead {
	color: #fff;
	text-shadow: 0 2px 24px rgba(80, 67, 47, 0.3);
}

.dw-catalog-hero.dw-has-carousel .dw-lead {
	max-width: 640px;
}

.dw-carousel-controls {
	position: absolute;
	z-index: 4;
	right: clamp(24px, 5vw, 74px);
	bottom: 24px;
	display: flex;
	gap: 12px;
	align-items: center;
	color: #fff;
}

.dw-carousel-controls button {
	display: grid;
	width: 36px;
	height: 36px;
	padding: 0;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.62);
	border-radius: 50%;
	color: #fff;
	background: rgba(80, 67, 47, 0.24);
	font-size: 22px;
	line-height: 1;
}

.dw-carousel-controls button:hover {
	color: #50432f;
	background: #fff;
}

.dw-carousel-controls span {
	min-width: 34px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-align: center;
}

.woocommerce-account .dw-commerce {
	align-items: flex-start;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	position: sticky;
	top: 24px;
	width: 265px;
	padding: 24px 20px;
	border: 1px solid rgba(80, 67, 47, 0.14);
	background: #f7f1ef;
}

.dw-account-nav-title {
	margin: 0 0 16px;
	padding: 0 8px 14px;
	border-bottom: 1px solid rgba(80, 67, 47, 0.16);
	color: #50432f;
	font-family: "Fahkwang", Georgia, serif;
	font-size: 23px;
	font-weight: 600;
}

.dw-commerce .woocommerce-MyAccount-navigation ul {
	margin: 0;
}

.dw-commerce .woocommerce-MyAccount-navigation li {
	border: 0;
}

.dw-commerce .woocommerce-MyAccount-navigation li + li {
	border: 0;
}

.dw-commerce .woocommerce-MyAccount-navigation a {
	padding: 8px;
	font-size: 12px;
	line-height: 1.25;
}

.dw-commerce .woocommerce-MyAccount-navigation .is-active a,
.dw-commerce .woocommerce-MyAccount-navigation a:hover {
	color: #50432f;
	background: #dfd0cb;
}

.woocommerce-account .woocommerce-MyAccount-content {
	width: calc(100% - 305px);
}

.dw-account-dashboard-page .woocommerce-MyAccount-content > p {
	display: none;
}

.dw-account-welcome--visual {
	position: relative;
	display: flex;
	min-height: 270px;
	margin-bottom: 42px;
	padding: clamp(30px, 5vw, 58px);
	overflow: hidden;
	align-items: flex-end;
	background:
		linear-gradient(90deg, rgba(80, 67, 47, 0.8), rgba(80, 67, 47, 0.14)),
		var(--dw-account-image) center 40% / cover no-repeat,
		#98736c;
}

.dw-account-welcome__overlay {
	position: relative;
	z-index: 1;
	max-width: 590px;
}

.dw-account-welcome--visual .dw-eyebrow,
.dw-account-welcome--visual h2,
.dw-account-welcome--visual p {
	color: #fff;
}

.dw-account-welcome--visual h2 {
	margin: 3px 0 8px;
	font-family: "Fahkwang", Georgia, serif;
	font-size: clamp(38px, 5vw, 62px);
	font-weight: 500;
}

.dw-account-welcome--visual p:last-child {
	margin: 0;
}

.dw-account-logout {
	position: absolute;
	z-index: 2;
	top: 22px;
	right: 22px;
	padding: 9px 16px;
	border: 1px solid rgba(255, 255, 255, 0.65);
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.dw-account-section-head {
	margin-bottom: 24px;
}

.dw-account-orders {
	display: grid;
	gap: 18px;
}

.dw-account-order {
	border: 1px solid rgba(80, 67, 47, 0.15);
	background: #fff;
}

.dw-account-order > header {
	display: flex;
	justify-content: space-between;
	padding: 18px 20px;
	border-bottom: 1px solid rgba(80, 67, 47, 0.12);
	background: #f7f1ef;
}

.dw-account-order > header > div:last-child {
	display: flex;
	gap: 6px;
	align-items: flex-end;
	flex-direction: column;
}

.dw-account-order h3,
.dw-account-order strong,
.dw-account-order small,
.dw-account-order time {
	color: #50432f;
}

.dw-account-order h3 {
	margin: 2px 0 0;
	font-family: "Fahkwang", Georgia, serif;
	font-size: 20px;
}

.dw-account-order__products {
	display: grid;
	gap: 12px;
	padding: 18px 20px;
}

.dw-account-order__product {
	display: flex;
	gap: 14px;
	align-items: center;
}

.dw-account-order__product img {
	width: 68px;
	height: 68px;
	object-fit: cover;
}

.dw-account-order__product span {
	display: flex;
	gap: 3px;
	flex-direction: column;
}

.dw-account-order > footer {
	padding: 0 20px 18px;
}

.dw-account-empty,
.dw-account-feature {
	padding: clamp(28px, 5vw, 52px);
	border: 1px solid rgba(80, 67, 47, 0.15);
	background: #f7f1ef;
}

.dw-account-empty h3,
.dw-account-feature h2 {
	color: #50432f;
	font-family: "Fahkwang", Georgia, serif;
}

.dw-account-action-list {
	display: grid;
	gap: 12px;
}

.dw-account-action-list > a {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: space-between;
	padding: 18px 20px;
	border: 1px solid rgba(80, 67, 47, 0.15);
	color: #50432f;
	background: #fff;
}

.dw-account-action-list span {
	display: flex;
	gap: 3px;
	flex-direction: column;
}

.dw-account-action-list b {
	font-size: 11px;
	text-transform: uppercase;
}

.dw-account-toggle {
	display: flex;
	gap: 10px;
	align-items: center;
	margin: 22px 0;
	color: #50432f;
}

.dw-account-toggle input {
	width: 18px;
	height: 18px;
}

.dw-account-contact-links {
	display: flex;
	gap: 12px;
	margin-top: 24px;
}

.dw-account-contact-links a {
	padding: 11px 18px;
	border: 1px solid #50432f;
	color: #50432f;
}

/* Indirizzi: spedizione prima e fatturazione sotto. */
.woocommerce-account .woocommerce-Addresses {
	display: flex;
	gap: 18px;
	flex-direction: column;
}

.woocommerce-account .woocommerce-Addresses::before,
.woocommerce-account .woocommerce-Addresses::after {
	display: none;
}

.woocommerce-account .woocommerce-Addresses .woocommerce-Address {
	float: none;
	width: 100%;
	margin: 0;
	padding: clamp(22px, 4vw, 34px);
	border: 1px solid rgba(80, 67, 47, 0.15);
	background: #fff;
}

.woocommerce-account .woocommerce-Address-title {
	display: flex;
	gap: 18px;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
	padding-bottom: 14px;
	border-bottom: 1px solid rgba(80, 67, 47, 0.12);
}

.woocommerce-account .woocommerce-Address-title h2 {
	float: none;
	margin: 0;
	color: #50432f;
	font-family: "Fahkwang", Georgia, serif;
	font-size: clamp(20px, 3vw, 27px);
}

.woocommerce-account .woocommerce-Address-title .edit {
	float: none;
	flex: 0 0 auto;
}

.woocommerce-account .woocommerce-Address address {
	margin: 0;
	font-style: normal;
	line-height: 1.75;
}

/* Procedura resi. */
.dw-return-intro {
	max-width: 760px;
	margin-bottom: 0;
	line-height: 1.7;
}

.dw-return-list {
	gap: 14px;
}

.dw-return-item {
	display: flex;
	gap: 22px;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
	border: 1px solid rgba(80, 67, 47, 0.15);
	background: #fff;
}

.dw-return-item.is-requested {
	background: #f7f1ef;
}

.dw-return-item__order {
	display: flex;
	gap: 4px;
	min-width: 0;
	flex-direction: column;
	color: #50432f;
}

.dw-return-item__order small,
.dw-return-price,
.dw-return-price .woocommerce-Price-amount,
.dw-return-price bdi,
.dw-return-price .woocommerce-Price-currencySymbol {
	display: inline;
}

.dw-return-price,
.dw-return-price .woocommerce-Price-amount,
.dw-return-price bdi {
	white-space: nowrap;
}

.dw-return-form {
	margin: 0;
	flex: 0 0 auto;
}

.dw-return-button {
	margin: 0;
	white-space: nowrap;
}

.dw-return-badge {
	padding: 8px 12px;
	color: #50432f;
	background: #dfd0cb;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	white-space: nowrap;
}

.dw-return-info {
	margin-top: 24px;
	padding: clamp(24px, 4vw, 38px);
	border: 1px solid rgba(80, 67, 47, 0.15);
	background: #f7f1ef;
}

.dw-return-info h3 {
	margin-top: 0;
	color: #50432f;
	font-family: "Fahkwang", Georgia, serif;
}

.dw-return-info .dw-info-note {
	margin-bottom: 0;
}

@media (max-width: 1100px) {
	.dw-header-search {
		width: 170px;
	}

	.dw-header-tools {
		gap: 3px;
		margin-left: 8px;
	}
}

@media (max-width: 921px) {
	.dw-header-tools {
		width: 100%;
		margin: 10px 0 0;
		padding: 10px 20px;
		justify-content: flex-end;
		border-top: 1px solid rgba(80, 67, 47, 0.12);
	}

	.dw-header-search {
		width: min(100%, 360px);
		margin-right: auto;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation {
		position: static;
		width: 100%;
		margin-bottom: 28px;
	}

	.woocommerce-account .woocommerce-MyAccount-content {
		width: 100%;
	}
}

@media (max-width: 600px) {
	.dw-header-search {
		width: calc(100% - 126px);
	}

	.dw-header-icon {
		flex-basis: 34px;
		width: 34px;
	}

	.dw-account-order > header,
	.dw-account-action-list > a,
	.dw-return-item {
		align-items: flex-start;
		flex-direction: column;
	}

	.dw-return-form,
	.dw-return-button,
	.dw-return-badge {
		width: 100%;
	}

	.dw-return-button,
	.dw-return-badge {
		text-align: center;
	}

	.dw-account-order > header > div:last-child {
		align-items: flex-start;
	}

	.dw-carousel-controls {
		right: 18px;
		bottom: 16px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.dw-hero-carousel img {
		transition: none;
	}
}

@media (max-width: 921px) {
  .dw-header-tools {
    display: flex !important;
    gap: 8px;
    margin-left: 0;
  }
  .dw-header-tools .dw-header-search {
    display: none !important;
  }
  .ast-mobile-header-wrap .dw-header-tools {
    display: flex !important;
  }
  /* Ensure wishlist, account, cart are visible on mobile */
  .dw-header-tools .dw-header-icon,
  .dw-header-tools a[href*="lista-desideri"] {
    display: grid !important;
  }
}


/* dresswell-department-navigation.css */
/* Breadcrumb gerarchico nelle pagine categoria. */
.dw-breadcrumb {
	width: min(1180px, calc(100% - 64px));
	margin: 0 auto;
	padding: 26px 0 0;
	color: var(--dw-taupe);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.12em;
	line-height: 1.7;
	text-transform: uppercase;
}

.dw-breadcrumb a {
	color: var(--dw-taupe);
	text-decoration: none;
	transition: color 0.2s ease;
}

.dw-breadcrumb a:hover,
.dw-breadcrumb a:focus {
	color: var(--dw-ink);
}

.dw-breadcrumb__sep {
	margin: 0 8px;
	color: rgba(38, 34, 47, 0.32);
}

/* Il breadcrumb precede l'hero: riduce leggermente il margine superiore del reparto. */
body.dw-category-page .dw-catalog-hero--category {
	padding-top: clamp(44px, 5vw, 76px);
}

/* Sezione sottocategorie sotto "Scopri [Reparto]". */
.dw-subcategories {
	width: min(1180px, calc(100% - 64px));
	margin: 0 auto 46px;
}

.dw-subcategories .dw-eyebrow {
	margin-bottom: 16px;
}

.dw-subcategories__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(152px, 1fr));
	gap: 10px;
}

.dw-subcategory {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 14px;
	border: 1px solid var(--dw-line);
	background: var(--dw-white);
	color: var(--dw-ink);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.dw-subcategory:hover,
.dw-subcategory:focus {
	border-color: var(--dw-ink);
	background: var(--dw-ink);
	color: var(--dw-white);
	outline: none;
}

/* Il dropdown Astra viene spinto sotto l'intero header da una regola inline
   dinamica (margin-top calcolato dal builder). Lo azzeriamo per tenere il
   menu a tendina attaccato al tasto della voce padre. Inoltre il builder
   imposta il pannello largo quanto l'intera barra (873px): così il primo
   pannello aperto copre le altre voci e il passaggio del mouse tra le
   categorie non cambia più il tendina. Lo riportiamo a una larghezza
   compatta per ogni voce. */
.ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu {
	margin-top: 0 !important;
	width: 240px !important;
}

/* Menu principale: voci sottocategoria coerenti con lo stile del sito. */
.main-header-menu .sub-menu .dw-subcategory-menu-item > .menu-link {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

@media (max-width: 544px) {
	.dw-breadcrumb {
		width: calc(100% - 32px);
		padding-top: 18px;
	}

	.dw-subcategories {
		width: calc(100% - 32px);
		margin-bottom: 36px;
	}

	.dw-subcategories__grid {
		grid-template-columns: repeat(auto-fill, minmax(calc(50% - 5px), 1fr));
	}

	.dw-subcategory {
		min-height: 44px;
		padding: 12px 10px;
	}
}


/* dresswell-catalog-updates.css */
.single-product .woocommerce-tabs .description_tab,
.single-product .woocommerce-Tabs-panel--description,
.dw-carousel-controls {
	display: none !important;
}

.dw-catalog-filters--automatic .dw-filter-checks {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

.dw-catalog-filters--automatic .dw-filter-checks legend {
	margin-bottom: 8px;
	color: #50432f;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.dw-filter-checks__list {
	display: grid;
	gap: 7px;
}

.dw-filter-checks__list label {
	display: flex;
	gap: 8px;
	align-items: center;
	min-height: 30px;
	color: #50432f;
	cursor: pointer;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
}

.dw-catalog-filters--automatic .dw-filter-checks input[type="checkbox"] {
	width: 16px;
	min-height: 16px;
	height: 16px;
	margin: 0;
	accent-color: #98736c;
}

.dw-filter-checks--colors i {
	width: 18px;
	height: 18px;
	border: 1px solid rgba(80, 67, 47, 0.22);
	border-radius: 50%;
	background: var(--dw-filter-color);
}

.dw-filter-status {
	min-height: 14px;
	color: #98736c;
	font-size: 9px;
	text-transform: uppercase;
}

.dw-catalog-filters--automatic.is-filtering {
	opacity: 0.72;
	pointer-events: none;
}

.dw-cart-popup {
	position: fixed;
	z-index: 99999;
	top: 26px;
	right: 26px;
	display: grid;
	grid-template-columns: auto minmax(180px, 1fr) auto;
	gap: 14px;
	align-items: center;
	width: min(460px, calc(100% - 32px));
	padding: 20px 48px 20px 20px;
	border: 1px solid rgba(80, 67, 47, 0.16);
	color: #50432f;
	background: #fff;
	box-shadow: 0 24px 70px rgba(80, 67, 47, 0.22);
	opacity: 0;
	transform: translateY(-18px);
	transition: opacity 220ms ease, transform 220ms ease;
}

.dw-cart-popup.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.dw-cart-popup__icon {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border-radius: 50%;
	color: #fff;
	background: #98736c;
	font-weight: 700;
}

.dw-cart-popup strong {
	display: block;
	font-family: "Fahkwang", Georgia, serif;
	font-size: 17px;
}

.dw-cart-popup p {
	margin: 3px 0 0;
	font-size: 12px;
	line-height: 1.45;
}

.dw-cart-popup > a {
	padding: 9px 12px;
	border: 1px solid #50432f;
	color: #50432f;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.dw-cart-popup__close {
	position: absolute;
	top: 6px;
	right: 8px;
	padding: 4px 8px;
	border: 0;
	color: #50432f;
	background: transparent;
	font-size: 22px;
}

.dw-site-footer {
	display: flex;
	flex-direction: column;
}

.dw-site-footer__main {
	order: 1;
	grid-template-columns: minmax(280px, 1.2fr) repeat(3, minmax(145px, 0.65fr));
	gap: clamp(28px, 4vw, 64px);
	align-items: start;
	padding: 28px 0 20px;
}

.dw-site-footer__legal {
	order: 2;
	padding: 12px 0 16px;
}

.dw-site-footer__services {
	order: 3;
	width: 100%;
	padding-inline: max(24px, calc((100% - min(1180px, 92%)) / 2));
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	border-bottom: 0;
}

.dw-site-footer__services > div {
	min-height: 64px;
}

.dw-site-footer__brand > p {
	max-width: 360px;
}

@media (min-width: 922px) {
	.dw-catalog-page .dw-loop-controls,
	.dw-catalog-page ul.products,
	.dw-catalog-page .woocommerce-pagination {
		clear: none !important;
	}

	.dw-catalog-page ul.products {
		margin-top: 0 !important;
	}

	.dw-catalog-page .dw-catalog-filters--automatic {
		min-height: 0;
	}
}

@media (max-width: 921px) {
	.dw-site-footer__main {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dw-site-footer__services {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	.dw-cart-popup {
		top: 14px;
		right: 16px;
		grid-template-columns: auto 1fr;
	}

	.dw-cart-popup > a {
		grid-column: 1 / -1;
		text-align: center;
	}

	.dw-site-footer__main {
		grid-template-columns: 1fr;
	}
}

.dw-back-to-top {
	position: fixed;
	z-index: 9999;
	right: 24px;
	bottom: var(--dw-back-to-top-bottom, 24px);
	display: flex;
	gap: 8px;
	align-items: center;
	padding: 11px 14px;
	border: 1px solid #50432f;
	border-radius: 0;
	color: #fff;
	background: #50432f;
	box-shadow: 0 12px 28px rgba(80, 67, 47, 0.22);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	opacity: 0;
	pointer-events: none;
	transform: translateY(12px);
	transition: bottom 180ms ease, opacity 180ms ease, transform 180ms ease, background 180ms ease;
}

.dw-back-to-top.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.dw-back-to-top:hover,
.dw-back-to-top:focus-visible {
	color: #50432f;
	background: #fff;
}

.dw-back-to-top > span:first-child {
	font-size: 18px;
	line-height: 0.7;
}

@media (max-width: 600px) {
	.dw-back-to-top {
		right: 16px;
		bottom: var(--dw-back-to-top-bottom, 16px);
		width: 44px;
		height: 44px;
		justify-content: center;
		padding: 0;
	}

	.dw-back-to-top > span:last-child {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0 0 0 0);
		white-space: nowrap;
	}
}

.dw-site-footer__social {
	order: 2;
	display: grid;
	grid-template-columns: 1.6fr repeat(3, 0.7fr);
	gap: clamp(38px, 6vw, 90px);
	width: var(--dw-shell);
	margin: 0 auto;
	padding: 28px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.dw-site-footer__social .dw-footer-social {
	grid-column: 2 / -1;
	justify-content: space-between;
}

.dw-site-footer__legal {
	order: 3;
}

.dw-site-footer__services {
	order: 4;
}

@media (max-width: 921px) {
	.dw-site-footer__social {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px;
	}

	.dw-site-footer__social .dw-footer-social {
		grid-column: 1 / -1;
	}
}

@media (max-width: 600px) {
	.dw-site-footer__social {
		display: block;
		padding: 22px 0;
	}

	.dw-site-footer__social .dw-footer-social {
		justify-content: flex-start;
	}
}


/* dresswell-commerce-enhancements.css */
.single-product .ast-shipping-text { display: none !important; }
.dw-gift-card-configurator { margin: 24px 0; padding: 24px; border: 1px solid rgba(80,67,47,.18); background: #fcfaf7; }
.dw-gift-card-configurator__head p:last-child, .dw-gift-card-help { margin: 5px 0 0; color: #6f6253; font-size: 13px; line-height: 1.55; }
.dw-gift-card-help { padding-left: 18px; }
.dw-gift-card-configurator h2 { margin: 3px 0 4px; color: #50432f; font-family: "Fahkwang", Georgia, serif; font-size: 25px; }
.dw-gift-card-fieldset { margin: 22px 0 0; padding: 0; border: 0; }
.dw-gift-card-fieldset legend, .dw-gift-card-field > label { display: block; margin-bottom: 10px; color: #50432f; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.dw-gift-card-designs { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; }
.dw-gift-card-design { position: relative; display: grid; gap: 8px; padding: 7px; border: 1px solid rgba(80,67,47,.2); background: #fff; cursor: pointer; }
.dw-gift-card-design input { position: absolute; inline-size: 1px; block-size: 1px; opacity: 0; }
.dw-gift-card-design img { width: 100%; aspect-ratio: 3 / 2; object-fit: contain; }
.dw-gift-card-design span { color: #50432f; font-size: 12px; text-align: center; }
.dw-gift-card-design:has(input:checked), .dw-gift-card-sharing label:has(input:checked) { border-color: #50432f; box-shadow: inset 0 0 0 1px #50432f; }
.dw-gift-card-design:focus-within { outline: 2px solid #98736c; outline-offset: 2px; }
.dw-gift-card-amount { display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center; }
.dw-gift-card-amount input[type="range"] { width: 100%; accent-color: #98736c; }
.dw-gift-card-amount output { min-width: 76px; color: #50432f; font-family: "Fahkwang", Georgia, serif; font-size: 23px; font-weight: 600; text-align: right; }
.dw-gift-card-sharing { display: grid; gap: 8px; }
.dw-gift-card-sharing label { display: flex; gap: 9px; align-items: center; min-height: 40px; padding: 8px 11px; border: 1px solid rgba(80,67,47,.2); color: #50432f; background: #fff; cursor: pointer; font-size: 13px; }
.dw-gift-card-sharing input { accent-color: #98736c; }
.dw-gift-card-field { margin: 22px 0 0; }
.dw-gift-card-field label span { color: #85796c; font-weight: 400; letter-spacing: 0; text-transform: none; }
.dw-gift-card-field textarea { width: 100%; min-height: 98px; margin: 0; padding: 11px; border: 1px solid rgba(80,67,47,.25); color: #50432f; background: #fff; font: inherit; font-size: 13px; }
.site-header, .ast-primary-header-bar, .main-header-bar, .ast-builder-grid-row { overflow: visible; }
.dw-header-tools { position: relative; z-index: 100010; }
.dw-header-search { z-index: 100020; }
.dw-search-suggestions { position: fixed; z-index: 2147483000; max-height: min(430px,calc(100vh - 120px)); overflow-y: auto; border: 1px solid rgba(80,67,47,.18); background: #fff; box-shadow: 0 18px 36px rgba(80,67,47,.18); pointer-events: auto; box-sizing: border-box; }
body.dw-search-active .main-header-menu > li.menu-item-has-children,
body.dw-search-active .main-header-menu > li.menu-item-has-children.dw-pointer-menu-open { z-index: 1 !important; }
body.dw-search-active .main-header-menu > li.menu-item-has-children > ul.sub-menu,
body.dw-search-active .main-header-menu > li.menu-item-has-children:hover > ul.sub-menu,
body.dw-search-active .main-header-menu > li.menu-item-has-children:focus-within > ul.sub-menu,
body.dw-search-active .main-header-menu > li.menu-item-has-children.dw-pointer-menu-open > ul.sub-menu,
body.dw-search-active .main-header-menu > li.menu-item-has-children.dw-menu-hover-open > ul.sub-menu,
body.dw-search-active .main-header-menu > li.menu-item-has-children.dw-department-hover-open > ul.sub-menu { display: none !important; visibility: hidden !important; opacity: 0 !important; pointer-events: none !important; }
.dw-search-suggestions a { display: grid; grid-template-columns: 46px 1fr; gap: 10px; align-items: center; padding: 8px; border-bottom: 1px solid rgba(80,67,47,.1); color: #50432f; text-decoration: none; }
.dw-search-suggestions a:last-child { border-bottom: 0; }
.dw-search-suggestions a:hover, .dw-search-suggestions a:focus { background: #f7f1ef; }
.dw-search-suggestions img { width: 46px; height: 52px; object-fit: cover; }
.dw-search-suggestions strong, .dw-search-suggestions small { display: block; }
.dw-search-suggestions strong { font-size: 12px; line-height: 1.3; }
.dw-search-suggestions small { margin-top: 3px; color: #766858; font-size: 11px; }
.dw-filter-dropdown { position: relative; min-width: 0; }
.dw-filter-dropdown summary { display: flex; align-items: center; justify-content: space-between; min-height: 43px; padding: 10px 12px; border: 1px solid rgba(80,67,47,.22); color: #50432f; background: #fff; cursor: pointer; font-size: 12px; list-style: none; }
.dw-filter-dropdown summary::-webkit-details-marker { display: none; }
.dw-filter-dropdown summary::after { content: "?"; font-size: 17px; line-height: 1; }
.dw-filter-dropdown[open] summary { border-color: #98736c; }
.dw-filter-dropdown .dw-filter-checks__list { position: absolute; z-index: 12; top: calc(100% - 1px); right: 0; left: 0; max-height: 240px; overflow: auto; padding: 10px 12px; border: 1px solid #98736c; background: #fff; box-shadow: 0 12px 24px rgba(80,67,47,.15); }
.dw-filter-dropdown .dw-filter-checks__list label { min-height: 28px; }
@media (max-width:600px) { .dw-gift-card-configurator { padding: 18px; } .dw-gift-card-designs { grid-template-columns: repeat(2,minmax(0,1fr)); } .dw-search-suggestions { width: calc(100vw - 32px); } }

.dw-gift-card-gallery {
	width: 100%;
}

.dw-gift-card-gallery__main,
.dw-gift-card-gallery__main a {
	display: block;
	margin: 0;
}

.dw-gift-card-gallery__main img {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: contain;
}

.dw-gift-card-gallery__thumbnails {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 8px;
	margin-top: 12px;
}

.dw-gift-card-gallery__thumbnail {
	display: block;
	padding: 3px;
	border: 1px solid rgba(80, 67, 47, .22);
	background: #fff;
	cursor: pointer;
}

.dw-gift-card-gallery__thumbnail img {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: contain;
}

.dw-gift-card-gallery__thumbnail:hover,
.dw-gift-card-gallery__thumbnail:focus-visible,
.dw-gift-card-gallery__thumbnail.is-active {
	border-color: #50432f;
	box-shadow: inset 0 0 0 1px #50432f;
}

@media (min-width: 922px) {
	.single-product .product > .dw-gift-card-gallery {
		float: left;
		width: 48%;
		margin: 0 0 2em;
	}

	.single-product .product > .dw-gift-card-gallery + .summary {
		float: right;
		width: 48%;
		clear: none;
	}

}

@media (max-width: 600px) {

	.dw-gift-card-gallery__thumbnails {
		gap: 8px;
	}
}

.dw-filter-dropdown summary::after {
	width: 7px;
	height: 7px;
	margin-left: 10px;
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
	content: "";
	transform: rotate(45deg) translateY(-2px);
}

.dw-filter-dropdown[open] summary::after {
	transform: rotate(225deg) translate(-2px, -2px);
}

.dw-filter-dropdown .dw-filter-checks__list label {
	display: flex;
	gap: 9px;
	align-items: center;
	min-height: 32px;
}

.dw-filter-dropdown .dw-filter-checks__list input[type="checkbox"] {
	box-sizing: border-box;
	flex: 0 0 16px;
	width: 16px;
	min-width: 16px;
	min-height: 16px;
	height: 16px;
	margin: 0;
	padding: 0;
	accent-color: #98736c;
}

.dw-filter-dropdown .dw-filter-checks__list i {
	flex: 0 0 18px;
}

.dw-filter-dropdown .dw-filter-checks__list span {
	line-height: 1.35;
}

.dw-gift-card-fieldset--recipient { border-top: 1px dashed rgba(80,67,47,.18); padding-top: 16px; margin-top: 20px; background: #fff; padding: 16px; }
.dw-gift-card-field input[type="email"], .dw-gift-card-field input[type="text"], .dw-gift-card-field textarea { width:100%; padding:11px; border:1px solid rgba(80,67,47,.25); background:#fff; font-size:13px; color:#50432f; }
.dw-gift-card-field .required { color:#c0392b; }
.dw-gift-card-field .description { display:block; margin-top:6px; font-size:12px; color:#6f6253; }



/* dresswell-catalog-bugfixes.css */
/* Department dropdown: one compact panel per parent, without a dead gap. */
@media (min-width: 922px) {
	.ast-desktop .main-header-menu > .menu-item.menu-item-has-children {
		position: relative;
	}
	.ast-desktop .main-header-menu > .menu-item > .sub-menu,
	.ast-desktop .main-header-menu > .menu-item.dw-department-hover-open > .sub-menu {
		margin-top: 0 !important;
		min-width: 240px;
		width: max-content !important;
		max-width: min(320px, 80vw);
	}
	.ast-desktop .main-header-menu > .menu-item.dw-department-hover-open > .sub-menu {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
		pointer-events: auto !important;
		transform: none !important;
	}
	.ast-desktop .main-header-menu > .menu-item > .sub-menu .menu-link {
		white-space: normal;
	}
}

.dw-department-toggle {
	display: none;
}

@media (max-width: 921px) {
	.ast-mobile-popup-drawer .menu-item.menu-item-has-children,
	.ast-header-break-point .main-header-menu .menu-item.menu-item-has-children {
		position: relative;
	}
	.ast-mobile-popup-drawer .dw-department-toggle,
	.ast-header-break-point .main-header-menu .dw-department-toggle {
		display: grid;
		position: absolute;
		z-index: 2;
		top: 0;
		right: 0;
		width: 44px;
		height: 44px;
		place-items: center;
		border: 0;
		background: transparent;
		color: inherit;
		cursor: pointer;
	}
	.dw-department-toggle::before {
		content: '';
		width: 8px;
		height: 8px;
		border-right: 1px solid currentColor;
		border-bottom: 1px solid currentColor;
		transform: rotate(45deg) translateY(-2px);
		transition: transform 160ms ease;
	}
	.menu-item.dw-department-touch-open > .dw-department-toggle::before {
		transform: rotate(225deg) translate(-2px, -2px);
	}
	.ast-mobile-popup-drawer .menu-item.dw-department-touch-open > .sub-menu,
	.ast-header-break-point .main-header-menu .menu-item.dw-department-touch-open > .sub-menu {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
	}
}

/* Card variants and stock matrix. */
.dw-loop-variants,
.dw-loop-sizes {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 7px;
	margin-top: 9px;
}
.dw-loop-variant {
	display: inline-flex;
	padding: 2px;
	border-radius: 50%;
}
.dw-loop-variant:focus-visible {
	outline: 2px solid #98736c;
	outline-offset: 2px;
}
.dw-loop-variant .dw-color-swatch {
	width: 18px;
	height: 18px;
}
.dw-loop-size {
	padding: 3px 6px;
	border: 1px solid rgba(80, 67, 47, .22);
	color: #50432f;
	font-size: 10px;
	line-height: 1;
}
.dw-loop-size.is-unavailable {
	color: rgba(80, 67, 47, .42);
	background: rgba(80, 67, 47, .045);
	text-decoration: line-through;
}

/* The single-product wishlist and zoom controls must occupy different corners. */
.single-product div.product .dw-wishlist-button--single {
	top: 18px;
	left: 18px;
	z-index: 20;
}
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	top: 18px !important;
	right: 18px !important;
	z-index: 21 !important;
}
.single-product .woocommerce-product-gallery,
.single-product div.images {
	position: relative;
}

/* Unavailable custom size controls remain readable but unmistakably disabled. */
.dw-product-option.is-unavailable,
.dw-product-option:has(input:disabled) {
	color: rgba(80, 67, 47, .43);
	background: rgba(80, 67, 47, .045);
	border-color: rgba(80, 67, 47, .14);
	cursor: not-allowed;
	opacity: .55;
	filter: grayscale(.7);
	text-decoration: line-through;
}
.dw-product-option.is-unavailable:hover,
.dw-product-option:has(input:disabled):hover {
	border-color: rgba(80, 67, 47, .14);
	background: rgba(80, 67, 47, .045);
}


/* dresswell-mobile.css */
/* Dress Well — responsive hardening. Desktop intentionally unchanged. */
@media (max-width: 921px) {
	html,
	body {
		width: 100%;
		max-width: 100%;
	}

	/* Intrinsic sizing is the most common source of real horizontal overflow. */
	body *,
	body *::before,
	body *::after {
		box-sizing: border-box;
		min-width: 0;
	}

	img,
	picture,
	video,
	canvas,
	svg,
	iframe,
	embed,
	object {
		max-width: 100%;
	}

	img,
	picture,
	video {
		height: auto;
	}

	p,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	a,
	span,
	label,
	address,
	.woocommerce-product-details__short-description {
		overflow-wrap: anywhere;
	}

	.ast-container,
	.site-content .ast-container,
	.elementor-section,
	.elementor-container,
	.e-con,
	.dw-shell,
	.dw-commerce,
	.woocommerce,
	.woocommerce-page {
		width: 100%;
		max-width: 100%;
	}

	.ast-container,
	.site-content .ast-container {
		padding-inline: 20px;
	}

	.elementor-column,
	.elementor-widget-wrap,
	.elementor-widget,
	.wp-block-group,
	.wp-block-columns,
	.wp-block-column {
		max-width: 100%;
	}

	/* Header Astra: hamburger, logo and utilities retain usable touch targets. */
	.ast-mobile-header-wrap,
	.ast-mobile-header-content,
	.ast-primary-header-bar,
	.ast-builder-grid-row,
	.site-header-section {
		max-width: 100%;
	}

	.ast-primary-header-bar .ast-builder-grid-row {
		grid-template-columns: auto minmax(0, 1fr) auto;
		padding-inline: 16px;
	}

	.site-header .custom-logo-link,
	.site-header .custom-mobile-logo-link {
		display: flex;
		max-width: clamp(112px, 34vw, 160px);
	}

	.site-header .custom-logo,
	.ast-header-break-point .site-branding img {
		width: auto;
		max-width: 100%;
		max-height: 48px;
		object-fit: contain;
	}

	.ast-button-wrap .menu-toggle,
	.ast-header-break-point .ast-mobile-menu-trigger-minimal,
	.ast-header-break-point .main-header-menu .menu-link,
	.dw-header-icon {
		min-width: 44px;
		min-height: 44px;
	}

	.ast-header-break-point .main-navigation ul .menu-item .menu-link {
		white-space: normal;
	}

	.dw-announcement,
	.woocommerce-store-notice {
		width: 100%;
		padding-inline: 16px;
		white-space: normal;
		overflow-wrap: anywhere;
	}

	.dw-header-tools {
		flex-wrap: wrap;
		gap: 6px;
		padding-inline: 16px;
	}

	.dw-header-search {
		flex: 1 1 180px;
		width: auto;
		max-width: 100%;
	}

	.dw-search-suggestions {
		max-width: calc(100vw - 32px);
	}

	/* Product archives and search results: two equal, shrinkable cards. */
	.woocommerce ul.products,
	.woocommerce-page ul.products,
	.dw-product-showcase .woocommerce ul.products,
	.dw-product-showcase ul.products {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: clamp(12px, 3vw, 20px) !important;
		width: 100% !important;
		margin-inline: 0 !important;
		padding-inline: 0 !important;
		overflow: visible !important;
	}

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

	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product,
	.dw-product-showcase ul.products li.product {
		float: none !important;
		width: 100% !important;
		max-width: 100%;
		margin: 0 !important;
	}

	.woocommerce ul.products li.product a,
	.woocommerce ul.products li.product img {
		max-width: 100%;
	}

	.woocommerce ul.products li.product img {
		width: 100%;
		height: auto;
		aspect-ratio: 3 / 4;
		object-fit: cover;
	}

	.woocommerce ul.products li.product .woocommerce-loop-product__title {
		font-size: clamp(.88rem, 3.5vw, 1rem);
		line-height: 1.35;
	}

	.woocommerce ul.products li.product .price {
		display: flex;
		flex-wrap: wrap;
		gap: 3px 7px;
		font-size: clamp(.88rem, 3.4vw, 1rem);
	}

	.woocommerce ul.products li.product .onsale {
		top: 8px;
		right: 8px;
		left: auto;
		min-width: 0;
		min-height: 0;
		padding: 5px 8px;
		font-size: .7rem;
		line-height: 1.2;
	}

	.woocommerce-result-count,
	.woocommerce-ordering {
		float: none;
		width: 100%;
		max-width: 100%;
	}

	.woocommerce-ordering select,
	.dw-catalog-toolbar select,
	.dw-catalog-filters select {
		width: 100%;
		max-width: 100%;
		min-height: 44px;
	}

	.dw-category-pills,
	.dw-product-swatches,
	.variations .value,
	.woocommerce div.product form.cart,
	.woocommerce div.product form.cart .variations td.value {
		flex-wrap: wrap;
		max-width: 100%;
	}

	/* Home categories are a real grid, never a horizontally scrolling carousel. */
	.dw-category-grid {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
		width: 100%;
		margin-right: 0;
		overflow: visible;
	}

	.dw-category-tile,
	.dw-category-tile:nth-child(2),
	.dw-category-tile:nth-child(3) {
		width: 100%;
		min-height: clamp(300px, 78vw, 480px);
	}

	.dw-home-hero h1,
	.dw-catalog-hero h1,
	.entry-title,
	.woocommerce div.product .product_title {
		font-size: clamp(2rem, 10vw, 3.75rem);
		line-height: 1.04;
	}

	.dw-home-hero__content,
	.dw-campaign__copy,
	.dw-gift__copy {
		padding-inline: 20px;
	}

	/* Single product: gallery, summary and purchasing controls stack cleanly. */
	.woocommerce div.product,
	.woocommerce div.product .woocommerce-product-gallery,
	.woocommerce div.product div.images,
	.woocommerce div.product div.summary,
	.woocommerce-page div.product div.images,
	.woocommerce-page div.product div.summary {
		float: none;
		width: 100%;
		max-width: 100%;
	}

	.woocommerce div.product div.images {
		margin-bottom: 24px;
	}

	.woocommerce div.product div.images img,
	.woocommerce-product-gallery__image a,
	.woocommerce-product-gallery__image img,
	.flex-viewport,
	.flex-control-thumbs {
		width: 100%;
		max-width: 100%;
	}

	.woocommerce div.product form.cart .button,
	.single_add_to_cart_button {
		flex: 1 1 220px;
		width: 100%;
		min-height: 48px;
	}

	.woocommerce div.product form.cart .quantity,
	.woocommerce .quantity .qty {
		min-height: 44px;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs {
		display: flex;
		flex-wrap: wrap;
		gap: 4px 12px;
		padding: 0;
	}

	/* Forms, account and checkout use one fluid column. */
	.woocommerce form .form-row,
	.woocommerce form .form-row-first,
	.woocommerce form .form-row-last,
	.woocommerce-billing-fields__field-wrapper,
	.woocommerce-shipping-fields__field-wrapper,
	.woocommerce-additional-fields__field-wrapper,
	#customer_details,
	.dw-address-form__grid {
		float: none;
		width: 100%;
		max-width: 100%;
	}

	.woocommerce form .form-row input.input-text,
	.woocommerce form .form-row textarea,
	.woocommerce form select,
	.select2-container,
	.select2-container .select2-selection,
	#coupon_code {
		width: 100% !important;
		max-width: 100%;
		min-height: 44px;
	}

	.woocommerce-checkout #customer_details,
	.woocommerce-checkout-review-order,
	.woocommerce-account .woocommerce,
	.woocommerce-account #customer_login {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
	}

	.woocommerce-account .woocommerce-MyAccount-navigation ul {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
		overflow: visible;
	}

	.dw-commerce .woocommerce-MyAccount-navigation a {
		white-space: normal;
		min-height: 44px;
	}

	/* WooCommerce tables become labelled vertical cards instead of overflowing. */
	.woocommerce-cart table.shop_table,
	.woocommerce-checkout table.shop_table,
	.woocommerce-account table.shop_table {
		width: 100%;
		max-width: 100%;
		border: 0;
		border-collapse: separate;
	}

	.woocommerce-cart table.shop_table_responsive thead,
	.woocommerce-account table.shop_table_responsive thead {
		display: none;
	}

	.woocommerce-cart table.shop_table_responsive tr,
	.woocommerce-account table.shop_table_responsive tr {
		display: block;
		width: 100%;
		margin-bottom: 16px;
		padding: 12px;
		border: 1px solid rgba(80, 67, 47, .16);
	}

	.woocommerce-cart table.shop_table_responsive td,
	.woocommerce-account table.shop_table_responsive td {
		display: grid;
		grid-template-columns: minmax(90px, .8fr) minmax(0, 1.2fr);
		align-items: center;
		gap: 12px;
		width: 100%;
		padding: 10px 0;
		text-align: right !important;
	}

	.woocommerce table.shop_table_responsive tr td::before {
		float: none;
		text-align: left;
		overflow-wrap: anywhere;
	}

	.woocommerce-cart .product-thumbnail img {
		width: min(92px, 100%);
		height: auto;
	}

	.woocommerce-cart .coupon,
	.woocommerce-cart .cart-collaterals,
	.woocommerce-cart .cart_totals {
		float: none;
		width: 100%;
		max-width: 100%;
	}

	.woocommerce-cart .coupon {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		gap: 8px;
	}

	.woocommerce a.button,
	.woocommerce button.button,
	.woocommerce input.button,
	.woocommerce #respond input#submit,
	.wc-block-components-button {
		min-height: 44px;
		white-space: normal;
	}

	.woocommerce-checkout-payment,
	.woocommerce-checkout-payment ul.payment_methods,
	.wc-block-checkout,
	.wc-block-cart,
	.wc-block-components-sidebar-layout,
	.wc-block-components-sidebar,
	.wc-block-components-main {
		width: 100% !important;
		max-width: 100% !important;
	}

	.wc-block-components-sidebar-layout {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) !important;
	}
}

@media (max-width: 600px) {
	.ast-container,
	.site-content .ast-container {
		padding-inline: 16px;
	}

	.dw-header-tools {
		display: grid;
		grid-template-columns: minmax(0, 1fr) repeat(3, 44px);
	}

	.dw-header-search {
		width: 100%;
	}

	.dw-home-section {
		padding-block: clamp(48px, 14vw, 68px);
	}

	.dw-campaign__copy,
	.dw-gift__copy {
		padding: 48px 20px;
	}

	.dw-campaign__media,
	.dw-gift__media {
		min-height: 340px;
		height: min(120vw, 520px);
	}

	.dw-newsletter-form__row button,
	.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
	.woocommerce-checkout #place_order {
		width: 100%;
		min-height: 48px;
	}
}

@media (max-width: 359px) {
	.ast-container,
	.site-content .ast-container,
	.dw-home-hero__content,
	.dw-campaign__copy,
	.dw-gift__copy {
		padding-inline: 12px;
	}

	.woocommerce ul.products,
	.woocommerce-page ul.products,
	.dw-product-showcase .woocommerce ul.products,
	.dw-product-showcase ul.products,
	.dw-category-grid {
		gap: 8px !important;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation ul {
		grid-template-columns: minmax(0, 1fr);
	}
}

/* Extra breathing room for compact smartphone layouts. */
@media (max-width: 600px) {
	:root {
		--dw-shell: calc(100% - 40px);
	}

	.ast-container,
	.site-content .ast-container {
		padding-inline: 20px;
	}

	.dw-shell,
	.dw-commerce,
	.dw-catalog-hero,
	.dw-catalog-toolbar-title {
		max-width: calc(100% - 40px);
		margin-inline: auto;
	}

	.dw-newsletter__inner {
		max-width: calc(100% - 56px);
		margin-inline: auto;
	}

	.dw-home-hero h1,
	.dw-catalog-hero h1,
	.entry-title,
	.woocommerce div.product .product_title {
		font-size: clamp(1.85rem, 8.8vw, 3.4rem);
	}

	.dw-home-heading h2,
	.dw-product-showcase__head h2,
	.dw-campaign h2,
	.dw-gift h2,
	.dw-newsletter h2 {
		font-size: clamp(2rem, 9.5vw, 3rem);
	}

	.dw-home-heading,
	.dw-product-showcase__head {
		padding-inline: 4px;
	}

	.woocommerce ul.products,
	.woocommerce-page ul.products,
	.dw-product-showcase .woocommerce ul.products,
	.dw-product-showcase ul.products {
		column-gap: 12px !important;
		row-gap: 18px !important;
	}

	.woocommerce ul.products li.product {
		padding-bottom: 10px;
	}

	.woocommerce ul.products li.product .woocommerce-loop-product__title,
	.woocommerce ul.products li.product .price,
	.woocommerce ul.products li.product .button,
	.woocommerce ul.products li.product .star-rating,
	.woocommerce ul.products li.product .dw-product-card__meta {
		margin-right: 8px;
		margin-left: 8px;
	}

	.woocommerce ul.products li.product .woocommerce-loop-product__title,
	.woocommerce ul.products li.product .price {
		font-size: clamp(.82rem, 3.2vw, .95rem);
	}
}

@media (max-width: 359px) {
	:root { --dw-shell: calc(100% - 32px); }

	.dw-shell,
	.dw-commerce,
	.dw-catalog-hero,
	.dw-catalog-toolbar-title {
		max-width: calc(100% - 32px);
	}

	.dw-newsletter__inner {
		max-width: calc(100% - 44px);
	}
}
/* Cart coupon: stack controls and keep a compact touch height on phones. */
@media (max-width: 600px) {
	.woocommerce-cart table.shop_table_responsive tr td.actions {
		display: block !important;
		padding: 12px 0 !important;
		text-align: left !important;
	}

	.woocommerce-cart table.shop_table_responsive tr td.actions::before {
		display: none !important;
	}

	.woocommerce-cart table.cart td.actions .coupon {
		display: flex !important;
		flex-direction: column;
		align-items: stretch;
		gap: 8px;
		float: none !important;
		width: 100% !important;
		margin: 0 0 12px !important;
	}

	.woocommerce-cart table.cart td.actions .coupon #coupon_code,
	.woocommerce-cart table.cart td.actions .coupon button[name=apply_coupon] {
		display: block;
		float: none !important;
		width: 100% !important;
		height: 44px !important;
		min-height: 44px !important;
		max-height: 44px !important;
		margin: 0 !important;
	}

	.woocommerce-cart table.cart td.actions .coupon #coupon_code {
		padding: 0 14px !important;
		line-height: 44px !important;
	}

	.woocommerce-cart table.cart td.actions .coupon button[name=apply_coupon] {
		padding: 10px 14px !important;
		line-height: 1.2 !important;
		white-space: normal !important;
	}
}
/* Strumenti cliente sempre accessibili nell'header mobile. */
.dw-mobile-customer-tools {
	display: none;
}

@media (max-width: 921px) {
	.site-header {
		position: relative;
	}

	.dw-mobile-customer-tools {
		position: absolute;
		z-index: 100100;
		top: 50%;
		right: 62px;
		display: flex;
		gap: 0;
		align-items: center;
		transform: translateY(-50%);
	}

	.dw-mobile-customer-tools a {
		position: relative;
		display: grid;
		place-items: center;
		width: 40px;
		height: 44px;
		padding: 0;
		color: #50432f;
		background: transparent;
	}

	.dw-mobile-customer-tools svg {
		width: 21px;
		height: 21px;
		fill: none;
		stroke: currentColor;
		stroke-linecap: round;
		stroke-linejoin: round;
		stroke-width: 1.6;
	}

	.dw-mobile-customer-tools span {
		position: absolute;
		top: 2px;
		right: 1px;
		display: grid;
		place-items: center;
		min-width: 16px;
		height: 16px;
		padding: 0 4px;
		border-radius: 999px;
		color: #fff;
		background: #98736c;
		font-size: 9px;
		line-height: 1;
	}
}

@media (max-width: 380px) {
	.dw-mobile-customer-tools {
		right: 54px;
	}

	.dw-mobile-customer-tools a {
		width: 34px;
	}
}
/* Posizionamento effettivo nel contenitore destro Astra. */
@media (max-width: 921px) {
	.ast-mobile-header-wrap .site-header-primary-section-right,
	#ast-mobile-header .site-header-primary-section-right {
		display: flex !important;
		min-width: 120px;
		align-items: center;
		justify-content: flex-end;
		overflow: visible !important;
	}

	.ast-mobile-header-wrap .site-header-primary-section-right > .dw-mobile-customer-tools,
	#ast-mobile-header .site-header-primary-section-right > .dw-mobile-customer-tools {
		position: static !important;
		display: flex !important;
		visibility: visible !important;
		opacity: 1 !important;
		margin: 0 !important;
		transform: none !important;
	}
}

@media (max-width: 380px) {
	.ast-mobile-header-wrap .site-header-primary-section-right,
	#ast-mobile-header .site-header-primary-section-right {
		min-width: 102px;
	}
}
/* Logo centrato e strumenti su barra bianca separata. */
@media (max-width: 921px) {
	.ast-mobile-header-wrap .ast-primary-header-bar,
	#ast-mobile-header .ast-primary-header-bar {
		position: relative;
	}

	.ast-mobile-header-wrap .site-header-primary-section-center,
	#ast-mobile-header .site-header-primary-section-center {
		position: absolute !important;
		left: 50% !important;
		z-index: 2;
		transform: translateX(-50%) !important;
	}

	.ast-mobile-header-wrap > .dw-mobile-customer-tools,
	#ast-mobile-header > .dw-mobile-customer-tools {
		position: static !important;
		display: flex !important;
		visibility: visible !important;
		width: 100% !important;
		min-height: 48px;
		margin: 0 !important;
		padding: 2px 16px !important;
		border-top: 1px solid rgba(80, 67, 47, 0.12);
		border-bottom: 1px solid rgba(80, 67, 47, 0.08);
		justify-content: flex-end;
		background: #fff !important;
		opacity: 1 !important;
		transform: none !important;
		box-sizing: border-box;
	}

	.ast-mobile-header-wrap > .dw-mobile-customer-tools a,
	#ast-mobile-header > .dw-mobile-customer-tools a {
		width: 44px;
		height: 44px;
	}
}
/* Altezza barra logo mobile e centratura verticale. */
@media (max-width: 921px) {
	.ast-mobile-header-wrap .ast-primary-header-bar,
	#ast-mobile-header .ast-primary-header-bar,
	.ast-mobile-header-wrap .ast-primary-header-bar .ast-builder-grid-row,
	#ast-mobile-header .ast-primary-header-bar .ast-builder-grid-row {
		min-height: 112px !important;
		overflow: visible !important;
	}

	.ast-mobile-header-wrap .site-header-primary-section-center,
	#ast-mobile-header .site-header-primary-section-center {
		top: 50% !important;
		transform: translate(-50%, -50%) !important;
		overflow: visible !important;
	}

	.ast-mobile-header-wrap .site-header-primary-section-center .custom-logo,
	#ast-mobile-header .site-header-primary-section-center .custom-logo {
		display: block;
		width: auto;
		max-width: 150px;
		max-height: 88px !important;
		object-fit: contain;
	}
}
/* Newsletter Home in colonna su mobile. */
@media (max-width: 600px) {
	.dw-newsletter-form--home-discount .dw-newsletter-form__row {
		display: grid;
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 12px;
		border-bottom: 0;
	}

	.dw-newsletter-form--home-discount .dw-newsletter-form__row input[type="email"] {
		width: 100%;
		border-bottom: 1px solid var(--dw-ink);
	}

	.dw-newsletter-form--home-discount .dw-newsletter-form__row button {
		width: 100%;
		min-height: 54px;
		margin-top: 0;
		padding: 14px 18px;
		justify-content: center;
	}
}
/* Strumenti cliente nella fascia logo desktop. */
@media (min-width: 922px) {
	#ast-desktop-header .ast-primary-header-bar {
		position: relative;
	}

	#ast-desktop-header .ast-primary-header-bar > .dw-mobile-customer-tools {
		position: absolute;
		z-index: 100100;
		top: 50%;
		right: clamp(28px, 4vw, 72px);
		display: flex !important;
		align-items: center;
		gap: 4px;
		margin: 0;
		transform: translateY(-50%);
		visibility: visible !important;
		opacity: 1 !important;
	}

	#ast-desktop-header .dw-mobile-customer-tools a {
		position: relative;
		display: grid;
		place-items: center;
		width: 46px;
		height: 46px;
		padding: 0;
		color: #50432f;
		background: transparent;
		border-radius: 50%;
		transition: background-color .2s ease, color .2s ease;
	}

	#ast-desktop-header .dw-mobile-customer-tools a:hover,
	#ast-desktop-header .dw-mobile-customer-tools a:focus-visible {
		color: #312e39;
		background: rgba(255, 255, 255, .62);
	}

	#ast-desktop-header .dw-mobile-customer-tools svg {
		width: 23px;
		height: 23px;
		fill: none;
		stroke: currentColor;
		stroke-linecap: round;
		stroke-linejoin: round;
		stroke-width: 1.6;
	}

	#ast-desktop-header .dw-mobile-customer-tools span {
		position: absolute;
		top: 1px;
		right: 0;
		display: grid;
		place-items: center;
		min-width: 17px;
		height: 17px;
		padding: 0 4px;
		border-radius: 999px;
		background: #a77e75;
		color: #fff;
		font-size: 10px;
		font-weight: 700;
		line-height: 1;
	}
}
/* Ricerca prodotti prima dei comandi cliente. */
.dw-customer-product-search {
	display: none;
}

@media (min-width: 922px) {
	#ast-desktop-header .dw-customer-product-search {
		display: flex;
		align-items: center;
		width: clamp(180px, 16vw, 250px);
		height: 42px;
		margin: 0 12px 0 0;
		border-bottom: 1px solid rgba(80, 67, 47, .55);
	}

	#ast-desktop-header .dw-customer-product-search input[type="search"] {
		width: 100%;
		height: 40px;
		min-width: 0;
		padding: 0 8px;
		border: 0;
		outline: 0;
		background: transparent;
		box-shadow: none;
		color: #50432f;
		font-size: 13px;
	}

	#ast-desktop-header .dw-customer-product-search input[type="search"]::placeholder {
		color: rgba(80, 67, 47, .72);
	}

	#ast-desktop-header .dw-customer-product-search input[type="hidden"] {
		display: none;
	}

	#ast-desktop-header .dw-customer-product-search button {
		display: grid;
		flex: 0 0 40px;
		place-items: center;
		width: 40px;
		height: 40px;
		min-height: 0;
		margin: 0;
		padding: 0;
		border: 0;
		border-radius: 50%;
		background: transparent;
		color: #50432f;
		box-shadow: none;
	}

	#ast-desktop-header .dw-customer-product-search button:hover,
	#ast-desktop-header .dw-customer-product-search button:focus-visible {
		background: rgba(255, 255, 255, .62);
		color: #312e39;
	}

	#ast-desktop-header .dw-customer-product-search button svg {
		width: 20px;
		height: 20px;
	}
}

/* dresswell-menu-hover-fix.css */
/* Hover-capable devices must switch department panels at every viewport width. */
@media (hover: hover) and (pointer: fine) {
	.main-header-menu > .menu-item.menu-item-has-children.dw-menu-hover-open {
		position: relative;
	}
	.main-header-menu > .menu-item.menu-item-has-children.dw-menu-hover-open > .sub-menu {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
		pointer-events: auto !important;
		transform: none !important;
		margin-top: 0 !important;
		z-index: 9999 !important;
	}
	.main-header-menu > .menu-item.menu-item-has-children:not(.dw-menu-hover-open) > .sub-menu {
		pointer-events: none;
	}
}

/* A category label remains a normal link; only the arrow controls expansion. */
.main-header-menu > .menu-item.menu-item-has-children > .menu-link {
		cursor: pointer;
}


/* dresswell-menu-final-fix.css */
/* Let the browser handle desktop hover directly; this wins over Astra's closed state. */
@media (hover: hover) and (pointer: fine) {
	.main-header-menu > li.menu-item-has-children:hover > ul.sub-menu,
	.main-header-menu > li.menu-item-has-children:focus-within > ul.sub-menu,
	.main-header-menu > li.menu-item-has-children.dw-menu-hover-open > ul.sub-menu {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
		pointer-events: auto !important;
		transform: none !important;
		left: 0 !important;
		top: 100% !important;
		z-index: 10000 !important;
	}
	.main-header-menu > li.menu-item-has-children > .menu-link .dropdown-menu-toggle {
		pointer-events: none;
	}
}

/* The label is a link; the mobile Astra toggle remains the expansion control. */
.main-header-menu > li.menu-item-has-children > .menu-link {
		pointer-events: auto !important;
		cursor: pointer !important;
}


/* dresswell-menu-pointer-fix.css */
/* A single explicit panel owns pointer events. Hidden Astra panels cannot cover siblings. */
@media (hover: hover) and (pointer: fine) {
	.main-header-menu > li.menu-item-has-children {
		position: relative !important;
		z-index: 1;
	}
	.main-header-menu > li.menu-item-has-children > ul.sub-menu {
		display: none !important;
		visibility: hidden !important;
		opacity: 0 !important;
		pointer-events: none !important;
		transform: none !important;
	}
	.main-header-menu > li.menu-item-has-children.dw-pointer-menu-open {
		z-index: 10001;
	}
	.main-header-menu > li.menu-item-has-children.dw-pointer-menu-open > ul.sub-menu {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
		pointer-events: auto !important;
		left: 0 !important;
		top: 100% !important;
		margin-top: 0 !important;
		z-index: 10000 !important;
	}
	.main-header-menu > li.menu-item-has-children > a.menu-link {
		position: relative;
		z-index: 10002;
		pointer-events: auto !important;
		cursor: pointer !important;
	}
}

