/*
Theme Name: Daugiau nei salota
Theme URI: 
Author: Aurimas Žvirblys
Author URI: 
Description: Individualus užsakymas daugiauneisalota.lt
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 7.2
Version: 1.2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: daugiau-nei-salota
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news

/*
 * IMPORTANT: This file is only served on the frontend when `SCRIPT_DEBUG` is enabled;
 * in most instances, the `style.min.css` file will be served. It is not recommended that you
 * use the Theme File Editor to modify this stylesheet. Instead, add the necessary style
 * overrides via "Additional CSS" in the Site Editor.
 */

/*
 * IMPORTANT: This file is only served on the frontend when `SCRIPT_DEBUG` is enabled;
 * in most instances, the `style.min.css` file will be served. It is not recommended that you
 * use the Theme File Editor to modify this stylesheet. Instead, add the necessary style
 * overrides via "Additional CSS" in the Site Editor.
 */

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}

/*
 * Prevents unnecessary scrollbars while handling long lines of preformatted text.
 * https://core.trac.wordpress.org/ticket/63875
 */
:where(pre) {
	overflow-x: auto;
}


#limited-text{
	max-height: 155px;
	overflow: hidden;
}

html,
body {
	min-height: 100%;
}

body {
	min-height: 100vh;
}

.wp-site-blocks {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.wp-site-blocks > footer,
.wp-site-blocks > .wp-block-template-part:last-child {
	margin-top: auto;
}

.wp-site-blocks > footer.dns-footer-figma,
.wp-site-blocks > .wp-block-template-part:has(.dns-footer-figma) {
	margin-top: auto;
}

.dns-header-figma,
.dns-header-figma > .wp-block-group,
.dns-footer-figma,
.dns-footer-figma > .wp-block-group {
	border-radius: 0 !important;
}

.wp-site-blocks > .wp-block-template-part:has(.dns-header-figma),
.dns-header-figma {
	display: contents;
}

.dns-header-main-sticky {
	position: sticky;
	top: 0;
	z-index: 1000;
}

body.admin-bar .dns-header-main-sticky {
	top: 32px;
}

@media (max-width: 782px) {
	body.admin-bar .dns-header-main-sticky {
		top: 46px;
	}
}

.dns-header-figma .dns-header-account,
.dns-header-figma .wp-block-woocommerce-customer-account.dns-header-account {
	align-items: center;
	background: var(--wp--preset--color--accent-1);
	border-radius: 8px;
	display: inline-flex;
	height: 48px;
	justify-content: center;
	margin: 0;
	min-width: 48px;
	padding: 0;
}

.dns-header-figma .dns-header-account a {
	align-items: center;
	border-radius: inherit;
	color: var(--wp--preset--color--accent-5) !important;
	display: inline-flex;
	height: 48px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	text-decoration: none !important;
	width: 48px;
}

.dns-header-figma .dns-header-account svg,
.dns-header-figma .dns-header-account .wc-block-customer-account__icon,
.dns-header-figma .dns-header-account .wc-block-customer-account__account-icon {
	color: currentColor;
	fill: currentColor;
	height: 24px !important;
	width: 24px !important;
}

.dns-header-figma .dns-header-account:hover {
	background: var(--wp--preset--color--accent-2);
}

.site-header-sticky {
	position: sticky;
	top: 0;
	z-index: 1000;
}

.site-header-sticky::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background: rgba(255, 255, 255, 0.08);
	pointer-events: none;
}

body.admin-bar .site-header-sticky {
	top: 32px;
}

@media (max-width: 782px) {
	body.admin-bar .site-header-sticky {
		top: 46px;
	}
}

.dns-product-deal-card {
	overflow: hidden;
}

.dns-product-deal-card .wp-block-cover__image-background {
	transition: transform 500ms ease;
}

.dns-product-deal-card:hover .wp-block-cover__image-background {
	transform: scale(1.05);
}

.wp-block-woocommerce-single-product .dns-product-deal-card {
	aspect-ratio: 1 / 1;
	box-sizing: border-box;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}

.wp-block-woocommerce-single-product .dns-product-deal-image,
.wp-block-woocommerce-single-product .dns-product-deal-image .wc-block-components-product-image,
.wp-block-woocommerce-single-product .dns-product-deal-image .wp-block-woocommerce-product-image {
	inset: 0;
	height: 100%;
	margin: 0;
	position: absolute;
	width: 100%;
}

.wp-block-woocommerce-single-product .dns-product-deal-image img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 500ms ease;
	width: 100%;
}

.wp-block-woocommerce-single-product .dns-product-deal-card:hover .dns-product-deal-image img {
	transform: scale(1.05);
}

.wp-block-woocommerce-single-product .dns-product-deal-overlay {
	inset: 0;
	margin: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.wp-block-woocommerce-single-product .dns-product-deal-top {
	left: 16px;
	position: absolute;
	right: 16px;
	top: 16px;
	z-index: 2;
}

.wp-block-woocommerce-single-product .dns-product-deal-bottom {
	bottom: 24px;
	left: 24px;
	position: absolute;
	right: 24px;
	z-index: 2;
}

.wp-block-woocommerce-single-product .dns-product-deal-sale,
.wp-block-woocommerce-single-product .dns-product-deal-tag,
.wp-block-woocommerce-single-product .dns-product-deal-tag a {
	border-radius: 999px;
	text-decoration: none;
}

.wp-block-woocommerce-single-product .dns-product-deal-sale {
	background: #ef4444;
	border: 0;
	border-radius: 999px;
	box-shadow: none;
	color: #fff;
	display: inline-flex;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	padding: 8px 16px;
	text-transform: none;
}

.wp-block-woocommerce-single-product .dns-product-deal-sale *,
.wp-block-woocommerce-single-product .dns-product-deal-sale .wc-block-components-product-sale-badge,
.wp-block-woocommerce-single-product .dns-product-deal-sale .onsale {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: inherit !important;
	font: inherit !important;
	letter-spacing: inherit !important;
	line-height: inherit !important;
	margin: 0 !important;
	min-height: 0 !important;
	padding: 0 !important;
	text-transform: inherit !important;
}

.wp-block-woocommerce-single-product .dns-product-deal-tag,
.wp-block-woocommerce-single-product .dns-product-deal-tag a {
	background: rgba(255, 255, 255, 0.95);
	color: var(--wp--preset--color--accent-1);
}

.wp-block-woocommerce-single-product .dns-product-deal-tag .wp-block-post-terms__separator {
	display: none;
}

.wp-block-woocommerce-single-product .dns-product-deal-title a {
	color: #fff;
	text-decoration: none;
}

.wp-block-woocommerce-single-product .dns-product-deal-price {
	color: #fff;
	font-size: 1.875rem;
	font-weight: 600;
	line-height: 1;
}

.wp-block-woocommerce-single-product .dns-product-deal-price del {
	color: rgba(255, 255, 255, 0.7);
	font-size: 1.25rem;
	font-weight: 400;
	margin-left: 12px;
}

.wp-block-woocommerce-single-product .dns-product-deal-price ins {
	text-decoration: none;
}

.dns-about-block-1-media {
	overflow: visible;
	position: relative;
}

.dns-about-block-1-media > .wp-block-group:first-child {
	overflow: hidden;
}

.dns-about-block-1-media .wp-block-image,
.dns-about-block-1-media .wp-block-image img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.dns-about-block-1-badge {
	bottom: 0;
	max-width: 320px;
	position: absolute;
	right: -32px;
	z-index: 2;
}

.dns-about-block-3-icon {
	height: 48px;
	width: 48px;
}

.dns-about-block-1-stat-icon {
	height: 48px;
	width: 48px;
}

.dns-about-block-4-check-icon {
	flex: 0 0 32px;
	height: 32px;
	width: 32px;
}

.dns-about-block-4-media {
	overflow: visible;
	position: relative;
}

.dns-about-block-4-stat {
	position: absolute;
	z-index: 2;
}

.dns-about-block-4-stat-top {
	right: -6px;
	top: -6px;
}

.dns-about-block-4-stat-bottom {
	bottom: -6px;
	left: -6px;
}

.dns-about-block-4-stat-middle {
	right: -6px;
	top: 50%;
	transform: translateY(-50%);
}

@media (max-width: 900px) {
	.dns-about-block-1-badge {
		right: 24px;
	}

	.dns-about-block-4-stat {
		margin-top: 16px;
		position: static;
		transform: none;
	}
}

.dns-value-prop-2-media {
	overflow: visible;
	padding-bottom: 24px !important;
	position: relative;
}

.dns-value-prop-2-media > .wp-block-group:first-child {
	overflow: hidden;
}

.dns-value-prop-2-media .wp-block-image,
.dns-value-prop-2-media .wp-block-image img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.dns-value-prop-2-badge {
	bottom: 0;
	box-shadow: 0 18px 38px rgba(32, 32, 32, 0.18);
	max-width: 320px;
	position: absolute;
	right: -24px;
	z-index: 2;
}

@media (max-width: 900px) {
	.dns-value-prop-2-badge {
		right: 24px;
	}
}

.dns-product-card-figma {
	box-sizing: border-box;
	overflow: hidden;
	transition: box-shadow 180ms ease;
}

.dns-product-card-figma:hover {
	box-shadow: 0 18px 38px rgba(32, 32, 32, 0.14);
}

.dns-product-card-figma .dns-product-card-media {
	aspect-ratio: 1 / 1;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	transform: rotate(-2deg);
	transition: transform 180ms ease;
}

.dns-product-card-figma:hover .dns-product-card-media {
	transform: rotate(0);
}

.dns-product-card-figma .dns-product-card-media .wc-block-components-product-image,
.dns-product-card-figma .dns-product-card-media .wp-block-woocommerce-product-image {
	height: 100%;
	margin: 0;
	width: 100%;
}

.dns-product-card-figma .dns-product-card-media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.dns-product-card-figma .dns-product-card-category {
	align-items: center;
	display: inline-flex;
	gap: 4px;
	position: absolute;
	right: 12px;
	top: 12px;
	z-index: 2;
}

.dns-product-card-figma .dns-product-card-category a {
	align-items: center;
	background: var(--wp--preset--color--accent-1);
	border-radius: 999px;
	box-shadow: 0 10px 22px rgba(32, 32, 32, 0.18);
	color: #fff;
	display: inline-flex;
	gap: 4px;
	line-height: 1;
	padding: 7px 12px;
	text-decoration: none;
}

.dns-product-card-figma .dns-product-card-category .wp-block-post-terms__separator {
	display: none;
}

.dns-product-card-figma .dns-product-card-rating {
	align-items: center;
	color: var(--wp--preset--color--accent-1);
	display: flex;
	font-size: 14px;
	gap: 6px;
	line-height: 1.4;
	min-height: 20px;
}

.dns-product-card-figma .dns-product-card-title a {
	color: inherit;
	text-decoration: none;
}

.dns-product-card-figma .dns-product-card-benefit {
	color: var(--wp--preset--color--accent-4);
	display: -webkit-box;
	font-size: 14px;
	line-height: 1.5;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.dns-product-card-figma .dns-product-card-benefit p {
	margin: 0;
}

.dns-product-card-figma .dns-product-card-price {
	color: var(--wp--preset--color--accent-1);
}

.dns-product-card-figma .dns-product-card-footer {
	border-top: 0 !important;
	position: relative;
}

.dns-product-card-figma .dns-product-card-footer::before {
	background: var(--wp--preset--color--accent-6);
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.dns-product-card-figma .dns-product-card-button {
	margin: 0;
	min-width: 145px;
}

.dns-product-card-figma .dns-product-card-button .wp-block-button__link,
.dns-product-card-figma .dns-product-card-button button,
.dns-product-card-figma .dns-product-card-button a {
	background: var(--wp--preset--color--accent-1);
	border-radius: 12px;
	box-shadow: 0 10px 18px rgba(73, 118, 21, 0.2);
	color: #fff;
	font-size: 1rem;
	line-height: 1.5;
	padding: 10px 24px;
	transition: background-color 180ms ease;
}

.dns-product-card-figma .dns-product-card-button .wp-block-button__link:hover,
.dns-product-card-figma .dns-product-card-button button:hover,
.dns-product-card-figma .dns-product-card-button a:hover {
	background: var(--wp--preset--color--accent-2);
}

.dns-product-page-gallery {
	aspect-ratio: 1 / 1;
	overflow: visible;
	position: relative;
}

.dns-product-page-gallery .woocommerce-product-gallery,
.dns-product-page-gallery .woocommerce-product-gallery__wrapper,
.dns-product-page-gallery .woocommerce-product-gallery__image,
.dns-product-page-gallery .woocommerce-product-gallery__image a {
	height: 100%;
	width: 100%;
}

.dns-product-page-gallery .woocommerce-product-gallery {
	margin: 0;
}

.dns-product-page-gallery .woocommerce-product-gallery__wrapper {
	border-radius: 28px;
	height: 100%;
	margin: 0;
	overflow: hidden;
}

.dns-product-page-gallery .woocommerce-product-gallery__image img {
	display: block;
	height: 100%;
	object-fit: contain;
	object-position: center;
	padding: 48px;
	width: 100%;
}

.dns-product-page-gallery .woocommerce-product-gallery__image .zoomImg {
	padding: 0;
}

.dns-product-page-sale-badge {
	align-items: center;
	background: #ef4444;
	border: 0;
	border-radius: 999px;
	box-shadow: 0 14px 28px rgba(239, 68, 68, 0.28);
	color: #fff;
	display: flex;
	font-size: 18px;
	font-weight: 700;
	height: 80px;
	justify-content: center;
	line-height: 1;
	position: absolute;
	right: -16px;
	text-align: center;
	text-transform: uppercase;
	top: -16px;
	width: 80px;
	z-index: 4;
}

.dns-product-page-sale-badge *,
.dns-product-page-sale-badge .wc-block-components-product-sale-badge,
.dns-product-page-sale-badge .onsale {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: inherit !important;
	font: inherit !important;
	margin: 0 !important;
	padding: 0 !important;
	text-transform: inherit !important;
}

.dns-product-page-category,
.dns-product-page-category a {
	background: #C6EA9C;
	border-radius: 999px;
	color: var(--wp--preset--color--accent-1);
	display: inline-flex;
	line-height: 1;
	text-decoration: none;
}

.dns-product-page-category .wp-block-post-terms__separator {
	display: none;
}

.dns-product-page-rating {
	align-items: center;
	color: var(--wp--preset--color--accent-1);
	display: flex;
	gap: 12px;
}

.dns-product-page-rating .star-rating,
.dns-product-page-rating .wc-block-components-product-rating__stars {
	color: var(--wp--preset--color--accent-2);
}

.dns-product-page-price {
	color: var(--wp--preset--color--accent-1);
}

.dns-product-page-price del {
	color: var(--wp--preset--color--accent-4);
	font-size: 0.55em;
	font-weight: 400;
	margin-left: 12px;
	opacity: 1;
}

.dns-product-page-price ins {
	text-decoration: none;
}

.dns-product-page-add-to-cart form.cart:not(.variations_form),
.dns-product-page-add-to-cart .woocommerce-variation-add-to-cart {
	align-items: stretch;
	display: flex;
	gap: 16px;
	margin: 0;
}

.dns-product-page-add-to-cart .variations_form {
	margin: 0;
}

.dns-product-page-add-to-cart table.variations {
	border: 0;
	border-collapse: separate;
	border-spacing: 0 14px;
	margin: 0 0 18px;
	width: 100%;
}

.dns-product-page-add-to-cart table.variations th,
.dns-product-page-add-to-cart table.variations td {
	background: transparent;
	border: 0;
	padding: 0;
	vertical-align: middle;
}

.dns-product-page-add-to-cart table.variations th.label {
	color: var(--wp--preset--color--contrast);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	padding-right: 18px;
	white-space: nowrap;
	width: 86px;
}

.dns-product-page-add-to-cart table.variations td.value {
	align-items: center;
	display: flex;
	gap: 12px;
}

.dns-product-page-add-to-cart table.variations select {
	-webkit-appearance: none;
	appearance: none;
	background-color: var(--wp--preset--color--accent-5);
	background-image:
		linear-gradient(45deg, transparent 50%, var(--wp--preset--color--accent-1) 50%),
		linear-gradient(135deg, var(--wp--preset--color--accent-1) 50%, transparent 50%);
	background-position:
		calc(100% - 25px) 50%,
		calc(100% - 17px) 50%;
	background-repeat: no-repeat;
	background-size: 8px 8px, 8px 8px;
	border: 2px solid #dfead4;
	border-radius: 12px;
	color: var(--wp--preset--color--contrast);
	flex: 1 1 auto;
	font: inherit;
	font-size: 16px;
	height: 56px;
	line-height: 56px;
	min-height: 56px;
	min-width: 0;
	padding: 0 52px 0 18px;
	width: 100%;
}

.dns-product-page-add-to-cart table.variations select:focus {
	border-color: var(--wp--preset--color--accent-1);
	box-shadow: 0 0 0 3px rgba(73, 118, 21, 0.14);
	outline: 0;
}

.dns-product-page-add-to-cart table.variations .reset_variations {
	align-items: center;
	border: 1px solid #dfead4;
	border-radius: 999px;
	color: var(--wp--preset--color--accent-1);
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 14px;
	font-weight: 600;
	min-height: 38px;
	padding: 8px 14px;
	text-decoration: none;
	transition:
		background-color 180ms ease,
		border-color 180ms ease;
}

.dns-product-page-add-to-cart table.variations .reset_variations:hover {
	background: var(--wp--preset--color--accent-5);
	border-color: var(--wp--preset--color--accent-1);
}

.dns-product-page-add-to-cart .single_variation_wrap,
.dns-product-page-add-to-cart .woocommerce-variation {
	margin: 0;
}

.dns-product-page-add-to-cart .woocommerce-variation:empty {
	display: none;
}

.dns-product-page-add-to-cart .woocommerce-variation-price,
.dns-product-page-add-to-cart .woocommerce-variation-description,
.dns-product-page-add-to-cart .woocommerce-variation-availability {
	margin: 0 0 14px;
}

.dns-product-page-add-to-cart .woocommerce-variation p {
	margin: 0;
}

.dns-product-page-add-to-cart .quantity {
	align-items: center;
	border: 2px solid #f1f6e8;
	border-radius: 12px;
	display: flex;
	justify-content: center;
	min-height: 56px;
	overflow: hidden;
}

.dns-product-page-add-to-cart .qty {
	-moz-appearance: textfield;
	-webkit-appearance: none;
	appearance: textfield;
	border: 0;
	box-shadow: none;
	font-size: 16px;
	min-height: 56px;
	outline: 0;
	padding: 0 12px;
	text-align: center;
	width: 92px;
}

.dns-product-page-add-to-cart .quantity:focus-within {
	border-color: var(--wp--preset--color--accent-1);
	box-shadow: 0 0 0 3px rgba(73, 118, 21, 0.14);
}

.dns-product-page-add-to-cart .qty:focus,
.dns-product-page-add-to-cart .qty:focus-visible {
	border: 0;
	box-shadow: none;
	outline: 0;
}

.dns-product-page-add-to-cart .qty::-webkit-inner-spin-button,
.dns-product-page-add-to-cart .qty::-webkit-outer-spin-button {
	-webkit-appearance: none;
	appearance: none;
	margin: 0;
}

.dns-product-page-add-to-cart .wc-block-components-quantity-selector {
	align-items: stretch;
	border: 2px solid #f1f6e8;
	border-radius: 12px;
	display: inline-flex;
	min-height: 56px;
	overflow: hidden;
}

.dns-product-page-add-to-cart .wc-block-components-quantity-selector::after {
	display: none;
}

.dns-product-page-add-to-cart .wc-block-components-quantity-selector__button {
	background: var(--wp--preset--color--accent-5);
	border: 0;
	color: var(--wp--preset--color--accent-1);
	min-width: 44px;
}

.dns-product-page-add-to-cart .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
	border: 0;
	border-left: 2px solid #f1f6e8;
	border-right: 2px solid #f1f6e8;
	box-shadow: none;
	font-size: 16px;
	min-height: 52px;
	min-width: 70px;
	text-align: center;
}

.dns-product-page-add-to-cart .single_add_to_cart_button {
	align-items: center;
	background: var(--wp--preset--color--accent-1);
	border: 0;
	border-radius: 12px;
	color: #fff;
	display: inline-flex;
	flex: 1 1 auto;
	font-size: 18px;
	font-weight: 600;
	gap: 10px;
	justify-content: center;
	min-height: 56px;
	padding: 14px 32px;
	transition: background-color 180ms ease;
}

.dns-product-page-add-to-cart .single_add_to_cart_button::before {
	background: currentColor;
	content: "";
	height: 22px;
	mask: url("assets/images/icon-cart.svg") center / contain no-repeat;
	width: 22px;
	-webkit-mask: url("assets/images/icon-cart.svg") center / contain no-repeat;
}

.dns-product-page-add-to-cart .single_add_to_cart_button:hover {
	background: var(--wp--preset--color--accent-2);
}

.dns-single-product-figma {
	box-sizing: border-box;
}

.dns-single-product-figma-grid {
	align-items: flex-start;
}

.dns-single-product-figma-card {
	position: sticky;
	top: 32px;
}

.dns-single-product-figma-media {
	aspect-ratio: 4 / 3;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}

.dns-single-product-figma-media .woocommerce-product-gallery,
.dns-single-product-figma-media .woocommerce-product-gallery__wrapper,
.dns-single-product-figma-media .woocommerce-product-gallery__image,
.dns-single-product-figma-media .woocommerce-product-gallery__image a,
.dns-single-product-figma-media .wc-block-components-product-image,
.dns-single-product-figma-media .wp-block-woocommerce-product-image {
	height: 100%;
	margin: 0;
	width: 100%;
}

.dns-single-product-figma-media .woocommerce-product-gallery__wrapper {
	border-radius: 8px;
	overflow: hidden;
}

.dns-single-product-figma-media img {
	box-sizing: border-box;
	display: block;
	height: 100%;
	object-fit: contain;
	object-position: center;
	padding: 32px;
	width: 100%;
}

.dns-single-product-figma-media .zoomImg {
	padding: 0;
}

.dns-single-product-figma-category,
.dns-single-product-figma-category a {
	align-items: center;
	background: var(--wp--preset--color--accent-1);
	border-radius: 999px;
	color: var(--wp--preset--color--white);
	display: inline-flex;
	line-height: 1;
	padding: 7px 12px;
	text-decoration: none;
	width: fit-content;
}

.dns-single-product-figma-category .wp-block-post-terms__separator {
	display: none;
}

.dns-single-product-figma-rating {
	align-items: center;
	color: var(--wp--preset--color--contrast);
	display: flex;
	gap: 10px;
}

.dns-single-product-figma-rating .star-rating,
.dns-single-product-figma-rating .wc-block-components-product-rating__stars {
	color: var(--wp--preset--color--accent-2);
}

.dns-single-product-figma-price {
	color: var(--wp--preset--color--accent-1);
}

.dns-single-product-figma-price del {
	color: var(--wp--preset--color--accent-4);
	font-size: 0.58em;
	margin-left: 10px;
	opacity: 1;
}

.dns-single-product-figma-price ins {
	text-decoration: none;
}

.dns-single-product-figma-add-to-cart form.cart:not(.variations_form),
.dns-single-product-figma-add-to-cart .woocommerce-variation-add-to-cart {
	display: block;
	margin: 0;
}

.dns-single-product-figma-add-to-cart .variations_form,
.dns-single-product-figma-add-to-cart table.variations,
.dns-single-product-figma-add-to-cart .single_variation_wrap,
.dns-single-product-figma-add-to-cart .woocommerce-variation {
	margin: 0;
}

.dns-single-product-figma-add-to-cart table.variations {
	border: 0;
	border-collapse: separate;
	border-spacing: 0 0;
	margin-bottom: 18px;
	width: 100%;
}

.dns-single-product-figma-add-to-cart table.variations tbody,
.dns-single-product-figma-add-to-cart table.variations tr {
	display: block;
	width: 100%;
}

.dns-single-product-figma-add-to-cart table.variations tr {
	align-items: center;
	display: grid;
	gap: 16px;
	grid-template-columns: minmax(76px, auto) minmax(0, 1fr);
}

.dns-single-product-figma-add-to-cart table.variations th,
.dns-single-product-figma-add-to-cart table.variations td {
	background: transparent;
	border: 0;
	display: block;
	padding: 0;
	vertical-align: middle;
}

.dns-single-product-figma-add-to-cart table.variations th.label {
	color: var(--wp--preset--color--contrast);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	white-space: nowrap;
	width: auto;
}

.dns-single-product-figma-add-to-cart table.variations th.label label {
	font: inherit;
	margin: 0;
}

.dns-single-product-figma-add-to-cart table.variations td.value {
	align-items: center;
	display: flex;
	gap: 10px;
	min-width: 0;
}

.dns-single-product-figma-add-to-cart table.variations select {
	-webkit-appearance: none;
	appearance: none;
	background-color: var(--wp--preset--color--white);
	background-image:
		linear-gradient(45deg, transparent 50%, var(--wp--preset--color--contrast) 50%),
		linear-gradient(135deg, var(--wp--preset--color--contrast) 50%, transparent 50%);
	background-position:
		calc(100% - 22px) 50%,
		calc(100% - 15px) 50%;
	background-repeat: no-repeat;
	background-size: 7px 7px, 7px 7px;
	border: 1px solid color-mix(in srgb, var(--wp--preset--color--contrast) 42%, transparent);
	border-radius: 0;
	box-shadow: none;
	box-sizing: border-box;
	color: var(--wp--preset--color--contrast);
	font: inherit;
	font-size: 15px;
	height: 44px;
	line-height: 44px;
	min-height: 44px;
	min-width: 0;
	padding: 0 46px 0 16px;
	width: 100%;
}

.dns-single-product-figma-add-to-cart table.variations select:focus {
	border-color: var(--wp--preset--color--accent-1);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--wp--preset--color--accent-1) 18%, transparent);
	outline: 0;
}

