/**
 * UI visibility fixes — login, contact social, filter, PDP layout.
 */

/* ===== Icons: line SVGs need stroke ===== */
.dinc-filter-trigger svg,
.dinc-menu-btn svg,
.dinc-icon-btn svg {
	width: 1.1rem;
	height: 1.1rem;
	fill: none !important;
	stroke: currentColor !important;
	stroke-width: 1.5;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.dinc-filter-trigger {
	color: #111 !important;
}

.dinc-filter-trigger svg {
	stroke: #111 !important;
	color: #111 !important;
}

/* ===== Filter + sort toolbar ===== */
.dinc-filter-trigger {
	display: inline-flex !important;
	align-items: center !important;
	gap: 0.5rem !important;
	min-height: 2.6rem !important;
	padding: 0.45rem 1rem !important;
	border: 1px solid #111 !important;
	background: #fff !important;
	color: #111 !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.dinc-filter-trigger span {
	display: inline !important;
	color: #111 !important;
	opacity: 1 !important;
	font-size: 0.7rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	font-weight: 500;
}

.dinc-shop-toolbar__sort select,
#dinc-orderby {
	min-width: 10rem;
	max-width: 14rem;
	height: 2.6rem !important;
	min-height: 2.6rem !important;
	line-height: 1.2 !important;
	padding: 0 2rem 0 0.75rem !important;
	border: 1px solid #ddd !important;
	background: #fff !important;
	color: #111 !important;
	appearance: auto;
	-webkit-appearance: menulist;
}

/* Hide duplicate Storefront sorting UI if still output */
.storefront-sorting {
	display: none !important;
}

/* ===== Login / Register — visible labels + fields ===== */
html body.woocommerce-account:not(.logged-in) .woocommerce form label,
html body.woocommerce-account:not(.logged-in) .woocommerce-form-login label,
html body.woocommerce-account:not(.logged-in) .woocommerce-form-register label {
	position: static !important;
	left: auto !important;
	display: block !important;
	width: auto !important;
	height: auto !important;
	margin: 0 0 0.35rem !important;
	padding: 0 !important;
	clip: auto !important;
	overflow: visible !important;
	color: #111 !important;
	font-size: 0.75rem !important;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-weight: 500;
}

html body.woocommerce-account:not(.logged-in) .woocommerce form label .required,
html body.woocommerce-account:not(.logged-in) .woocommerce form label .screen-reader-text {
	color: #111 !important;
}

html body.woocommerce-account:not(.logged-in) .woocommerce form input.input-text,
html body.woocommerce-account:not(.logged-in) .woocommerce form input[type="text"],
html body.woocommerce-account:not(.logged-in) .woocommerce form input[type="email"],
html body.woocommerce-account:not(.logged-in) .woocommerce form input[type="password"] {
	display: block !important;
	width: 100% !important;
	min-height: 3rem !important;
	padding: 0.75rem 1rem !important;
	border: 1px solid #c8c8c8 !important;
	background: #fff !important;
	color: #111 !important;
	opacity: 1 !important;
	visibility: visible !important;
}

html body.woocommerce-account:not(.logged-in) .woocommerce-form-login__rememberme,
html body.woocommerce-account:not(.logged-in) .woocommerce-form-login__rememberme span,
html body.woocommerce-account:not(.logged-in) .lost_password,
html body.woocommerce-account:not(.logged-in) .lost_password a {
	display: inline !important;
	color: #444 !important;
	opacity: 1 !important;
	visibility: visible !important;
	font-size: 0.8rem !important;
}

html body.woocommerce-account:not(.logged-in) button[name="login"],
html body.woocommerce-account:not(.logged-in) .woocommerce-form-login__submit,
html body.woocommerce-account:not(.logged-in) button[name="register"],
html body.woocommerce-account:not(.logged-in) .woocommerce-form-register__submit {
	display: inline-block !important;
	width: auto !important;
	min-width: 10rem;
	margin: 1.25rem auto 0 !important;
	padding: 0.75rem 1.5rem !important;
	background: #111 !important;
	color: #fff !important;
	border: 1px solid #111 !important;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	font-size: 0.75rem !important;
	opacity: 1 !important;
	visibility: visible !important;
}

/* Show register column (was CSS-hidden as text-only CTA) */
html body.woocommerce-account:not(.logged-in) .u-column2,
html body.woocommerce-account:not(.logged-in) .col-2 {
	display: block !important;
	margin-top: 2.5rem !important;
	padding-top: 1.5rem !important;
	border-top: 1px solid #e5e5e5;
	text-align: left !important;
}

html body.woocommerce-account:not(.logged-in) .u-column1 > h2,
html body.woocommerce-account:not(.logged-in) .u-column2 > h2,
html body.woocommerce-account:not(.logged-in) .woocommerce h2 {
	display: block !important;
	color: #111 !important;
	font-family: var(--dinc-font-display) !important;
	font-size: 1.5rem !important;
	letter-spacing: 0.06em !important;
	text-transform: none !important;
	margin: 0 0 1rem !important;
	text-align: left !important;
	cursor: default !important;
}

html body.woocommerce-account:not(.logged-in) .u-column2 form {
	display: block !important;
}

html body.woocommerce-account:not(.logged-in) #customer_login {
	max-width: 28rem !important;
	margin: 0 auto !important;
	padding: 2rem 1rem 3rem !important;
}

/* ===== Contact social links — visible dark text ===== */
html body.page .dinc-contact-card,
html body.page .dinc-contact-card h2,
html body.page .dinc-contact-card p,
html body.page .dinc-contact-card li,
html body.page .dinc-contact-card a,
html body.page .dinc-prose,
html body.page .dinc-prose a,
html body.page .dinc-page-hero h1,
html body.page .dinc-page-hero p {
	color: #111111 !important;
	opacity: 1 !important;
}

html body.page .dinc-contact-card ul {
	list-style: disc;
	padding-left: 1.25rem;
	margin: 0.75rem 0;
}

html body.page .dinc-contact-card a {
	text-decoration: underline;
	text-underline-offset: 2px;
}

html body.page .dinc-contact-card a:hover {
	opacity: 0.7;
}

/* ===== Product page: gallery LEFT, details RIGHT; light readable ===== */
html body.single-product,
html body.single-product #page,
html body.single-product .site,
html body.single-product .site-content,
html body.single-product .col-full,
html body.single-product div.product,
html body.single-product div.product.dinc-product {
	background: #ffffff !important;
	color: #111111 !important;
}

html body.single-product div.product.dinc-product {
	display: grid !important;
	grid-template-columns: 1fr !important;
	gap: 2rem !important;
	align-items: start;
}

@media (min-width: 960px) and (max-width: 1023px) {
	/* Tablet: keep one column until sticky 3-col kicks in at 1024 */
	html body.single-product div.product.dinc-product {
		grid-template-columns: 1fr !important;
	}

	html body.single-product div.product.dinc-product .summary {
		position: static !important;
		grid-column: auto !important;
	}
}

@media (min-width: 960px) {
	html body.single-product div.product.dinc-product {
		grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.9fr) !important;
		grid-template-rows: auto auto !important;
	}

	/* Only gallery + summary share the top row — related must be full-width below */
	html body.single-product div.product.dinc-product .woocommerce-product-gallery {
		grid-column: 1 !important;
		grid-row: 1 !important;
		width: 100% !important;
		max-width: none !important;
		float: none !important;
	}

	html body.single-product div.product.dinc-product .summary {
		grid-column: 2 !important;
		grid-row: 1 !important;
		width: 100% !important;
		float: none !important;
		position: sticky;
		top: 6rem;
		align-self: start !important;
	}

	html body.single-product div.product.dinc-product > .onsale {
		grid-column: 2;
		grid-row: 1;
		position: relative;
		z-index: 2;
		justify-self: start;
	}

	html body.single-product div.product.dinc-product .related.products,
	html body.single-product div.product.dinc-product .upsells.products,
	html body.single-product div.product.dinc-product .woocommerce-tabs,
	html body.single-product .dinc-related {
		grid-column: 1 / -1 !important;
		grid-row: auto !important;
		width: 100% !important;
		max-width: 100% !important;
		float: none !important;
		clear: both !important;
		margin-top: 2.5rem !important;
	}
}

/* Related / recently viewed: full-page plane under PDP */
html body.single-product .related.products,
html body.single-product .upsells.products,
html body.single-product .dinc-related {
	display: block !important;
	width: 100% !important;
	max-width: 1120px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding: 2rem 0 1rem !important;
	float: none !important;
	clear: both !important;
}

html body.single-product .related.products > h2,
html body.single-product .upsells.products > h2,
html body.single-product .dinc-related .dinc-section__title {
	text-align: left !important;
	margin: 0 0 1.25rem !important;
}

html body.single-product .related.products ul.products,
html body.single-product .upsells.products ul.products,
html body.single-product .dinc-related ul.products {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 1.5rem !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	float: none !important;
}

