/*!
Theme Name: Midas
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: midas
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Midas is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: 600;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 600;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

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

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 600;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# MIDAS Home
--------------------------------------------------------------*/
.midas-home {
	--midas-ink: #0E1826;
	--midas-title: #1C2A3A;
	--midas-gold: #C5772E;
	--midas-muted: #6B7280;
	--midas-border: #D9DEE8;
	--midas-soft: #F8F7F5;
	--midas-white: #FFFFFF;
	background: var(--midas-soft);
	color: var(--midas-title);
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.midas-home *,
.midas-home *::before,
.midas-home *::after {
	box-sizing: border-box;
}

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

.midas-home img {
	display: block;
	height: auto;
	max-width: 100%;
}

.midas-page {
	background: var(--midas-soft);
	min-height: 100vh;
}

.midas-header {
	background: var(--midas-white);
	border-bottom: 1px solid var(--midas-border);
	position: sticky;
	top: 0;
	z-index: 20;
}

.midas-benefits {
	align-items: center;
	background: var(--midas-ink);
	color: #C9D3E0;
	display: flex;
	font-size: 14px;
	font-weight: 600;
	gap: 78px;
	justify-content: flex-start;
	min-height: 34px;
	padding-left: max(44px, calc((100vw - 1520px) / 2 + 44px));
	padding-right: max(44px, calc((100vw - 1520px) / 2 + 44px));
	text-align: left;
	white-space: nowrap;
	width: 100%;
}

.midas-header-main {
	align-items: center;
	display: grid;
	gap: 28px;
	grid-template-columns: 210px minmax(220px, 1fr) 260px 210px;
	margin: 0 auto;
	max-width: 1520px;
	padding: 20px 44px;
}

.midas-logo {
	display: inline-flex;
	flex-direction: column;
	line-height: 1;
	width: max-content;
}

.midas-logo span {
	color: var(--midas-title);
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	font-size: 46px;
	letter-spacing: 0;
}

.midas-logo small {
	color: var(--midas-muted);
	font-size: 8px;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: uppercase;
}

.midas-logo-light span,
.midas-logo-light small {
	color: var(--midas-white);
}

.midas-logo-light img {
	display: block;
	height: auto;
	max-width: 155px;
	width: 100%;
}

.midas-search {
	align-items: center;
	border: 1px solid var(--midas-border);
	border-radius: 4px;
	display: grid;
	grid-template-columns: 1fr 48px;
	height: 52px;
	min-width: 0;
}

.midas-search input {
	background: transparent;
	border: 0;
	color: var(--midas-title);
	font-size: 16px;
	font-weight: 600;
	height: 100%;
	min-width: 0;
	outline: 0;
	padding: 0 0 0 18px;
}

.midas-search input::placeholder {
	color: #AEB7C6;
}

.midas-search button,
.midas-menu-button {
	align-items: center;
	background: transparent;
	border: 0;
	color: var(--midas-title);
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
}

.midas-search svg,
.midas-catalog-btn svg {
	fill: none;
	height: 23px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.2;
	width: 23px;
}

.midas-btn {
	align-items: center;
	border-radius: 6px;
	display: inline-flex;
	font-size: 16px;
	font-weight: 600;
	gap: 12px;
	justify-content: center;
	line-height: 1.2;
	min-height: 56px;
	padding: 0 28px;
	text-align: center;
	transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
	white-space: nowrap;
}

.midas-header-main > .midas-btn {
	height: 52px;
	min-height: 52px;
}

.midas-btn:hover {
	transform: translateY(-1px);
}

.midas-btn-dark {
	background: var(--midas-ink);
	color: var(--midas-white);
}

.midas-btn-gold {
	background: var(--midas-gold);
	color: var(--midas-white) !important;
}

.midas-btn-dark,
.midas-btn-dark:hover,
.midas-btn-dark:focus,
.midas-btn-dark:visited,
.midas-btn-gold,
.midas-btn-gold:hover,
.midas-btn-gold:focus,
.midas-btn-gold:visited {
	color: var(--midas-white) !important;
}

.midas-btn-outline {
	background: var(--midas-white);
	border: 1px solid var(--midas-gold);
	color: var(--midas-gold);
}

.midas-menu-toggle,
.midas-menu-button {
	display: none;
}

.midas-nav {
	align-items: center;
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(9, 1fr);
	margin: 0 auto;
	max-width: 1520px;
	padding: 0 44px 20px;
}

.midas-nav a {
	color: var(--midas-title);
	font-size: 15px;
	font-weight: 600;
	text-align: center;
}

.midas-main {
	margin: 0 auto;
	max-width: 1520px;
	padding: 44px;
}

.midas-hero {
	align-items: center;
	background:
		linear-gradient(90deg, rgba(255,255,255,.24) 0%, rgba(255,255,255,.12) 38%, rgba(255,255,255,0) 68%),
		url("../../uploads/2026/07/payment-in-parts-conversion.webp") center right / cover no-repeat;
	border-radius: 6px;
	display: flex;
	min-height: 380px;
	overflow: hidden;
	padding: 56px 48px;
}

.midas-hero-copy {
	max-width: 610px;
}

.midas-home h1,
.midas-home h2,
.midas-home h3 {
	color: var(--midas-title);
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	font-weight: 500;
	letter-spacing: 0;
	margin: 0;
}

.midas-home h1 {
	font-size: 60px;
	line-height: 1.16;
	margin-bottom: 26px;
}

.midas-hero p {
	color: var(--midas-muted);
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 24px;
	margin: 0 0 28px;
	max-width: 560px;
}

.midas-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
}

.midas-section {
	margin-top: 46px;
}

.midas-section h2,
.midas-request h2 {
	font-size: 39px;
	line-height: 1.15;
}

.midas-category-row {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	margin-top: 24px;
}

.midas-category,
.midas-product {
	background: var(--midas-white);
	border-radius: 6px;
	box-shadow: 0 1px 0 rgba(14, 24, 38, .04);
}

.midas-category {
	display: block;
	padding: 8px;
	text-align: center;
}

.midas-category img {
	aspect-ratio: 1.34 / 1;
	border-radius: 4px;
	object-fit: cover;
	width: 100%;
}

.midas-category strong {
	color: var(--midas-title);
	display: block;
	font-size: 16px;
	font-weight: 600;
	padding: 13px 6px 8px;
}

.midas-promo-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 42px;
}

.midas-promo {
	background: #FBFAF8;
	border-radius: 8px;
	display: grid;
	grid-template-columns: 1fr 112px;
	min-height: 160px;
	overflow: hidden;
	padding: 28px 26px;
	position: relative;
}

.midas-promo span,
.midas-promo b,
.midas-section-head a {
	color: var(--midas-gold);
	font-size: 14px;
	font-weight: 600;
	text-transform: none;
}

.midas-promo span {
	text-transform: uppercase;
}

.midas-promo h3 {
	font-size: 27px;
	grid-column: 1;
	line-height: 1.1;
	margin: 9px 0 10px;
}

.midas-promo p {
	color: var(--midas-muted);
	font-family: Inter, var(--midas-font, sans-serif);
	font-size: 11px;
	font-weight: 400;
	grid-column: 1;
	letter-spacing: 0;
	line-height: 15px;
	margin: 0 0 8px;
}

.midas-promo b {
	grid-column: 1;
}

.midas-promo img {
	aspect-ratio: 1 / 1;
	border-radius: 6px;
	grid-column: 2;
	grid-row: 1 / span 4;
	height: 108px;
	object-fit: cover;
	width: 108px;
}

.midas-section-head {
	align-items: end;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin-bottom: 26px;
}

.midas-section-head a,
.midas-products-mobile-link {
	color: var(--midas-gold);
	font-size: 15px;
	font-weight: 600;
	white-space: nowrap;
}

.midas-products {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.midas-product {
	display: flex;
	flex-direction: column;
	padding: 16px 16px 14px;
}

.midas-product img {
	aspect-ratio: 1.34 / 1;
	border-radius: 6px;
	display: block;
	object-fit: cover;
	width: 100%;
}

.midas-product h3 {
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3;
	margin-top: 14px;
	min-height: 40px;
}

.midas-product p,
.midas-product small,
.midas-request p,
.midas-footer p,
.midas-footer a {
	color: var(--midas-muted);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
}

.midas-product p {
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 15px;
	margin: 9px 0 12px;
	min-height: 40px;
}

.midas-product strong {
	color: var(--midas-title);
	display: block;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 6px;
}

.midas-product small {
	display: block;
	margin-bottom: 14px;
}

.midas-product-link {
	align-items: center;
	border: 1px solid var(--midas-gold);
	border-radius: 6px;
	color: var(--midas-title);
	display: flex;
	font-size: 16px;
	font-weight: 600;
	height: 38px;
	justify-content: center;
	margin-top: auto;
	transition: background-color .2s ease, color .2s ease;
}

.midas-product-link:hover,
.midas-product-link:focus {
	background: var(--midas-gold);
	color: var(--midas-white);
}

.midas-products-mobile-link {
	display: none;
	margin-top: 24px;
}

/*--------------------------------------------------------------
# MIDAS Contacts
--------------------------------------------------------------*/
.midas-contact-main {
	margin: 0 auto;
	max-width: 1520px;
	padding: 46px 44px 64px;
}

.midas-contact-breadcrumbs {
	margin-bottom: 24px;
}

.midas-contact-hero {
	margin-bottom: 44px;
	max-width: 720px;
}

.midas-contact-hero h1,
.midas-contact-form-card h2,
.midas-contact-social h2 {
	color: var(--midas-title);
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	font-weight: 500;
	letter-spacing: 0;
	margin: 0;
}

.midas-contact-hero h1 {
	font-size: 56px;
	line-height: 1.08;
	margin-bottom: 28px;
}

.midas-contact-hero p {
	color: var(--midas-muted);
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 26px;
	margin: 0;
}

.midas-contact-grid {
	align-items: stretch;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 1fr) minmax(300px, .86fr);
}

