.myd-wc-variations-form {
	display: grid;
	gap: 10px;
	margin: 14px 0;
}

.myd-wc-variation-label {
	display: block;
	font-weight: 600;
	margin-bottom: 4px;
}

.myd-wc-variation-select {
	width: 100%;
	min-height: 42px;
	padding: 8px 10px;
}

.myd-wc-product-attribute {
	font-size: 0.92em;
	margin: 8px 0;
}

.myd-wc-variation-required {
	opacity: 0.65;
}

.myd-cart__products-action {
	appearance: none;
	-webkit-appearance: none;
	background: transparent;
	border: 0;
	cursor: pointer;
	padding: 0;
}

.myd-cart__products-action svg,
.myd-cart__products-action path {
	pointer-events: none;
}

.myd-woocommerce-whatsapp .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

/* WooCommerce payment pages intentionally use the native gateway styles. */

.tech-delivery-tracking {
	max-width: 680px;
	margin: 72px auto 40px;
	padding: clamp(24px, 5vw, 44px);
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 14px 45px rgba(17, 24, 39, 0.10);
	text-align: center;
}

.tech-delivery-tracking h1 { margin-top: 0; }
.tech-delivery-tracking__status {
	font-size: 1.15rem;
	padding: 14px;
	background: #f8fafc;
	border-radius: 12px;
}

/* Branded order confirmation page. */
body.tech-delivery-custom-confirmation {
	background: #f5f6f8;
}

body.tech-delivery-custom-confirmation .entry-title,
body.tech-delivery-custom-confirmation .page-title,
body.tech-delivery-custom-confirmation .woocommerce-thankyou-order-received,
body.tech-delivery-custom-confirmation .woocommerce-order-overview,
body.tech-delivery-custom-confirmation .woocommerce-order > .woocommerce-order-details,
body.tech-delivery-custom-confirmation .woocommerce-order > .woocommerce-customer-details {
	display: none !important;
}

body.tech-delivery-custom-confirmation .site-main,
body.tech-delivery-custom-confirmation main,
body.tech-delivery-custom-confirmation .woocommerce {
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
}

body.tech-delivery-custom-confirmation .woocommerce {
	padding: 64px 18px 56px;
}

.tech-delivery-confirmation {
	--tech-delivery-primary: #f09800;
	background: #fff;
	border: 1px solid #eaecf0;
	border-radius: 24px;
	box-shadow: 0 18px 50px rgba(16, 24, 40, 0.10);
	overflow: hidden;
	color: #101828;
}

.tech-delivery-confirmation__brand {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 78px;
	padding: 18px 28px;
	border-bottom: 1px solid #f0f2f5;
	font-size: 1.25rem;
	font-weight: 800;
}

.tech-delivery-confirmation__brand .custom-logo-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.tech-delivery-confirmation__brand .custom-logo {
	max-width: 180px;
	max-height: 54px;
	width: auto;
	height: auto;
}