.dns-single-product-figma-add-to-cart table.variations .reset_variations {
	color: var(--wp--preset--color--accent-1);
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
}

.dns-single-product-figma-add-to-cart .woocommerce-variation:empty {
	display: none;
}

.dns-single-product-figma-add-to-cart .woocommerce-variation-price,
.dns-single-product-figma-add-to-cart .woocommerce-variation-description,
.dns-single-product-figma-add-to-cart .woocommerce-variation-availability {
	margin: 0 0 12px;
}

.dns-single-product-figma-add-to-cart .quantity {
	align-items: center;
	display: flex;
	margin: 0 0 6px;
	width: fit-content;
}

.dns-single-product-figma-add-to-cart .qty {
	-moz-appearance: textfield;
	-webkit-appearance: none;
	appearance: textfield;
	background: var(--wp--preset--color--white);
	border: 1px solid color-mix(in srgb, var(--wp--preset--color--contrast) 42%, transparent);
	border-radius: 2px;
	box-shadow: none;
	box-sizing: border-box;
	color: var(--wp--preset--color--contrast);
	font: inherit;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	min-height: 20px;
	padding: 0 6px;
	text-align: center;
	width: 66px;
}

.dns-single-product-figma-add-to-cart .qty:focus {
	border-color: var(--wp--preset--color--accent-1);
	box-shadow: 0 0 0 2px color-mix(in srgb, var(--wp--preset--color--accent-1) 16%, transparent);
	outline: 0;
}

.dns-single-product-figma-add-to-cart .qty::-webkit-inner-spin-button,
.dns-single-product-figma-add-to-cart .qty::-webkit-outer-spin-button {
	-webkit-appearance: none;
	appearance: none;
	margin: 0;
}

.dns-single-product-figma-add-to-cart .single_add_to_cart_button {
	align-items: center;
	background: var(--wp--preset--color--accent-1);
	border: 0;
	border-radius: 8px;
	color: var(--wp--preset--color--white);
	display: inline-flex;
	font-size: 16px;
	font-weight: 700;
	gap: 10px;
	justify-content: center;
	min-height: 56px;
	padding: 14px 24px;
	transition: background-color 180ms ease;
	width: 100%;
}

.dns-single-product-figma-add-to-cart .single_add_to_cart_button.disabled,
.dns-single-product-figma-add-to-cart .single_add_to_cart_button:disabled,
.dns-single-product-figma-add-to-cart .single_add_to_cart_button[disabled] {
	background: color-mix(in srgb, var(--wp--preset--color--accent-1) 58%, var(--wp--preset--color--accent-5));
	color: var(--wp--preset--color--white);
	cursor: not-allowed;
	opacity: 1;
}

.dns-single-product-figma-add-to-cart .single_add_to_cart_button::before {
	background: currentColor;
	content: "";
	height: 20px;
	mask: url("assets/images/icon-cart.svg") center / contain no-repeat;
	width: 20px;
	-webkit-mask: url("assets/images/icon-cart.svg") center / contain no-repeat;
}

.dns-single-product-figma-add-to-cart .single_add_to_cart_button:hover {
	background: var(--wp--preset--color--accent-2);
}

.dns-single-product-figma-add-to-cart.wp-block-add-to-cart-with-options {
	margin: 0;
	width: 100%;
}

.dns-single-product-figma-add-to-cart .dns-product-options-selector {
	margin: 0;
	width: 100%;
}

.dns-single-product-figma-add-to-cart .dns-product-options-row {
	align-items: center;
	display: grid;
	gap: 16px;
	grid-template-columns: 76px minmax(0, 1fr);
	margin: 0;
	width: 100%;
}

.dns-single-product-figma-add-to-cart .dns-product-options-label {
	color: var(--wp--preset--color--contrast);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.15;
	margin: 0;
	white-space: nowrap;
}

.dns-single-product-figma-add-to-cart .dns-product-options-control {
	min-width: 0;
	width: 100%;
}

.dns-single-product-figma-add-to-cart .wc-block-add-to-cart-with-options-variation-selector-attribute-options__dropdown {
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	background-image:
		linear-gradient(45deg, transparent 50%, var(--wp--preset--color--contrast) 50%),
		linear-gradient(135deg, var(--wp--preset--color--contrast) 50%, transparent 50%);
	background-position:
		calc(100% - 21px) 50%,
		calc(100% - 14px) 50%;
	background-repeat: no-repeat;
	background-size: 7px 7px, 7px 7px;
	border: 1px solid color-mix(in srgb, var(--wp--preset--color--contrast) 42%, transparent);
	border-radius: 0;
	box-shadow: none;
	box-sizing: border-box;
	color: var(--wp--preset--color--contrast);
	font: inherit;
	font-size: 15px;
	height: 44px;
	line-height: 44px;
	min-height: 44px;
	padding: 0 44px 0 14px;
	width: 100%;
}

.dns-single-product-figma-add-to-cart .wc-block-add-to-cart-with-options-variation-selector-attribute-options__dropdown:focus {
	border-color: var(--wp--preset--color--accent-1);
	box-shadow: 0 0 0 2px color-mix(in srgb, var(--wp--preset--color--accent-1) 18%, transparent);
	outline: 0;
}

/* Theme-level WooCommerce options dropdown. IDs are generated dynamically. */
.wp-block-add-to-cart-with-options .wc-block-add-to-cart-with-options-variation-selector-attribute-options__dropdown,
.wc-block-add-to-cart-with-options .wc-block-add-to-cart-with-options-variation-selector-attribute-options__dropdown,
.woocommerce div.product .wc-block-add-to-cart-with-options-variation-selector-attribute-options__dropdown {
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	background-image:
		linear-gradient(45deg, transparent 50%, var(--wp--preset--color--contrast) 50%),
		linear-gradient(135deg, var(--wp--preset--color--contrast) 50%, transparent 50%);
	background-position:
		calc(100% - 21px) 50%,
		calc(100% - 14px) 50%;
	background-repeat: no-repeat;
	background-size: 7px 7px, 7px 7px;
	border: 1px solid color-mix(in srgb, var(--wp--preset--color--contrast) 42%, transparent);
	border-radius: 0;
	box-shadow: none;
	box-sizing: border-box;
	color: var(--wp--preset--color--contrast);
	display: block;
	font-family: inherit;
	font-size: 15px;
	font-weight: 400;
	height: 44px;
	line-height: 44px;
	margin: 0;
	min-height: 44px;
	padding: 0 44px 0 14px;
	width: 100%;
}

.wp-block-add-to-cart-with-options .wc-block-add-to-cart-with-options-variation-selector-attribute-options__dropdown:focus,
.wc-block-add-to-cart-with-options .wc-block-add-to-cart-with-options-variation-selector-attribute-options__dropdown:focus,
.woocommerce div.product .wc-block-add-to-cart-with-options-variation-selector-attribute-options__dropdown:focus {
	border-color: var(--wp--preset--color--accent-1);
	box-shadow: 0 0 0 2px color-mix(in srgb, var(--wp--preset--color--accent-1) 18%, transparent);
	outline: 0;
}

.wp-block-add-to-cart-with-options .wc-block-add-to-cart-with-options-variation-selector-attribute-options__dropdown:disabled,
.wc-block-add-to-cart-with-options .wc-block-add-to-cart-with-options-variation-selector-attribute-options__dropdown:disabled,
.woocommerce div.product .wc-block-add-to-cart-with-options-variation-selector-attribute-options__dropdown:disabled {
	cursor: not-allowed;
	opacity: 0.55;
}