.midas-contact-form-card,
.midas-contact-social,
.midas-contact-benefits article {
	background: var(--midas-white);
	border: 1px solid var(--midas-border);
	border-radius: 8px;
	box-shadow: 0 1px 0 rgba(14, 24, 38, .03);
}

.midas-contact-form-card,
.midas-contact-social {
	min-height: 396px;
	padding: 34px 30px 30px;
}

.midas-contact-form-card h2,
.midas-contact-social h2 {
	font-size: 30px;
	line-height: 1.16;
	margin-bottom: 10px;
}

.midas-contact-form-card > p {
	color: var(--midas-muted);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.42;
	margin: 0 0 26px;
	max-width: 380px;
}

.midas-contact-form-card > .midas-form-note {
	margin: 0 0 14px;
	max-width: none;
}

.midas-contact-form,
.midas-contact-form-card .wpcf7-form {
	display: grid;
	gap: 12px;
	margin: 0;
}

.midas-contact-form-card .wpcf7-form p {
	margin: 0;
}

.midas-contact-form-card label {
	color: var(--midas-title);
	display: grid;
	font-size: 13px;
	font-weight: 700;
	gap: 7px;
	line-height: 1.2;
}

.midas-contact-form-card .wpcf7-form-control-wrap {
	display: block;
}

.midas-contact-form-card input[type="text"],
.midas-contact-form-card input[type="email"],
.midas-contact-form-card input[type="tel"] {
	background: var(--midas-white);
	border: 1px solid var(--midas-border);
	border-radius: 6px;
	color: var(--midas-title);
	font-size: 16px;
	font-weight: 500;
	height: 47px;
	outline: 0;
	padding: 0 16px;
	width: 100%;
}

.midas-contact-form-card input::placeholder {
	color: #AEB7C6;
}

.midas-contact-form-card .wpcf7-list-item {
	margin: 0;
}

.midas-contact-form-card .wpcf7-list-item label,
.midas-contact-consent {
	align-items: center;
	color: var(--midas-muted);
	display: flex;
	font-size: 12px;
	font-weight: 500;
	gap: 10px;
}

.midas-contact-consent {
	cursor: pointer;
}

.midas-contact-consent span {
	min-width: 0;
}

.midas-contact-form-card input[type="checkbox"] {
	accent-color: var(--midas-gold);
	flex: 0 0 auto;
	height: 17px;
	width: 17px;
}

.midas-contact-form-card .wpcf7-submit,
.midas-contact-submit {
	background: var(--midas-gold);
	border: 0;
	border-radius: 6px;
	color: var(--midas-white);
	cursor: pointer;
	font-size: 15px;
	font-weight: 700;
	height: 50px;
	padding: 0 20px;
	width: 100%;
}

.midas-contact-form-card .wpcf7-spinner {
	display: none;
}

.midas-contact-form-card .wpcf7-not-valid-tip {
	font-size: 12px;
	font-weight: 600;
	margin-top: 5px;
}

.midas-contact-form-card .wpcf7-response-output {
	border-radius: 6px;
	font-size: 13px;
	font-weight: 600;
	margin: 0;
	padding: 10px 12px;
}

.midas-contact-image {
	aspect-ratio: 1.18 / 1;
	border-radius: 8px;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.midas-contact-social-list {
	display: grid;
	gap: 10px;
	margin-top: 22px;
}

.midas-contact-social-list a {
	align-items: center;
	border: 1px solid var(--midas-border);
	border-radius: 6px;
	color: var(--midas-title);
	display: grid;
	gap: 12px;
	grid-template-columns: 24px minmax(82px, .7fr) minmax(90px, 1fr) auto;
	min-height: 48px;
	padding: 0 14px;
}

.midas-contact-social-list i {
	color: var(--midas-ink);
	font-size: 22px;
	text-align: center;
}

.midas-contact-social-list strong {
	font-size: 15px;
	font-weight: 700;
}

.midas-contact-social-list span {
	color: var(--midas-muted);
	font-size: 14px;
	font-weight: 500;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.midas-contact-social-list em {
	color: var(--midas-gold);
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
}

.midas-contact-benefits {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 66px;
}

.midas-contact-benefits article {
	align-items: flex-start;
	display: grid;
	gap: 18px;
	grid-template-columns: 24px minmax(0, 1fr);
	min-height: 118px;
	padding: 28px 30px;
}

.midas-contact-benefits i {
	color: var(--midas-gold);
	font-size: 24px;
	line-height: 1;
	margin-top: 3px;
	text-align: center;
}

.midas-contact-benefits h2 {
	color: var(--midas-title);
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 8px;
}

.midas-contact-benefits p {
	color: var(--midas-muted);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	margin: 0;
}

/*--------------------------------------------------------------
# MIDAS About
--------------------------------------------------------------*/
.midas-about-main {
	margin: 0 auto;
	max-width: 1520px;
	padding: 46px 44px 64px;
}

.midas-about-breadcrumbs {
	margin-bottom: 24px;
}

.midas-about-hero {
	align-items: center;
	display: grid;
	gap: 56px;
	grid-template-columns: minmax(0, .95fr) minmax(440px, 1fr);
}

.midas-about-copy {
	max-width: 670px;
}

.midas-about-copy h1,
.midas-about-steps-section h2 {
	color: var(--midas-title);
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	font-weight: 500;
	letter-spacing: 0;
	margin: 0;
}

.midas-about-copy h1 {
	font-size: 56px;
	line-height: 1.18;
	margin-bottom: 26px;
}

.midas-about-copy p {
	color: var(--midas-muted);
	font-size: 21px;
	font-weight: 500;
	line-height: 1.5;
	margin: 0 0 40px;
}

.midas-about-hero img {
	aspect-ratio: 2.08 / 1;
	border-radius: 8px;
	display: block;
	filter: hue-rotate(175deg) saturate(.75) brightness(1.06);
	object-fit: cover;
	width: 100%;
}

.midas-about-benefits,
.midas-about-steps {
	display: grid;
	gap: 22px;
}

.midas-about-benefits {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 42px;
}

.midas-about-benefits article,
.midas-about-steps article {
	background: var(--midas-white);
	border: 1px solid var(--midas-border);
	border-radius: 8px;
	box-shadow: 0 1px 0 rgba(14, 24, 38, .03);
}

.midas-about-benefits article {
	align-items: flex-start;
	display: grid;
	gap: 18px;
	grid-template-columns: 24px minmax(0, 1fr);
	min-height: 118px;
	padding: 28px 30px;
}

.midas-about-benefits i {
	color: var(--midas-gold);
	font-size: 24px;
	line-height: 1;
	margin-top: 3px;
	text-align: center;
}

.midas-about-benefits h2,
.midas-about-steps h3 {
	color: var(--midas-title);
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 8px;
}

.midas-about-benefits p,
.midas-about-steps p {
	color: var(--midas-muted);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	margin: 0;
}

.midas-about-steps-section {
	margin-top: 46px;
}

.midas-about-steps-section h2 {
	font-size: 40px;
	line-height: 1.16;
	margin-bottom: 24px;
}

.midas-about-steps {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.midas-about-steps article {
	display: grid;
	gap: 20px;
	grid-template-columns: 40px minmax(0, 1fr);
	min-height: 136px;
	padding: 30px;
}

.midas-about-steps span {
	align-items: center;
	background: #F8E7D4;
	border-radius: 50%;
	color: var(--midas-gold);
	display: inline-flex;
	font-size: 16px;
	font-weight: 700;
	height: 38px;
	justify-content: center;
	width: 38px;
}

/*--------------------------------------------------------------
# MIDAS Policy
--------------------------------------------------------------*/
.midas-policy-main {
	margin: 0 auto;
	max-width: 1520px;
	padding: 46px 44px 64px;
}

.midas-policy-breadcrumbs {
	margin-bottom: 24px;
}

.midas-policy-hero {
	margin-bottom: 42px;
	max-width: 1060px;
}

.midas-policy-hero h1,
.midas-policy-summary h2 {
	color: var(--midas-title);
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	font-weight: 500;
	letter-spacing: 0;
	margin: 0;
}

.midas-policy-hero h1 {
	font-size: 56px;
	line-height: 1.12;
	margin-bottom: 24px;
}

.midas-policy-hero p {
	color: var(--midas-muted);
	font-size: 21px;
	font-weight: 500;
	line-height: 1.48;
	margin: 0;
	max-width: 760px;
}

.midas-policy-layout {
	align-items: start;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) 480px;
}

.midas-policy-content,
.midas-policy-summary {
	border: 1px solid var(--midas-border);
	border-radius: 8px;
	box-shadow: 0 1px 0 rgba(14, 24, 38, .03);
}

.midas-policy-content {
	background: var(--midas-white);
	padding: 36px 34px 34px;
}

.midas-policy-content section + section {
	margin-top: 28px;
}

.midas-policy-content h2 {
	color: var(--midas-title);
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.35;
	margin: 0 0 4px;
}

.midas-policy-content p {
	color: var(--midas-title);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	margin: 0;
}

.midas-policy-summary {
	background: #EFF5FC;
	padding: 40px 34px;
	position: sticky;
	top: 18px;
}

.midas-policy-summary i {
	color: var(--midas-gold);
	display: block;
	font-size: 36px;
	margin-bottom: 44px;
}

.midas-policy-summary h2 {
	font-size: 32px;
	line-height: 1.16;
	margin-bottom: 30px;
}

.midas-policy-summary p {
	color: var(--midas-title);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	margin: 0;
}

.midas-policy-summary p + p {
	margin-top: 30px;
}

/*--------------------------------------------------------------
# MIDAS Delivery
--------------------------------------------------------------*/
.midas-delivery-main {
	margin: 0 auto;
	max-width: 1520px;
	padding: 46px 44px 64px;
}

.midas-delivery-breadcrumbs {
	margin-bottom: 24px;
}

.midas-delivery-hero {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, .96) 0%, rgba(255, 248, 241, .92) 58%, rgba(248, 231, 212, .74) 100%);
	border: 1px solid var(--midas-border);
	border-radius: 8px;
	margin-bottom: 24px;
	overflow: hidden;
	padding: 48px 52px;
	position: relative;
}