.tech-delivery-confirmation__hero {
	padding: 42px 28px 30px;
	text-align: center;
	background: linear-gradient(180deg, color-mix(in srgb, var(--tech-delivery-primary) 10%, #fff) 0%, #fff 100%);
}

.tech-delivery-confirmation__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	border-radius: 999px;
	background: var(--tech-delivery-primary);
	color: #fff;
	font-size: 35px;
	font-weight: 800;
	box-shadow: 0 12px 28px color-mix(in srgb, var(--tech-delivery-primary) 30%, transparent);
}

.tech-delivery-confirmation--failed .tech-delivery-confirmation__icon {
	background: #d92d20;
	box-shadow: 0 12px 28px rgba(217, 45, 32, .25);
}

.tech-delivery-confirmation--pending .tech-delivery-confirmation__icon {
	background: #f79009;
	box-shadow: 0 12px 28px rgba(247, 144, 9, .25);
}

.tech-delivery-confirmation__eyebrow {
	margin: 20px 0 6px;
	color: #667085;
	font-size: .92rem;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.tech-delivery-confirmation__hero h1 {
	margin: 0;
	font-size: clamp(28px, 5vw, 42px);
	line-height: 1.12;
	color: #101828;
}

.tech-delivery-confirmation__hero > p:not(.tech-delivery-confirmation__eyebrow) {
	max-width: 650px;
	margin: 14px auto 0;
	color: #667085;
	font-size: 1.05rem;
	line-height: 1.65;
}

.tech-delivery-confirmation__status {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 18px;
	padding: 8px 13px;
	border-radius: 999px;
	background: #f2f4f7;
	color: #344054;
	font-size: .9rem;
	font-weight: 700;
}

.tech-delivery-progress {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
	padding: 26px 34px;
	border-top: 1px solid #f2f4f7;
	border-bottom: 1px solid #f2f4f7;
	background: #fcfcfd;
}

.tech-delivery-progress__step {
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 8px;
	color: #98a2b3;
	text-align: center;
}

.tech-delivery-progress__step:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 16px;
	left: calc(50% + 22px);
	width: calc(100% - 44px);
	height: 3px;
	border-radius: 999px;
	background: #e4e7ec;
}

.tech-delivery-progress__step.is-active:not(:last-child)::after {
	background: var(--tech-delivery-primary);
}

.tech-delivery-progress__step span {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 999px;
	background: #e4e7ec;
	color: #667085;
	font-weight: 800;
}

.tech-delivery-progress__step.is-active span {
	background: var(--tech-delivery-primary);
	color: #fff;
}

.tech-delivery-progress__step small {
	font-size: .78rem;
	font-weight: 700;
	line-height: 1.25;
}

.tech-delivery-progress__step.is-active small {
	color: #344054;
}

.tech-delivery-confirmation__summary {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	padding: 28px;
}

.tech-delivery-confirmation__summary > div {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 16px;
	border: 1px solid #eaecf0;
	border-radius: 14px;
	background: #fff;
}

.tech-delivery-confirmation__summary small,
.tech-delivery-confirmation__item-content small {
	color: #667085;
}

.tech-delivery-confirmation__summary strong {
	font-size: .98rem;
	word-break: break-word;
}

.tech-delivery-confirmation__section {
	margin: 0 28px 22px;
	padding: 24px;
	border: 1px solid #eaecf0;
	border-radius: 18px;
	background: #fff;
}

.tech-delivery-confirmation__section h2 {
	margin: 0 0 18px;
	font-size: 1.22rem;
	color: #101828;
}

.tech-delivery-confirmation__items {
	display: grid;
	gap: 14px;
}

.tech-delivery-confirmation__item {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr) auto;
	align-items: center;
	gap: 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid #f2f4f7;
}

.tech-delivery-confirmation__item:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.tech-delivery-confirmation__item-image {
	width: 58px;
	height: 58px;
	border-radius: 12px;
	overflow: hidden;
	background: #f2f4f7;
}

.tech-delivery-confirmation__item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tech-delivery-confirmation__item-content {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.tech-delivery-confirmation__delivery p {
	margin: 8px 0 0;
	color: #475467;
	line-height: 1.55;
}

.tech-delivery-confirmation__actions {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
	gap: 12px;
	padding: 6px 28px 28px;
}

.tech-delivery-confirmation__actions .button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 12px 18px !important;
	border-radius: 12px !important;
	font-size: 1rem !important;
	font-weight: 800 !important;
	text-align: center;
	text-decoration: none !important;
}

.tech-delivery-confirmation__primary {
	background: var(--tech-delivery-primary) !important;
	border-color: var(--tech-delivery-primary) !important;
	color: #fff !important;
}

.tech-delivery-confirmation__primary:hover {
	filter: brightness(.92);
}

.tech-delivery-confirmation__whatsapp {
	background: #25d366 !important;
	border-color: #25d366 !important;
	color: #fff !important;
}

.tech-delivery-confirmation__secondary {
	background: #fff !important;
	border: 1px solid #d0d5dd !important;
	color: #344054 !important;
}

.tech-delivery-confirmation__note,
.tech-delivery-confirmation__redirect {
	margin: 0;
	padding: 0 28px 24px;
	color: #667085;
	text-align: center;
	font-size: .92rem;
}

.tech-delivery-confirmation__redirect {
	padding-top: 0;
}

.tech-delivery-payment-instructions-title {
	margin: 30px 0 14px;
	font-size: 1.4rem;
	text-align: center;
}

body.tech-delivery-custom-confirmation .woocommerce-order > .woocommerce-bacs-bank-details,
body.tech-delivery-custom-confirmation .woocommerce-order > .woocommerce-order-downloads,
body.tech-delivery-custom-confirmation .woocommerce-order > section[class*="payment"],
body.tech-delivery-custom-confirmation .woocommerce-order > div[class*="payment"] {
	margin: 16px 0 0;
	padding: 24px;
	border: 1px solid #eaecf0;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(16, 24, 40, .06);
}