html body.single-product .related.products ul.products li.product,
html body.single-product .upsells.products ul.products li.product {
	width: 100% !important;
	max-width: none !important;
	float: none !important;
	margin: 0 !important;
}

@media (max-width: 900px) {
	html body.single-product .related.products ul.products,
	html body.single-product .upsells.products ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 560px) {
	html body.single-product .related.products ul.products,
	html body.single-product .upsells.products ul.products {
		grid-template-columns: 1fr !important;
	}
}

/* Recently Viewed: four smaller cards, one row */
html body.single-product .dinc-related:has(#dinc-recently-viewed) {
	max-width: 1320px !important;
}

html body.single-product #dinc-recently-viewed ul.products,
html body.single-product .dinc-related #dinc-recently-viewed ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 0.85rem !important;
}

html body.single-product #dinc-recently-viewed ul.products li.product {
	width: 100% !important;
	max-width: none !important;
	float: none !important;
	margin: 0 !important;
}

html body.single-product #dinc-recently-viewed li.product .woocommerce-loop-product__title {
	font-size: 0.82rem !important;
	line-height: 1.3 !important;
}

html body.single-product #dinc-recently-viewed li.product .price,
html body.single-product #dinc-recently-viewed li.product .price * {
	font-size: 0.78rem !important;
}

html body.single-product #dinc-recently-viewed li.product .dinc-qv-btn {
	font-size: 0.68rem !important;
	min-height: 2rem !important;
	padding: 0.35rem 0.5rem !important;
}

@media (max-width: 560px) {
	html body.single-product #dinc-recently-viewed ul.products,
	html body.single-product .dinc-related #dinc-recently-viewed ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 0.65rem !important;
	}
}

html body.single-product .summary,
html body.single-product .summary h1,
html body.single-product .summary .product_title,
html body.single-product .summary .price,
html body.single-product .summary .price *,
html body.single-product .summary p,
html body.single-product .summary li,
html body.single-product .summary .product_meta,
html body.single-product .summary .product_meta a,
html body.single-product .woocommerce-product-details__short-description,
html body.single-product .dinc-acc-block,
html body.single-product .dinc-acc-block summary,
html body.single-product .dinc-acc-block p,
html body.single-product .woocommerce-breadcrumb,
html body.single-product .woocommerce-breadcrumb a {
	color: #111111 !important;
	opacity: 1 !important;
}

html body.single-product .woocommerce-product-gallery {
	float: none !important;
	width: 100% !important;
}

html body.single-product .woocommerce-product-gallery__image img {
	width: 100% !important;
	height: auto !important;
	max-height: none !important;
	object-fit: cover;
}

html body.single-product span.onsale {
	background: #111 !important;
	color: #fff !important;
	border: 0 !important;
	opacity: 1 !important;
}

html body.single-product .dinc-btn--ghost,
html body.single-product .dinc-size-guide {
	color: #111 !important;
	border-color: #111 !important;
	background: #fff !important;
	opacity: 1 !important;
}

html body.single-product .related.products,
html body.single-product .dinc-related,
html body.single-product .dinc-related h2,
html body.single-product .dinc-section__title {
	background: #fff !important;
	color: #111 !important;
}

/* ===== PDP: hide blog Archives/Categories sidebar; full width ===== */
html body.single-product #secondary,
html body.single-product .widget-area,
html body.single-product.dinc-product-fullwidth #secondary {
	display: none !important;
	width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

html body.single-product #primary,
html body.single-product .content-area,
html body.single-product.dinc-product-fullwidth #primary,
html body.single-product.full-width .content-area,
html body.single-product.full-width #primary {
	width: 100% !important;
	max-width: 100% !important;
	float: none !important;
	margin: 0 auto !important;
}

/* ===== Prev / next product: image + name + price on hover ===== */
html body.single-product .storefront-product-pagination.dinc-product-pagination,
html body.single-product .dinc-product-pagination {
	position: fixed !important;
	top: 42% !important;
	left: 0 !important;
	right: 0 !important;
	z-index: 40 !important;
	pointer-events: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

html body.single-product .dinc-product-pagination__link {
	pointer-events: auto !important;
	position: absolute !important;
	display: flex !important;
	align-items: center !important;
	gap: 0.75rem !important;
	max-width: min(320px, 42vw) !important;
	padding: 0.55rem !important;
	background: #fff !important;
	border: 1px solid #e5e5e5 !important;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08) !important;
	text-decoration: none !important;
	color: #111 !important;
	opacity: 0.95 !important;
	transform: translateY(-50%) !important;
	top: 0 !important;
	transition: max-width 0.2s ease, box-shadow 0.2s ease !important;
}

html body.single-product .dinc-product-pagination__link--prev {
	left: 0.75rem !important;
	right: auto !important;
	flex-direction: row !important;
}

html body.single-product .dinc-product-pagination__link--next {
	right: 0.75rem !important;
	left: auto !important;
	flex-direction: row-reverse !important;
	text-align: right !important;
}

html body.single-product .dinc-product-pagination__media {
	display: block !important;
	flex: 0 0 64px !important;
	width: 64px !important;
	height: 80px !important;
	overflow: hidden !important;
	background: #f3f3f3 !important;
}

html body.single-product .dinc-product-pagination__media img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	display: block !important;
	margin: 0 !important;
}

html body.single-product .dinc-product-pagination__meta {
	display: flex !important;
	flex-direction: column !important;
	gap: 0.15rem !important;
	min-width: 0 !important;
	opacity: 0 !important;
	max-width: 0 !important;
	overflow: hidden !important;
	transition: opacity 0.18s ease, max-width 0.18s ease !important;
}

html body.single-product .dinc-product-pagination__link:hover .dinc-product-pagination__meta,
html body.single-product .dinc-product-pagination__link:focus .dinc-product-pagination__meta,
html body.single-product .dinc-product-pagination__link:focus-within .dinc-product-pagination__meta {
	opacity: 1 !important;
	max-width: 220px !important;
	overflow: visible !important;
}

html body.single-product .dinc-product-pagination__eyebrow {
	font-size: 0.65rem !important;
	letter-spacing: 0.12em !important;
	text-transform: uppercase !important;
	color: #666 !important;
}

html body.single-product .dinc-product-pagination__title,
html body.single-product .storefront-product-pagination__title {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	color: #111 !important;
	font-size: 0.88rem !important;
	line-height: 1.3 !important;
	font-weight: 500 !important;
	white-space: normal !important;
}

html body.single-product .dinc-product-pagination__price,
html body.single-product .dinc-product-pagination__price .amount,
html body.single-product .dinc-product-pagination__price * {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	color: #111 !important;
	font-size: 0.82rem !important;
}

@media (max-width: 900px) {
	html body.single-product .dinc-product-pagination {
		display: none !important;
	}
}

/* ===== Hover Add to Cart on all product cards ===== */
html body ul.products li.product .dinc-card-media {
	position: relative !important;
	overflow: hidden !important;
}

html body ul.products li.product .dinc-card-atc {
	position: absolute !important;
	left: 0.65rem !important;
	right: 0.65rem !important;
	bottom: 0.65rem !important;
	z-index: 4 !important;
	opacity: 0 !important;
	transform: translateY(8px) !important;
	transition: opacity 0.18s ease, transform 0.18s ease !important;
	pointer-events: none !important;
}

html body ul.products li.product:hover .dinc-card-atc,
html body ul.products li.product:focus-within .dinc-card-atc {
	opacity: 1 !important;
	transform: translateY(0) !important;
	pointer-events: auto !important;
}

html body ul.products li.product .dinc-card-atc .button,
html body ul.products li.product .dinc-card-atc a.button,
html body ul.products li.product .dinc-card-atc .add_to_cart_button,
html body ul.products li.product .dinc-card-atc .product_type_simple,
html body ul.products li.product .dinc-card-atc .product_type_variable {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	min-height: 2.6rem !important;
	margin: 0 !important;
	padding: 0.55rem 0.75rem !important;
	background: #111 !important;
	color: #fff !important;
	border: 1px solid #111 !important;
	font-size: 0.68rem !important;
	letter-spacing: 0.12em !important;
	text-transform: uppercase !important;
	text-decoration: none !important;
	text-align: center !important;
}

html body ul.products li.product .dinc-card-atc .button:hover,
html body ul.products li.product .dinc-card-atc a.button:hover {
	background: #333 !important;
	color: #fff !important;
}

html body ul.products li.product .dinc-card-atc .added_to_cart {
	display: block !important;
	margin-top: 0.35rem !important;
	text-align: center !important;
	color: #111 !important;
	background: #fff !important;
	padding: 0.35rem !important;
	font-size: 0.7rem !important;
}

@media (hover: none) {
	html body ul.products li.product .dinc-card-atc {
		opacity: 1 !important;
		transform: none !important;
		pointer-events: auto !important;
	}
}

/* ===== Product cards: white meta area, always-visible text ===== */
html body ul.products li.product,
html body .related ul.products li.product,
html body .dinc-related ul.products li.product,
html body #dinc-recently-viewed ul.products li.product,
html body .dinc-product-rail ul.products li.product {
	background: #ffffff !important;
	color: #111111 !important;
}