.midas-delivery-hero::after {
	border: 1px solid rgba(168, 111, 54, .18);
	border-radius: 999px;
	content: "";
	height: 260px;
	position: absolute;
	right: -86px;
	top: -106px;
	width: 260px;
}

.midas-delivery-hero span {
	color: var(--midas-gold);
	display: block;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0;
	margin-bottom: 16px;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
}

.midas-delivery-hero h1 {
	color: var(--midas-title);
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	font-size: 56px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.12;
	margin: 0;
	max-width: 820px;
	position: relative;
	z-index: 1;
}

.midas-delivery-content {
	border: 1px solid var(--midas-border);
	border-radius: 8px;
	box-shadow: 0 1px 0 rgba(14, 24, 38, .03);
	background: var(--midas-white);
	color: var(--midas-title);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.58;
	padding: 38px 36px;
}

.midas-delivery-content > *:first-child {
	margin-top: 0;
}

.midas-delivery-content > *:last-child {
	margin-bottom: 0;
}

.midas-delivery-content h2,
.midas-delivery-content h3 {
	color: var(--midas-title);
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	font-weight: 500;
	letter-spacing: 0;
	margin: 0 0 16px;
}

.midas-delivery-content h2 {
	font-size: 34px;
	line-height: 1.16;
	margin-top: 34px;
}

.midas-delivery-content h3 {
	font-size: 27px;
	line-height: 1.2;
	margin-top: 28px;
}

.midas-delivery-content p {
	margin: 0 0 18px;
}

.midas-delivery-content ul,
.midas-delivery-content ol {
	display: grid;
	gap: 10px;
	margin: 0 0 22px;
	padding-left: 24px;
}

.midas-delivery-content li {
	padding-left: 4px;
}

.midas-delivery-content a {
	color: var(--midas-gold);
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.midas-delivery-content blockquote {
	background: #FBFAF8;
	border-left: 3px solid var(--midas-gold);
	margin: 26px 0;
	padding: 20px 24px;
}

.midas-delivery-content table {
	border-collapse: collapse;
	font-size: 16px;
	margin: 24px 0;
	width: 100%;
}

.midas-delivery-content th,
.midas-delivery-content td {
	border: 1px solid var(--midas-border);
	padding: 14px 16px;
	text-align: left;
}

.midas-delivery-content th {
	background: #FBFAF8;
	font-weight: 800;
}

/*--------------------------------------------------------------
# MIDAS FAQ
--------------------------------------------------------------*/
.midas-faq-main {
	margin: 0 auto;
	max-width: 1520px;
	padding: 46px 44px 64px;
}

.midas-faq-breadcrumbs {
	margin-bottom: 24px;
}

.midas-faq-section {
	align-items: start;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, .96) 0%, rgba(255, 248, 241, .9) 52%, rgba(248, 231, 212, .72) 100%);
	border: 1px solid var(--midas-border);
	border-radius: 8px;
	box-shadow: 0 1px 0 rgba(14, 24, 38, .03);
	display: grid;
	gap: 48px;
	grid-template-columns: minmax(320px, .72fr) minmax(0, 1fr);
	overflow: hidden;
	padding: 54px;
	position: relative;
}

.midas-faq-section::before,
.midas-faq-section::after {
	border: 1px solid rgba(168, 111, 54, .18);
	border-radius: 999px;
	content: "";
	position: absolute;
}

.midas-faq-section::before {
	height: 220px;
	right: -76px;
	top: -96px;
	width: 220px;
}

.midas-faq-section::after {
	bottom: -122px;
	height: 290px;
	left: -108px;
	width: 290px;
}

.midas-faq-intro,
.midas-faq-list {
	position: relative;
	z-index: 1;
}

.midas-faq-intro span {
	color: var(--midas-gold);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0;
	margin-bottom: 18px;
	display: block;
	text-transform: uppercase;
}

.midas-faq-intro h1 {
	color: var(--midas-title);
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	font-size: 56px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.12;
	margin: 0 0 22px;
	text-transform: none;
}

.midas-faq-intro p {
	color: var(--midas-muted);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	margin: 0;
	max-width: 500px;
}

.midas-faq-list {
	display: grid;
	gap: 14px;
}

.midas-faq-item {
	background: var(--midas-white);
	border: 1px solid var(--midas-border);
	border-radius: 8px;
	box-shadow: 0 1px 0 rgba(14, 24, 38, .03);
	overflow: hidden;
	transition: border-color .22s ease, box-shadow .22s ease, height .28s ease;
}

.midas-faq-item summary {
	align-items: center;
	color: var(--midas-title);
	cursor: pointer;
	display: grid;
	font-size: 18px;
	font-weight: 700;
	gap: 18px;
	grid-template-columns: 42px minmax(0, 1fr) 28px;
	line-height: 1.3;
	list-style: none;
	min-height: 78px;
	padding: 20px 24px;
}

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

.midas-faq-item summary span {
	align-items: center;
	background: #F8E7D4;
	border-radius: 50%;
	color: var(--midas-gold);
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	height: 42px;
	justify-content: center;
	width: 42px;
}

.midas-faq-item summary::after {
	align-items: center;
	border: 1px solid var(--midas-border);
	border-radius: 50%;
	color: var(--midas-gold);
	content: "+";
	display: inline-flex;
	font-size: 22px;
	font-weight: 500;
	height: 28px;
	justify-content: center;
	line-height: 1;
	width: 28px;
}

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

.midas-faq-item p {
	border-top: 1px solid #EEF1F5;
	color: var(--midas-muted);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.55;
	margin: 0;
	opacity: 0;
	padding: 0 24px 24px 84px;
	transform: translateY(-4px);
	transition: opacity .22s ease, transform .22s ease;
}

.midas-faq-item[open] {
	border-color: rgba(197, 119, 46, .42);
	box-shadow: 0 14px 34px rgba(14, 24, 38, .07);
}

.midas-faq-item[open] p {
	opacity: 1;
	transform: translateY(0);
}

/*--------------------------------------------------------------
# MIDAS 404
--------------------------------------------------------------*/
.midas-404-main {
	margin: 0 auto;
	max-width: 1520px;
	padding: 44px 44px 64px;
}

.midas-404-hero {
	align-items: center;
	display: grid;
	gap: 56px;
	grid-template-columns: minmax(0, .72fr) minmax(520px, 1fr);
	min-height: 430px;
}

.midas-404-copy {
	max-width: 560px;
}

.midas-404-copy strong,
.midas-404-copy h1,
.midas-404-popular h2 {
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	font-weight: 500;
	letter-spacing: 0;
	margin: 0;
}

.midas-404-copy strong {
	color: var(--midas-gold);
	display: block;
	font-size: 94px;
	line-height: .95;
	margin-bottom: 24px;
}

.midas-404-copy h1 {
	color: var(--midas-title);
	font-size: 48px;
	line-height: 1.12;
	margin-bottom: 22px;
}

.midas-404-copy p {
	color: var(--midas-muted);
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	margin: 0 0 34px;
}

.midas-404-actions {
	display: flex;
	gap: 22px;
}

.midas-404-actions .midas-btn {
	min-width: 220px;
}

.midas-404-hero img {
	aspect-ratio: 2.04 / 1;
	border-radius: 8px;
	display: block;
	filter: hue-rotate(175deg) saturate(.75) brightness(1.06);
	object-fit: cover;
	width: 100%;
}

.midas-404-popular {
	margin-top: 46px;
}

.midas-404-popular .midas-section-head {
	align-items: center;
}

/*--------------------------------------------------------------
# MIDAS Request Page
--------------------------------------------------------------*/
.midas-zayavka-main {
	margin: 0 auto;
	max-width: 1520px;
	padding: 46px 44px 64px;
}

.midas-zayavka-breadcrumbs {
	margin-bottom: 24px;
}

.midas-zayavka-main > h1 {
	color: var(--midas-title);
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	font-size: 56px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0 0 42px;
}

.midas-zayavka-grid {
	align-items: stretch;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) minmax(360px, .49fr);
}

.midas-zayavka-form-card,
.midas-zayavka-benefits article {
	background: var(--midas-white);
	border: 1px solid var(--midas-border);
	border-radius: 8px;
	box-shadow: 0 1px 0 rgba(14, 24, 38, .03);
}

.midas-zayavka-form-card {
	padding: 34px 32px 30px;
}

.midas-zayavka-form-card h2 {
	color: var(--midas-title);
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.16;
	margin: 0 0 10px;
}

.midas-zayavka-form-card > p {
	color: var(--midas-muted);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.42;
	margin: 0 0 44px;
}

.midas-zayavka-form-card .wpcf7-form {
	display: grid;
	gap: 12px;
	margin: 0;
}