.wp-block-add-to-cart-with-options .wp-block-woocommerce-add-to-cart-with-options-variation-selector,
.wc-block-add-to-cart-with-options .wp-block-woocommerce-add-to-cart-with-options-variation-selector {
	margin: 0;
	width: 100%;
}

.wp-block-add-to-cart-with-options .wp-block-woocommerce-add-to-cart-with-options-variation-selector-attribute,
.wc-block-add-to-cart-with-options .wp-block-woocommerce-add-to-cart-with-options-variation-selector-attribute {
	align-items: center;
	display: grid;
	gap: 16px;
	grid-template-columns: 76px minmax(0, 1fr);
	margin: 0;
	width: 100%;
}

.wp-block-add-to-cart-with-options .wp-block-woocommerce-add-to-cart-with-options-variation-selector-attribute > label,
.wc-block-add-to-cart-with-options .wp-block-woocommerce-add-to-cart-with-options-variation-selector-attribute > label {
	color: var(--wp--preset--color--contrast);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.15;
	margin: 0;
	white-space: nowrap;
}

.wp-block-add-to-cart-with-options .wp-block-woocommerce-add-to-cart-with-options-variation-selector-attribute-options,
.wc-block-add-to-cart-with-options .wp-block-woocommerce-add-to-cart-with-options-variation-selector-attribute-options {
	min-width: 0;
	width: 100%;
}

.dns-single-product-figma-add-to-cart .dns-product-options-description,
.dns-single-product-figma-add-to-cart .dns-product-options-stock {
	margin: 0;
}

.dns-single-product-figma-add-to-cart .dns-product-options-description:empty,
.dns-single-product-figma-add-to-cart .dns-product-options-stock:empty {
	display: none;
}

.dns-single-product-figma-add-to-cart .dns-product-options-actions {
	align-items: stretch;
	display: flex;
	gap: 20px;
	justify-content: flex-start;
	margin-top: 24px;
	width: 100%;
}

.dns-single-product-figma-add-to-cart .dns-product-options-actions-simple {
	margin-top: 0;
}

.dns-single-product-figma-add-to-cart .dns-product-options-quantity,
.dns-single-product-figma-add-to-cart .wc-block-add-to-cart-with-options__quantity-selector {
	align-self: stretch;
	display: block !important;
	flex: 0 0 63px;
	margin: 0;
	width: 63px;
}

.dns-single-product-figma-add-to-cart .dns-product-options-quantity .quantity,
.dns-single-product-figma-add-to-cart .wc-block-add-to-cart-with-options__quantity-selector .quantity {
	align-items: center;
	background: var(--wp--preset--color--accent-5);
	box-sizing: border-box;
	display: flex !important;
	height: 56px;
	justify-content: center;
	margin: 0;
	width: 63px;
}

.dns-single-product-figma-add-to-cart .wc-block-add-to-cart-with-options__quantity-selector .wc-block-components-quantity-selector__button {
	display: none;
}

.dns-single-product-figma-add-to-cart .wc-block-add-to-cart-with-options__quantity-selector .qty,
.dns-single-product-figma-add-to-cart .wc-block-add-to-cart-with-options__quantity-selector .wc-block-components-quantity-selector__input {
	-moz-appearance: textfield;
	-webkit-appearance: none;
	appearance: textfield;
	background: var(--wp--preset--color--white);
	border: 1px solid color-mix(in srgb, var(--wp--preset--color--contrast) 42%, transparent);
	border-radius: 0;
	box-shadow: none;
	box-sizing: border-box;
	color: var(--wp--preset--color--contrast);
	font: inherit;
	font-size: 14px;
	height: 22px;
	line-height: 20px;
	min-height: 22px;
	padding: 0 6px;
	text-align: center;
	width: 63px;
}

.dns-single-product-figma-add-to-cart .wc-block-add-to-cart-with-options__quantity-selector .qty:focus,
.dns-single-product-figma-add-to-cart .wc-block-add-to-cart-with-options__quantity-selector .wc-block-components-quantity-selector__input:focus {
	border-color: var(--wp--preset--color--accent-1);
	box-shadow: 0 0 0 2px color-mix(in srgb, var(--wp--preset--color--accent-1) 16%, transparent);
	outline: 0;
}

.dns-single-product-figma-add-to-cart .wc-block-add-to-cart-with-options__quantity-selector .qty::-webkit-inner-spin-button,
.dns-single-product-figma-add-to-cart .wc-block-add-to-cart-with-options__quantity-selector .qty::-webkit-outer-spin-button,
.dns-single-product-figma-add-to-cart .wc-block-add-to-cart-with-options__quantity-selector .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.dns-single-product-figma-add-to-cart .wc-block-add-to-cart-with-options__quantity-selector .wc-block-components-quantity-selector__input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	appearance: none;
	margin: 0;
}

.dns-single-product-figma-add-to-cart .dns-product-options-button {
	flex: 0 1 auto;
	margin: 0;
	width: auto;
}

.dns-single-product-figma-add-to-cart .dns-product-options-button .wp-element-button,
.dns-single-product-figma-add-to-cart .dns-product-options-button button,
.dns-single-product-figma-add-to-cart .dns-product-options-button a {
	align-items: center;
	background: var(--wp--preset--color--accent-1);
	border: 0;
	border-radius: 8px;
	box-shadow: none;
	color: var(--wp--preset--color--white);
	display: inline-flex;
	font-size: 17px;
	font-weight: 700;
	gap: 10px;
	justify-content: center;
	line-height: 1.2;
	min-width: 167px;
	min-height: 56px;
	padding: 14px 24px;
	text-decoration: none;
	width: auto;
}

.dns-single-product-figma-add-to-cart .dns-product-options-button .wp-element-button::before,
.dns-single-product-figma-add-to-cart .dns-product-options-button button::before,
.dns-single-product-figma-add-to-cart .dns-product-options-button a::before {
	background: currentColor;
	content: "";
	height: 20px;
	mask: url("assets/images/icon-cart.svg") center / contain no-repeat;
	width: 20px;
	-webkit-mask: url("assets/images/icon-cart.svg") center / contain no-repeat;
}

.dns-single-product-figma-add-to-cart .dns-product-options-actions:not(:has(.wc-block-add-to-cart-with-options__quantity-selector:not([hidden]))) .dns-product-options-button {
	flex: 1 1 auto;
	width: 100%;
}

.dns-single-product-figma-add-to-cart .dns-product-options-actions:not(:has(.wc-block-add-to-cart-with-options__quantity-selector:not([hidden]))) .dns-product-options-button .wp-element-button,
.dns-single-product-figma-add-to-cart .dns-product-options-actions:not(:has(.wc-block-add-to-cart-with-options__quantity-selector:not([hidden]))) .dns-product-options-button button,
.dns-single-product-figma-add-to-cart .dns-product-options-actions:not(:has(.wc-block-add-to-cart-with-options__quantity-selector:not([hidden]))) .dns-product-options-button a {
	width: 100%;
}

.dns-single-product-figma-add-to-cart .dns-product-options-button .wp-element-button:hover,
.dns-single-product-figma-add-to-cart .dns-product-options-button button:hover,
.dns-single-product-figma-add-to-cart .dns-product-options-button a:hover {
	background: var(--wp--preset--color--accent-2);
	color: var(--wp--preset--color--white);
}

.dns-single-product-figma-add-to-cart .dns-product-options-button .disabled,
.dns-single-product-figma-add-to-cart .dns-product-options-button [disabled],
.dns-single-product-figma-add-to-cart.is-invalid .dns-product-options-button .wp-element-button {
	background: color-mix(in srgb, var(--wp--preset--color--accent-1) 58%, var(--wp--preset--color--accent-5));
	color: var(--wp--preset--color--white);
	opacity: 1;
}

.dns-single-product-figma-add-to-cart.wp-block-add-to-cart-form form.variations_form.cart {
	display: flex !important;
	flex-direction: column !important;
	margin: 0 !important;
	width: 100% !important;
}

.dns-single-product-figma-add-to-cart.wp-block-add-to-cart-form table.variations {
	border: 0 !important;
	border-collapse: collapse !important;
	margin: 0 0 62px !important;
	width: 100% !important;
}

.dns-single-product-figma-add-to-cart.wp-block-add-to-cart-form table.variations tbody,
.dns-single-product-figma-add-to-cart.wp-block-add-to-cart-form table.variations tr {
	display: block !important;
	width: 100% !important;
}

.dns-single-product-figma-add-to-cart.wp-block-add-to-cart-form table.variations tr {
	align-items: center !important;
	display: grid !important;
	gap: 16px !important;
	grid-template-columns: 76px minmax(0, 1fr) !important;
}

.dns-single-product-figma-add-to-cart.wp-block-add-to-cart-form table.variations th,
.dns-single-product-figma-add-to-cart.wp-block-add-to-cart-form table.variations td {
	background: transparent !important;
	border: 0 !important;
	display: block !important;
	padding: 0 !important;
}

.dns-single-product-figma-add-to-cart.wp-block-add-to-cart-form table.variations th.label {
	color: var(--wp--preset--color--contrast) !important;
	font-size: 22px !important;
	font-weight: 700 !important;
	line-height: 1.15 !important;
	width: 76px !important;
}

.dns-single-product-figma-add-to-cart.wp-block-add-to-cart-form table.variations th.label label {
	color: inherit !important;
	font: inherit !important;
	margin: 0 !important;
}

.dns-single-product-figma-add-to-cart.wp-block-add-to-cart-form table.variations td.value {
	align-items: center !important;
	display: grid !important;
	gap: 24px !important;
	grid-template-columns: minmax(148px, 1fr) max-content !important;
	min-width: 0 !important;
	width: 100% !important;
}

.dns-single-product-figma-add-to-cart.wp-block-add-to-cart-form table.variations select {
	-webkit-appearance: none !important;
	appearance: none !important;
	background-color: transparent !important;
	background-image:
		linear-gradient(45deg, transparent 50%, var(--wp--preset--color--contrast) 50%),
		linear-gradient(135deg, var(--wp--preset--color--contrast) 50%, transparent 50%) !important;
	background-position:
		calc(100% - 21px) 50%,
		calc(100% - 14px) 50% !important;
	background-repeat: no-repeat !important;
	background-size: 7px 7px, 7px 7px !important;
	border: 1px solid color-mix(in srgb, var(--wp--preset--color--contrast) 42%, transparent) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	box-sizing: border-box !important;
	color: var(--wp--preset--color--contrast) !important;
	font: inherit !important;
	font-size: 15px !important;
	height: 44px !important;
	line-height: 44px !important;
	min-height: 44px !important;
	padding: 0 44px 0 14px !important;
	width: 100% !important;
}

.dns-single-product-figma-add-to-cart.wp-block-add-to-cart-form table.variations select:focus {
	border-color: var(--wp--preset--color--accent-1) !important;
	box-shadow: 0 0 0 2px color-mix(in srgb, var(--wp--preset--color--accent-1) 18%, transparent) !important;
	outline: 0 !important;
}

.dns-single-product-figma-add-to-cart.wp-block-add-to-cart-form table.variations .reset_variations {
	color: var(--wp--preset--color--accent-1) !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
	white-space: nowrap !important;
}

.dns-single-product-figma-add-to-cart.wp-block-add-to-cart-form .single_variation_wrap,
.dns-single-product-figma-add-to-cart.wp-block-add-to-cart-form .woocommerce-variation-add-to-cart {
	display: flex !important;
	flex-direction: column !important;
	margin: 0 !important;
	width: 100% !important;
}

.dns-single-product-figma-add-to-cart.wp-block-add-to-cart-form .woocommerce-variation {
	margin: 0 !important;
}

.dns-single-product-figma-add-to-cart.wp-block-add-to-cart-form .woocommerce-variation:empty,
.dns-single-product-figma-add-to-cart.wp-block-add-to-cart-form .woocommerce-variation-description:empty,
.dns-single-product-figma-add-to-cart.wp-block-add-to-cart-form .woocommerce-variation-price:empty,
.dns-single-product-figma-add-to-cart.wp-block-add-to-cart-form .woocommerce-variation-availability:empty {
	display: none !important;
}

.dns-single-product-figma-add-to-cart.wp-block-add-to-cart-form .quantity {
	display: block !important;
	margin: 0 0 5px !important;
	width: 63px !important;
}

.dns-single-product-figma-add-to-cart.wp-block-add-to-cart-form .quantity .qty {
	-moz-appearance: textfield !important;
	-webkit-appearance: none !important;
	appearance: textfield !important;
	background: var(--wp--preset--color--white) !important;
	border: 1px solid color-mix(in srgb, var(--wp--preset--color--contrast) 42%, transparent) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	box-sizing: border-box !important;
	color: var(--wp--preset--color--contrast) !important;
	font: inherit !important;
	font-size: 14px !important;
	height: 22px !important;
	line-height: 20px !important;
	min-height: 22px !important;
	padding: 0 6px !important;
	text-align: center !important;
	width: 63px !important;
}

.dns-single-product-figma-add-to-cart.wp-block-add-to-cart-form .quantity .qty:focus {
	border-color: var(--wp--preset--color--accent-1) !important;
	box-shadow: 0 0 0 2px color-mix(in srgb, var(--wp--preset--color--accent-1) 16%, transparent) !important;
	outline: 0 !important;
}

.dns-single-product-figma-add-to-cart.wp-block-add-to-cart-form .quantity .qty::-webkit-inner-spin-button,
.dns-single-product-figma-add-to-cart.wp-block-add-to-cart-form .quantity .qty::-webkit-outer-spin-button {
	-webkit-appearance: none !important;
	appearance: none !important;
	margin: 0 !important;
}

.dns-single-product-figma-add-to-cart.wp-block-add-to-cart-form .single_add_to_cart_button.button {
	align-items: center !important;
	background: var(--wp--preset--color--accent-1) !important;
	border: 0 !important;
	border-radius: 8px !important;
	box-shadow: none !important;
	color: var(--wp--preset--color--white) !important;
	display: inline-flex !important;
	font-size: 17px !important;
	font-weight: 700 !important;
	justify-content: center !important;
	line-height: 1.2 !important;
	min-height: 56px !important;
	padding: 14px 24px !important;
	text-decoration: none !important;
	width: 100% !important;
}

.dns-single-product-figma-add-to-cart.wp-block-add-to-cart-form .single_add_to_cart_button.button::before {
	display: none !important;
}

.dns-single-product-figma-add-to-cart.wp-block-add-to-cart-form .single_add_to_cart_button.button:hover {
	background: var(--wp--preset--color--accent-2) !important;
	color: var(--wp--preset--color--white) !important;
}

.dns-single-product-figma-add-to-cart.wp-block-add-to-cart-form .single_add_to_cart_button.button.disabled,
.dns-single-product-figma-add-to-cart.wp-block-add-to-cart-form .single_add_to_cart_button.button:disabled,
.dns-single-product-figma-add-to-cart.wp-block-add-to-cart-form .single_add_to_cart_button.button[disabled] {
	background: color-mix(in srgb, var(--wp--preset--color--accent-1) 58%, var(--wp--preset--color--accent-5)) !important;
	color: var(--wp--preset--color--white) !important;
	opacity: 1 !important;
}

.dns-single-product-figma-trust img {
	display: block;
}

.dns-single-product-figma-description p {
	margin-top: 0;
}

.dns-product-page-benefits {
	list-style: none;
}

.dns-product-page-benefits li {
	align-items: center;
	display: flex;
	gap: 12px;
}

.dns-product-page-benefits li::before {
	background: var(--wp--preset--color--accent-2);
	border-radius: 999px;
	content: "";
	flex: 0 0 8px;
	height: 8px;
	width: 8px;
}

.dns-product-page-tabs {
	color: var(--wp--preset--color--accent-4);
}

.dns-product-page-tabs .wc-tabs,
.dns-product-page-tabs .woocommerce-tabs ul.tabs {
	border-bottom: 2px solid #f1f6e8;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 32px;
	padding: 0;
}

.dns-product-page-tabs .wc-tabs li,
.dns-product-page-tabs .woocommerce-tabs ul.tabs li {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}

.dns-product-page-tabs .wc-tabs li a,
.dns-product-page-tabs .woocommerce-tabs ul.tabs li a {
	color: var(--wp--preset--color--accent-4);
	display: block;
	padding: 16px 28px;
	text-decoration: none;
}

.dns-product-page-tabs .wc-tabs li.active a,
.dns-product-page-tabs .woocommerce-tabs ul.tabs li.active a {
	border-bottom: 2px solid var(--wp--preset--color--accent-1);
	color: var(--wp--preset--color--accent-1);
}

.dns-product-page-tabs .woocommerce-Tabs-panel {
	color: var(--wp--preset--color--accent-4);
	font-size: 1.05rem;
	line-height: 1.75;
	padding-top: 24px;
}