html body ul.products li.product .dinc-card-media {
	background: #f3f3f3 !important;
	margin-bottom: 0.65rem !important;
}

html body ul.products li.product .woocommerce-loop-product__title,
html body ul.products li.product .price,
html body ul.products li.product .price *,
html body ul.products li.product .price del,
html body ul.products li.product .price ins,
html body ul.products li.product .price .amount,
html body ul.products li.product .dinc-card-actions,
html body ul.products li.product .dinc-qv-btn,
html body ul.products li.product .button,
html body .related ul.products li.product .woocommerce-loop-product__title,
html body .related ul.products li.product .price,
html body .related ul.products li.product .price *,
html body #dinc-recently-viewed li.product .woocommerce-loop-product__title,
html body #dinc-recently-viewed li.product .price,
html body #dinc-recently-viewed li.product .price * {
	opacity: 1 !important;
	transform: none !important;
	visibility: visible !important;
	color: #111111 !important;
	background: transparent !important;
	text-align: left !important;
	padding-left: 0.15rem !important;
	padding-right: 0.15rem !important;
}

html body ul.products li.product .dinc-qv-btn,
html body ul.products li.product .button.dinc-qv-btn {
	display: inline-flex !important;
	border: 1px solid #111 !important;
	background: #fff !important;
	color: #111 !important;
	margin-top: 0.35rem;
}

html body ul.products li.product .onsale {
	background: #111 !important;
	color: #fff !important;
	opacity: 1 !important;
}

/* ===== FTA-style PDP right column ===== */
html body.single-product .summary .product_title {
	font-family: var(--dinc-font-display) !important;
	font-size: clamp(1.75rem, 2.4vw, 2.35rem) !important;
	letter-spacing: 0.04em !important;
	text-transform: none !important;
	margin-bottom: 0.35rem !important;
}

html body.single-product .summary .price,
html body.single-product .summary .dinc-price-call {
	font-size: 0.95rem !important;
	letter-spacing: 0.14em !important;
	text-transform: uppercase !important;
	margin-bottom: 1rem !important;
	font-weight: 600 !important;
}

html body.single-product .dinc-product-lead {
	font-size: 0.95rem !important;
	line-height: 1.65 !important;
	color: #222 !important;
	margin: 0 0 1.1rem !important;
}

html body.single-product .dinc-product-lead p {
	margin: 0 0 0.75rem !important;
}

html body.single-product .dinc-product-facts {
	list-style: none !important;
	margin: 0 0 1.15rem !important;
	padding: 0 !important;
	border-top: 1px solid #e6e6e6;
	padding-top: 0.85rem !important;
}

html body.single-product .dinc-product-facts li {
	margin: 0 0 0.4rem !important;
	font-size: 0.9rem !important;
	line-height: 1.5 !important;
	color: #111 !important;
}

html body.single-product .dinc-product-facts__label {
	font-weight: 600;
	letter-spacing: 0.02em;
}

html body.single-product .dinc-product-size {
	margin: 0 0 1rem !important;
}

html body.single-product .dinc-product-size__label {
	display: block;
	font-size: 0.72rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 0.55rem;
	color: #111 !important;
}

html body.single-product .dinc-product-size__swatches {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	align-items: stretch;
}

html body.single-product .dinc-product-size__swatch {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.75rem;
	min-height: 2.75rem;
	padding: 0 0.7rem;
	margin: 0;
	border: 1px solid #d0d0d0;
	background: #fff;
	color: #888 !important;
	cursor: pointer;
	font-size: 0.82rem;
	font-weight: 500;
	line-height: 1;
	user-select: none;
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

html body.single-product .dinc-product-size__swatch input {
	position: absolute;
	opacity: 0;
	width: 1px;
	height: 1px;
	margin: 0;
	pointer-events: none;
}

html body.single-product .dinc-product-size__swatch-text {
	pointer-events: none;
}

html body.single-product .dinc-product-size__swatch:hover {
	border-color: #999;
	color: #333 !important;
}

html body.single-product .dinc-product-size__swatch.is-selected,
html body.single-product .dinc-product-size__swatch:has(input:checked) {
	background: #333 !important;
	border-color: #333 !important;
	color: #fff !important;
}

html body.single-product .dinc-product-size__swatch--custom {
	min-width: 6.5rem;
	padding: 0 0.9rem;
}

html body.single-product .summary form.variations_form .variations select {
	width: 100% !important;
	max-width: 100% !important;
	height: 2.75rem;
	border: 1px solid #111 !important;
	background: #fff !important;
	color: #111 !important;
	padding: 0 0.75rem !important;
	appearance: auto;
}

html body.single-product .dinc-product-size__hint {
	margin: 0.5rem 0 0 !important;
	font-size: 0.82rem !important;
	color: #444 !important;
}

html body.single-product .dinc-product-size__custom {
	margin-top: 0.85rem;
	padding: 0.85rem 0.9rem;
	border: 1px solid #e5e5e5;
	background: #fafafa;
}

html body.single-product .dinc-product-size__custom[hidden] {
	display: none !important;
}

html body.single-product .dinc-product-size__custom-intro {
	margin: 0 0 0.75rem !important;
	font-size: 0.88rem !important;
	color: #333 !important;
}

html body.single-product .dinc-product-size__custom-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.65rem;
	margin-bottom: 0.65rem;
}

html body.single-product .dinc-product-size__custom-grid label,
html body.single-product .dinc-product-size__notes {
	display: flex;
	flex-direction: column;
	gap: 0.3rem;
	font-size: 0.78rem;
	color: #111 !important;
}

html body.single-product .dinc-product-size__custom-grid input,
html body.single-product .dinc-product-size__notes textarea {
	min-height: 2.4rem;
	padding: 0.45rem 0.6rem;
	border: 1px solid #ccc;
	background: #fff;
	color: #111 !important;
}

html body .dinc-size-table {
	width: 100%;
	border-collapse: collapse;
	margin: 1rem 0;
}

html body .dinc-size-table th,
html body .dinc-size-table td {
	border: 1px solid #ddd;
	padding: 0.55rem 0.65rem;
	text-align: center;
	color: #111 !important;
}

html body.single-product .dinc-link-btn {
	background: none;
	border: 0;
	padding: 0;
	color: #111 !important;
	text-decoration: underline;
	cursor: pointer;
	font: inherit;
}

html body.single-product .dinc-size-guide-wrap {
	margin: 0 0 0.75rem !important;
}

html body.single-product .dinc-size-guide,
html body.single-product button.dinc-size-guide {
	width: 100% !important;
	justify-content: center;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

html body.single-product .dinc-product-wa {
	margin: 0 0 1.25rem !important;
}

html body.single-product .dinc-product-wa .dinc-btn--wa {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	min-height: 3rem;
	background: #25d366 !important;
	border-color: #25d366 !important;
	color: #fff !important;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: none !important;
}

html body.single-product .dinc-product-wa .dinc-btn--wa:hover {
	background: #1ebe57 !important;
	border-color: #1ebe57 !important;
	color: #fff !important;
}

html body.single-product .summary .dinc-acc-block {
	margin-top: 0.5rem !important;
	border-top: 1px solid #111 !important;
}

html body.single-product .summary .dinc-acc-block details {
	border-bottom: 1px solid #e5e5e5 !important;
	padding: 0.9rem 0 !important;
}

html body.single-product .summary .dinc-acc-block summary {
	color: #111 !important;
	font-size: 0.78rem !important;
	letter-spacing: 0.16em !important;
	text-transform: uppercase !important;
	font-weight: 600 !important;
	position: relative;
	padding-right: 1.5rem;
}

html body.single-product .summary .dinc-acc-block summary::after {
	content: "+";
	position: absolute;
	right: 0;
	top: 0;
	font-size: 1rem;
	font-weight: 400;
}

html body.single-product .summary .dinc-acc-block details[open] summary::after {
	content: "–";
}

html body.single-product .summary .dinc-acc-body,
html body.single-product .summary .dinc-acc-body p,
html body.single-product .summary .dinc-acc-body li {
	color: #333 !important;
	font-size: 0.9rem !important;
	line-height: 1.6 !important;
}

@media (min-width: 960px) {
	html body.single-product div.product.dinc-product .related.products,
	html body.single-product div.product.dinc-product .upsells.products {
		grid-column: 1 / -1 !important;
		grid-row: auto !important;
	}
}

/* ===== Home product cards: force white (beat phase10 black link/card) ===== */
html body.home .dinc-home--p10 .dinc-rail,
html body.home .dinc-home--p10 .dinc-rail .woocommerce,
html body.home .dinc-home--p10 .dinc-grid,
html body.home .dinc-home--p10 ul.products,
html body.home .dinc-home--p10 ul.products li.product,
html body.home .dinc-home--p10 .woocommerce ul.products li.product,
html body.home .dinc-home--p10 .woocommerce-LoopProduct-link,
html body.home .dinc-home--p10 .woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
	background: #ffffff !important;
	color: #111111 !important;
}