.midas-zayavka-form-card .wpcf7-form p {
	margin: 0;
}

.midas-zayavka-form-card label {
	color: var(--midas-title);
	display: grid;
	font-size: 13px;
	font-weight: 700;
	gap: 7px;
	line-height: 1.2;
}

.midas-zayavka-form-card .wpcf7-form-control-wrap {
	display: block;
}

.midas-zayavka-form-card input[type="text"],
.midas-zayavka-form-card input[type="email"],
.midas-zayavka-form-card input[type="tel"] {
	background: var(--midas-white);
	border: 1px solid var(--midas-border);
	border-radius: 6px;
	color: var(--midas-title);
	font-size: 16px;
	font-weight: 500;
	height: 47px;
	outline: 0;
	padding: 0 16px;
	width: 100%;
}

.midas-zayavka-form-card input::placeholder {
	color: #AEB7C6;
}

.midas-zayavka-form-card .wpcf7-list-item {
	margin: 0;
}

.midas-zayavka-form-card .wpcf7-list-item label {
	align-items: center;
	color: var(--midas-muted);
	display: flex;
	font-size: 12px;
	font-weight: 500;
	gap: 10px;
}

.midas-zayavka-form-card input[type="checkbox"] {
	accent-color: var(--midas-gold);
	flex: 0 0 auto;
	height: 17px;
	width: 17px;
}

.midas-zayavka-form-card .wpcf7-submit {
	background: var(--midas-gold);
	border: 0;
	border-radius: 6px;
	color: var(--midas-white);
	cursor: pointer;
	font-size: 15px;
	font-weight: 700;
	height: 50px;
	padding: 0 20px;
	width: 100%;
}

.midas-zayavka-form-card .wpcf7-spinner {
	display: none;
}

.midas-zayavka-form-card .wpcf7-not-valid-tip {
	font-size: 12px;
	font-weight: 600;
	margin-top: 5px;
}

.midas-zayavka-form-card .wpcf7-response-output {
	border-radius: 6px;
	font-size: 13px;
	font-weight: 600;
	margin: 0;
	padding: 10px 12px;
}