.dns-catalog-page .woocommerce-breadcrumb,
.dns-catalog-page .woocommerce-breadcrumb a {
	color: var(--wp--preset--color--accent-4);
	font-size: 0.875rem;
	text-decoration: none;
}

.dns-catalog-sidebar {
	position: relative;
}

.dns-catalog-filter-card {
	box-sizing: border-box;
}

.dns-catalog-filter-card h3,
.dns-catalog-filter-card .wc-block-components-filter-title,
.dns-catalog-filter-card .wp-block-heading {
	color: var(--wp--preset--color--contrast);
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 16px;
}

.dns-catalog-search-card,
.dns-catalog-active-filters-card {
	background: var(--wp--preset--color--accent-5) !important;
	border: 0 !important;
	border-radius: 16px !important;
	box-shadow: none;
	box-sizing: border-box;
	padding: 24px !important;
}

.dns-catalog-search-card .wp-block-heading,
.dns-catalog-active-filters-card .wc-block-active-filters__title {
	font-size: 1.125rem !important;
	font-weight: 700 !important;
	line-height: 1.25 !important;
	margin: 0 0 16px !important;
}

.dns-catalog-search {
	margin: 0;
	width: 100%;
}

.dns-catalog-search .wp-block-search__inside-wrapper {
	background: #fff;
	border: 1px solid color-mix(in srgb, var(--wp--preset--color--accent-1) 14%, transparent);
	border-radius: 16px;
	box-shadow: 0 1px 2px rgba(32, 32, 32, 0.04);
	box-sizing: border-box;
	display: flex;
	gap: 8px;
	min-height: 68px;
	overflow: hidden;
	padding: 8px;
	transition: border-color 180ms ease, box-shadow 180ms ease;
	width: 100%;
}

.dns-catalog-search .wp-block-search__inside-wrapper:focus-within {
	border-color: var(--wp--preset--color--accent-1);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--wp--preset--color--accent-1) 16%, transparent);
}

.dns-catalog-search .wp-block-search__input {
	background: #fff;
	border: 0;
	box-shadow: none;
	box-sizing: border-box;
	color: var(--wp--preset--color--contrast);
	flex: 1 1 auto;
	font: inherit;
	font-size: 0.875rem;
	line-height: 1.4;
	min-height: 50px;
	min-width: 0;
	outline: 0;
	padding: 0 12px;
	width: 100%;
}

.dns-catalog-search .wp-block-search__input::placeholder {
	color: color-mix(in srgb, var(--wp--preset--color--accent-4) 82%, transparent);
	opacity: 1;
}

.dns-catalog-search .wp-block-search__input:focus {
	box-shadow: none;
	outline: 0;
}

.dns-catalog-search .wp-block-search__button {
	background: var(--wp--preset--color--accent-1);
	border: 0;
	border-radius: 15px;
	box-shadow: none;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	flex: 0 0 auto;
	font: inherit;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1;
	margin: 0;
	min-height: 50px;
	min-width: 72px;
	padding: 12px 16px;
	transition: background-color 180ms ease, transform 180ms ease;
	white-space: nowrap;
}

.dns-catalog-search .wp-block-search__button:hover,
.dns-catalog-search .wp-block-search__button:focus-visible {
	background: var(--wp--preset--color--accent-2);
	color: #fff;
}

.dns-catalog-search .wp-block-search__button:focus-visible {
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--wp--preset--color--accent-1) 22%, transparent);
	outline: 0;
}

.dns-catalog-active-filters-card {
	margin-top: 0 !important;
}

.dns-catalog-active-filters-card.is-empty,
.dns-catalog-active-filters-card:has(> .wp-block-woocommerce-active-filters[hidden]),
.dns-catalog-active-filters-card:has(> .wp-block-woocommerce-active-filters[style*="display: none"]) {
	display: none !important;
}

.dns-catalog-rating-filter-card.is-empty,
.dns-catalog-rating-filter-card:has(> .wp-block-woocommerce-rating-filter.is-loading:empty),
.dns-catalog-rating-filter-card:has(> .wp-block-woocommerce-rating-filter[hidden]),
.dns-catalog-rating-filter-card:has(> .wp-block-woocommerce-rating-filter[style*="display: none"]) {
	display: none !important;
}

.dns-catalog-active-filters-card .wp-block-woocommerce-active-filters,
.dns-catalog-active-filters-card .wc-block-active-filters {
	box-sizing: border-box;
	display: grid;
	gap: 14px;
	margin: 0;
	overflow: visible;
	width: 100%;
}

.dns-catalog-active-filters-card .wp-block-woocommerce-active-filters.is-loading,
.dns-catalog-active-filters-card .wc-block-active-filters--loading {
	min-height: 42px;
}

.dns-catalog-active-filters-card .wc-block-active-filters__placeholder,
.dns-catalog-active-filters-card .wc-block-active-filters__clear-all-placeholder,
.dns-catalog-active-filters-card .show-loading-state__inner {
	background: var(--wp--preset--color--white) !important;
	border: 1px solid color-mix(in srgb, var(--wp--preset--color--accent-1) 12%, transparent) !important;
	border-radius: 12px !important;
	box-shadow: 0 1px 2px rgba(32, 32, 32, 0.04) !important;
	display: block !important;
	height: 42px !important;
	margin: 0 !important;
	opacity: 1 !important;
	width: 100% !important;
}

.dns-catalog-active-filters-card .wc-block-active-filters__list {
	clear: none;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.dns-catalog-active-filters-card .wc-block-active-filters__list li,
.dns-catalog-active-filters-card .wc-block-active-filters__list-item {
	list-style: none;
	margin: 0 !important;
	padding: 0;
}

.dns-catalog-active-filters-card .wc-block-active-filters__list li ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 8px 0 0;
	padding: 0;
}

.dns-catalog-active-filters-card .wc-block-active-filters__list-item {
	align-items: center;
	background: var(--wp--preset--color--white);
	border: 1px solid color-mix(in srgb, var(--wp--preset--color--accent-1) 18%, transparent);
	border-radius: 999px;
	box-shadow: 0 1px 2px rgba(32, 32, 32, 0.04);
	color: var(--wp--preset--color--contrast);
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 600;
	gap: 6px;
	line-height: 1.25;
	max-width: 100%;
	min-height: 34px;
	margin: 0 !important;
	padding: 7px 12px;
}

.dns-catalog-active-filters-card .wc-block-active-filters__list-item-type {
	color: var(--wp--preset--color--accent-4);
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
}

.dns-catalog-active-filters-card .wc-block-active-filters__list-item-name {
	align-items: center;
	display: inline-flex;
	gap: 6px;
	min-width: 0;
}

.dns-catalog-active-filters-card .wc-block-active-filters__list-item-remove,
.dns-catalog-active-filters-card .wc-block-components-chip__remove {
	align-items: center;
	background: color-mix(in srgb, var(--wp--preset--color--accent-4) 12%, transparent);
	border: 0;
	border-radius: 999px;
	color: var(--wp--preset--color--accent-4);
	cursor: pointer;
	display: inline-flex;
	flex: 0 0 auto;
	height: 18px;
	justify-content: center;
	margin: 0;
	padding: 0;
	width: 18px;
}

.dns-catalog-active-filters-card .wc-block-active-filters__list-item-remove:hover,
.dns-catalog-active-filters-card .wc-block-components-chip__remove:hover {
	background: color-mix(in srgb, var(--wp--preset--color--accent-1) 18%, transparent);
	color: var(--wp--preset--color--accent-1);
}

.dns-catalog-active-filters-card .wc-block-active-filters__clear-all {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: var(--wp--preset--color--accent-1) !important;
	cursor: pointer;
	display: inline-flex !important;
	float: none !important;
	font: inherit !important;
	font-size: 0.875rem !important;
	font-weight: 700 !important;
	justify-self: end;
	line-height: 1.2 !important;
	margin: 0 !important;
	padding: 0 !important;
	text-decoration: underline !important;
	text-underline-offset: 0.18em;
}

.dns-catalog-active-filters-card .wc-block-active-filters__clear-all:hover {
	color: var(--wp--preset--color--accent-2) !important;
}

.dns-catalog-filter-card .wc-block-active-filters__list,
.dns-catalog-filter-card .wc-block-product-categories-list,
.dns-catalog-filter-card .wc-block-components-checkbox-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.dns-catalog-filter-card .wc-block-active-filters__list-item,
.dns-catalog-filter-card .wc-block-product-categories-list-item,
.dns-catalog-filter-card .wc-block-components-checkbox-list li {
	margin-bottom: 12px;
}

.dns-catalog-filter-card a,
.dns-catalog-filter-card label,
.dns-catalog-filter-card .wc-block-components-checkbox__label,
.dns-catalog-filter-card .wc-block-product-categories-list-item__name {
	color: var(--wp--preset--color--accent-4);
	text-decoration: none;
}

.dns-catalog-filter-card a:hover,
.dns-catalog-filter-card label:hover,
.dns-catalog-filter-card .wc-block-components-checkbox__label:hover {
	color: var(--wp--preset--color--accent-1);
}

.dns-catalog-filter-card .wp-block-woocommerce-price-filter,
.dns-catalog-filter-card .wc-block-price-filter,
.dns-catalog-filter-card .wc-block-price-slider,
.dns-catalog-filter-card .wc-block-components-price-slider {
	box-sizing: border-box;
	display: grid;
	gap: 16px;
	margin: 0;
	width: 100%;
}

.dns-catalog-filter-card .wp-block-woocommerce-price-filter .wc-block-components-filter-title,
.dns-catalog-filter-card .wp-block-woocommerce-price-filter .wc-block-price-filter__title,
.dns-catalog-filter-card .wp-block-woocommerce-price-filter h3 {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.25;
	margin-top: 0;
	margin-bottom: 2px;
}

.dns-catalog-filter-card .wc-block-components-price-slider__range-input-wrapper,
.dns-catalog-filter-card .wc-block-price-filter__range-input-wrapper {
	height: 28px;
	margin: 2px 0 0;
	position: relative;
}

.dns-catalog-filter-card .wc-block-components-price-slider__range-input-wrapper::before,
.dns-catalog-filter-card .wc-block-price-filter__range-input-wrapper::before {
	background: color-mix(in srgb, var(--wp--preset--color--accent-1) 22%, var(--wp--preset--color--white));
	border-radius: 999px;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.dns-catalog-filter-card .wc-block-components-price-slider__range-input-progress,
.dns-catalog-filter-card .wc-block-price-filter__range-input-progress {
	background: var(--wp--preset--color--accent-1) !important;
	border-radius: 999px;
	height: 4px !important;
	top: 50% !important;
	transform: translateY(-50%);
}

.dns-catalog-filter-card .wc-block-components-price-slider__range-input,
.dns-catalog-filter-card .wc-block-price-filter__range-input,
.dns-catalog-filter-card input[type="range"].wc-block-components-price-slider__range-input,
.dns-catalog-filter-card input[type="range"].wc-block-price-filter__range-input {
	accent-color: var(--wp--preset--color--accent-1);
	background: transparent !important;
	border: 0;
	height: 0;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 100%;
}

.dns-catalog-filter-card .wc-block-components-price-slider__range-input::-webkit-slider-thumb,
.dns-catalog-filter-card .wc-block-price-filter__range-input::-webkit-slider-thumb {
	background: var(--wp--preset--color--white);
	border: 2px solid var(--wp--preset--color--accent-1);
	box-shadow: 0 2px 6px rgba(32, 32, 32, 0.18);
}

.dns-catalog-filter-card .wc-block-components-price-slider__range-input::-moz-range-thumb,
.dns-catalog-filter-card .wc-block-price-filter__range-input::-moz-range-thumb {
	background: var(--wp--preset--color--white);
	border: 2px solid var(--wp--preset--color--accent-1);
	box-shadow: 0 2px 6px rgba(32, 32, 32, 0.18);
}

.dns-catalog-filter-card .wc-block-components-price-slider__controls,
.dns-catalog-filter-card .wc-block-price-filter__controls {
	align-items: start;
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
}

.dns-catalog-filter-card .wc-block-components-price-slider__control,
.dns-catalog-filter-card .wc-block-price-filter__control {
	display: grid;
	gap: 6px;
	min-width: 0;
}

.dns-catalog-filter-card .wc-block-components-price-slider__amount-label,
.dns-catalog-filter-card .wc-block-components-price-slider__label,
.dns-catalog-filter-card .wc-block-price-filter__amount-label {
	color: var(--wp--preset--color--accent-4);
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.35;
	margin: 0;
	order: 1;
}

.dns-catalog-filter-card .wc-block-components-price-slider__amount-input,
.dns-catalog-filter-card .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount,
.dns-catalog-filter-card .wc-block-components-price-slider__amount,
.dns-catalog-filter-card .wc-block-price-filter__amount-input,
.dns-catalog-filter-card .wc-block-components-price-slider__amount input,
.dns-catalog-filter-card .wc-block-price-filter__amount input {
	background: var(--wp--preset--color--white);
	border: 1px solid color-mix(in srgb, var(--wp--preset--color--accent-1) 24%, transparent);
	border-radius: 8px;
	box-shadow: 0 1px 2px rgba(32, 32, 32, 0.04);
	box-sizing: border-box;
	color: var(--wp--preset--color--contrast);
	font: inherit;
	font-size: 0.9375rem;
	font-weight: 600;
	max-width: none;
	min-height: 42px;
	min-width: 0;
	order: 2;
	padding: 9px 10px;
	width: 100%;
}

.dns-catalog-filter-card .wc-block-components-price-slider__amount-input:focus,
.dns-catalog-filter-card .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount:focus,
.dns-catalog-filter-card .wc-block-components-price-slider__amount:focus,
.dns-catalog-filter-card .wc-block-price-filter__amount-input:focus,
.dns-catalog-filter-card .wc-block-components-price-slider__amount input:focus,
.dns-catalog-filter-card .wc-block-price-filter__amount input:focus {
	border-color: var(--wp--preset--color--accent-1);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--wp--preset--color--accent-1) 16%, transparent);
	outline: 0;
}

.dns-catalog-filter-card .wc-block-components-price-slider__actions,
.dns-catalog-filter-card .wc-block-price-filter__actions {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	margin: 0;
}