html body.home .dinc-home--p10 ul.products li.product .woocommerce-loop-product__title,
html body.home .dinc-home--p10 ul.products li.product .price,
html body.home .dinc-home--p10 ul.products li.product .price *,
html body.home .dinc-home--p10 .dinc-card-actions,
html body.home .dinc-home--p10 .dinc-qv-btn,
html body.home .dinc-home--p10 .button {
	color: #111111 !important;
	opacity: 1 !important;
	visibility: visible !important;
}

html body.home .dinc-home--p10 .dinc-qv-btn,
html body.home .dinc-home--p10 button.dinc-qv-btn,
html body.home .dinc-home--p10 .dinc-card-actions .dinc-btn {
	background: #fff !important;
	border: 1px solid #111 !important;
	color: #111 !important;
}

html body.home .dinc-rail__label {
	color: #111 !important;
}

html body.home .dinc-rail__link {
	color: #6b6b6b !important;
}

/* ===== Category / shop page titles (Couture etc.) ===== */
html body.tax-product_cat .woocommerce-products-header,
html body.woocommerce-shop .woocommerce-products-header {
	padding: 2.5rem var(--dinc-gutter) 1.5rem !important;
	text-align: center !important;
	background: transparent !important;
	color: #111 !important;
}

html body.tax-product_cat .woocommerce-products-header__title,
html body.tax-product_cat h1.page-title,
html body.tax-product_cat .page-title,
html body.woocommerce-shop .woocommerce-products-header__title,
html body.woocommerce-shop h1.page-title {
	font-family: var(--dinc-font-display) !important;
	font-size: clamp(2.4rem, 5vw, 3.75rem) !important;
	font-weight: 500 !important;
	letter-spacing: 0.14em !important;
	text-transform: uppercase !important;
	color: var(--dinc-accent) !important;
	opacity: 1 !important;
	line-height: 1.15 !important;
	margin: 0 auto 0.35rem !important;
}

html body.tax-product_cat .woocommerce-breadcrumb,
html body.tax-product_cat .woocommerce-breadcrumb a,
html body.woocommerce-shop .woocommerce-breadcrumb,
html body.woocommerce-shop .woocommerce-breadcrumb a {
	color: var(--dinc-ink-muted) !important;
	opacity: 1 !important;
}

html body .dinc-announce__inner {
	display: grid !important;
	grid-template-columns: auto minmax(0, 1fr) !important;
	justify-content: stretch !important;
	align-items: center !important;
}

html body .dinc-announce__aside {
	order: 0 !important;
	justify-self: start !important;
}

html body .dinc-announce__track {
	order: 1 !important;
	text-align: center !important;
}

/* ===== Slim announcement bar ===== */
html body .dinc-announce {
	background: #f7f7f7 !important;
	color: #111111 !important;
	border-bottom: 1px solid #ececec;
	min-height: 2rem !important;
}

html body .dinc-announce a {
	color: #111111 !important;
	text-decoration: underline;
}

/* Menu button: icon then label */
html body .dinc-menu-btn {
	display: inline-flex !important;
	align-items: center;
	gap: 0.45rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	font-size: 0.72rem;
	font-weight: 500;
}

html body .dinc-menu-btn__icon svg {
	width: 1.15rem;
	height: 1.15rem;
}

/* ===== FTA-style footer ===== */
html body .dinc-footer {
	background: #f3f3f3 !important;
	color: #111111 !important;
	padding: 3.5rem 0 1.5rem !important;
}

html body .dinc-footer__grid {
	grid-template-columns: 1fr !important;
	gap: 2rem !important;
}

@media (min-width: 900px) {
	html body .dinc-footer__grid {
		grid-template-columns: 1.4fr 1fr 1fr 1fr !important;
		gap: 2.5rem !important;
	}
}

html body .dinc-footer h3 {
	font-family: var(--dinc-font-body, "Gothic A1", sans-serif) !important;
	font-size: 0.78rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.02em !important;
	text-transform: none !important;
	color: #111 !important;
	margin: 0 0 0.85rem !important;
}

html body .dinc-footer__blurb,
html body .dinc-footer p {
	font-size: 0.85rem !important;
	line-height: 1.55 !important;
	color: #444 !important;
	margin: 0 0 0.85rem !important;
}

html body .dinc-footer ul {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

html body .dinc-footer li {
	margin: 0 0 0.45rem !important;
	font-size: 0.88rem !important;
}

html body .dinc-footer a {
	color: #222 !important;
	opacity: 1 !important;
	text-decoration: none !important;
}

html body .dinc-footer a:hover {
	opacity: 0.65 !important;
}

html body .dinc-newsletter--footer {
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	text-align: left !important;
}

html body .dinc-newsletter__row {
	display: flex;
	align-items: stretch;
	border: 1px solid #cfcfcf;
	background: #fff;
}

html body .dinc-newsletter__row input[type="email"] {
	flex: 1;
	border: 0 !important;
	min-height: 2.6rem;
	padding: 0.55rem 0.75rem !important;
	background: transparent !important;
	color: #111 !important;
}

html body .dinc-newsletter__go {
	appearance: none;
	border: 0;
	background: #fff;
	padding: 0 0.85rem;
	font-size: 1.1rem;
	cursor: pointer;
	color: #111;
}

html body .dinc-footer .dinc-consent {
	display: flex;
	gap: 0.4rem;
	align-items: flex-start;
	font-size: 0.72rem !important;
	color: #666 !important;
	margin-top: 0.55rem !important;
}

html body .dinc-footer__meta {
	max-width: var(--dinc-container, 1200px);
	margin: 2.5rem auto 0 !important;
	padding: 1.1rem var(--dinc-gutter, 1.25rem) 0 !important;
	border-top: 1px solid rgba(17, 17, 17, 0.12) !important;
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	opacity: 1 !important;
	color: #333 !important;
	font-size: 0.72rem !important;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	background: transparent !important;
}

html body .dinc-footer__social,
html body .dinc-social--footer {
	display: inline-flex !important;
	flex-wrap: wrap;
	gap: 0.45rem !important;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

html body .dinc-footer__social a,
html body .dinc-social--footer .dinc-social__link {
	font-size: 0 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	color: #111 !important;
	border: 1px solid #ddd !important;
	width: 2.15rem !important;
	height: 2.15rem !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	text-decoration: none !important;
}

html body .dinc-announce .dinc-social__link,
html body .dinc-header .dinc-social__link {
	color: inherit !important;
	opacity: 1 !important;
}

html body.home .dinc-header.is-at-top .dinc-social__link {
	color: #fff !important;
}

html body.home .dinc-header.is-scrolled .dinc-social__link,
html body .dinc-header.is-scrolled .dinc-social__link {
	color: #111 !important;
}

html body .dinc-back-top {
	position: fixed;
	right: 1.1rem;
	bottom: 5.25rem;
	z-index: 40;
	width: 2.4rem;
	height: 2.4rem;
	border-radius: 999px !important;
	border: 0 !important;
	background: #111 !important;
	color: #fff !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	opacity: 1 !important;
	letter-spacing: 0 !important;
	font-size: 1rem !important;
}

/* ===== Size guide tables ===== */
html body .dinc-size-table-wrap,
html body .dinc-modal .dinc-size-table-wrap,
html body .dinc-prose .dinc-size-table-wrap {
	width: 100%;
	overflow-x: auto;
	margin: 1rem 0 1.5rem;
}

html body .dinc-size-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.85rem;
	min-width: 32rem;
}

html body .dinc-size-table th,
html body .dinc-size-table td {
	border: 1px solid #ddd;
	padding: 0.55rem 0.65rem;
	text-align: center;
	color: #111 !important;
}

html body .dinc-size-table th {
	background: #f6f6f6;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-size: 0.72rem;
}

html body .dinc-size-table td:first-child,
html body .dinc-size-table th:first-child {
	font-weight: 600;
}

html body .dinc-modal__dialog {
	max-width: min(52rem, 94vw) !important;
	max-height: 88vh;
	overflow: auto;
}

html body .dinc-modal .dinc-prose h1,
html body .dinc-modal .dinc-prose h2 {
	color: #111 !important;
}

html body .dinc-modal .dinc-prose h1 {
	text-align: center;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	font-size: clamp(1.4rem, 2.5vw, 1.85rem) !important;
}

html body .dinc-modal .dinc-prose h2 {
	font-size: 1.05rem !important;
	margin-top: 1.35rem !important;
}

/* ===== WooCommerce account / cart / checkout: readable dark text ===== */
html body.woocommerce-account,
html body.woocommerce-account #page,
html body.woocommerce-account .site,
html body.woocommerce-account .site-content,
html body.woocommerce-account .col-full,
html body.woocommerce-account main,
html body.woocommerce-account article,
html body.woocommerce-account .woocommerce,
html body.woocommerce-account .dinc-page,
html body.woocommerce-cart,
html body.woocommerce-cart .site-content,
html body.woocommerce-checkout,
html body.woocommerce-checkout .site-content,
html body.woocommerce-page:not(.woocommerce-shop):not(.single-product) .site-content {
	background: #ffffff !important;
	color: #111111 !important;
}

html body.woocommerce-account .woocommerce-MyAccount-navigation,
html body.woocommerce-account .woocommerce-MyAccount-navigation ul,
html body.woocommerce-account .woocommerce-MyAccount-navigation li,
html body.woocommerce-account .woocommerce-MyAccount-navigation a,
html body.woocommerce-account .woocommerce-MyAccount-content,
html body.woocommerce-account .woocommerce-info,
html body.woocommerce-account .woocommerce-message,
html body.woocommerce-account .woocommerce-error,
html body.woocommerce-account .woocommerce-noreviews,
html body.woocommerce-account .woocommerce-NoticeGroup,
html body.woocommerce-account .woocommerce-NoticeGroup p,
html body.woocommerce-account .woocommerce-info > *,
html body.woocommerce-account .woocommerce-message > *,
html body.woocommerce-account table.shop_table,
html body.woocommerce-account table.shop_table th,
html body.woocommerce-account table.shop_table td,
html body.woocommerce-account table.shop_table a,
html body.woocommerce-account .woocommerce form-row,
html body.woocommerce-account .woocommerce form-row label,
html body.woocommerce-account .woocommerce form-row input,
html body.woocommerce-account .woocommerce form-row select,
html body.woocommerce-account .woocommerce form-row textarea,
html body.woocommerce-account .addresses,
html body.woocommerce-account .addresses a,
html body.woocommerce-account .dinc-page,
html body.woocommerce-account .dinc-prose,
/* ===== Printed stitching options (PDP) ===== */
html body.single-product .dinc-stitching[hidden] {
	display: none !important;
}

html body.single-product .dinc-stitching {
	margin: 1.1rem 0 1.35rem;
	padding: 1rem 1.1rem;
	border: 1px solid #e5e5e5;
	background: #fff;
	color: #111 !important;
}

html body.single-product .dinc-stitching__title {
	margin: 0 0 0.35rem;
	font-size: 0.72rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	font-weight: 600;
	color: #111 !important;
}

html body.single-product .dinc-stitching__intro {
	margin: 0 0 0.85rem;
	font-size: 0.92rem;
	color: #444 !important;
}

html body.single-product .dinc-stitching__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.55rem;
}