@media (max-width: 760px) {
	body.tech-delivery-custom-confirmation .woocommerce {
		padding: 20px 12px 34px;
	}

	.tech-delivery-confirmation {
		border-radius: 18px;
	}

	.tech-delivery-confirmation__hero {
		padding: 32px 18px 24px;
	}

	.tech-delivery-progress {
		padding: 22px 12px;
	}

	.tech-delivery-progress__step small {
		font-size: .68rem;
	}

	.tech-delivery-confirmation__summary {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding: 20px 16px;
	}

	.tech-delivery-confirmation__section {
		margin: 0 16px 18px;
		padding: 18px;
	}

	.tech-delivery-confirmation__actions {
		grid-template-columns: 1fr;
		padding: 4px 16px 22px;
	}

	.tech-delivery-confirmation__item {
		grid-template-columns: 48px minmax(0, 1fr);
	}

	.tech-delivery-confirmation__item > strong {
		grid-column: 2;
	}

	.tech-delivery-confirmation__item-image {
		width: 48px;
		height: 48px;
	}
}

@supports not (background: color-mix(in srgb, #000 10%, #fff)) {
	.tech-delivery-confirmation__hero {
		background: #fffaf2;
	}
	.tech-delivery-confirmation__icon {
		box-shadow: 0 12px 28px rgba(240, 152, 0, .25);
	}
}

/* Tech Delivery 2.7 — reusable delivery addresses. */
.tech-delivery-address-book {
	margin: 0 0 14px;
}

.tech-delivery-address-book__toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
}

.tech-delivery-address-book__toolbar p {
	margin: 0;
	font-size: 13px;
	color: #667085;
}

.tech-delivery-address-book__add,
.tech-delivery-address-save,
.tech-delivery-address-cancel,
.tech-delivery-address-card__actions button {
	appearance: none;
	border: 0;
	background: transparent;
	font: inherit;
	cursor: pointer;
}