.dns-catalog-filter-card .wc-block-components-price-slider__button,
.dns-catalog-filter-card .wc-block-components-filter-reset-button,
.dns-catalog-filter-card .wc-block-components-filter-submit-button,
.dns-catalog-filter-card .wc-block-price-filter__button,
.dns-catalog-filter-card .wc-block-components-price-slider__reset,
.dns-catalog-filter-card .wc-block-price-filter__reset,
.dns-catalog-filter-card .wc-block-price-filter__reset-button {
	background: transparent;
	border: 0;
	color: var(--wp--preset--color--accent-1);
	cursor: pointer;
	font: inherit;
	font-size: 0.875rem;
	font-weight: 700;
	padding: 0;
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.dns-catalog-filter-card .wc-block-components-price-slider__button:hover,
.dns-catalog-filter-card .wc-block-components-filter-reset-button:hover,
.dns-catalog-filter-card .wc-block-components-filter-submit-button:hover,
.dns-catalog-filter-card .wc-block-price-filter__button:hover,
.dns-catalog-filter-card .wc-block-components-price-slider__reset:hover,
.dns-catalog-filter-card .wc-block-price-filter__reset:hover,
.dns-catalog-filter-card .wc-block-price-filter__reset-button:hover {
	color: var(--wp--preset--color--accent-2);
}

.dns-catalog-toolbar .woocommerce-ordering select,
.dns-catalog-sorting select {
	background: #f1f6e8;
	border: 0;
	border-radius: 8px;
	color: var(--wp--preset--color--contrast);
	padding: 10px 14px;
}

.dns-catalog-product-card {
	aspect-ratio: 1 / 1;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}

.dns-catalog-product-card,
.dns-catalog-product-image,
.dns-catalog-product-image .wc-block-components-product-image,
.dns-catalog-product-image .wp-block-woocommerce-product-image {
	border-radius: 16px;
}

.dns-catalog-product-image,
.dns-catalog-product-image .wc-block-components-product-image,
.dns-catalog-product-image .wp-block-woocommerce-product-image,
.dns-catalog-product-image img {
	display: block;
	height: 100%;
	margin: 0;
	width: 100%;
}

.dns-catalog-product-image img {
	object-fit: cover;
	transition: transform 500ms ease;
}

.dns-catalog-product-card:hover .dns-catalog-product-image img {
	transform: scale(1.1);
}

.dns-catalog-product-overlay {
	inset: 0;
	margin: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.dns-catalog-sale-badge {
	background: #ef4444;
	border: 0;
	border-radius: 999px;
	box-shadow: 0 10px 22px rgba(239, 68, 68, 0.26);
	color: #fff;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1;
	padding: 8px 16px;
	position: absolute;
	right: 16px;
	top: 16px;
	z-index: 3;
}

.dns-catalog-sale-badge *,
.dns-catalog-sale-badge .wc-block-components-product-sale-badge,
.dns-catalog-sale-badge .onsale {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: inherit !important;
	font: inherit !important;
	margin: 0 !important;
	padding: 0 !important;
}

.dns-catalog-product-content {
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 24px;
	position: absolute;
	right: 0;
	z-index: 2;
}

.dns-catalog-product-category,
.dns-catalog-product-category a {
	color: rgba(255, 255, 255, 0.82);
	text-decoration: none;
}

.dns-catalog-product-category .wp-block-post-terms__separator {
	display: none;
}

.dns-catalog-product-rating {
	color: #fff;
	display: flex;
	gap: 4px;
	margin: 0;
}

.dns-catalog-product-rating .star-rating,
.dns-catalog-product-rating .wc-block-components-product-rating__stars {
	color: #fff;
}

.dns-catalog-product-title a {
	color: #fff;
	text-decoration: none;
}

.dns-catalog-product-price {
	color: #fff;
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.dns-catalog-product-price del {
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.6em;
	font-weight: 400;
	opacity: 1;
	order: 2;
}

.dns-catalog-product-price ins {
	order: 1;
	text-decoration: none;
}

.dns-catalog-pagination .page-numbers,
.dns-catalog-pagination a,
.dns-catalog-pagination span {
	background: #f1f6e8;
	border-radius: 8px;
	color: var(--wp--preset--color--contrast);
	padding: 8px 14px;
	text-decoration: none;
}

.dns-catalog-pagination .current {
	background: var(--wp--preset--color--accent-1);
	color: #fff;
}

.entry-content.wp-block-post-content {
	margin-block-start: 0;
}

.owl-carousel .owl-dots {
	background: transparent;
	border: 0;
	box-shadow: none;
	margin-block-start: 0;
}

.owl-carousel .owl-dots::before,
.owl-carousel .owl-dots::after,
.owl-carousel .owl-dot::before,
.owl-carousel .owl-dot::after {
	content: none;
}

.dns-cart-page .dns-cart-step,
.dns-checkout-page .dns-cart-step,
.dns-order-page .dns-cart-step {
	align-items: center;
	position: relative;
}

.dns-cart-page .dns-cart-step:not(:last-child)::after,
.dns-checkout-page .dns-cart-step:not(:last-child)::after,
.dns-order-page .dns-cart-step:not(:last-child)::after {
	background: #fff;
	border-radius: 999px;
	content: "";
	height: 4px;
	left: calc(50% + 44px);
	position: absolute;
	right: calc(-50% + 44px);
	top: 30px;
	z-index: 0;
}

.dns-cart-page .dns-cart-step-icon,
.dns-checkout-page .dns-cart-step-icon,
.dns-order-page .dns-cart-step-icon {
	box-shadow: 0 14px 30px rgba(73, 118, 21, 0.14);
	position: relative;
	width: 64px;
	z-index: 1;
}

.dns-cart-page .dns-cart-step-symbol,
.dns-checkout-page .dns-cart-step-symbol,
.dns-order-page .dns-cart-step-symbol {
	align-items: center;
	display: flex;
	justify-content: center;
}

.dns-cart-page .dns-cart-step-symbol svg,
.dns-checkout-page .dns-cart-step-symbol svg,
.dns-order-page .dns-cart-step-symbol svg {
	display: block;
	fill: none;
	height: 28px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	width: 28px;
}

.dns-cart-page .wp-block-woocommerce-cart {
	margin: 0;
	max-width: none;
}

.dns-cart-page .wc-block-cart {
	display: grid;
	gap: 32px;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 400px);
}

.dns-cart-page .wc-block-cart__main,
.dns-cart-page .wc-block-cart__sidebar {
	margin: 0;
	padding: 0;
	width: auto;
}

.dns-cart-page .wc-block-cart-items {
	border: 0 !important;
	display: block;
	margin: 0;
}

.dns-cart-page .wc-block-cart-items thead,
.dns-cart-page .wc-block-cart-items__header {
	display: none !important;
}

.dns-cart-page .wc-block-cart-items tbody {
	border: 0;
	display: block;
}

.dns-cart-page .wc-block-cart-items__row {
	align-items: center;
	background: #fff;
	border-radius: 16px;
	box-sizing: border-box;
	display: grid;
	gap: 24px;
	grid-template-columns: 96px minmax(0, 1fr) 110px;
	margin-bottom: 16px;
	padding: 24px 64px 24px 24px;
	position: relative;
}

.dns-cart-page .wc-block-cart-items__row td {
	border: 0 !important;
	display: block;
	padding: 0 !important;
}

.dns-cart-page .wc-block-cart-item__image {
	grid-column: 1;
	width: 96px;
}

.dns-cart-page .wc-block-cart-item__image img {
	aspect-ratio: 1;
	background: var(--wp--preset--color--accent-5);
	border-radius: 12px;
	display: block;
	object-fit: cover;
	width: 100%;
}

.dns-cart-page .wc-block-cart-item__wrap {
	align-items: center;
	display: grid;
	gap: 8px 28px;
	grid-template-areas:
		"name qty"
		"meta qty"
		"price qty";
	grid-template-columns: minmax(0, 1fr) 136px;
}

.dns-cart-page .wc-block-cart-item__product {
	grid-column: 2;
	padding: 0;
}

.dns-cart-page .wc-block-components-product-name {
	color: var(--wp--preset--color--contrast);
	grid-area: name;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
}

.dns-cart-page .wc-block-components-product-metadata,
.dns-cart-page .wc-block-components-product-metadata__description,
.dns-cart-page .wc-block-components-product-details {
	color: var(--wp--preset--color--accent-4);
	font-size: 0.875rem;
	grid-area: meta;
	margin: 0;
	max-width: 420px;
}

.dns-cart-page .wc-block-cart-item__prices,
.dns-cart-page .wc-block-cart-item__total {
	color: var(--wp--preset--color--accent-1);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.1;
}

.dns-cart-page .wc-block-cart-item__prices {
	grid-area: price;
	margin-top: 8px;
}

.dns-cart-page .wc-block-cart-item__total {
	grid-column: 3;
	justify-self: end;
	text-align: right;
}

.dns-cart-page .wc-block-cart-item__quantity {
	align-items: center;
	display: flex;
	gap: 14px;
	grid-area: qty;
	justify-content: center;
}

.dns-cart-page .wc-block-components-quantity-selector {
	background: var(--wp--preset--color--accent-5);
	border: 0;
	border-radius: 10px;
	height: 38px;
	margin: 0;
}

.dns-cart-page .wc-block-components-quantity-selector__button {
	color: var(--wp--preset--color--contrast);
	min-width: 38px;
}

.dns-cart-page .wc-block-cart-item__remove-link {
	color: var(--wp--preset--color--accent-4);
	display: block !important;
	font-size: 0 !important;
	height: 28px;
	position: absolute;
	right: 22px;
	text-decoration: none !important;
	top: 50%;
	transform: translateY(-50%);
	text-decoration: none;
	width: 28px;
	z-index: 2;
}

.dns-cart-page .wc-block-cart-item__remove-link::before,
.dns-cart-page .wc-block-cart-item__remove-link::after {
	background: currentColor;
	border-radius: 999px;
	content: "";
	height: 18px;
	left: 13px;
	position: absolute;
	top: 5px;
	width: 2px;
}

.dns-cart-page .wc-block-cart-item__remove-link::before {
	transform: rotate(45deg);
}

.dns-cart-page .wc-block-cart-item__remove-link::after {
	transform: rotate(-45deg);
}

.dns-cart-page .wc-block-cart__sidebar {
	align-self: start;
	background: #fff;
	border-radius: 16px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 18px;
	padding: 32px;
}

.dns-cart-page .wc-block-cart__sidebar > * {
	background: transparent;
	border-radius: 0;
	box-sizing: border-box;
	padding: 0;
}

.dns-cart-page .wc-block-cart__totals-title,
.dns-cart-page .wp-block-woocommerce-cart-order-summary-heading-block {
	color: var(--wp--preset--color--contrast);
	font-size: 1.75rem;
	font-weight: 700;
	margin: 0 0 24px;
	padding: 0;
	text-align: left;
}

.dns-cart-page .wp-block-woocommerce-cart-order-summary-block {
	border: 0;
	margin: 0;
	padding: 0;
}

.dns-cart-page .wp-block-woocommerce-proceed-to-checkout-block {
	margin: 0;
}

.dns-cart-page .wc-block-components-totals-wrapper {
	border-color: var(--wp--preset--color--accent-5);
	padding-left: 0;
	padding-right: 0;
}

.dns-cart-page .wc-block-components-totals-item__label {
	color: var(--wp--preset--color--accent-4);
}

.dns-cart-page .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
	color: var(--wp--preset--color--contrast);
	font-size: 1.25rem;
	font-weight: 700;
}

.dns-cart-page .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
	color: var(--wp--preset--color--accent-1);
	font-size: 1.875rem;
	font-weight: 700;
}

.dns-cart-page .wc-block-components-button:not(.is-link) {
	background: var(--wp--preset--color--accent-1);
	border-radius: 12px;
	color: #fff;
	font-weight: 700;
	min-height: 56px;
	text-decoration: none;
}

.dns-cart-page .wc-block-components-button:not(.is-link):hover {
	background: var(--wp--preset--color--accent-2);
	color: #fff;
}

.dns-cart-page .wc-block-components-totals-coupon__form .wc-block-components-text-input input {
	background: var(--wp--preset--color--accent-5);
	border: 0 !important;
	border-radius: 12px;
	min-height: 48px;
}

.dns-cart-page .wc-block-components-totals-coupon,
.dns-cart-page .wc-block-components-totals-coupon-link {
	color: var(--wp--preset--color--contrast);
}

.dns-cart-page .wc-block-components-totals-coupon {
	margin-top: 0;
}

.dns-cart-page .wp-block-woocommerce-cart-cross-sells-block {
	margin-top: 24px;
}

.dns-cart-page .dns-cart-trust {
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 960px;
}

.dns-cart-page .dns-cart-trust > .wp-block-group {
	min-width: 0;
}

.dns-checkout-page .wc-block-checkout {
	color: var(--wp--preset--color--contrast);
	margin: 0;
	padding: 0;
}

.dns-checkout-page .wc-block-components-sidebar-layout {
	align-items: start;
	column-gap: 32px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 380px);
	margin: 0;
	row-gap: 32px;
}

.dns-checkout-page .wc-block-checkout__main,
.dns-checkout-page .wc-block-checkout__sidebar,
.dns-checkout-page .wc-block-components-main,
.dns-checkout-page .wc-block-components-sidebar {
	margin: 0;
	width: auto !important;
}

.dns-checkout-page .wc-block-components-main {
	grid-column: 1;
}

.dns-checkout-page .wc-block-components-sidebar {
	grid-column: 2;
}

.dns-checkout-page .wc-block-checkout__main,
.dns-checkout-page .wc-block-components-main {
	background: #fff;
	border-radius: 16px;
	box-sizing: border-box;
	padding: 32px;
}

.dns-checkout-page .wc-block-checkout__sidebar,
.dns-checkout-page .wc-block-components-sidebar {
	background: #fff;
	border-radius: 16px;
	box-sizing: border-box;
	padding: 32px;
}

.dns-checkout-page .wc-block-components-checkout-step {
	margin: 0 0 28px;
	padding-bottom: 28px;
}

.dns-checkout-page .wc-block-components-checkout-step:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.dns-checkout-page .wc-block-components-title,
.dns-checkout-page .wc-block-checkout__main h2,
.dns-checkout-page .wc-block-components-checkout-step__title,
.dns-checkout-page .wc-block-components-order-summary__button-text {
	color: var(--wp--preset--color--contrast);
	font-weight: 700;
}

.dns-checkout-page .wc-block-components-checkout-step {
	border-color: var(--wp--preset--color--accent-5);
}

.dns-checkout-page .wc-block-components-checkout-step__description,
.dns-checkout-page .wc-block-components-checkbox__label,
.dns-checkout-page .wc-block-components-radio-control__description,
.dns-checkout-page .wc-block-components-totals-item__label,
.dns-checkout-page .wc-block-components-validation-error,
.dns-checkout-page .wc-block-components-address-form__address_2-toggle {
	color: var(--wp--preset--color--accent-4);
}

.dns-checkout-page .wc-block-components-text-input input,
.dns-checkout-page .wc-block-components-text-input textarea,
.dns-checkout-page .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.dns-checkout-page .wc-block-components-form .wc-block-components-text-input input,
.dns-checkout-page .wc-block-components-form .wc-block-components-text-input textarea {
	background: var(--wp--preset--color--accent-5);
	border: 1px solid var(--wp--preset--color--accent-6) !important;
	border-radius: 12px;
	color: var(--wp--preset--color--contrast);
	min-height: 48px;
}

.dns-checkout-page .wc-block-components-text-input input:focus,
.dns-checkout-page .wc-block-components-text-input textarea:focus,
.dns-checkout-page .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus {
	border-color: var(--wp--preset--color--accent-1) !important;
	box-shadow: 0 0 0 2px rgba(73, 118, 21, 0.16);
	outline: 0;
}

.dns-checkout-page .wc-block-components-text-input label,
.dns-checkout-page .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label {
	color: var(--wp--preset--color--accent-4);
}

.dns-checkout-page .wc-block-components-radio-control,
.dns-checkout-page .wc-block-components-radio-control__option,
.dns-checkout-page .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option {
	border-color: var(--wp--preset--color--accent-5);
}

.dns-checkout-page .wc-block-components-radio-control__option-checked,
.dns-checkout-page .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option--checked-option-highlighted {
	background: var(--wp--preset--color--accent-5);
	box-shadow: inset 0 0 0 1px var(--wp--preset--color--accent-1);
}

.dns-checkout-page .wc-block-components-order-summary,
.dns-checkout-page .wc-block-components-order-summary-item,
.dns-checkout-page .wc-block-components-totals-wrapper {
	border-color: var(--wp--preset--color--accent-5);
}

.dns-checkout-page .wc-block-components-product-name,
.dns-checkout-page .wc-block-components-order-summary-item__total-price,
.dns-checkout-page .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
	color: var(--wp--preset--color--contrast);
	font-weight: 700;
}

.dns-checkout-page .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
	color: var(--wp--preset--color--accent-1);
	font-size: 1.5rem;
	font-weight: 700;
}

.dns-checkout-page .wc-block-components-button:not(.is-link) {
	background: var(--wp--preset--color--accent-1);
	border-radius: 12px;
	color: #fff;
	font-weight: 700;
	min-height: 56px;
	text-decoration: none;
}

.dns-checkout-page .wc-block-components-button:not(.is-link):hover {
	background: var(--wp--preset--color--accent-2);
	color: #fff;
}

.dns-checkout-page a {
	color: var(--wp--preset--color--accent-1);
}

#mp-wc-pickup-point-shipping,
#mp-wc-pickup-point-shipping-block {
	padding-top: 0 !important;
}

#mp-wc-pickup-point-shipping .form-row,
#mp-wc-pickup-point-shipping-block .form-row {
	margin: 0 !important;
	padding: 0 !important;
}

#mp-wc-pickup-point-shipping .mp-please-select-location,
#mp-wc-pickup-point-shipping-block .mp-please-select-location {
	color: var(--wp--preset--color--contrast) !important;
	display: block !important;
	font-size: 1rem !important;
	font-weight: 700;
	line-height: 1.3 !important;
	margin: 0 0 8px !important;
}

#mp-wc-pickup-point-shipping .select2-container,
#mp-wc-pickup-point-shipping-block .select2-container {
	display: block !important;
	max-width: 100% !important;
	width: 100% !important;
}

#mp-wc-pickup-point-shipping .select2-container .select2-selection--single,
#mp-wc-pickup-point-shipping-block .select2-container .select2-selection--single {
	align-items: center !important;
	background: var(--wp--preset--color--accent-5) !important;
	border: 1px solid var(--wp--preset--color--accent-6) !important;
	border-radius: 12px !important;
	box-sizing: border-box !important;
	display: flex !important;
	height: 48px !important;
	min-height: 48px !important;
}

#mp-wc-pickup-point-shipping .select2-container .select2-selection--single:focus,
#mp-wc-pickup-point-shipping .select2-container--open .select2-selection--single,
#mp-wc-pickup-point-shipping-block .select2-container .select2-selection--single:focus,
#mp-wc-pickup-point-shipping-block .select2-container--open .select2-selection--single {
	border-color: var(--wp--preset--color--accent-1) !important;
	box-shadow: 0 0 0 2px rgba(73, 118, 21, 0.16) !important;
	outline: 0 !important;
}