html body.single-product .dinc-stitching__item label {
	display: grid;
	grid-template-columns: auto 1fr;
	column-gap: 0.65rem;
	row-gap: 0.15rem;
	align-items: start;
	padding: 0.7rem 0.75rem;
	border: 1px solid #ddd;
	cursor: pointer;
	color: #111 !important;
}

html body.single-product .dinc-stitching__item input {
	margin-top: 0.2rem;
}

html body.single-product .dinc-stitching__item:has(input:checked) label {
	border-color: #111;
	background: #fafafa;
}

html body.single-product .dinc-stitching__label {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0.5rem;
	grid-column: 2;
}

html body.single-product .dinc-stitching__label strong,
html body.single-product .dinc-stitching__fee,
html body.single-product .dinc-stitching__desc {
	color: #111 !important;
}

html body.single-product .dinc-stitching__fee {
	font-size: 0.9rem;
	white-space: nowrap;
}

html body.single-product .dinc-stitching__desc {
	grid-column: 2;
	font-size: 0.85rem;
	color: #555 !important;
}

/* ===== Standard Din cart layout (.dinc-cart) ===== */
html body.woocommerce-cart .site-main,
html body.woocommerce-cart .content-area,
html body.woocommerce-cart .woocommerce {
	max-width: 1120px !important;
	width: 100% !important;
	margin-left: auto !important;
	margin-right: auto !important;
	float: none !important;
}

html body.woocommerce-cart .dinc-cart {
	width: 100% !important;
	color: #111 !important;
}

html body.woocommerce-cart .woocommerce-cart-form {
	width: 100% !important;
	float: none !important;
	margin: 0 !important;
}

html body.woocommerce-cart table.shop_table.cart {
	width: 100% !important;
	border-collapse: collapse !important;
	table-layout: fixed !important;
	margin: 0 0 1.75rem !important;
	background: #fff !important;
}

html body.woocommerce-cart table.shop_table.cart th,
html body.woocommerce-cart table.shop_table.cart td {
	display: table-cell !important;
	vertical-align: middle !important;
	padding: 1rem 0.75rem !important;
	border: 0 !important;
	border-bottom: 1px solid #e6e6e6 !important;
	color: #111 !important;
	float: none !important;
	background: transparent !important;
}

html body.woocommerce-cart table.shop_table.cart thead th {
	font-size: 0.7rem !important;
	letter-spacing: 0.14em !important;
	text-transform: uppercase !important;
	font-weight: 600 !important;
	border-bottom: 1px solid #111 !important;
	padding-top: 0.25rem !important;
	padding-bottom: 0.85rem !important;
}

html body.woocommerce-cart table.shop_table.cart .product-remove { width: 44px !important; text-align: center !important; }
html body.woocommerce-cart table.shop_table.cart .product-thumbnail { width: 84px !important; text-align: left !important; }
html body.woocommerce-cart table.shop_table.cart .product-name { text-align: left !important; }
html body.woocommerce-cart table.shop_table.cart .product-price { width: 120px !important; text-align: right !important; }
html body.woocommerce-cart table.shop_table.cart .product-quantity { width: 110px !important; text-align: center !important; }
html body.woocommerce-cart table.shop_table.cart .product-subtotal { width: 130px !important; text-align: right !important; }

html body.woocommerce-cart table.shop_table.cart th.product-price,
html body.woocommerce-cart table.shop_table.cart th.product-subtotal { text-align: right !important; }
html body.woocommerce-cart table.shop_table.cart th.product-quantity { text-align: center !important; }
html body.woocommerce-cart table.shop_table.cart th.product-name { text-align: left !important; }

html body.woocommerce-cart table.shop_table.cart .product-thumbnail img {
	width: 64px !important;
	height: 80px !important;
	object-fit: cover !important;
	display: block !important;
	margin: 0 !important;
}

html body.woocommerce-cart table.shop_table.cart .product-name a {
	color: #111 !important;
	text-decoration: none !important;
	font-weight: 500 !important;
}

html body.woocommerce-cart table.shop_table.cart .product-remove a.remove {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 1.75rem !important;
	height: 1.75rem !important;
	border: 1px solid #ccc !important;
	border-radius: 50% !important;
	color: #111 !important;
	text-decoration: none !important;
	background: #fff !important;
}

html body.woocommerce-cart .quantity {
	display: inline-flex !important;
	justify-content: center !important;
	margin: 0 auto !important;
	float: none !important;
}

html body.woocommerce-cart .quantity .qty {
	width: 3.5rem !important;
	height: 2.5rem !important;
	text-align: center !important;
	border: 1px solid #ccc !important;
	background: #fff !important;
	color: #111 !important;
}

/* Cart layout: form uses display:contents so totals can sit outside the form (WC AJAX). */
html body.woocommerce-cart .dinc-cart {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 360px) !important;
	gap: 2rem !important;
	align-items: start !important;
	width: 100% !important;
}

html body.woocommerce-cart .woocommerce-cart-form {
	display: contents !important;
}

html body.woocommerce-cart table.shop_table.cart {
	grid-column: 1 / -1 !important;
}

html body.woocommerce-cart .dinc-cart__tools {
	grid-column: 1 !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	gap: 1rem !important;
}

html body.woocommerce-cart .dinc-cart__totals {
	grid-column: 2 !important;
	grid-row: 2 !important;
}

html body.woocommerce-cart .dinc-cart__cross-sells {
	grid-column: 1 / -1 !important;
}

html body.woocommerce-cart .dinc-cart__update:disabled {
	opacity: 0.45 !important;
	cursor: not-allowed !important;
}

html body.woocommerce-cart .dinc-cart__coupon {
	width: 100% !important;
	max-width: 420px !important;
	float: none !important;
	margin: 0 !important;
}

html body.woocommerce-cart .dinc-cart__coupon-label {
	display: block !important;
	margin: 0 0 0.45rem !important;
	font-size: 0.72rem !important;
	letter-spacing: 0.12em !important;
	text-transform: uppercase !important;
	color: #111 !important;
}

html body.woocommerce-cart .dinc-cart__coupon-row {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 0.6rem !important;
	width: 100% !important;
}

html body.woocommerce-cart .dinc-cart__coupon-row .input-text {
	flex: 1 1 180px !important;
	min-height: 2.75rem !important;
	padding: 0 0.85rem !important;
	border: 1px solid #ccc !important;
	background: #fff !important;
	color: #111 !important;
}

html body.woocommerce-cart .dinc-cart__coupon-row .button,
html body.woocommerce-cart .dinc-cart__update {
	min-height: 2.75rem !important;
	padding: 0 1.15rem !important;
	background: #111 !important;
	color: #fff !important;
	border: 1px solid #111 !important;
	float: none !important;
}