.midas-zayavka-image {
	aspect-ratio: 1.18 / 1;
	border-radius: 8px;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.midas-zayavka-benefits {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 44px;
}

.midas-zayavka-benefits article {
	align-items: flex-start;
	display: grid;
	gap: 18px;
	grid-template-columns: 24px minmax(0, 1fr);
	min-height: 118px;
	padding: 28px 30px;
}

.midas-zayavka-benefits i {
	color: var(--midas-gold);
	font-size: 24px;
	line-height: 1;
	margin-top: 3px;
	text-align: center;
}

.midas-zayavka-benefits h2 {
	color: var(--midas-title);
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 8px;
}

.midas-zayavka-benefits p {
	color: var(--midas-muted);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	margin: 0;
}

/*--------------------------------------------------------------
# MIDAS Search
--------------------------------------------------------------*/
.midas-search-main {
	margin: 0 auto;
	max-width: 1520px;
	padding: 46px 44px 64px;
}

.midas-search-breadcrumbs {
	margin-bottom: 24px;
}

.midas-search-hero {
	margin-bottom: 34px;
}

.midas-search-hero h1,
.midas-search-empty h2 {
	color: var(--midas-title);
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	font-weight: 500;
	letter-spacing: 0;
	margin: 0;
}

.midas-search-hero h1 {
	font-size: 52px;
	line-height: 1.12;
	margin-bottom: 14px;
}

.midas-search-hero p {
	color: var(--midas-muted);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.45;
	margin: 0;
}

.midas-search-hero span {
	color: var(--midas-title);
	font-weight: 700;
}

.midas-search-empty {
	background: var(--midas-white);
	border: 1px solid var(--midas-border);
	border-radius: 8px;
	box-shadow: 0 1px 0 rgba(14, 24, 38, .03);
	max-width: 760px;
	padding: 42px 38px;
}

.midas-search-empty h2 {
	font-size: 38px;
	line-height: 1.16;
	margin-bottom: 14px;
}

.midas-search-empty p {
	color: var(--midas-muted);
	font-size: 17px;
	font-weight: 500;
	line-height: 1.45;
	margin: 0 0 26px;
}

.midas-search-empty-form {
	display: grid;
	gap: 14px;
	grid-template-columns: minmax(0, 1fr) 160px;
	margin-bottom: 14px;
}

.midas-search-empty-form input {
	background: var(--midas-white);
	border: 1px solid var(--midas-border);
	border-radius: 6px;
	color: var(--midas-title);
	font-size: 16px;
	font-weight: 500;
	height: 56px;
	outline: 0;
	padding: 0 18px;
	width: 100%;
}

.midas-search-empty-form input::placeholder {
	color: #AEB7C6;
}

.midas-search-empty-form .midas-btn {
	border: 0;
	width: 100%;
}

/*--------------------------------------------------------------
# MIDAS Shop Archive
--------------------------------------------------------------*/
.midas-shop-main {
	margin: 0 auto;
	max-width: 1520px;
	padding: 46px 44px 64px;
}

.midas-shop-breadcrumbs {
	align-items: center;
	color: var(--midas-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	font-weight: 600;
	gap: 7px;
	margin-bottom: 34px;
}

.midas-shop-hero {
	align-items: end;
	display: grid;
	gap: 32px;
	grid-template-columns: minmax(0, 1fr) 500px;
	margin-bottom: 32px;
}

.midas-shop-hero h1 {
	font-size: 52px;
	line-height: 1.1;
	margin-bottom: 20px;
}

.midas-shop-hero p {
	color: var(--midas-muted);
	font-size: 17px;
	font-weight: 600;
	line-height: 1.55;
	margin: 0;
	max-width: 620px;
}

.midas-shop-help-card {
	background:
		linear-gradient(90deg, rgba(255,255,255,.92), rgba(255,255,255,.7)),
		url("../../uploads/2026/07/payment-in-parts-conversion.webp") right center / cover no-repeat;
	border-radius: 8px;
	display: block;
	min-height: 86px;
	padding: 22px 26px;
}

.midas-shop-help-card strong,
.midas-shop-help-card span {
	display: block;
	font-weight: 600;
}

.midas-shop-help-card strong {
	font-size: 18px;
	margin-bottom: 7px;
}

.midas-shop-help-card span {
	color: var(--midas-gold);
	font-size: 15px;
}

.midas-shop-form.is-loading .midas-shop-results {
	opacity: .55;
	pointer-events: none;
}

.midas-shop-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-bottom: 64px;
}

.midas-shop-chips label {
	cursor: pointer;
}

.midas-shop-chips input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.midas-shop-chips span {
	background: var(--midas-white);
	border: 1px solid #EEF0F4;
	border-radius: 999px;
	box-shadow: 0 6px 18px rgba(14, 24, 38, .04);
	color: var(--midas-title);
	display: block;
	font-size: 14px;
	font-weight: 600;
	padding: 14px 22px;
}

.midas-shop-chips input:checked + span {
	background: #FBE8D5;
	border-color: #F7D4AE;
	color: var(--midas-gold);
}

.midas-shop-layout {
	display: grid;
	gap: 24px;
	grid-template-columns: 225px minmax(0, 1fr);
}

.midas-shop-filters,
.midas-shop-toolbar {
	background: var(--midas-white);
	border: 1px solid #ECEFF3;
	border-radius: 8px;
	box-shadow: 0 1px 0 rgba(14, 24, 38, .04);
}

.midas-shop-filters {
	align-self: start;
	padding: 22px 16px;
}

.midas-shop-filter-head {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 18px;
}

.midas-shop-filter-head h2 {
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 18px;
	font-weight: 700;
}

.midas-shop-filter-head button {
	background: transparent;
	border: 0;
	color: var(--midas-muted);
	cursor: pointer;
	display: none;
	font-size: 28px;
	line-height: 1;
}

.midas-filter-block {
	border-top: 1px solid #EEF0F4;
	padding: 18px 0 0;
}

.midas-filter-block:first-of-type {
	border-top: 0;
	padding-top: 0;
}

.midas-filter-block + .midas-filter-block {
	margin-top: 18px;
}

.midas-filter-toggle {
	align-items: center;
	background: transparent;
	border: 0;
	color: var(--midas-title);
	display: flex;
	font-size: 15px;
	font-weight: 700;
	justify-content: space-between;
	margin: 0 0 14px;
	padding: 0;
	text-align: left;
	width: 100%;
}

.midas-filter-toggle svg {
	display: none;
	fill: none;
	height: 18px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	width: 18px;
}

.midas-filter-options label {
	align-items: center;
	color: var(--midas-muted);
	cursor: pointer;
	display: flex;
	font-size: 14px;
	font-weight: 600;
	gap: 10px;
	margin-top: 12px;
}

.midas-filter-options input[type="checkbox"] {
	accent-color: var(--midas-gold);
	height: 16px;
	width: 16px;
}

.midas-filter-options p {
	color: var(--midas-muted);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.45;
	margin: 0;
}

.midas-price-fields {
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr 1fr;
}

.midas-price-fields input {
	border: 1px solid var(--midas-border);
	border-radius: 6px;
	color: var(--midas-title);
	font-size: 14px;
	font-weight: 600;
	height: 42px;
	min-width: 0;
	padding: 0 10px;
}

.midas-filter-reset {
	background: var(--midas-white);
	border: 1px solid var(--midas-gold);
	border-radius: 6px;
	color: var(--midas-gold);
	cursor: pointer;
	font-size: 15px;
	font-weight: 600;
	height: 52px;
	margin-top: 22px;
	width: 100%;
}

.midas-filter-apply {
	background: var(--midas-gold);
	border: 0;
	border-radius: 6px;
	color: var(--midas-white);
	cursor: pointer;
	display: none;
	font-size: 15px;
	font-weight: 700;
	height: 48px;
	margin-top: 14px;
	width: 100%;
}

.midas-shop-toolbar {
	align-items: center;
	display: grid;
	gap: 20px;
	grid-template-columns: auto auto 1fr auto;
	margin-bottom: 24px;
	padding: 14px 18px;
}

.midas-filter-open {
	display: none;
}

.midas-shop-toolbar label {
	align-items: center;
	display: flex;
	gap: 12px;
}

.midas-shop-toolbar span,
.midas-shop-toolbar p {
	color: var(--midas-muted);
	font-size: 14px;
	font-weight: 600;
	margin: 0;
}

.midas-shop-toolbar select,
.midas-filter-open {
	background: var(--midas-white);
	border: 1px solid #ECEFF3;
	border-radius: 6px;
	color: var(--midas-title);
	font-size: 15px;
	font-weight: 600;
	height: 54px;
	padding: 0 24px;
}

.midas-view-toggle {
	display: flex;
	gap: 8px;
}

.midas-view-toggle button {
	align-items: center;
	background: transparent;
	border: 0;
	color: var(--midas-muted);
	cursor: pointer;
	display: inline-flex;
	height: 34px;
	justify-content: center;
	width: 34px;
}

.midas-view-toggle button.is-active {
	color: var(--midas-gold);
}

.midas-view-toggle svg {
	fill: none;
	height: 21px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	width: 21px;
}

.midas-shop-grid {
	display: grid;
	gap: 28px 22px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.midas-shop-grid-list {
	grid-template-columns: 1fr;
}

.midas-shop-product {
	box-shadow: 0 1px 0 rgba(14, 24, 38, .04);
	padding: 16px;
}

.midas-shop-product-list {
	display: grid;
	gap: 18px;
	grid-template-columns: 220px minmax(0, 1fr);
}

.midas-shop-product-list .midas-product-image img {
	height: 100%;
}

.midas-shop-product-list h3 {
	min-height: 0;
}

.midas-shop-product small {
	display: block;
	margin-bottom: 14px;
}

.midas-shop-empty {
	background: var(--midas-white);
	border-radius: 8px;
	grid-column: 1 / -1;
	padding: 48px 24px;
	text-align: center;
}

.midas-shop-empty h3 {
	font-size: 30px;
	margin-bottom: 10px;
}

.midas-shop-empty p {
	color: var(--midas-muted);
	font-weight: 600;
	margin: 0;
}

.midas-shop-pagination {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: center;
	margin-top: 46px;
}

.midas-shop-pagination button,
.midas-shop-pagination span {
	align-items: center;
	background: var(--midas-white);
	border: 1px solid #ECEFF3;
	border-radius: 6px;
	color: var(--midas-title);
	display: inline-flex;
	font-size: 15px;
	font-weight: 600;
	height: 42px;
	justify-content: center;
	min-width: 42px;
	padding: 0 12px;
}

.midas-shop-pagination button {
	cursor: pointer;
}

.midas-shop-pagination button.is-active {
	background: var(--midas-gold);
	border-color: var(--midas-gold);
	color: var(--midas-white);
}

/*--------------------------------------------------------------
# MIDAS Thank You Page
--------------------------------------------------------------*/
.midas-thanks-main {
	margin: 0 auto;
	max-width: 1520px;
	padding: 44px 44px 64px;
}

.midas-thanks-hero {
	align-items: center;
	background: var(--midas-white);
	border: 1px solid var(--midas-border);
	border-radius: 8px;
	display: grid;
	gap: 56px;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
	min-height: 455px;
	padding: 52px 86px;
}

.midas-thanks-copy {
	align-items: flex-start;
	display: flex;
	gap: 24px;
}

.midas-thanks-check {
	align-items: center;
	background: #F7E6D3;
	border-radius: 50%;
	color: var(--midas-gold);
	display: inline-flex;
	flex: 0 0 80px;
	font-size: 42px;
	font-weight: 700;
	height: 80px;
	justify-content: center;
	line-height: 1;
	margin-top: 4px;
	width: 80px;
}

.midas-thanks-hero h1 {
	font-size: 64px;
	line-height: 1.05;
	margin-bottom: 24px;
}

.midas-thanks-hero p {
	color: var(--midas-muted);
	font-size: 21px;
	font-weight: 500;
	line-height: 1.45;
	margin: 0;
	max-width: 610px;
}

.midas-thanks-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 34px;
}

.midas-thanks-actions .midas-btn {
	min-height: 52px;
	min-width: 220px;
}

.midas-thanks-hero img {
	aspect-ratio: 1.34 / 1;
	border-radius: 8px;
	object-fit: cover;
	width: 100%;
}

.midas-thanks-steps {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 44px;
}

.midas-thanks-steps article {
	align-items: flex-start;
	background: var(--midas-white);
	border: 1px solid var(--midas-border);
	border-radius: 8px;
	display: flex;
	gap: 18px;
	padding: 28px 30px;
}

.midas-thanks-steps span {
	align-items: center;
	background: #F7E6D3;
	border-radius: 50%;
	color: var(--midas-gold);
	display: inline-flex;
	flex: 0 0 36px;
	font-size: 16px;
	font-weight: 700;
	height: 36px;
	justify-content: center;
	width: 36px;
}

.midas-thanks-steps h2 {
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 12px;
}

.midas-thanks-steps p {
	color: var(--midas-muted);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.45;
	margin: 0;
}

.midas-request {
	align-items: center;
	background: #FBFAF8;
	border-radius: 8px;
	display: grid;
	gap: 28px;
	grid-template-columns: 1fr 2.2fr;
	margin-top: 44px;
	padding: 30px 44px;
}

.midas-request p {
	margin: 10px 0 0;
}

.midas-form-note {
	border-radius: 6px;
	font-size: 14px;
	font-weight: 600;
	grid-column: 1 / -1;
	margin: 0;
	padding: 12px 14px;
}

.midas-form-note-success {
	background: #EEF7F1;
	color: #1F7A3F;
}

.midas-form-note-error {
	background: #FFF1EE;
	color: #B24A2F;
}

.midas-request-form {
	display: grid;
	gap: 24px;
	grid-template-columns: 1fr 1fr 1fr;
}

.midas-request .wpcf7 {
	min-width: 0;
}

.midas-request .wpcf7-form {
	display: grid;
	gap: 24px;
	grid-template-columns: 1fr 1fr 1fr;
	margin: 0;
}

.midas-request .wpcf7-form p {
	margin: 0;
}

.midas-request .wpcf7-form-control-wrap {
	display: block;
}

.midas-request-form input,
.midas-request .wpcf7 input[type="text"],
.midas-request .wpcf7 input[type="email"],
.midas-request .wpcf7 input[type="tel"] {
	background: var(--midas-white);
	border: 1px solid var(--midas-border);
	border-radius: 6px;
	color: var(--midas-title);
	font-size: 16px;
	font-weight: 600;
	height: 56px;
	outline: 0;
	padding: 0 18px;
	width: 100%;
}

.midas-request-form input::placeholder,
.midas-request .wpcf7 input::placeholder {
	color: #AEB7C6;
}

.midas-request-form .midas-btn,
.midas-request .wpcf7-submit {
	align-items: center;
	background: var(--midas-ink);
	border: 0;
	border-radius: 6px;
	color: var(--midas-white);
	cursor: pointer;
	display: inline-flex;
	font-size: 15px;
	font-weight: 700;
	height: 56px;
	justify-content: center;
	line-height: 1.1;
	padding: 0 22px;
	width: 100%;
}

.midas-request .wpcf7-spinner {
	display: none;
}

.midas-request .wpcf7-not-valid-tip {
	font-size: 12px;
	font-weight: 600;
	margin-top: 6px;
}

.midas-request .wpcf7-response-output {
	border-radius: 6px;
	font-size: 14px;
	font-weight: 600;
	grid-column: 1 / -1;
	margin: 0;
	padding: 12px 14px;
}

.midas-footer {
	background: var(--midas-ink);
	display: grid;
	gap: 42px;
	grid-template-columns: 1.7fr repeat(5, 1fr);
	padding: 48px max(44px, calc((100vw - 1520px) / 2 + 44px)) 58px;
}

.midas-footer h3 {
	color: var(--midas-white);
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 14px;
}

.midas-footer a {
	display: block;
	margin-top: 11px;
}

.midas-footer p {
	margin: 22px 0 0;
}

@media (max-width: 1482px) {
	.midas-main {
		max-width: 1290px;
		padding: 36px 24px;
	}

	.midas-shop-main {
		max-width: 1290px;
		padding: 38px 24px 56px;
	}

	.midas-footer {
		padding-inline: max(24px, calc((100vw - 1290px) / 2 + 24px));
	}

	.midas-shop-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.midas-hero {
		background:
			linear-gradient(90deg, rgba(255,255,255,.24) 0%, rgba(255,255,255,.12) 38%, rgba(255,255,255,0) 68%),
			url("../../uploads/2026/07/payment-in-parts-conversion.webp") right center / cover no-repeat;
		min-height: 320px;
		padding: 44px 36px;
	}

	.midas-hero-copy {
		max-width: 520px;
	}

	.midas-home h1 {
		font-size: 50px;
		line-height: 1.16;
		margin-bottom: 22px;
	}

	.midas-hero p {
		font-size: 16px;
		line-height: 24px;
		max-width: 490px;
	}
}

@media (max-width: 1180px) {
	.midas-header-main {
		gap: 18px;
		grid-template-columns: 170px minmax(220px, 1fr) 190px 170px;
		padding-inline: 28px;
	}

	.midas-benefits,
	.midas-nav,
	.midas-main {
		padding-left: 28px;
		padding-right: 28px;
	}

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

	.midas-category-row {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.midas-shop-hero {
		grid-template-columns: minmax(0, 1fr) 420px;
	}

	.midas-shop-layout {
		grid-template-columns: 215px minmax(0, 1fr);
	}

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

	.midas-shop-toolbar {
		grid-template-columns: auto auto 1fr auto;
	}

	.midas-contact-grid {
		grid-template-columns: minmax(0, 1fr) minmax(280px, .95fr);
	}

	.midas-contact-image {
		grid-column: 1;
	}

	.midas-contact-social {
		grid-column: 2;
		grid-row: 1;
	}

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

	.midas-about-hero {
		gap: 32px;
		grid-template-columns: minmax(0, 1fr) minmax(360px, .95fr);
	}

	.midas-about-copy h1 {
		font-size: 46px;
	}

	.midas-about-copy p {
		font-size: 18px;
	}

	.midas-about-benefits {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.midas-policy-layout {
		grid-template-columns: minmax(0, 1fr) 360px;
	}

	.midas-policy-hero h1 {
		font-size: 46px;
	}

	.midas-policy-content p,
	.midas-policy-summary p {
		font-size: 16px;
	}

	.midas-delivery-main {
		padding: 38px 24px 56px;
	}

	.midas-delivery-hero h1 {
		font-size: 46px;
	}

	.midas-delivery-content {
		font-size: 16px;
	}

	.midas-faq-main {
		padding: 38px 24px 56px;
	}

	.midas-faq-section {
		gap: 32px;
		grid-template-columns: 1fr;
		padding: 42px 34px;
	}

	.midas-faq-intro h1 {
		font-size: 46px;
	}

	.midas-faq-intro p {
		font-size: 17px;
		max-width: 720px;
	}

	.midas-404-hero {
		gap: 32px;
		grid-template-columns: minmax(0, .75fr) minmax(420px, 1fr);
		min-height: 360px;
	}

	.midas-404-copy strong {
		font-size: 82px;
	}

	.midas-404-copy h1 {
		font-size: 42px;
	}

	.midas-404-copy p {
		font-size: 18px;
	}

	.midas-zayavka-grid {
		grid-template-columns: minmax(0, 1fr) minmax(320px, .55fr);
	}

	.midas-zayavka-main > h1 {
		font-size: 46px;
	}

	.midas-zayavka-benefits {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.midas-search-empty {
		max-width: 680px;
	}

	.midas-hero {
		background:
			linear-gradient(90deg, rgba(255,255,255,.28) 0%, rgba(255,255,255,.16) 42%, rgba(255,255,255,0) 72%),
			url("../../uploads/2026/07/payment-in-parts-conversion.webp") 76% center / cover no-repeat;
		min-height: 300px;
	}

	.midas-hero-copy {
		max-width: 440px;
	}

	.midas-home h1 {
		font-size: 42px;
	}

	.midas-hero p {
		font-size: 16px;
		line-height: 24px;
		max-width: 420px;
	}

	.midas-footer {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 760px) {
	.midas-header {
		position: static;
	}

	.midas-benefits {
		display: grid;
		font-size: 9px;
		gap: 10px;
		grid-template-columns: repeat(2, 1fr);
		min-height: 24px;
		overflow: hidden;
		padding: 0 12px;
	}

	.midas-benefits span:nth-child(n+3) {
		display: none;
	}

	.midas-header-main {
		grid-template-columns: 1fr 42px 42px;
		gap: 12px;
		padding: 11px 16px 12px;
	}

	.midas-logo span {
		font-size: 39px;
	}

	.midas-logo small {
		font-size: 6px;
	}

	.midas-search {
		border: 0;
		display: block;
		height: 42px;
		min-width: 42px;
		order: 2;
	}

	.midas-search input {
		display: none;
	}

	.midas-search button {
		height: 42px;
		width: 42px;
	}

	.midas-catalog-btn,
	.midas-header-main > .midas-btn-gold {
		display: none;
	}

	.midas-menu-button {
		display: inline-flex;
		flex-direction: column;
		gap: 5px;
		height: 42px;
		order: 3;
		width: 42px;
	}

	.midas-menu-button span {
		background: var(--midas-title);
		border-radius: 99px;
		display: block;
		height: 2px;
		width: 22px;
	}

	.midas-nav {
		display: none;
		grid-template-columns: 1fr 1fr;
		padding: 8px 16px 18px;
	}

	.midas-menu-toggle:checked + .midas-nav {
		display: grid;
	}

	.midas-nav a {
		background: #F6F7F9;
		border-radius: 6px;
		padding: 11px 8px;
	}

	.midas-main {
		padding: 28px 12px;
	}

	.midas-hero {
		background:
			linear-gradient(180deg, rgba(255,255,255,.34) 0%, rgba(255,255,255,.18) 100%),
			url("../../uploads/2026/07/payment-in-parts-conversion.webp") center / cover no-repeat;
		min-height: 253px;
		padding: 34px 22px;
	}

	.midas-home h1 {
		font-size: 28px;
		line-height: 1.22;
		margin-bottom: 17px;
	}

	.midas-hero p {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 16px;
	}

	.midas-hero-actions {
		display: grid;
		gap: 10px;
	}

	.midas-btn {
		font-size: 13px;
		min-height: 40px;
		padding: 0 16px;
		width: 100%;
	}

	.midas-section {
		margin-top: 31px;
	}

	.midas-section h2,
	.midas-request h2 {
		font-size: 28px;
	}

	.midas-category-row {
		display: flex;
		gap: 10px;
		margin-left: -2px;
		margin-right: -12px;
		margin-top: 14px;
		overflow-x: auto;
		padding: 0 12px 4px 2px;
		scroll-snap-type: x mandatory;
	}

	.midas-category {
		flex: 0 0 122px;
		padding: 6px;
		scroll-snap-align: start;
	}

	.midas-category strong {
		font-size: 13px;
		padding: 9px 2px 5px;
	}

	.midas-promo-grid {
		gap: 12px;
		grid-template-columns: 1fr;
		margin-top: 27px;
	}

	.midas-promo {
		grid-template-columns: 1fr 82px;
		min-height: 120px;
		padding: 19px 16px;
	}

	.midas-promo h3 {
		font-size: 20px;
	}

	.midas-promo p,
	.midas-promo span,
	.midas-promo b {
		font-size: 11px;
	}

	.midas-promo img {
		height: 76px;
		width: 76px;
	}

	.midas-section-head {
		align-items: flex-start;
		display: flex;
		margin-bottom: 22px;
	}

	.midas-section-head a {
		display: none;
	}

	.midas-products {
		display: flex;
		gap: 10px;
		margin-left: -2px;
		margin-right: -12px;
		overflow-x: auto;
		padding: 0 12px 2px 2px;
		scroll-snap-type: x mandatory;
	}

	.midas-product {
		flex: 0 0 242px;
		padding: 12px;
		scroll-snap-align: start;
	}

	.midas-product h3 {
		font-size: 18px;
		line-height: 1.25;
		margin-top: 14px;
		min-height: 46px;
	}

	.midas-product p {
		font-size: 11px;
		line-height: 15px;
		margin: 10px 0 12px;
		min-height: 41px;
	}

	.midas-product strong {
		font-size: 24px;
		margin-bottom: 16px;
	}

	.midas-product-link {
		font-size: 18px;
		height: 46px;
	}

	.midas-products-mobile-link {
		display: inline-block;
	}

	.midas-shop-main {
		padding: 28px 14px 40px;
	}

	.midas-shop-breadcrumbs {
		font-size: 11px;
		margin-bottom: 22px;
	}

	.midas-shop-hero {
		display: block;
		margin-bottom: 18px;
	}

	.midas-shop-hero h1 {
		font-size: 38px;
		line-height: 1.12;
		margin-bottom: 16px;
	}

	.midas-shop-hero p {
		font-size: 14px;
		line-height: 1.55;
	}

	.midas-shop-help-card {
		margin-top: 18px;
		min-height: 74px;
		padding: 17px 18px;
	}

	.midas-shop-help-card strong {
		font-size: 16px;
	}

		.midas-shop-help-card span {
			font-size: 13px;
		}

		.midas-contact-main {
			padding: 28px 12px 40px;
		}

		.midas-contact-breadcrumbs {
			margin-bottom: 24px;
		}

		.midas-contact-hero {
			margin-bottom: 18px;
		}

		.midas-contact-hero h1 {
			font-size: 32px;
			line-height: 1.12;
			margin-bottom: 18px;
		}

		.midas-contact-hero p {
			font-size: 18px;
			line-height: 26px;
		}

		.midas-contact-grid {
			display: flex;
			flex-direction: column;
			gap: 14px;
		}

		.midas-contact-form-card {
			order: 1;
		}

		.midas-contact-social {
			grid-column: auto;
			grid-row: auto;
			order: 2;
		}

		.midas-contact-image {
			aspect-ratio: 1 / 1.04;
			grid-column: auto;
			height: auto;
			order: 3;
		}

		.midas-contact-form-card,
		.midas-contact-social {
			min-height: 0;
			padding: 20px 18px 16px;
		}

		.midas-contact-form-card h2,
		.midas-contact-social h2 {
			font-size: 26px;
			margin-bottom: 8px;
		}

		.midas-contact-form-card > p {
			font-size: 13px;
			margin-bottom: 18px;
		}

	.midas-contact-form-card .wpcf7-form {
		gap: 10px;
	}

	.midas-contact-form {
		gap: 10px;
	}

		.midas-contact-form-card label {
			font-size: 12px;
			gap: 6px;
		}

		.midas-contact-form-card input[type="text"],
		.midas-contact-form-card input[type="email"],
		.midas-contact-form-card input[type="tel"] {
			font-size: 13px;
			height: 43px;
		}

		.midas-contact-form-card .wpcf7-list-item label,
		.midas-contact-consent {
			align-items: flex-start;
			font-size: 10px;
			line-height: 1.35;
		}

		.midas-contact-form-card .wpcf7-submit,
		.midas-contact-submit {
			height: 46px;
		}

		.midas-contact-social {
			background: transparent;
			border: 0;
			box-shadow: none;
			padding: 0;
		}

		.midas-contact-social-list {
			gap: 8px;
			margin-top: 14px;
		}

		.midas-contact-social-list a {
			gap: 10px;
			grid-template-columns: 22px minmax(64px, .75fr) minmax(70px, 1fr) auto;
			min-height: 36px;
			padding: 0 10px;
		}

		.midas-contact-social-list i {
			font-size: 18px;
		}

		.midas-contact-social-list strong,
		.midas-contact-social-list span,
		.midas-contact-social-list em {
			font-size: 11px;
		}

		.midas-contact-benefits {
			gap: 10px;
			grid-template-columns: 1fr;
			margin-top: 14px;
		}

		.midas-contact-benefits article {
			gap: 14px;
			grid-template-columns: 24px minmax(0, 1fr);
			min-height: 0;
			padding: 20px 18px;
		}

		.midas-contact-benefits i {
			font-size: 20px;
			margin-top: 2px;
		}

		.midas-contact-benefits h2 {
			font-size: 17px;
			margin-bottom: 8px;
		}

		.midas-contact-benefits p {
			font-size: 13px;
		}

		.midas-about-main {
			padding: 28px 12px 40px;
		}

		.midas-about-breadcrumbs {
			margin-bottom: 18px;
		}

		.midas-about-hero {
			display: flex;
			flex-direction: column;
			gap: 18px;
		}

		.midas-about-copy {
			max-width: none;
		}

		.midas-about-copy h1 {
			font-size: 31px;
			line-height: 1.18;
			margin-bottom: 18px;
		}

		.midas-about-copy p {
			font-size: 16px;
			line-height: 1.5;
			margin-bottom: 20px;
		}

		.midas-about-copy .midas-btn {
			width: auto;
		}

		.midas-about-hero img {
			aspect-ratio: 1 / .9;
			border-radius: 6px;
		}

		.midas-about-benefits {
			gap: 10px;
			grid-template-columns: 1fr;
			margin-top: 14px;
		}

		.midas-about-benefits article {
			gap: 14px;
			grid-template-columns: 24px minmax(0, 1fr);
			min-height: 0;
			padding: 20px 18px;
		}

		.midas-about-benefits i {
			font-size: 20px;
			margin-top: 2px;
		}

		.midas-about-benefits h2 {
			font-size: 17px;
			margin-bottom: 8px;
		}

		.midas-about-benefits p {
			font-size: 13px;
		}

		.midas-about-steps-section {
			margin-top: 18px;
		}

		.midas-about-steps-section h2 {
			font-size: 28px;
			line-height: 1.15;
			margin-bottom: 14px;
		}

		.midas-about-steps {
			gap: 10px;
			grid-template-columns: 1fr;
		}

		.midas-about-steps article {
			gap: 14px;
			grid-template-columns: 36px minmax(0, 1fr);
			min-height: 0;
			padding: 20px 18px;
		}

		.midas-about-steps span {
			font-size: 14px;
			height: 34px;
			width: 34px;
		}

		.midas-about-steps h3 {
			font-size: 16px;
			margin-bottom: 8px;
		}

		.midas-about-steps p {
			font-size: 13px;
		}

		.midas-policy-main {
			padding: 28px 12px 40px;
		}

		.midas-policy-breadcrumbs {
			margin-bottom: 18px;
		}

		.midas-policy-hero {
			margin-bottom: 18px;
		}

		.midas-policy-hero h1 {
			font-size: 31px;
			line-height: 1.12;
			margin-bottom: 18px;
		}

		.midas-policy-hero p {
			font-size: 16px;
			line-height: 1.5;
		}

		.midas-policy-layout {
			display: flex;
			flex-direction: column;
			gap: 14px;
		}

		.midas-policy-summary {
			order: 1;
			padding: 28px 22px;
			position: static;
			width: 100%;
		}

		.midas-policy-summary i {
			font-size: 27px;
			margin-bottom: 28px;
		}

		.midas-policy-summary h2 {
			font-size: 27px;
			margin-bottom: 22px;
		}

		.midas-policy-summary p {
			font-size: 14px;
			line-height: 1.45;
		}

		.midas-policy-summary p + p {
			margin-top: 22px;
		}

		.midas-policy-content {
			order: 2;
			padding: 24px 18px;
			width: 100%;
		}

		.midas-policy-content section + section {
			margin-top: 22px;
		}

		.midas-policy-content h2 {
			font-size: 14px;
			line-height: 1.35;
			margin-bottom: 4px;
		}

		.midas-policy-content p {
			font-size: 14px;
			line-height: 1.45;
		}

		.midas-delivery-main {
			padding: 28px 12px 40px;
		}

		.midas-delivery-breadcrumbs {
			margin-bottom: 18px;
		}

		.midas-delivery-hero {
			margin-bottom: 14px;
			padding: 30px 18px;
		}

		.midas-delivery-hero::after {
			height: 150px;
			right: -72px;
			top: -70px;
			width: 150px;
		}

		.midas-delivery-hero span {
			font-size: 12px;
			margin-bottom: 14px;
		}

		.midas-delivery-hero h1 {
			font-size: 31px;
			line-height: 1.18;
		}

		.midas-delivery-content {
			font-size: 14px;
			line-height: 1.55;
			padding: 24px 18px;
		}

		.midas-delivery-content h2 {
			font-size: 27px;
			margin-bottom: 12px;
			margin-top: 28px;
		}

		.midas-delivery-content h3 {
			font-size: 22px;
			margin-bottom: 10px;
			margin-top: 22px;
		}

		.midas-delivery-content p {
			margin-bottom: 14px;
		}

		.midas-delivery-content ul,
		.midas-delivery-content ol {
			gap: 8px;
			margin-bottom: 18px;
			padding-left: 20px;
		}

		.midas-delivery-content table {
			display: block;
			font-size: 13px;
			overflow-x: auto;
			white-space: nowrap;
		}

		.midas-delivery-content th,
		.midas-delivery-content td {
			padding: 11px 12px;
		}

		.midas-faq-main {
			min-height: 0;
			padding: 28px 12px 40px;
		}

		.midas-faq-breadcrumbs {
			margin-bottom: 18px;
		}

		.midas-faq-section {
			gap: 22px;
			padding: 30px 16px 16px;
		}

		.midas-faq-section::before {
			height: 150px;
			right: -72px;
			top: -70px;
			width: 150px;
		}

		.midas-faq-section::after {
			bottom: -90px;
			height: 190px;
			left: -82px;
			width: 190px;
		}

		.midas-faq-intro span {
			font-size: 12px;
			margin-bottom: 14px;
		}

		.midas-faq-intro h1 {
			font-size: 31px;
			line-height: 1.18;
			margin-bottom: 14px;
		}

		.midas-faq-intro p {
			font-size: 14px;
			line-height: 1.5;
		}

		.midas-faq-list {
			gap: 10px;
		}

		.midas-faq-item summary {
			font-size: 15px;
			gap: 12px;
			grid-template-columns: 34px minmax(0, 1fr) 26px;
			min-height: 64px;
			padding: 14px 12px;
		}

		.midas-faq-item summary span {
			font-size: 12px;
			height: 34px;
			width: 34px;
		}

		.midas-faq-item summary::after {
			font-size: 19px;
			height: 26px;
			width: 26px;
		}

		.midas-faq-item p {
			font-size: 13px;
			line-height: 1.5;
			padding: 0 12px 16px 58px;
		}

		.midas-404-main {
			padding: 46px 14px 40px;
		}

		.midas-404-hero {
			display: flex;
			flex-direction: column;
			gap: 22px;
			min-height: 0;
		}

		.midas-404-copy {
			max-width: none;
			width: 100%;
		}

		.midas-404-copy strong {
			font-size: 83px;
			line-height: .9;
			margin-bottom: 22px;
		}

		.midas-404-copy h1 {
			font-size: 35px;
			line-height: 1.12;
			margin-bottom: 18px;
		}

		.midas-404-copy p {
			font-size: 16px;
			line-height: 1.45;
			margin-bottom: 20px;
		}

		.midas-404-actions {
			display: grid;
			gap: 10px;
		}

		.midas-404-actions .midas-btn {
			min-width: 0;
			width: 100%;
		}

		.midas-404-hero img {
			aspect-ratio: 1 / .74;
			border-radius: 6px;
		}

		.midas-404-popular {
			margin-top: 24px;
		}

		.midas-zayavka-main {
			padding: 28px 12px 40px;
		}

		.midas-zayavka-breadcrumbs {
			margin-bottom: 18px;
		}

		.midas-zayavka-main > h1 {
			font-size: 31px;
			line-height: 1.15;
			margin-bottom: 18px;
		}

		.midas-zayavka-grid {
			display: flex;
			flex-direction: column;
			gap: 14px;
		}

		.midas-zayavka-form-card {
			padding: 20px 18px 16px;
		}

		.midas-zayavka-form-card h2 {
			font-size: 26px;
			margin-bottom: 8px;
		}

		.midas-zayavka-form-card > p {
			font-size: 13px;
			margin-bottom: 18px;
		}

		.midas-zayavka-form-card .wpcf7-form {
			gap: 10px;
		}

		.midas-zayavka-form-card label {
			font-size: 12px;
			gap: 6px;
		}

		.midas-zayavka-form-card input[type="text"],
		.midas-zayavka-form-card input[type="email"],
		.midas-zayavka-form-card input[type="tel"] {
			font-size: 13px;
			height: 43px;
		}

		.midas-zayavka-form-card .wpcf7-list-item label {
			align-items: flex-start;
			font-size: 10px;
			line-height: 1.35;
		}

		.midas-zayavka-form-card .wpcf7-submit {
			height: 46px;
		}

		.midas-zayavka-image {
			aspect-ratio: 1 / 1.04;
			height: auto;
		}

		.midas-zayavka-benefits {
			gap: 10px;
			grid-template-columns: 1fr;
			margin-top: 14px;
		}

		.midas-zayavka-benefits article {
			gap: 14px;
			grid-template-columns: 24px minmax(0, 1fr);
			min-height: 0;
			padding: 20px 18px;
		}

		.midas-zayavka-benefits i {
			font-size: 20px;
			margin-top: 2px;
		}

		.midas-zayavka-benefits h2 {
			font-size: 17px;
			margin-bottom: 8px;
		}

		.midas-zayavka-benefits p {
			font-size: 13px;
		}

		.midas-search-main {
			padding: 28px 12px 40px;
		}

		.midas-search-breadcrumbs {
			margin-bottom: 18px;
		}

		.midas-search-hero {
			margin-bottom: 18px;
		}

		.midas-search-hero h1 {
			font-size: 31px;
			line-height: 1.15;
			margin-bottom: 10px;
		}

		.midas-search-hero p {
			font-size: 14px;
		}

		.midas-search-empty {
			padding: 26px 18px;
		}

		.midas-search-empty h2 {
			font-size: 27px;
			line-height: 1.16;
		}

		.midas-search-empty p {
			font-size: 14px;
			margin-bottom: 18px;
		}

		.midas-search-empty-form {
			gap: 10px;
			grid-template-columns: 1fr;
			margin-bottom: 10px;
		}

		.midas-search-empty-form input {
			font-size: 13px;
			height: 46px;
		}

		.midas-shop-chips {
			flex-wrap: nowrap;
			gap: 10px;
		margin: 0 -14px 30px;
		overflow-x: auto;
		padding: 0 14px 4px;
		scroll-snap-type: x mandatory;
	}

	.midas-shop-chips label {
		flex: 0 0 auto;
		scroll-snap-align: start;
	}

	.midas-shop-chips span {
		font-size: 12px;
		padding: 12px 16px;
	}

	.midas-shop-layout {
		display: block;
	}

	.midas-shop-filters {
		border-radius: 6px;
		bottom: auto;
		box-shadow: 0 18px 48px rgba(14, 24, 38, .18);
		left: 50%;
		max-height: calc(100vh - 110px);
		max-width: 320px;
		opacity: 0;
		overflow-y: auto;
		padding: 18px;
		position: fixed;
		right: auto;
		top: 88px;
		transform: translate(-50%, 18px);
		transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
		visibility: hidden;
		width: calc(100vw - 28px);
		z-index: 100;
	}

	.midas-shop-filters.is-open {
		opacity: 1;
		transform: translate(-50%, 0);
		visibility: visible;
	}

	.midas-filter-opened {
		overflow: hidden;
	}

	.midas-shop-filter-head {
		margin-bottom: 14px;
	}

	.midas-shop-filter-head h2 {
		font-size: 18px;
	}

	.midas-filter-block,
	.midas-filter-block:first-of-type {
		border-top: 0;
		margin-top: 0;
		padding: 0;
	}

	.midas-filter-block + .midas-filter-block {
		margin-top: 12px;
	}

	.midas-filter-toggle {
		border: 1px solid var(--midas-border);
		border-radius: 6px;
		cursor: pointer;
		height: 44px;
		margin: 0;
		padding: 0 12px;
	}

	.midas-filter-toggle svg {
		color: var(--midas-muted);
		display: block;
		transition: transform .2s ease;
	}

	.midas-filter-block.is-open .midas-filter-toggle svg {
		transform: rotate(180deg);
	}

	.midas-filter-options {
		border: 1px solid var(--midas-border);
		border-radius: 6px;
		display: none;
		margin-top: 8px;
		padding: 4px 12px 14px;
	}

	.midas-filter-block.is-open .midas-filter-options {
		display: block;
	}

	.midas-filter-block.is-open .midas-price-fields {
		display: grid;
	}

	.midas-price-fields {
		grid-template-columns: 1fr 1fr;
		padding-top: 12px;
	}

	.midas-filter-apply {
		display: block;
	}

	.midas-filter-reset {
		display: none;
	}

	.midas-shop-toolbar {
		background: transparent;
		border: 0;
		box-shadow: none;
		gap: 10px;
		grid-template-columns: 1fr 1fr 38px;
		margin-bottom: 18px;
		padding: 0;
	}

	.midas-filter-open {
		border-color: var(--midas-gold);
		color: var(--midas-gold);
		display: block;
	}

	.midas-shop-toolbar label span,
	.midas-shop-toolbar p {
		display: none;
	}

	.midas-shop-toolbar select,
	.midas-filter-open {
		font-size: 14px;
		height: 44px;
		padding: 0 14px;
		width: 100%;
	}

	.midas-view-toggle {
		gap: 0;
		justify-content: end;
	}

	.midas-view-toggle button {
		height: 44px;
		width: 38px;
	}

	.midas-view-toggle button[data-view="list"] {
		display: none;
	}

	.midas-shop-grid,
	.midas-shop-grid-list {
		display: grid;
		gap: 12px;
		grid-template-columns: 1fr;
	}

	.midas-shop-product,
	.midas-shop-product-list {
		display: grid;
		gap: 12px;
		grid-template-columns: 112px minmax(0, 1fr);
		padding: 8px;
	}

	.midas-shop-product .midas-product-image img {
		aspect-ratio: 1 / 1;
		height: 100%;
	}

	.midas-shop-product h3 {
		font-size: 14px;
		line-height: 1.3;
		margin-top: 0;
		min-height: 0;
	}

	.midas-shop-product p {
		font-size: 11px;
		line-height: 1.35;
		margin: 5px 0 6px;
		min-height: 0;
	}

	.midas-shop-product strong {
		font-size: 20px;
		margin-bottom: 4px;
	}

	.midas-shop-product small {
		font-size: 11px;
		margin-bottom: 0;
	}

	.midas-shop-product .midas-product-link {
		display: none;
	}

	.midas-shop-pagination {
		gap: 8px;
		margin-top: 28px;
	}

	.midas-shop-pagination button,
	.midas-shop-pagination span {
		height: 42px;
		min-width: 42px;
	}

	.midas-thanks-main {
		padding: 28px 14px 40px;
	}

	.midas-thanks-hero {
		display: flex;
		flex-direction: column;
		gap: 24px;
		min-height: 0;
		padding: 28px 18px;
	}

	.midas-thanks-copy {
		display: block;
		width: 100%;
	}

	.midas-thanks-check {
		font-size: 36px;
		height: 68px;
		margin: 0 0 26px;
		width: 68px;
	}

	.midas-thanks-hero h1 {
		font-size: 37px;
		line-height: 1.1;
		margin-bottom: 18px;
	}

	.midas-thanks-hero p {
		font-size: 18px;
		line-height: 1.45;
	}

	.midas-thanks-actions {
		display: grid;
		gap: 12px;
		margin-top: 24px;
	}

	.midas-thanks-actions .midas-btn {
		min-width: 0;
		width: 100%;
	}

	.midas-thanks-actions .midas-btn-outline {
		background: var(--midas-gold);
		color: var(--midas-white);
	}

	.midas-thanks-hero img {
		aspect-ratio: 1 / .78;
	}

	.midas-thanks-steps {
		gap: 10px;
		grid-template-columns: 1fr;
		margin-top: 20px;
	}

	.midas-thanks-steps article {
		gap: 16px;
		padding: 24px 18px;
	}

	.midas-thanks-steps h2 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.midas-thanks-steps p {
		font-size: 14px;
	}

	.midas-request {
		display: block;
		margin-top: 28px;
		padding: 26px 16px 16px;
		text-align: center;
	}

	.midas-request p {
		font-size: 12px;
		margin-bottom: 18px;
	}

	.midas-form-note {
		font-size: 12px;
		margin-bottom: 12px;
		text-align: left;
	}

	.midas-request-form {
		gap: 10px;
		grid-template-columns: 1fr;
	}

	.midas-request .wpcf7-form {
		gap: 10px;
		grid-template-columns: 1fr;
	}

	.midas-request-form input,
	.midas-request .wpcf7 input[type="text"],
	.midas-request .wpcf7 input[type="email"],
	.midas-request .wpcf7 input[type="tel"] {
		font-size: 12px;
		height: 46px;
	}

	.midas-request-form .midas-btn,
	.midas-request .wpcf7-submit {
		min-height: 46px;
	}

	.midas-footer {
		gap: 24px;
		grid-template-columns: 1fr;
		padding: 38px 12px 48px;
	}

	.midas-footer-brand {
		margin-bottom: 8px;
	}

	.midas-footer h3 {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.midas-footer a,
	.midas-footer p {
		font-size: 12px;
		margin-top: 8px;
	}
}