.tech-delivery-address-book__add {
	flex: 0 0 auto;
	border: 1px solid currentColor;
	border-radius: 10px;
	padding: 8px 11px;
	font-size: 13px;
	font-weight: 700;
	color: var(--myd-principal-color, #f09800);
}

.tech-delivery-address-book__list {
	display: grid;
	gap: 10px;
}

.tech-delivery-address-book__empty {
	margin: 8px 0 0;
	padding: 14px;
	border: 1px dashed #d0d5dd;
	border-radius: 12px;
	color: #667085;
	text-align: center;
}

.tech-delivery-address-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
	align-items: center;
	padding: 12px;
	border: 1px solid #e4e7ec;
	border-radius: 14px;
	background: #fff;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.tech-delivery-address-card.is-selected {
	border-color: var(--myd-principal-color, #f09800);
	box-shadow: 0 0 0 2px color-mix(in srgb, var(--myd-principal-color, #f09800) 14%, transparent);
}

.tech-delivery-address-card__select {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	text-align: left;
	cursor: pointer;
}

.tech-delivery-address-card__radio {
	position: relative;
	flex: 0 0 19px;
	width: 19px;
	height: 19px;
	margin-top: 2px;
	border: 2px solid #98a2b3;
	border-radius: 50%;
}

.tech-delivery-address-card.is-selected .tech-delivery-address-card__radio {
	border-color: var(--myd-principal-color, #f09800);
}

.tech-delivery-address-card.is-selected .tech-delivery-address-card__radio::after {
	content: "";
	position: absolute;
	inset: 3px;
	border-radius: 50%;
	background: var(--myd-principal-color, #f09800);
}

.tech-delivery-address-card__content {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 2px;
	color: #344054;
}

.tech-delivery-address-card__content strong {
	color: #101828;
}

.tech-delivery-address-card__content small {
	color: #667085;
}

.tech-delivery-address-card__actions {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 4px;
}

.tech-delivery-address-card__actions button {
	padding: 3px 5px;
	font-size: 12px;
	font-weight: 700;
	color: #475467;
}

.tech-delivery-address-card__actions .tech-delivery-address-card__delete {
	color: #b42318;
}

.tech-delivery-address-form {
	display: none;
	margin-top: 14px;
	padding: 16px;
	border: 1px solid #e4e7ec;
	border-radius: 14px;
	background: #f9fafb;
}

.tech-delivery-address-form.is-open {
	display: block;
}

.tech-delivery-address-form__actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 14px;
}

.tech-delivery-address-default {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-size: 13px;
	color: #475467;
}

.tech-delivery-address-form__buttons {
	display: flex;
	gap: 8px;
}

.tech-delivery-address-save,
.tech-delivery-address-cancel {
	min-height: 38px;
	padding: 8px 13px;
	border-radius: 9px;
	font-weight: 700;
}

.tech-delivery-address-save {
	background: var(--myd-principal-color, #f09800);
	color: #fff;
}

.tech-delivery-address-cancel {
	border: 1px solid #d0d5dd;
	background: #fff;
	color: #344054;
}

/* Catalog navigation appears only inside the Tech Delivery catalog and stays
 * in its original document flow. Native CSS sticky avoids the displaced menu
 * produced by the previous fixed-position JavaScript implementation. */
.tech-delivery-catalog:not(.tech-delivery-catalog--navigation) .myd-content-filter {
	display: none !important;
}

.tech-delivery-catalog,
.tech-delivery-catalog .myd-content {
	overflow: visible !important;
}

.tech-delivery-catalog--navigation .myd-content-filter {
	position: sticky !important;
	top: var(--tech-delivery-sticky-offset, 0px);
	z-index: 9990 !important;
	width: 100%;
	margin: 0 !important;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0 7px 18px rgba(16, 24, 40, .08);
}

body.admin-bar .tech-delivery-catalog--navigation .myd-content-filter {
	top: calc(var(--tech-delivery-sticky-offset, 0px) + 32px);
}

.myd-product-list__title {
	scroll-margin-top: 110px;
}

body.tech-delivery-custom-confirmation .tech-delivery-catalog--navigation .myd-content-filter,
body.tech-delivery-tracking-page .tech-delivery-catalog--navigation .myd-content-filter {
	display: none !important;
}

@media (max-width: 782px) {
	body.admin-bar .tech-delivery-catalog--navigation .myd-content-filter {
		top: calc(var(--tech-delivery-sticky-offset, 0px) + 46px);
	}
}

/* WooCommerce and the installed gateway own payment-method rendering.
 * Styling below never changes display state or clones gateway fields. */
.tech-delivery-pay-header {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr) 44px;
	align-items: center;
	gap: 12px;
	margin: -12px 0 24px;
	padding-bottom: 18px;
	border-bottom: 1px solid #eaecf0;
	text-align: center;
}

.tech-delivery-pay-header__back,
.tech-delivery-gateway-stage__back {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 5px 15px rgba(16, 24, 40, .12);
	color: #344054;
	font-size: 22px;
	cursor: pointer;
}

.tech-delivery-pay-header small {
	display: block;
	margin-bottom: 3px;
	color: #667085;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.tech-delivery-pay-header h1 {
	margin: 0 !important;
	font-size: clamp(21px, 4vw, 29px) !important;
}

/* Gateway-owned Pix/card content rendered on order-received. */
body.tech-delivery-awaiting-payment .woocommerce {
	max-width: 760px;
	padding-top: 36px;
}

.tech-delivery-gateway-stage {
	--tech-delivery-primary: #f09800;
	margin: 0 0 18px;
	border-bottom: 1px solid #eaecf0;
	background: #fff;
}

.tech-delivery-gateway-stage__topbar {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr) 42px;
	align-items: center;
	gap: 10px;
	padding: 16px 0;
	border-bottom: 1px solid #eaecf0;
	text-align: center;
}

.tech-delivery-gateway-stage__intro {
	padding: 22px 0 16px;
	text-align: center;
}

.tech-delivery-gateway-stage__order {
	margin: 0 0 6px;
	color: #667085;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.tech-delivery-gateway-stage__intro h1 {
	margin: 0 !important;
	font-size: clamp(22px, 5vw, 31px) !important;
}

.tech-delivery-gateway-stage__intro > p:last-child {
	max-width: 600px;
	margin: 10px auto 0;
	color: #667085;
	line-height: 1.55;
}

body.tech-delivery-awaiting-payment .woocommerce-order {
	padding: 0 clamp(16px, 5vw, 34px) 30px;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 14px 45px rgba(17, 24, 39, .10);
}

body.tech-delivery-awaiting-payment .woocommerce-order > .woocommerce-notice,
body.tech-delivery-awaiting-payment .woocommerce-order > .woocommerce-thankyou-order-received,
body.tech-delivery-awaiting-payment .woocommerce-order > .woocommerce-order-overview {
	display: none !important;
}

body.tech-delivery-awaiting-payment .woocommerce-order img {
	max-width: 100%;
	height: auto;
}

/* Rich customer-facing tracking page. */
.tech-delivery-tracking {
	--tech-delivery-primary: #f09800;
	max-width: 880px;
	margin: 72px auto 40px;
	padding: 0;
	overflow: hidden;
	text-align: left;
}

.tech-delivery-tracking__header {
	padding: 34px 28px 24px;
	text-align: center;
	background: linear-gradient(180deg, color-mix(in srgb, var(--tech-delivery-primary) 10%, #fff), #fff);
}

.tech-delivery-tracking__header > p:first-child {
	margin: 0 0 5px;
	color: #667085;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .04em;
}

.tech-delivery-tracking__header h1 {
	margin: 0 0 13px;
	text-align: center;
}

.tech-delivery-tracking__status {
	display: inline-flex;
	padding: 8px 13px;
	background: color-mix(in srgb, var(--tech-delivery-primary) 12%, #fff);
	color: #344054;
	font-size: 14px;
}

.tech-delivery-tracking__message {
	max-width: 640px;
	margin: 13px auto 0;
	color: #667085;
	text-align: center;
}

.tech-delivery-tracking__progress {
	margin: 0;
}

.tech-delivery-tracking__summary {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	padding: 24px;
}

.tech-delivery-tracking__summary > div {
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 14px;
	border: 1px solid #eaecf0;
	border-radius: 12px;
}

.tech-delivery-tracking__summary small {
	color: #667085;
}

.tech-delivery-tracking__content {
	display: grid;
	grid-template-columns: 1.25fr .75fr;
	gap: 14px;
	padding: 0 24px 24px;
}

.tech-delivery-tracking__items,
.tech-delivery-tracking__address {
	padding: 20px;
	border: 1px solid #eaecf0;
	border-radius: 16px;
}

.tech-delivery-tracking__content h2 {
	margin: 0 0 14px;
	font-size: 18px;
}

.tech-delivery-tracking__item {
	display: flex;
	justify-content: space-between;
	gap: 15px;
	padding: 10px 0;
	border-bottom: 1px solid #f2f4f7;
}

.tech-delivery-tracking__item:last-child {
	border-bottom: 0;
}

.tech-delivery-tracking__address p {
	color: #475467;
	line-height: 1.55;
}

.tech-delivery-tracking__actions {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
	gap: 10px;
	padding: 0 24px 26px;
}

.tech-delivery-tracking__actions .button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	border-radius: 12px !important;
	font-weight: 800 !important;
}

@media (max-width: 680px) {
	.tech-delivery-address-book__toolbar,
	.tech-delivery-address-form__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.tech-delivery-address-book__add,
	.tech-delivery-address-form__buttons,
	.tech-delivery-address-save,
	.tech-delivery-address-cancel {
		width: 100%;
	}

	.tech-delivery-address-card {
		grid-template-columns: 1fr;
	}

	.tech-delivery-address-card__actions {
		flex-direction: row;
		align-items: center;
		flex-wrap: wrap;
	}

	body.tech-delivery-awaiting-payment .woocommerce {
		padding: 0;
	}

	body.tech-delivery-awaiting-payment .woocommerce-order {
		padding-inline: 16px;
		border-radius: 0;
		box-shadow: none;
	}

	.tech-delivery-tracking {
		margin-top: 20px;
		border-radius: 0;
	}

	.tech-delivery-tracking__summary {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tech-delivery-tracking__content {
		grid-template-columns: 1fr;
	}
}

.tech-delivery-address-city-state {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 90px;
	gap: 10px;
}

@media (max-width: 480px) {
	.tech-delivery-address-city-state {
		grid-template-columns: 1fr;
	}
}


@media (max-width: 782px) {
	.myd-product-list__title {
		scroll-margin-top: 145px;
	}
}

@media (max-width: 680px) {
	.tech-delivery-catalog--navigation .myd-content-filter {
		border-radius: 0;
	}
}