html body.woocommerce-cart .dinc-cart__coupon-hint {
	margin: 0.55rem 0 0 !important;
	font-size: 0.82rem !important;
	color: #555 !important;
}

html body.woocommerce-cart .dinc-cart__totals,
html body.woocommerce-cart .dinc-cart__totals .cart_totals {
	width: 100% !important;
	max-width: none !important;
	float: none !important;
	margin: 0 !important;
}

html body.woocommerce-cart .cart_totals {
	padding: 1.25rem 1.35rem !important;
	border: 1px solid #e6e6e6 !important;
	background: #fff !important;
	color: #111 !important;
}

html body.woocommerce-cart .cart_totals h2 {
	margin: 0 0 1rem !important;
	font-size: 1.15rem !important;
	color: #111 !important;
	text-align: left !important;
}

html body.woocommerce-cart .cart_totals table {
	width: 100% !important;
	border-collapse: collapse !important;
	float: none !important;
}

html body.woocommerce-cart .cart_totals th,
html body.woocommerce-cart .cart_totals td {
	padding: 0.65rem 0 !important;
	border: 0 !important;
	border-bottom: 1px solid #eee !important;
	color: #111 !important;
	background: transparent !important;
	vertical-align: top !important;
}

html body.woocommerce-cart .cart_totals th { text-align: left !important; }
html body.woocommerce-cart .cart_totals td { text-align: right !important; }

html body.woocommerce-cart .cart_totals .order-total th,
html body.woocommerce-cart .cart_totals .order-total td {
	border-bottom: 0 !important;
	font-size: 1.05rem !important;
	padding-top: 0.9rem !important;
}

html body.woocommerce-cart .cart_totals .cart-discount td,
html body.woocommerce-cart .cart_totals .cart-discount th {
	color: #0a7a32 !important;
}

html body.woocommerce-cart .wc-proceed-to-checkout {
	padding: 1rem 0 0 !important;
}

html body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	display: block !important;
	width: 100% !important;
	text-align: center !important;
	background: #111 !important;
	color: #fff !important;
	border-color: #111 !important;
	padding: 0.95rem 1rem !important;
	margin: 0 !important;
}

html body.woocommerce-cart .dinc-cart__cross-sells {
	margin-top: 2rem !important;
	float: none !important;
	width: 100% !important;
}

html body.woocommerce-cart .dinc-cart__cross-sells:empty {
	display: none !important;
}

@media (max-width: 899px) {
	html body.woocommerce-cart .dinc-cart {
		grid-template-columns: 1fr !important;
	}

	html body.woocommerce-cart .dinc-cart__tools,
	html body.woocommerce-cart .dinc-cart__totals {
		grid-column: 1 !important;
		grid-row: auto !important;
	}

	html body.woocommerce-cart table.shop_table.cart {
		table-layout: auto !important;
	}

	html body.woocommerce-cart table.shop_table.cart thead {
		display: none !important;
	}

	html body.woocommerce-cart table.shop_table.cart,
	html body.woocommerce-cart table.shop_table.cart tbody,
	html body.woocommerce-cart table.shop_table.cart tr.cart_item {
		display: block !important;
		width: 100% !important;
	}

	html body.woocommerce-cart table.shop_table.cart tr.cart_item {
		margin-bottom: 1rem !important;
		padding: 0.85rem !important;
		border: 1px solid #e6e6e6 !important;
	}

	html body.woocommerce-cart table.shop_table.cart tr.cart_item td {
		display: block !important;
		width: 100% !important;
		text-align: left !important;
		border: 0 !important;
		padding: 0.3rem 0 !important;
	}
}

html body.woocommerce-cart .site-content,
html body.woocommerce-cart .wc-block-cart,
html body.woocommerce-cart .wc-block-components-product-name,
html body.woocommerce-cart .wc-block-components-product-details,
html body.woocommerce-cart .wc-block-components-totals-item,
html body.woocommerce-cart .wc-block-cart__totals-title,
html body.woocommerce-checkout .site-content,
html body.woocommerce-checkout .wc-block-checkout,
html body.woocommerce-cart .cart-empty,
html body.woocommerce-cart .return-to-shop a,
html body.woocommerce-checkout .woocommerce-info,
html body.woocommerce-checkout .woocommerce-message {
	color: #111111 !important;
	opacity: 1 !important;
}

html body.woocommerce-account .woocommerce-MyAccount-navigation {
	border-right: 1px solid #e5e5e5;
}

html body.woocommerce-account .woocommerce-MyAccount-navigation a {
	text-decoration: none !important;
}

html body.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
html body.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
	color: var(--dinc-accent) !important;
}

html body.woocommerce-account .woocommerce-info,
html body.woocommerce-account .woocommerce-message,
html body.woocommerce-account .woocommerce-error,
html body.woocommerce-cart .woocommerce-info,
html body.woocommerce-checkout .woocommerce-info {
	background: #f7f7f7 !important;
	border-top-color: #111 !important;
	color: #111 !important;
}

html body.woocommerce-account .woocommerce-Button,
html body.woocommerce-account .button,
html body.woocommerce-account a.button,
html body.woocommerce-cart .button,
html body.woocommerce-checkout .button,
html body.woocommerce-account .woocommerce-button {
	background: #111 !important;
	border-color: #111 !important;
	color: #fff !important;
}

html body.woocommerce-account input.input-text,
html body.woocommerce-account textarea,
html body.woocommerce-account select,
html body.woocommerce-cart input.input-text,
html body.woocommerce-checkout input.input-text,
html body.woocommerce-checkout textarea,
html body.woocommerce-checkout select {
	background: #fff !important;
	color: #111 !important;
	border: 1px solid #ccc !important;
}

/* ===== Guest checkout presentation ===== */
html body.woocommerce-checkout .dinc-guest-checkout-banner {
	max-width: var(--dinc-container, 1200px);
	margin: 0 auto 1.25rem;
	padding: 1rem 1.25rem;
	background: #f7f7f7;
	border: 1px solid #e5e5e5;
	color: #111 !important;
}

html body.woocommerce-checkout .dinc-guest-checkout-banner__primary {
	margin: 0 0 0.35rem !important;
	font-size: 0.95rem !important;
	font-weight: 600 !important;
	color: #111 !important;
}

html body.woocommerce-checkout .dinc-guest-checkout-banner__secondary {
	margin: 0 !important;
	font-size: 0.85rem !important;
	color: #555 !important;
}

html body.woocommerce-checkout .dinc-guest-checkout-banner__secondary a {
	color: #555 !important;
	text-decoration: underline !important;
	font-weight: 400 !important;
}

html body.woocommerce-checkout .dinc-guest-checkout-banner__secondary a:hover {
	color: #111 !important;
}

html body.woocommerce-order-received .dinc-thankyou-contact,
html body.woocommerce-checkout .dinc-thankyou-contact {
	margin: 1.5rem 0;
	padding: 1.25rem;
	border: 1px solid #e5e5e5;
	background: #fff;
	color: #111 !important;
}

html body.woocommerce-order-received .dinc-thankyou-contact h3,
html body.woocommerce-order-received .dinc-thankyou-contact p,
html body.woocommerce-order-received .dinc-thankyou-contact li,
html body.woocommerce-order-received .dinc-thankyou-contact a {
	color: #111 !important;
}

html body.woocommerce-order-received .dinc-thankyou-contact .dinc-btn--wa {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #25d366 !important;
	border-color: #25d366 !important;
	color: #fff !important;
	padding: 0.7rem 1.1rem;
	text-decoration: none !important;
}

html body.woocommerce-order-received .dinc-wa-confirm-box {
	margin: 1.25rem 0 1.75rem;
	padding: 1.35rem 1.4rem;
	border: 2px solid #25d366;
	background: #f3fff7;
	color: #111 !important;
}

html body.woocommerce-order-received .dinc-wa-confirm-box__badge {
	display: inline-block;
	margin: 0 0 0.55rem;
	padding: 0.2rem 0.55rem;
	font-size: 0.72rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	background: #25d366;
	color: #fff !important;
}

html body.woocommerce-order-received .dinc-wa-confirm-box h2 {
	margin: 0 0 0.6rem;
	font-size: 1.35rem;
	color: #111 !important;
}

html body.woocommerce-order-received .dinc-wa-confirm-box p,
html body.woocommerce-order-received .dinc-wa-confirm-box strong {
	color: #111 !important;
}

html body.woocommerce-order-received .dinc-btn--wa-confirm {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0.85rem 1.35rem !important;
	font-size: 1rem !important;
	font-weight: 600;
	background: #25d366 !important;
	border-color: #25d366 !important;
	color: #fff !important;
	text-decoration: none !important;
}

html body .dinc-newsletter-notice {
	background: #111;
	color: #fff;
	text-align: center;
	padding: 0.75rem 1rem;
}

html body .dinc-newsletter-notice p {
	margin: 0;
	color: #fff !important;
}