#mp-wc-pickup-point-shipping .select2-container .select2-selection--single .select2-selection__rendered,
#mp-wc-pickup-point-shipping-block .select2-container .select2-selection--single .select2-selection__rendered {
	color: var(--wp--preset--color--contrast) !important;
	display: block !important;
	line-height: 46px !important;
	overflow: hidden !important;
	padding: 0 44px 0 16px !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
	width: 100% !important;
}

#mp-wc-pickup-point-shipping .select2-container .select2-selection--single .select2-selection__arrow,
#mp-wc-pickup-point-shipping-block .select2-container .select2-selection--single .select2-selection__arrow {
	height: 46px !important;
	right: 12px !important;
	top: 1px !important;
}

@media (max-width: 900px) {
	.dns-single-product-figma-grid {
		flex-direction: column;
	}

	.dns-single-product-figma-grid > .wp-block-column {
		flex-basis: auto !important;
		width: 100%;
	}

	.dns-single-product-figma-card {
		position: static !important;
	}

	.dns-cart-page .wc-block-cart {
		grid-template-columns: 1fr;
	}

	.dns-checkout-page .wc-block-components-sidebar-layout {
		grid-template-columns: 1fr;
	}

	.dns-checkout-page .wc-block-components-main,
	.dns-checkout-page .wc-block-components-sidebar {
		grid-column: auto;
	}

	.dns-cart-page .wc-block-cart-items__row {
		grid-template-columns: 88px minmax(0, 1fr);
		padding: 18px 56px 18px 18px;
	}

	.dns-cart-page .wc-block-cart-item__image {
		grid-column: 1;
		width: 88px;
	}

	.dns-cart-page .wc-block-cart-item__product {
		grid-column: 2;
	}

	.dns-cart-page .wc-block-cart-item__wrap {
		grid-template-columns: minmax(0, 1fr) 132px;
	}

	.dns-cart-page .wc-block-cart-item__quantity {
		justify-content: flex-start;
	}

	.dns-cart-page .wc-block-cart-item__total {
		grid-column: 2;
		justify-self: start;
		text-align: left;
	}

	.dns-cart-page .wc-block-cart__sidebar {
		padding: 24px;
	}
}

@media (max-width: 600px) {
	.dns-checkout-page {
		padding-left: 12px !important;
		padding-right: 12px !important;
	}

	.dns-cart-page .dns-cart-step:not(:last-child)::after,
	.dns-checkout-page .dns-cart-step:not(:last-child)::after,
	.dns-order-page .dns-cart-step:not(:last-child)::after {
		left: calc(50% + 34px);
		right: calc(-50% + 34px);
		top: 24px;
	}

	.dns-cart-page .dns-cart-step-icon,
	.dns-checkout-page .dns-cart-step-icon,
	.dns-order-page .dns-cart-step-icon {
		min-height: 52px !important;
		width: 52px;
	}

	.dns-cart-page .dns-cart-step-icon p,
	.dns-checkout-page .dns-cart-step-icon p,
	.dns-order-page .dns-cart-step-icon p {
		font-size: 22px !important;
	}

	.dns-cart-page .dns-cart-step-symbol svg,
	.dns-checkout-page .dns-cart-step-symbol svg,
	.dns-order-page .dns-cart-step-symbol svg {
		height: 24px;
		width: 24px;
	}

	.dns-cart-page .wc-block-cart-items__row {
		gap: 16px;
		grid-template-columns: 76px minmax(0, 1fr);
	}

	.dns-cart-page .wc-block-cart-item__image {
		width: 76px;
	}

	.dns-cart-page .wc-block-cart-item__wrap {
		gap: 10px;
		grid-template-areas:
			"name"
			"meta"
			"price"
			"qty"
			"remove";
		grid-template-columns: 1fr;
	}

	.dns-cart-page .wc-block-cart-item__quantity,
	.dns-cart-page .wc-block-cart-item__total {
		text-align: left;
	}

	.dns-cart-page .wc-block-cart-item__remove-link {
		right: 18px;
	}

	.dns-cart-page .wc-block-cart__sidebar {
		padding: 24px;
	}

	.dns-checkout-page .wc-block-checkout__main,
	.dns-checkout-page .wc-block-checkout__sidebar,
	.dns-checkout-page .wc-block-components-main,
	.dns-checkout-page .wc-block-components-sidebar {
		border-radius: 12px;
		padding: 20px;
	}

	.dns-checkout-page .wc-block-components-sidebar-layout {
		row-gap: 20px;
	}

	.dns-checkout-page .wc-block-components-checkout-step {
		margin-bottom: 22px;
		padding-bottom: 22px;
	}
}

@media (max-width: 600px) {
	.dns-single-product-figma {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}

	.dns-single-product-figma-media {
		aspect-ratio: 4 / 3;
	}

	.dns-single-product-figma-card {
		padding: 20px !important;
	}

	.dns-single-product-figma-add-to-cart table.variations tr {
		gap: 10px;
		grid-template-columns: 1fr;
	}

	.dns-single-product-figma-add-to-cart table.variations td.value {
		align-items: stretch;
		flex-direction: column;
	}

	.dns-single-product-figma-add-to-cart table.variations .reset_variations {
		align-self: flex-start;
	}

	.dns-single-product-figma-add-to-cart .dns-product-options-row {
		gap: 10px;
		grid-template-columns: 1fr;
	}

	.wp-block-add-to-cart-with-options .wp-block-woocommerce-add-to-cart-with-options-variation-selector-attribute,
	.wc-block-add-to-cart-with-options .wp-block-woocommerce-add-to-cart-with-options-variation-selector-attribute {
		gap: 10px;
		grid-template-columns: 1fr;
	}

	.dns-product-card-figma .dns-product-card-footer {
		align-items: stretch;
		flex-direction: column;
	}

	.dns-product-card-figma .dns-product-card-button {
		width: 100%;
	}

	.dns-product-page-add-to-cart form.cart:not(.variations_form),
	.dns-product-page-add-to-cart .woocommerce-variation-add-to-cart {
		flex-direction: column;
	}

	.dns-product-page-gallery .woocommerce-product-gallery__image img {
		padding: 28px;
	}

	.dns-product-page-add-to-cart table.variations,
	.dns-product-page-add-to-cart table.variations tbody,
	.dns-product-page-add-to-cart table.variations tr,
	.dns-product-page-add-to-cart table.variations th,
	.dns-product-page-add-to-cart table.variations td {
		display: block;
		width: 100%;
	}

	.dns-product-page-add-to-cart table.variations {
		border-spacing: 0;
		margin-bottom: 16px;
	}

	.dns-product-page-add-to-cart table.variations th.label {
		margin-bottom: 8px;
		padding-right: 0;
	}

	.dns-product-page-add-to-cart table.variations td.value {
		align-items: stretch;
		flex-direction: column;
		gap: 10px;
	}

	.dns-product-page-add-to-cart table.variations .reset_variations {
		align-self: flex-start;
	}

	.dns-product-page-add-to-cart .quantity,
	.dns-product-page-add-to-cart .wc-block-components-quantity-selector,
	.dns-product-page-add-to-cart .single_add_to_cart_button {
		width: 100%;
	}

	.dns-product-page-sale-badge {
		height: 64px;
		right: -8px;
		top: -8px;
		width: 64px;
	}

	.dns-catalog-product-content {
		padding: 18px;
	}
}

.dns-cta-newsletter {
	overflow: hidden;
	position: relative;
}