html body.woocommerce-checkout .dinc-wa-confirm-field label {
	color: #111 !important;
}

html body.woocommerce-checkout .dinc-bank-plan {
	margin: 1rem 0 0.75rem;
	padding: 0.85rem 1rem;
	border: 1px solid #e8ddd8;
	background: #faf8f6;
}

html body.woocommerce-checkout .dinc-bank-plan legend {
	font-weight: 600;
	color: #111 !important;
	margin-bottom: 0.4rem;
}

html body.woocommerce-checkout .dinc-bank-plan__hint,
html body.woocommerce-checkout .dinc-bank-plan__only-full {
	margin: 0.5rem 0 0;
	color: #6b5c60 !important;
	font-size: 0.9rem;
}

html body.woocommerce-checkout .dinc-bank-plan-radios label {
	color: #111 !important;
}

@media (max-width: 390px) {
	html body.woocommerce-checkout .wp-block-woocommerce-checkout,
	html body.woocommerce-checkout .wc-block-checkout {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}
}

/* ===== My Account left nav: clean aligned list ===== */
html body.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 100%;
	max-width: 16rem;
	float: none !important;
	border-right: 1px solid #e5e5e5 !important;
	padding: 0 1.25rem 1.5rem 0 !important;
	margin: 0 0 2rem !important;
}

html body.woocommerce-account .woocommerce-MyAccount-navigation ul {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	display: flex !important;
	flex-direction: column !important;
	gap: 0 !important;
}

html body.woocommerce-account .woocommerce-MyAccount-navigation li {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border-bottom: 1px solid #eee;
}

html body.woocommerce-account .woocommerce-MyAccount-navigation li::before,
html body.woocommerce-account .woocommerce-MyAccount-navigation li::marker {
	content: none !important;
	display: none !important;
}

html body.woocommerce-account .woocommerce-MyAccount-navigation a {
	display: flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	gap: 0.65rem !important;
	padding: 0.75rem 0.15rem !important;
	margin: 0 !important;
	line-height: 1.35 !important;
	white-space: nowrap !important;
	overflow: visible !important;
	text-overflow: clip !important;
	font-size: 0.92rem !important;
	font-weight: 500 !important;
	letter-spacing: 0.01em;
	color: #111 !important;
	background: transparent !important;
	width: 100%;
	box-sizing: border-box;
}

/* Storefront FA icon sits before label, not floated right */
html body.woocommerce-account .woocommerce-MyAccount-navigation a::before {
	float: none !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 1.15rem !important;
	min-width: 1.15rem;
	margin: 0 !important;
	padding: 0 !important;
	position: static !important;
	speak: never;
	flex: 0 0 auto;
	line-height: 1 !important;
	color: #111 !important;
	opacity: 0.85;
}

@media (min-width: 768px) {
	html body.woocommerce-account .woocommerce-MyAccount-content {
		float: none !important;
		width: auto !important;
	}
	html body.woocommerce-account .u-columns,
	html body.woocommerce-account .woocommerce {
		display: grid !important;
		grid-template-columns: minmax(12rem, 16rem) minmax(0, 1fr);
		gap: 2rem;
		align-items: start;
	}
	html body.woocommerce-account .woocommerce-MyAccount-navigation,
	html body.woocommerce-account .woocommerce-MyAccount-content {
		grid-column: auto;
		width: auto !important;
		max-width: none;
	}
}

/* ===== Header left menu vertical alignment ===== */
html body .dinc-header__left {
	display: flex !important;
	align-items: center !important;
	flex-wrap: nowrap;
	gap: 0.35rem 0.85rem;
}

html body .dinc-header__left .dinc-menu-btn {
	display: inline-flex !important;
	align-items: center !important;
	height: 2.5rem;
	padding: 0 !important;
	margin: 0 !important;
	line-height: 1 !important;
}

html body .dinc-header__left .dinc-primary-nav,
html body:not(.home) .dinc-header__left .dinc-primary-nav,
html body.home .dinc-header.is-scrolled .dinc-header__left .dinc-primary-nav,
html body .dinc-primary-nav {
	display: none !important;
}

/* ===== Site-wide primary buttons: black bg + white text ===== */
html body .button,
html body button.button,
html body a.button,
html body .woocommerce a.button,
html body .woocommerce button.button,
html body .woocommerce input.button,
html body .woocommerce #respond input#submit,
html body .woocommerce a.button.alt,
html body .woocommerce button.button.alt,
html body .woocommerce input.button.alt,
html body .single_add_to_cart_button,
html body .checkout-button,
html body a.checkout-button,
html body .woocommerce-Button,
html body .wc-forward,
html body .wp-element-button,
html body .wc-block-components-button,
html body .wc-block-components-button__text,
html body .wc-block-cart__submit-button,
html body .wc-block-cart__submit-container .wc-block-components-button,
html body .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button,
html body .dinc-btn:not(.dinc-btn--ghost):not(.dinc-btn--wa):not(.dinc-newsletter__go),
html body .dinc-sticky-cta .dinc-btn:not(.dinc-btn--wa) {
	background: #111111 !important;
	background-color: #111111 !important;
	border-color: #111111 !important;
	color: #ffffff !important;
	opacity: 1 !important;
	text-shadow: none !important;
}

html body .button:hover,
html body button.button:hover,
html body a.button:hover,
html body .woocommerce a.button:hover,
html body .woocommerce button.button:hover,
html body .wc-block-components-button:hover,
html body .wc-block-cart__submit-button:hover,
html body .dinc-btn:not(.dinc-btn--ghost):not(.dinc-btn--wa):hover {
	background: #000000 !important;
	background-color: #000000 !important;
	border-color: #000000 !important;
	color: #ffffff !important;
}

/* Ghost / outline buttons stay white with dark text */
html body .dinc-btn--ghost,
html body .dinc-size-guide,
html body button.dinc-size-guide {
	background: #ffffff !important;
	color: #111111 !important;
	border: 1px solid #111111 !important;
}

/* WhatsApp stays green */
html body .dinc-btn--wa,
html body .dinc-product-wa .dinc-btn--wa,
html body .wc-block-components-button.dinc-btn--wa {
	background: #25d366 !important;
	border-color: #25d366 !important;
	color: #ffffff !important;
}

/* Track shipment page */
html body .dinc-track-shipment,
html body .dinc-shipment-tracking {
	color: #111 !important;
	max-width: 40rem;
	margin: 1.5rem auto;
	padding: 0 1.25rem 2rem;
}
html body .dinc-track-form input {
	width: 100%;
	max-width: 24rem;
	min-height: 2.5rem;
	border: 1px solid #ccc;
	padding: 0.5rem 0.75rem;
	color: #111 !important;
	background: #fff !important;
}

/* ===== 2026-08-10: product grid alignment + readable link colors ===== */
html body ul.products li.product,
html body .related ul.products li.product,
html body .upsells ul.products li.product,
html body .dinc-home ul.products li.product,
html body .elementor-widget-woocommerce-products ul.products li.product {
	display: flex !important;
	flex-direction: column !important;
	align-items: stretch !important;
	position: relative !important;
	float: none !important;
	background: #ffffff !important;
	color: #111111 !important;
}

html body ul.products li.product .dinc-card-media {
	position: relative !important;
	overflow: hidden !important;
	margin: 0 0 0.75rem !important;
	aspect-ratio: 3 / 4;
	background: #f3f3f3 !important;
}

/* Hide leftover default WC thumbnail when Din card media is present (stacked double-image bug). */
html body ul.products li.product a.woocommerce-LoopProduct-link > img.attachment-woocommerce_thumbnail,
html body ul.products li.product a.woocommerce-loop-product__link > img.attachment-woocommerce_thumbnail {
	display: none !important;
	height: 0 !important;
	width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	visibility: hidden !important;
}

html body ul.products li.product .dinc-card-media > a,
html body ul.products li.product .dinc-card-media img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	transition: opacity 0.28s ease, transform 0.28s ease !important;
}

@media (hover: hover) and (pointer: fine) {
	html body ul.products li.product:hover .dinc-card-media img,
	html body ul.products li.product:focus-within .dinc-card-media img {
		transform: scale(1.08) !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	html body ul.products li.product .dinc-card-media img {
		transition: opacity 0.2s ease !important;
		transform: none !important;
	}
}

html body ul.products li.product .dinc-card-media .dinc-card-img--secondary {
	position: absolute !important;
	inset: 0 !important;
	opacity: 0 !important;
	z-index: 1 !important;
}

@media (hover: hover) and (pointer: fine) {
	html body ul.products li.product:hover .dinc-card-media .dinc-card-img--secondary,
	html body ul.products li.product:focus-within .dinc-card-media .dinc-card-img--secondary {
		opacity: 1 !important;
	}
	html body ul.products li.product:hover .dinc-card-media .dinc-card-img--primary,
	html body ul.products li.product:focus-within .dinc-card-media .dinc-card-img--primary {
		opacity: 0 !important;
	}
}

/* Sale badge: corner chip only — never a full-width bar under the image */
html body ul.products li.product > .onsale,
html body ul.products li.product .onsale,
html body ul.products li.product .dinc-sale-badge {
	position: absolute !important;
	top: 0.65rem !important;
	left: 0.65rem !important;
	z-index: 3 !important;
	display: inline-flex !important;
	width: auto !important;
	max-width: max-content !important;
	margin: 0 !important;
	padding: 0.28rem 0.45rem !important;
	min-height: 0 !important;
	line-height: 1.2 !important;
	font-size: 0.6rem !important;
	letter-spacing: 0.1em !important;
	text-transform: uppercase !important;
	background: #111 !important;
	color: #fff !important;
	border: 0 !important;
	border-radius: 0 !important;
}

html body ul.products li.product .dinc-badge {
	left: auto !important;
	right: auto !important;
	top: 0.65rem !important;
	left: 0.65rem !important;
}

html body ul.products li.product .dinc-badge + .onsale,
html body ul.products li.product .dinc-badge + .dinc-sale-badge {
	top: 2.35rem !important;
}

/* Hover ATC overlay only — never push titles down */
html body ul.products li.product .dinc-card-atc {
	position: absolute !important;
	left: 0.65rem !important;
	right: 0.65rem !important;
	bottom: 0.65rem !important;
	z-index: 4 !important;
	margin: 0 !important;
	opacity: 0 !important;
	transform: translateY(6px) !important;
	pointer-events: none !important;
}

html body ul.products li.product:hover .dinc-card-atc,
html body ul.products li.product:focus-within .dinc-card-atc {
	opacity: 1 !important;
	transform: none !important;
	pointer-events: auto !important;
}

@media (hover: none) {
	html body ul.products li.product .dinc-card-atc {
		opacity: 1 !important;
		transform: none !important;
		pointer-events: auto !important;
	}
}

/* Kill stray loop buttons outside the media overlay */
html body ul.products li.product > .button,
html body ul.products li.product > a.button,
html body ul.products li.product > .added_to_cart,
html body ul.products li.product .woocommerce-LoopProduct-link + .button,
html body ul.products li.product .woocommerce-loop-product__title + .button,
html body ul.products li.product .price + .button {
	display: none !important;
}

/* Meta always readable on white cards (override phase9 white/opacity-0 lookbook) */
html body ul.products li.product .woocommerce-loop-product__title,
html body ul.products li.product .woocommerce-loop-product__title a,
html body ul.products li.product .price,
html body ul.products li.product .price *,
html body ul.products li.product .price .amount,
html body ul.products li.product .price del,
html body ul.products li.product .price ins,
html body ul.products li.product .dinc-price-call,
html body ul.products li.product .dinc-card-actions,
html body ul.products li.product .dinc-card-actions .dinc-btn,
html body ul.products li.product .dinc-btn--ghost[data-dinc-quick-view],
html body .related ul.products li.product .woocommerce-loop-product__title,
html body .related ul.products li.product .price,
html body .related ul.products li.product .price *,
html body .upsells ul.products li.product .woocommerce-loop-product__title,
html body .upsells ul.products li.product .price,
html body .elementor-widget-woocommerce-products ul.products li.product .woocommerce-loop-product__title,
html body .elementor-widget-woocommerce-products ul.products li.product .price,
html body .elementor-widget-woocommerce-products ul.products li.product .price * {
	opacity: 1 !important;
	visibility: visible !important;
	transform: none !important;
	color: #111111 !important;
	text-align: left !important;
	text-shadow: none !important;
}

html body ul.products li.product .price,
html body ul.products li.product .dinc-price-call,
html body .elementor-widget-woocommerce-products ul.products li.product .price,
html body .elementor-widget-woocommerce-products ul.products li.product .dinc-price-call {
	font-size: 0.8rem !important;
	font-weight: 500 !important;
	letter-spacing: 0.04em !important;
}

html body ul.products li.product .price del,
html body ul.products li.product .price del .amount {
	color: #666666 !important;
	opacity: 1 !important;
}

html body ul.products li.product .price ins,
html body ul.products li.product .price ins .amount {
	color: #111111 !important;
	font-weight: 600 !important;
}

html body.single-product .dinc-product-lead,
html body.single-product .dinc-product-lead *,
html body.single-product .dinc-product-lead p,
html body.single-product .dinc-product-lead li,
html body.single-product .dinc-product-lead span,
html body.single-product .summary .dinc-price-call {
	color: #222222 !important;
	opacity: 1 !important;
}

html body ul.products li.product .dinc-card-actions {
	margin-top: 0.5rem !important;
	padding-top: 0 !important;
}

html body ul.products li.product .dinc-card-actions .dinc-btn,
html body ul.products li.product .dinc-btn--ghost[data-dinc-quick-view] {
	background: #ffffff !important;
	color: #111111 !important;
	border: 1px solid #111111 !important;
	opacity: 1 !important;
}

/* Section links (SHOP ALL / SHOP NOW) — high contrast */
html body .dinc-rail__link,
html body .dinc-text-cta:not(.dinc-text-cta--on-media),
html body.home .dinc-rail__link,
html body.home .dinc-text-cta:not(.dinc-hero--campaign .dinc-text-cta):not(.dinc-campaign .dinc-text-cta),
html body .elementor-widget-heading a,
html body .elementor a.dinc-rail__link {
	color: #111111 !important;
	opacity: 1 !important;
	text-decoration: none !important;
	border-bottom: 1px solid #111111;
}

html body .dinc-rail__link:hover,
html body .dinc-text-cta:not(.dinc-text-cta--on-media):hover {
	color: var(--dinc-accent) !important;
	border-bottom-color: var(--dinc-accent);
}

/* Keep hero/campaign CTAs white on media */
html body .dinc-hero--campaign .dinc-text-cta,
html body .dinc-campaign__copy .dinc-text-cta,
html body .dinc-text-cta--on-media {
	color: #ffffff !important;
	border-bottom-color: #ffffff !important;
}

/* Elementor Free home: section link buttons were white-on-white */
html body.home .dinc-home--elementor .elementor-button.elementor-button-link,
html body.home .dinc-home--elementor a.elementor-button {
	color: #111111 !important;
	background: transparent !important;
	background-color: transparent !important;
	border: 0 !important;
	border-bottom: 1px solid #111111 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	min-height: 0 !important;
	font-family: var(--dinc-font-body, "Gothic A1", sans-serif) !important;
	font-size: 0.7rem !important;
	letter-spacing: 0.16em !important;
	text-transform: uppercase !important;
}

html body.home .dinc-home--elementor .elementor-button.elementor-button-link:hover,
html body.home .dinc-home--elementor a.elementor-button:hover {
	color: var(--dinc-accent) !important;
	border-bottom-color: var(--dinc-accent) !important;
	background: transparent !important;
}

/* First hero section keeps light CTA on photography */
html body.home .dinc-home--elementor > .elementor > .elementor-element:first-child .elementor-button.elementor-button-link,
html body.home .dinc-home--elementor > .elementor > .elementor-section:first-child .elementor-button.elementor-button-link,
html body.home .dinc-home--elementor .elementor-section.elementor-section-height-full .elementor-button.elementor-button-link {
	color: #ffffff !important;
	border-bottom-color: #ffffff !important;
}

/* Only media-overlay sale chip — hide Elementor/WC flow badge on the card root */
html body ul.products li.product > .onsale {
	display: none !important;
}
html body ul.products li.product .dinc-card-media .onsale,
html body ul.products li.product .dinc-card-media .dinc-sale-badge,
html body ul.products li.product .woocommerce-LoopProduct-link > .onsale {
	display: inline-flex !important;
	position: absolute !important;
	top: 0.65rem !important;
	left: 0.65rem !important;
	width: auto !important;
	z-index: 3 !important;
}

/* PDP: size + ATC stacked full width */
html body.single-product div.product form.cart {
	display: flex !important;
	flex-direction: column !important;
	align-items: stretch !important;
	gap: 0.75rem !important;
}

html body.single-product div.product form.cart .variations,
html body.single-product div.product form.cart .woocommerce-variation-add-to-cart,
html body.single-product div.product form.cart .single_variation_wrap,
html body.single-product div.product form.cart .single_add_to_cart_button {
	width: 100% !important;
	max-width: 100% !important;
	flex: 0 0 auto !important;
}

html body.single-product div.product form.cart .woocommerce-variation-add-to-cart {
	display: flex !important;
	flex-direction: column !important;
	gap: 0.65rem !important;
}

html body.single-product div.product form.cart table.variations select {
	width: 100% !important;
	min-height: 2.75rem !important;
}

html body.single-product div.product form.cart .single_add_to_cart_button {
	min-height: 3rem !important;
	margin-top: 0 !important;
}

html body.single-product .dinc-product-size {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
	margin: 0 0 0.35rem !important;
}

html body.single-product form.cart .quantity,
html body.single-product form.cart .single_add_to_cart_button,
html body.single-product form.cart .dinc-product-size {
	flex: 0 0 auto !important;
	width: 100% !important;
}