.dns-cta-newsletter::before,
.dns-cta-newsletter::after {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	content: "";
	filter: blur(64px);
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.dns-cta-newsletter::before {
	height: 384px;
	right: -96px;
	top: -96px;
	width: 384px;
}

.dns-cta-newsletter::after {
	bottom: -96px;
	height: 320px;
	left: -96px;
	width: 320px;
}

.dns-cta-newsletter > * {
	position: relative;
	z-index: 1;
}

.dns-cta-newsletter > .wp-block-columns {
	align-items: center;
	display: grid !important;
	gap: 48px !important;
	grid-template-columns: minmax(0, 1fr) 400px;
}

.dns-cta-newsletter-content {
	min-width: 0;
}

.dns-cta-newsletter-card {
	box-sizing: border-box;
	margin-left: auto;
	max-width: 400px;
	width: 100%;
}

.dns-cta-newsletter svg {
	fill: none;
	height: 1em;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	width: 1em;
}

.dns-cta-newsletter-mark {
	background: linear-gradient(transparent calc(100% - 12px), var(--wp--preset--color--base) calc(100% - 12px));
	color: inherit;
	padding-inline: 0.04em;
}

.dns-cta-newsletter-badge,
.dns-cta-newsletter-check {
	backdrop-filter: blur(4px);
}

.dns-cta-newsletter-badge {
	display: inline-flex !important;
	width: fit-content;
}

.dns-cta-newsletter-badge > * {
	margin: 0 !important;
}

.dns-cta-newsletter-check {
	align-items: center;
	display: inline-flex;
	flex: 0 0 24px;
	height: 24px;
	justify-content: center;
	width: 24px;
}

.dns-cta-newsletter-benefits {
	display: grid !important;
	gap: 16px 24px !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dns-cta-newsletter-benefits > .wp-block-group {
	align-items: center !important;
	display: flex !important;
	flex-direction: row !important;
	gap: 12px !important;
	min-width: 0;
}

.dns-cta-newsletter-benefits > .wp-block-group > * {
	margin: 0 !important;
}

.dns-cta-newsletter-benefits p:not(.dns-cta-newsletter-check) {
	white-space: normal;
}

.dns-cta-newsletter-stats {
	align-items: flex-start !important;
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	gap: 32px !important;
}

.dns-cta-newsletter-stats > .wp-block-group {
	flex: 0 0 auto;
	min-width: 120px;
}

.dns-cta-newsletter-mail {
	align-items: center;
	display: flex;
	height: 56px;
	justify-content: center;
	width: 56px;
}

.dns-cta-newsletter-gifts {
	list-style: none;
}

.dns-cta-newsletter-gifts li {
	align-items: flex-start;
	display: flex;
	gap: 8px;
	margin-top: 8px;
}

.dns-cta-newsletter-gifts li:first-child {
	margin-top: 0;
}

.dns-cta-newsletter-gifts li::before {
	color: var(--wp--preset--color--accent-1);
	content: "✓";
	flex: 0 0 auto;
}

.dns-cta-newsletter-form {
	box-sizing: border-box;
	display: grid;
	gap: 16px;
	margin: 0;
	width: 100%;
}

.dns-cta-newsletter-form * {
	box-sizing: border-box;
}

.dns-cta-newsletter-form input {
	background: var(--wp--preset--color--accent-5);
	border: 2px solid transparent;
	border-radius: 12px;
	color: var(--wp--preset--color--contrast);
	display: block;
	font: inherit;
	max-width: 100%;
	min-height: 50px;
	padding: 12px 16px;
	width: 100%;
}

.dns-cta-newsletter-form input:focus {
	border-color: var(--wp--preset--color--accent-1);
	outline: 0;
}

.dns-cta-newsletter-form button {
	background: linear-gradient(90deg, var(--wp--preset--color--accent-1) 0%, var(--wp--preset--color--accent-2) 100%);
	border: 0;
	border-radius: 12px;
	color: #fff;
	cursor: pointer;
	display: block;
	font: inherit;
	font-weight: 600;
	max-width: 100%;
	min-height: 56px;
	padding: 14px 20px;
	width: 100%;
}

.dns-cta-newsletter-form button:hover {
	background: linear-gradient(90deg, var(--wp--preset--color--accent-2) 0%, var(--wp--preset--color--accent-3) 100%);
	box-shadow: 0 18px 28px rgba(73, 118, 21, 0.22);
}

.dns-cta-avatar-row > .wp-block-group + .wp-block-group {
	margin-left: -10px;
}

.dns-cta-avatar {
	height: 32px;
	width: 32px;
}

@media (max-width: 900px) {
	.dns-cta-newsletter > .wp-block-columns {
		grid-template-columns: 1fr;
	}

	.dns-cta-newsletter-card {
		margin-left: 0;
		max-width: none;
	}
}

@media (max-width: 640px) {
	.dns-cta-newsletter-benefits {
		grid-template-columns: 1fr;
	}

	.dns-cta-newsletter-stats {
		flex-wrap: wrap !important;
	}
}

/* Product option dropdown: final theme override for WooCommerce dynamic selectors. */
.dns-product-options-control.wp-block-woocommerce-add-to-cart-with-options-variation-selector-attribute-options {
	box-sizing: border-box !important;
	display: block !important;
	min-width: 0 !important;
	width: 100% !important;
}

.dns-product-options-control.wp-block-woocommerce-add-to-cart-with-options-variation-selector-attribute-options select.wc-block-add-to-cart-with-options-variation-selector-attribute-options__dropdown {
	-webkit-appearance: none !important;
	appearance: none !important;
	background-color: transparent !important;
	background-image:
		linear-gradient(45deg, transparent 50%, var(--wp--preset--color--contrast) 50%),
		linear-gradient(135deg, var(--wp--preset--color--contrast) 50%, transparent 50%) !important;
	background-position:
		calc(100% - 20px) 50%,
		calc(100% - 13px) 50% !important;
	background-repeat: no-repeat !important;
	background-size: 7px 7px, 7px 7px !important;
	border: 1px solid color-mix(in srgb, var(--wp--preset--color--contrast) 42%, transparent) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	box-sizing: border-box !important;
	color: var(--wp--preset--color--contrast) !important;
	cursor: pointer !important;
	display: block !important;
	font-family: var(--wp--preset--font-family--sora) !important;
	font-size: 15px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	height: 44px !important;
	letter-spacing: 0 !important;
	line-height: 44px !important;
	margin: 0 !important;
	min-height: 44px !important;
	padding: 0 42px 0 16px !important;
	text-transform: none !important;
	width: 100% !important;
}

.dns-product-options-control.wp-block-woocommerce-add-to-cart-with-options-variation-selector-attribute-options select.wc-block-add-to-cart-with-options-variation-selector-attribute-options__dropdown:hover {
	border-color: color-mix(in srgb, var(--wp--preset--color--accent-1) 70%, var(--wp--preset--color--contrast)) !important;
}

.dns-product-options-control.wp-block-woocommerce-add-to-cart-with-options-variation-selector-attribute-options select.wc-block-add-to-cart-with-options-variation-selector-attribute-options__dropdown:focus {
	border-color: var(--wp--preset--color--accent-1) !important;
	box-shadow: 0 0 0 2px color-mix(in srgb, var(--wp--preset--color--accent-1) 18%, transparent) !important;
	outline: 0 !important;
}

/* WooCommerce Add to Cart + Options: custom vitamin product skin. */
.single-product .vitaminai-add-to-cart,
.single-product .wp-block-add-to-cart-with-options.vitaminai-add-to-cart,
.single-product .wp-block-woocommerce-add-to-cart-with-options.vitaminai-add-to-cart {
	--vitaminai-bg: var(--wp--preset--color--accent-5, #eef6e6);
	--vitaminai-card: var(--wp--preset--color--white, #ffffff);
	--vitaminai-border: rgba(47, 42, 36, 0.13);
	--vitaminai-border-strong: rgba(47, 42, 36, 0.2);
	--vitaminai-text: var(--wp--preset--color--contrast, #10140f);
	--vitaminai-muted: var(--wp--preset--color--accent-4, #5f6559);
	--vitaminai-accent: var(--wp--preset--color--accent-1, #86c846);
	--vitaminai-accent-hover: var(--wp--preset--color--accent-2, #75b638);
	--vitaminai-focus: rgba(134, 200, 70, 0.28);

	background: var(--vitaminai-bg) !important;
	border: 0 !important;
	border-radius: 8px !important;
	box-shadow: none !important;
	box-sizing: border-box;
	display: grid !important;
	gap: 6px !important;
	margin: 0 !important;
	max-width: 100%;
	padding: 12px !important;
	width: 100%;
}

.single-product .vitaminai-add-to-cart *,
.single-product .vitaminai-add-to-cart *::before,
.single-product .vitaminai-add-to-cart *::after {
	box-sizing: border-box;
}

.single-product .vitaminai-add-to-cart form.cart,
.single-product .vitaminai-add-to-cart form.variations_form.cart,
.single-product .vitaminai-add-to-cart .wp-block-woocommerce-add-to-cart-with-options-variation-selector,
.single-product .vitaminai-add-to-cart .single_variation_wrap,
.single-product .vitaminai-add-to-cart .woocommerce-variation-add-to-cart {
	display: grid !important;
	gap: 18px !important;
	margin: 0 !important;
	width: 100% !important;
}

.single-product .vitaminai-add-to-cart form.cart:not(.variations_form) {
	align-items: stretch !important;
	grid-template-columns: minmax(108px, 154px) minmax(0, 1fr) !important;
}

.single-product .vitaminai-add-to-cart table.variations {
	border: 0 !important;
	border-collapse: collapse !important;
	margin: 0 !important;
	width: 100% !important;
}

.single-product .vitaminai-add-to-cart table.variations tbody,
.single-product .vitaminai-add-to-cart table.variations tr,
.single-product .vitaminai-add-to-cart .wp-block-woocommerce-add-to-cart-with-options-variation-selector-attribute {
	display: grid !important;
	gap: 10px !important;
	grid-template-columns: 1fr !important;
	margin: 0 !important;
	width: 100% !important;
}

.single-product .vitaminai-add-to-cart table.variations th,
.single-product .vitaminai-add-to-cart table.variations td {
	background: transparent !important;
	border: 0 !important;
	display: block !important;
	padding: 0 !important;
	width: 100% !important;
}

.single-product .vitaminai-add-to-cart table.variations th.label,
.single-product .vitaminai-add-to-cart table.variations th.label label,
.single-product .vitaminai-add-to-cart .wp-block-woocommerce-add-to-cart-with-options-variation-selector-attribute > label,
.single-product .vitaminai-add-to-cart .wp-block-woocommerce-add-to-cart-with-options-variation-selector-attribute-name {
	color: var(--vitaminai-text) !important;
	display: block !important;
	font-family: inherit !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
	margin: 0 !important;
	white-space: normal !important;
	width: 100% !important;
}

.single-product .vitaminai-add-to-cart table.variations td.value,
.single-product .vitaminai-add-to-cart .wp-block-woocommerce-add-to-cart-with-options-variation-selector-attribute-options,
.single-product .vitaminai-add-to-cart .dns-product-options-control {
	display: block !important;
	min-width: 0 !important;
	width: 100% !important;
}

.single-product .vitaminai-add-to-cart select,
.single-product .vitaminai-add-to-cart table.variations select,
.single-product .vitaminai-add-to-cart .wc-block-add-to-cart-with-options-variation-selector-attribute-options__dropdown {
	-webkit-appearance: none !important;
	appearance: none !important;
	background-color: var(--vitaminai-card) !important;
	background-image:
		linear-gradient(45deg, transparent 50%, var(--vitaminai-muted) 50%),
		linear-gradient(135deg, var(--vitaminai-muted) 50%, transparent 50%) !important;
	background-position:
		calc(100% - 25px) 50%,
		calc(100% - 17px) 50% !important;
	background-repeat: no-repeat !important;
	background-size: 8px 8px, 8px 8px !important;
	border: 1px solid var(--vitaminai-border) !important;
	border-radius: 7px !important;
	box-shadow: 0 1px 2px rgba(47, 42, 36, 0.05) !important;
	color: var(--vitaminai-text) !important;
	cursor: pointer !important;
	display: block !important;
	font-family: inherit !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	height: 51px !important;
	line-height: 51px !important;
	margin: 0 !important;
	min-height: 51px !important;
	padding: 0 48px 0 18px !important;
	width: 100% !important;
}

.single-product .vitaminai-add-to-cart select:hover,
.single-product .vitaminai-add-to-cart .wc-block-add-to-cart-with-options-variation-selector-attribute-options__dropdown:hover {
	border-color: var(--vitaminai-border-strong) !important;
}

.single-product .vitaminai-add-to-cart .wc-block-add-to-cart-with-options-variation-selector-attribute-options__pill,
.single-product .vitaminai-add-to-cart .wp-block-woocommerce-add-to-cart-with-options-variation-selector-attribute-options button,
.single-product .vitaminai-add-to-cart .wp-block-woocommerce-add-to-cart-with-options-variation-selector-attribute-options [role="radio"] {
	align-items: center;
	background: var(--vitaminai-card) !important;
	border: 1px solid var(--vitaminai-border) !important;
	border-radius: 999px !important;
	color: var(--vitaminai-text) !important;
	cursor: pointer;
	display: inline-flex;
	font-size: 14px !important;
	font-weight: 600 !important;
	justify-content: center;
	line-height: 1.2 !important;
	min-height: 42px;
	padding: 10px 16px !important;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.single-product .vitaminai-add-to-cart .wp-block-woocommerce-add-to-cart-with-options-variation-selector-attribute-options {
	display: flex !important;
	flex-wrap: wrap;
	gap: 10px !important;
}

.single-product .vitaminai-add-to-cart .wc-block-add-to-cart-with-options-variation-selector-attribute-options__pill[aria-checked="true"],
.single-product .vitaminai-add-to-cart .wp-block-woocommerce-add-to-cart-with-options-variation-selector-attribute-options button[aria-checked="true"],
.single-product .vitaminai-add-to-cart .wp-block-woocommerce-add-to-cart-with-options-variation-selector-attribute-options [aria-checked="true"] {
	background: color-mix(in srgb, var(--vitaminai-accent) 18%, var(--vitaminai-card)) !important;
	border-color: var(--vitaminai-accent) !important;
	box-shadow: inset 0 0 0 1px var(--vitaminai-accent) !important;
}

.single-product .vitaminai-add-to-cart .reset_variations {
	color: var(--vitaminai-muted) !important;
	display: inline-block !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	margin-top: 8px !important;
	text-decoration: none !important;
}

.single-product .vitaminai-add-to-cart .single_variation,
.single-product .vitaminai-add-to-cart .woocommerce-variation,
.single-product .vitaminai-add-to-cart .woocommerce-variation-description,
.single-product .vitaminai-add-to-cart .woocommerce-variation-price,
.single-product .vitaminai-add-to-cart .woocommerce-variation-availability {
	color: var(--vitaminai-muted) !important;
	font-size: 14px !important;
	line-height: 1.45 !important;
	margin: 0 !important;
}

.single-product .vitaminai-add-to-cart .single_variation:empty,
.single-product .vitaminai-add-to-cart .woocommerce-variation:empty,
.single-product .vitaminai-add-to-cart .woocommerce-variation-description:empty,
.single-product .vitaminai-add-to-cart .woocommerce-variation-price:empty,
.single-product .vitaminai-add-to-cart .woocommerce-variation-availability:empty {
	display: none !important;
}

.single-product .vitaminai-add-to-cart .woocommerce-variation-add-to-cart,
.single-product .vitaminai-add-to-cart .wc-block-add-to-cart-with-options__quantity-selector + *,
.single-product .vitaminai-add-to-cart .dns-product-options-actions {
	align-items: stretch !important;
	display: grid !important;
	grid-template-columns: minmax(108px, 154px) minmax(0, 1fr) !important;
	margin: 0 !important;
	width: 100% !important;
}

.single-product .vitaminai-add-to-cart .quantity,
.single-product .vitaminai-add-to-cart .wc-block-components-quantity-selector,
.single-product .vitaminai-add-to-cart .wc-block-add-to-cart-with-options__quantity-selector {
	align-items: stretch !important;
	background: var(--vitaminai-card) !important;
	border: 1px solid var(--vitaminai-border) !important;
	border-radius: 7px !important;
	box-shadow: 0 1px 2px rgba(47, 42, 36, 0.05) !important;
	display: grid !important;
	flex: initial !important;
	grid-template-columns: 1fr 1fr 1fr !important;
	height: 52px !important;
	margin: 0 !important;
	overflow: hidden;
	width: 154px !important;
}

.single-product .vitaminai-add-to-cart .wc-block-add-to-cart-with-options__quantity-selector:has(.quantity),
.single-product .vitaminai-add-to-cart .wc-block-add-to-cart-with-options__quantity-selector:has(.wc-block-components-quantity-selector) {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	display: block !important;
	height: auto !important;
	overflow: visible !important;
	width: auto !important;
}

.single-product .vitaminai-add-to-cart .quantity:not(:has(button)):not(:has(.wc-block-components-quantity-selector__button)) {
	display: block !important;
	grid-template-columns: 1fr !important;
	width: 74px !important;
}

.single-product .vitaminai-add-to-cart .wc-block-components-quantity-selector__button,
.single-product .vitaminai-add-to-cart .quantity button {
	align-items: center !important;
	background: transparent !important;
	border: 0 !important;
	border-right: 1px solid var(--vitaminai-border) !important;
	border-radius: 0 !important;
	color: var(--vitaminai-muted) !important;
	cursor: pointer;
	display: inline-flex !important;
	font-size: 22px !important;
	font-weight: 400 !important;
	height: 100% !important;
	justify-content: center !important;
	min-height: 0 !important;
	padding: 0 !important;
	width: auto !important;
}

.single-product .vitaminai-add-to-cart .wc-block-components-quantity-selector__button:hover,
.single-product .vitaminai-add-to-cart .quantity button:hover {
	background: rgba(47, 42, 36, 0.04) !important;
	box-shadow: none !important;
	transform: none !important;
}

.single-product .vitaminai-add-to-cart .wc-block-components-quantity-selector__button:last-child,
.single-product .vitaminai-add-to-cart .quantity button:last-child {
	border-left: 1px solid var(--vitaminai-border) !important;
	border-right: 0 !important;
}

.single-product .vitaminai-add-to-cart input[type="number"],
.single-product .vitaminai-add-to-cart .qty,
.single-product .vitaminai-add-to-cart .wc-block-components-quantity-selector__input {
	-moz-appearance: textfield !important;
	-webkit-appearance: none !important;
	appearance: textfield !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: var(--vitaminai-text) !important;
	display: block !important;
	font-family: inherit !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	height: 100% !important;
	line-height: 52px !important;
	margin: 0 !important;
	min-height: 0 !important;
	padding: 0 8px !important;
	text-align: center !important;
	width: 100% !important;
}

.single-product .vitaminai-add-to-cart input[type="number"]::-webkit-inner-spin-button,
.single-product .vitaminai-add-to-cart input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none !important;
	appearance: none !important;
	margin: 0 !important;
}

.single-product .vitaminai-add-to-cart .single_add_to_cart_button,
.single-product .vitaminai-add-to-cart button[type="submit"],
.single-product .vitaminai-add-to-cart .wp-block-button__link,
.single-product .vitaminai-add-to-cart .dns-product-options-button .wp-element-button,
.single-product .vitaminai-add-to-cart .dns-product-options-button button,
.single-product .vitaminai-add-to-cart .dns-product-options-button a {
	align-items: center !important;
	background: var(--vitaminai-accent) !important;
	border: 0 !important;
	border-radius: 999px !important;
	box-shadow: none !important;
	color: #ffffff !important;
	cursor: pointer;
	display: inline-flex !important;
	font-family: inherit !important;
	font-size: 16px !important;
	font-weight: 800 !important;
	justify-content: center !important;
	line-height: 1.15 !important;
	margin: 0 !important;
	min-height: 52px !important;
	min-width: 0 !important;
	padding: 14px 14px !important;
	text-align: center !important;
	text-decoration: none !important;
	transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
	width: 100% !important;
}

.single-product .vitaminai-add-to-cart .single_add_to_cart_button::before,
.single-product .vitaminai-add-to-cart button[type="submit"]::before,
.single-product .vitaminai-add-to-cart .wp-block-button__link::before,
.single-product .vitaminai-add-to-cart .dns-product-options-button .wp-element-button::before,
.single-product .vitaminai-add-to-cart .dns-product-options-button button::before,
.single-product .vitaminai-add-to-cart .dns-product-options-button a::before {
	display: none !important;
}

.single-product .vitaminai-add-to-cart .single_add_to_cart_button:hover,
.single-product .vitaminai-add-to-cart button[type="submit"]:hover,
.single-product .vitaminai-add-to-cart .wp-block-button__link:hover,
.single-product .vitaminai-add-to-cart .dns-product-options-button .wp-element-button:hover,
.single-product .vitaminai-add-to-cart .dns-product-options-button button:hover,
.single-product .vitaminai-add-to-cart .dns-product-options-button a:hover {
	background: var(--vitaminai-accent-hover) !important;
	box-shadow: 0 12px 24px rgba(73, 118, 21, 0.18) !important;
	color: #ffffff !important;
	transform: translateY(-1px);
}

.single-product .vitaminai-add-to-cart button:disabled,
.single-product .vitaminai-add-to-cart .single_add_to_cart_button.disabled,
.single-product .vitaminai-add-to-cart .single_add_to_cart_button:disabled,
.single-product .vitaminai-add-to-cart [aria-disabled="true"] {
	cursor: not-allowed !important;
	opacity: 0.55 !important;
	transform: none !important;
}

.single-product .vitaminai-add-to-cart select:focus,
.single-product .vitaminai-add-to-cart input:focus,
.single-product .vitaminai-add-to-cart button:focus-visible,
.single-product .vitaminai-add-to-cart [role="radio"]:focus-visible {
	border-color: var(--vitaminai-accent) !important;
	box-shadow: 0 0 0 3px var(--vitaminai-focus) !important;
	outline: 0 !important;
}

@media (max-width: 600px) {
	.single-product .vitaminai-add-to-cart,
	.single-product .wp-block-add-to-cart-with-options.vitaminai-add-to-cart,
	.single-product .wp-block-woocommerce-add-to-cart-with-options.vitaminai-add-to-cart {
		padding: 18px !important;
	}

	.single-product .vitaminai-add-to-cart .woocommerce-variation-add-to-cart,
	.single-product .vitaminai-add-to-cart .wc-block-add-to-cart-with-options__quantity-selector + *,
	.single-product .vitaminai-add-to-cart .dns-product-options-actions {
		gap: 14px !important;
		grid-template-columns: 1fr !important;
	}

	.single-product .vitaminai-add-to-cart .quantity,
	.single-product .vitaminai-add-to-cart .wc-block-components-quantity-selector,
	.single-product .vitaminai-add-to-cart .wc-block-add-to-cart-with-options__quantity-selector {
		width: 100% !important;
	}

	.single-product .vitaminai-add-to-cart .wp-block-woocommerce-add-to-cart-with-options-variation-selector-attribute-options > * {
		flex: 1 1 calc(50% - 8px);
	}
}

/* WooCommerce My Account */
.woocommerce-account {
	--dns-account-bg: #f8fbf2;
	--dns-account-surface: #ffffff;
	--dns-account-surface-strong: #f1f6e8;
	--dns-account-border: rgba(108, 122, 59, 0.22);
	--dns-account-muted: #68725a;
	--dns-account-text: #202020;
	--dns-account-accent: #497615;
	--dns-account-accent-strong: #385c10;
}

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

.dns-account-page {
	color: var(--dns-account-text);
	font-family: var(--wp--preset--font-family--sora);
	margin: 0 auto;
	max-width: 1180px;
	padding: clamp(24px, 4vw, 48px) 16px clamp(48px, 6vw, 80px);
	width: 100%;
}

.dns-account-hero {
	align-items: flex-end;
	background: var(--dns-account-surface-strong);
	border: 1px solid var(--dns-account-border);
	border-radius: 8px;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin-bottom: 24px;
	padding: clamp(24px, 4vw, 40px);
}

.dns-account-hero-copy {
	max-width: 760px;
}

.dns-account-kicker {
	color: var(--dns-account-accent);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.dns-account-hero h1,
.dns-account-welcome h2 {
	color: var(--dns-account-text);
	font-size: clamp(2rem, 4vw, 3.4rem);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0;
}

.dns-account-hero p:not(.dns-account-kicker),
.dns-account-welcome p:not(.dns-account-kicker) {
	color: var(--dns-account-muted);
	font-size: 1rem;
	line-height: 1.7;
	margin: 14px 0 0;
	max-width: 700px;
}

.dns-account-hero-link,
.dns-account-latest-order,
.dns-account-content a.button,
.dns-account-content button.button,
.dns-account-content .woocommerce-button,
.dns-account-content .wp-element-button,
.woocommerce-account .woocommerce-form-login .button,
.woocommerce-account .woocommerce-form-register .button,
.woocommerce-account .woocommerce-ResetPassword .button {
	text-decoration: none !important;
}

.dns-account-hero-link {
	align-items: center;
	background: var(--dns-account-text);
	border-radius: 999px;
	color: #ffffff !important;
	display: inline-flex;
	font-size: 0.9rem;
	font-weight: 800;
	justify-content: center;
	line-height: 1;
	min-height: 44px;
	padding: 13px 20px;
	white-space: nowrap;
}

.dns-account-hero-link:hover {
	background: var(--dns-account-accent-strong);
}

.dns-account-layout {
	align-items: start;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(240px, 292px) minmax(0, 1fr);
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
	float: none;
	width: auto;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	background: var(--dns-account-surface);
	border: 1px solid var(--dns-account-border);
	border-radius: 8px;
	box-shadow: 0 18px 40px rgba(32, 32, 32, 0.06);
	overflow: hidden;
	position: sticky;
	top: 96px;
}

body.admin-bar.woocommerce-account .woocommerce-MyAccount-navigation {
	top: 128px;
}

.dns-account-profile {
	align-items: center;
	background: var(--dns-account-text);
	color: #ffffff;
	display: flex;
	gap: 14px;
	padding: 18px;
}

.dns-account-avatar {
	align-items: center;
	background: var(--dns-account-accent);
	border-radius: 50%;
	color: #ffffff;
	display: inline-flex;
	flex: 0 0 48px;
	font-size: 0.9rem;
	font-weight: 800;
	height: 48px;
	justify-content: center;
	line-height: 1;
	width: 48px;
}

.dns-account-profile-copy {
	min-width: 0;
}

.dns-account-profile-copy p,
.dns-account-profile-copy strong,
.dns-account-profile-copy span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dns-account-profile-copy p {
	color: rgba(255, 255, 255, 0.66);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 4px;
	text-transform: uppercase;
}

.dns-account-profile-copy strong {
	color: #ffffff;
	font-size: 0.96rem;
	font-weight: 800;
	line-height: 1.25;
}

.dns-account-profile-copy span {
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.78rem;
	line-height: 1.45;
	margin-top: 2px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	display: grid;
	gap: 6px;
	list-style: none;
	margin: 0;
	padding: 12px;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
	margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
	align-items: center;
	border-radius: 8px;
	color: var(--dns-account-text);
	display: flex;
	font-size: 0.92rem;
	font-weight: 700;
	gap: 10px;
	line-height: 1.3;
	min-height: 46px;
	padding: 12px 14px;
	text-decoration: none !important;
	transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a[aria-current="page"] {
	background: var(--dns-account-surface-strong);
	color: var(--dns-account-accent-strong);
}

.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
	transform: translateX(2px);
}

.dns-account-nav-icon {
	align-items: center;
	background: rgba(73, 118, 21, 0.1);
	border-radius: 8px;
	display: inline-flex;
	flex: 0 0 26px;
	height: 26px;
	justify-content: center;
	position: relative;
	width: 26px;
}

.dns-account-nav-icon::before {
	background: var(--dns-account-accent);
	border-radius: 3px;
	content: "";
	height: 10px;
	width: 10px;
}

[data-dns-endpoint="orders"] .dns-account-nav-icon::before {
	border-radius: 2px;
	box-shadow: 0 -5px 0 -2px var(--dns-account-accent), 0 5px 0 -2px var(--dns-account-accent);
	height: 2px;
	width: 12px;
}

[data-dns-endpoint="downloads"] .dns-account-nav-icon::before {
	clip-path: polygon(42% 0, 58% 0, 58% 48%, 82% 48%, 50% 86%, 18% 48%, 42% 48%);
	height: 15px;
	width: 15px;
}

[data-dns-endpoint="edit-address"] .dns-account-nav-icon::before {
	border-radius: 50% 50% 50% 0;
	height: 12px;
	transform: rotate(-45deg);
	width: 12px;
}

[data-dns-endpoint="edit-account"] .dns-account-nav-icon::before {
	border-radius: 50%;
	box-shadow: 0 9px 0 3px var(--dns-account-accent);
	height: 7px;
	width: 7px;
}

[data-dns-endpoint="customer-logout"] .dns-account-nav-icon::before {
	border-radius: 999px;
	box-shadow: 8px 0 0 -2px var(--dns-account-accent);
	height: 10px;
	width: 10px;
}

.dns-account-content {
	background: var(--dns-account-surface);
	border: 1px solid var(--dns-account-border);
	border-radius: 8px;
	box-shadow: 0 18px 40px rgba(32, 32, 32, 0.06);
	min-width: 0;
	padding: clamp(20px, 3vw, 34px);
}

.dns-account-dashboard {
	display: grid;
	gap: 22px;
}

.dns-account-welcome {
	align-items: stretch;
	background: var(--dns-account-surface-strong);
	border-radius: 8px;
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1fr) minmax(220px, 280px);
	padding: clamp(20px, 3vw, 30px);
}

.dns-account-welcome h2 {
	font-size: clamp(1.7rem, 3vw, 2.4rem);
}

.dns-account-latest-order {
	background: var(--dns-account-text);
	border-radius: 8px;
	color: #ffffff !important;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 150px;
	padding: 20px;
}

.dns-account-latest-order span,
.dns-account-latest-order em {
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.78rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.3;
	text-transform: uppercase;
}

.dns-account-latest-order strong {
	color: #ffffff;
	font-size: 1.45rem;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.15;
	margin: 14px 0;
}

.dns-account-content h2,
.dns-account-content h3,
.dns-account-content legend {
	color: var(--dns-account-text);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
}

.dns-account-content h2 {
	font-size: clamp(1.45rem, 2vw, 2rem);
	margin-top: 0;
}

.dns-account-content p,
.dns-account-content address {
	color: var(--dns-account-muted);
	line-height: 1.7;
}

.dns-account-content a:not(.button):not(.woocommerce-button) {
	color: var(--dns-account-accent-strong);
	font-weight: 700;
}

.dns-account-content table,
.dns-account-content .woocommerce-orders-table,
.dns-account-content .woocommerce-table {
	border: 1px solid var(--dns-account-border);
	border-collapse: separate;
	border-radius: 8px;
	border-spacing: 0;
	overflow: hidden;
	width: 100%;
}

.dns-account-content table th,
.dns-account-content table td {
	border-bottom: 1px solid var(--dns-account-border);
	padding: 14px 16px;
	text-align: left;
	vertical-align: middle;
}

.dns-account-content table th {
	background: var(--dns-account-surface-strong);
	color: var(--dns-account-text);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.dns-account-content table tr:last-child td {
	border-bottom: 0;
}

.dns-account-content fieldset {
	border: 1px solid var(--dns-account-border);
	border-radius: 8px;
	margin: 22px 0 0;
	padding: 20px;
}

.dns-account-content label,
.woocommerce-account .woocommerce-form-login label,
.woocommerce-account .woocommerce-form-register label,
.woocommerce-account .woocommerce-ResetPassword label {
	color: var(--dns-account-text);
	font-size: 0.86rem;
	font-weight: 800;
	line-height: 1.35;
}

.dns-account-content input.input-text,
.dns-account-content textarea,
.dns-account-content select,
.woocommerce-account .woocommerce-form-login input.input-text,
.woocommerce-account .woocommerce-form-register input.input-text,
.woocommerce-account .woocommerce-ResetPassword input.input-text {
	background: #ffffff;
	border: 1px solid var(--dns-account-border);
	border-radius: 8px;
	box-shadow: none;
	color: var(--dns-account-text);
	font: inherit;
	min-height: 48px;
	padding: 12px 14px;
	width: 100%;
}

.dns-account-content input.input-text:focus,
.dns-account-content textarea:focus,
.dns-account-content select:focus,
.woocommerce-account .woocommerce-form-login input.input-text:focus,
.woocommerce-account .woocommerce-form-register input.input-text:focus,
.woocommerce-account .woocommerce-ResetPassword input.input-text:focus {
	border-color: var(--dns-account-accent);
	box-shadow: 0 0 0 3px rgba(73, 118, 21, 0.14);
	outline: 0;
}

.dns-account-content .form-row {
	margin-bottom: 16px;
}

.dns-account-content .button,
.dns-account-content button.button,
.dns-account-content .woocommerce-button,
.woocommerce-account .woocommerce-form-login .button,
.woocommerce-account .woocommerce-form-register .button,
.woocommerce-account .woocommerce-ResetPassword .button {
	align-items: center;
	background: var(--dns-account-accent) !important;
	border: 0 !important;
	border-radius: 999px !important;
	box-shadow: none !important;
	color: #ffffff !important;
	cursor: pointer;
	display: inline-flex;
	font-family: inherit;
	font-size: 0.92rem;
	font-weight: 800;
	justify-content: center;
	line-height: 1.1;
	min-height: 46px;
	padding: 13px 20px !important;
	text-align: center;
	transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.dns-account-content .button:hover,
.dns-account-content button.button:hover,
.dns-account-content .woocommerce-button:hover,
.woocommerce-account .woocommerce-form-login .button:hover,
.woocommerce-account .woocommerce-form-register .button:hover,
.woocommerce-account .woocommerce-ResetPassword .button:hover {
	background: var(--dns-account-accent-strong) !important;
	box-shadow: 0 12px 24px rgba(73, 118, 21, 0.18) !important;
	transform: translateY(-1px);
}

.dns-account-content .woocommerce-orders-table__header-order-actions,
.dns-account-content .woocommerce-orders-table__cell-order-actions {
	text-align: center;
	white-space: nowrap;
}

.dns-account-content .woocommerce-orders-table__cell-order-actions {
	vertical-align: middle;
}

.dns-account-content .woocommerce-orders-table__cell-order-actions .woocommerce-button,
.dns-account-content .woocommerce-orders-table__cell-order-actions .button {
	align-items: center !important;
	border-radius: 999px !important;
	display: inline-flex !important;
	font-size: 0.82rem;
	height: 38px;
	justify-content: center !important;
	line-height: 38px !important;
	margin: 0 !important;
	min-height: 38px !important;
	min-width: 76px;
	padding: 0 16px !important;
	vertical-align: middle;
	transform: none !important;
	width: auto !important;
}

.dns-account-content .woocommerce-orders-table__cell-order-actions .woocommerce-button:hover,
.dns-account-content .woocommerce-orders-table__cell-order-actions .button:hover {
	transform: none !important;
}

.dns-account-content mark,
.dns-account-content .order-status {
	background: rgba(73, 118, 21, 0.1);
	border-radius: 999px;
	color: var(--dns-account-accent-strong);
	font-weight: 800;
	padding: 4px 9px;
}

.dns-account-content .woocommerce-Addresses {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dns-account-content .woocommerce-Address {
	background: var(--dns-account-surface-strong);
	border-radius: 8px;
	padding: 20px;
}

.dns-account-content .woocommerce-Address-title {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: space-between;
}

.dns-account-addresses-panel {
	display: grid;
	gap: 22px;
}

.dns-account-addresses-intro {
	background: var(--dns-account-surface-strong);
	border: 1px solid var(--dns-account-border);
	border-radius: 8px;
	padding: clamp(20px, 3vw, 28px);
}

.dns-account-addresses-intro h2 {
	font-size: clamp(1.35rem, 2vw, 1.9rem);
	margin: 0;
}

.dns-account-addresses-intro p:not(.dns-account-kicker) {
	color: var(--dns-account-muted);
	font-size: 0.96rem;
	line-height: 1.65;
	margin: 12px 0 0;
	max-width: 760px;
}

.dns-account-content .dns-account-addresses.woocommerce-Addresses,
.dns-account-content .dns-account-addresses.addresses {
	align-items: stretch;
	clear: both;
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
	width: 100%;
}

.dns-account-content .dns-account-address-card.woocommerce-Address {
	background: #ffffff;
	border: 1px solid var(--dns-account-border);
	border-radius: 8px;
	box-shadow: none;
	display: flex;
	flex-direction: column;
	float: none !important;
	margin: 0 !important;
	min-height: 260px;
	overflow: hidden;
	padding: 0;
	width: auto !important;
}

.dns-account-address-title {
	align-items: center !important;
	background: var(--dns-account-surface-strong);
	border-bottom: 1px solid var(--dns-account-border);
	display: grid !important;
	gap: 10px;
	grid-template-columns: 32px minmax(0, 1fr) 34px;
	justify-content: stretch !important;
	min-width: 0;
	padding: 18px 20px;
}

.dns-account-address-title::before,
.dns-account-address-title::after {
	content: none !important;
	display: none !important;
}

.dns-account-content .dns-account-address-title h2 {
	color: var(--dns-account-text);
	font-size: clamp(1.15rem, 1.6vw, 1.35rem);
	font-weight: 800;
	grid-column: 2;
	grid-row: 1;
	letter-spacing: 0;
	line-height: 1.12;
	margin: 0;
	min-width: 0;
	overflow-wrap: anywhere;
}

.dns-account-address-icon {
	align-items: center;
	background: #ffffff;
	border: 1px solid rgba(73, 118, 21, 0.18);
	border-radius: 8px;
	display: inline-flex;
	grid-column: 1;
	grid-row: 1;
	height: 32px;
	justify-content: center;
	position: relative;
	width: 32px;
}

.dns-account-address-icon::before {
	background: var(--dns-account-accent);
	border-radius: 50% 50% 50% 0;
	content: "";
	height: 12px;
	transform: rotate(-45deg);
	width: 12px;
}

.dns-account-address-icon::after {
	background: #ffffff;
	border-radius: 50%;
	content: "";
	height: 4px;
	left: 14px;
	position: absolute;
	top: 12px;
	width: 4px;
}

.dns-account-address-edit {
	align-items: center;
	align-self: center;
	background: #ffffff !important;
	border: 1px solid rgba(73, 118, 21, 0.24);
	border-radius: 8px;
	box-sizing: border-box;
	box-shadow: none !important;
	clear: none !important;
	color: var(--dns-account-accent-strong) !important;
	display: inline-flex;
	float: none !important;
	grid-column: 3;
	grid-row: 1;
	height: 34px;
	justify-content: center;
	line-height: 1 !important;
	margin: 0 !important;
	min-height: 34px;
	min-width: 34px;
	position: static !important;
	padding: 0 !important;
	place-self: center end;
	text-align: center;
	text-decoration: none !important;
	width: 34px !important;
}

.dns-account-address-title > * {
	max-width: 100%;
}

.dns-account-address-edit:hover {
	background: var(--dns-account-accent-strong) !important;
	border-color: var(--dns-account-accent-strong);
	color: #ffffff !important;
}

.dns-account-pencil-icon {
	display: block;
	height: 14px;
	position: relative;
	transform: rotate(-45deg);
	width: 14px;
}

.dns-account-pencil-icon::before {
	background: currentColor;
	border-radius: 2px;
	content: "";
	height: 5px;
	left: 1px;
	position: absolute;
	top: 5px;
	width: 11px;
}

.dns-account-pencil-icon::after {
	border-bottom: 2.5px solid transparent;
	border-left: 4px solid currentColor;
	border-top: 2.5px solid transparent;
	content: "";
	left: 12px;
	position: absolute;
	top: 5px;
}

.dns-account-address-card address {
	color: var(--dns-account-text);
	flex: 1;
	font-size: 0.98rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.8;
	margin: 0;
	padding: 22px;
}

.dns-account-address-empty {
	color: var(--dns-account-muted);
	display: block;
	font-style: normal;
}

.woocommerce-account .woocommerce-notices-wrapper,
.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-error {
	font-family: var(--wp--preset--font-family--sora);
}

.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-error {
	background: var(--dns-account-surface-strong);
	border: 1px solid var(--dns-account-border);
	border-radius: 8px;
	color: var(--dns-account-text);
	line-height: 1.55;
	margin-bottom: 18px;
	padding: 16px 18px;
}

.woocommerce-account .woocommerce-error {
	background: #fff6f2;
	border-color: rgba(150, 62, 29, 0.22);
}

.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-register,
.woocommerce-account .woocommerce-ResetPassword {
	background: #ffffff;
	border: 1px solid var(--dns-account-border);
	border-radius: 8px;
	box-shadow: 0 18px 40px rgba(32, 32, 32, 0.06);
	margin: 24px auto;
	max-width: 560px;
	padding: clamp(22px, 4vw, 36px);
}

@media (max-width: 960px) {
	.dns-account-layout,
	.dns-account-welcome {
		grid-template-columns: 1fr;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation {
		position: static;
	}

}

@media (max-width: 700px) {
	.dns-account-page {
		padding-left: 12px;
		padding-right: 12px;
	}

	.dns-account-hero {
		align-items: stretch;
		flex-direction: column;
	}

	.dns-account-hero-link {
		width: 100%;
	}

	.dns-account-content,
	.dns-account-hero,
	.dns-account-welcome {
		padding: 18px;
	}

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

	.dns-account-content .dns-account-addresses.woocommerce-Addresses,
	.dns-account-content .dns-account-addresses.addresses {
		grid-template-columns: 1fr;
	}

	.dns-account-address-title {
		align-items: center !important;
		grid-template-columns: 32px minmax(0, 1fr) 34px;
	}

	.dns-account-address-edit {
		width: 34px !important;
	}

	.dns-account-content table,
	.dns-account-content thead,
	.dns-account-content tbody,
	.dns-account-content th,
	.dns-account-content td,
	.dns-account-content tr {
		display: block;
	}

	.dns-account-content table thead {
		display: none;
	}

	.dns-account-content table tr {
		border-bottom: 1px solid var(--dns-account-border);
		padding: 10px 0;
	}

	.dns-account-content table tr:last-child {
		border-bottom: 0;
	}

	.dns-account-content table td {
		border-bottom: 0;
		padding: 8px 14px;
	}
}
