/*
Theme Name: ShopMarkaz Pro
Theme URI: https://shopmarkaz.com/wordpress-themes/
Author: ShopMarkaz Digital
Author URI: https://shopmarkaz.com/
Description: ShopMarkaz Pro is a premium, responsive WooCommerce theme for modern online stores. It combines an accessible WordPress foundation with advanced storefront layouts, premium header and footer presentation, configurable product grids, category showcases, sale collections, and refined shop, cart, checkout, account, blog, page, and archive styling.
Version: 4.3.1
Requires at least: 6.4
Tested up to: 7.1
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: shopmarkaz-pro
Tags: blog, e-commerce, custom-logo, custom-menu, featured-images, footer-widgets, right-sidebar, translation-ready, wide-blocks
*/
:root {
	--sml-ink:#102a43;
	--sml-muted:#5a7184;
	--sml-primary:#0b2a4a;
	--sml-primary-dark:#071d34;
	--sml-accent:#d99a1b;
	--sml-bg:#f6f9fc;
	--sml-white:#fff;
	--sml-line:#dfe8f0;
	--sml-shadow:0 16px 45px rgba(16,42,67,.09);
	--sml-radius:18px;
	--sml-container:1920px
}

* {
	box-sizing:border-box
}

html {
	scroll-behavior:smooth;
	overflow-x:clip
}

body {
	max-width:100%;
	margin:0;
	overflow-x:clip;
	background:#fff;
	color:var(--sml-ink);
	font:16px/1.7 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
	-webkit-font-smoothing:antialiased
}

img,video,iframe,embed,object {
	max-width:100%;
	height:auto
}

a {
	color:var(--sml-primary);
	text-decoration:none
}

a:hover {
	color:var(--sml-primary-dark)
}

a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible {
	outline:3px solid var(--sml-accent);
	outline-offset:3px
}

h1,h2,h3,h4,h5,h6 {
	margin:0 0 .65em;
	color:var(--sml-ink);
	font-weight:750;
	line-height:1.18;
	letter-spacing:-.025em;
	overflow-wrap:anywhere
}

h1 {
	font-size:clamp(2.25rem,5vw,4.6rem)
}

h2 {
	font-size:clamp(1.8rem,3.5vw,3rem)
}

h3 {
	font-size:1.35rem
}

p {
	margin:0 0 1.3em
}

.sml-container {
	width:min(calc(100% - clamp(28px,3.2vw,64px)),var(--sml-container));
	max-width:100%;
	margin-inline:auto
}

.screen-reader-text {
	position:absolute!important;
	width:1px;
	height:1px;
	padding:0;
	margin:-1px;
	overflow:hidden;
	clip:rect(0,0,0,0);
	white-space:nowrap;
	border:0
}

.screen-reader-text:focus {
	clip:auto!important;
	width:auto;
	height:auto;
	top:8px;
	left:8px;
	padding:12px 16px;
	background:#fff;
	color:#000;
	z-index:100000
}

.sml-button,.wp-element-button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-height:48px;
	padding:12px 22px;
	border:1px solid var(--sml-primary);
	border-radius:12px;
	background:var(--sml-primary);
	color:#fff!important;
	font-weight:700;
	line-height:1.2;
	cursor:pointer;
	box-shadow:0 8px 20px rgba(18,110,130,.15)
}

.sml-button:hover,.wp-element-button:hover {
	background:var(--sml-primary-dark);
	border-color:var(--sml-primary-dark);
	transform:translateY(-2px)
}

.sml-site-header {
	position:sticky;
	top:0;
	z-index:999;
	background:rgba(255,255,255,.96);
	border-bottom:1px solid var(--sml-line);
	backdrop-filter:blur(12px)
}

.sml-header-inner {
	display:flex;
	align-items:center;
	justify-content:space-between;
	min-height:78px;
	gap:clamp(16px,2vw,28px)
}

.sml-site-branding {
	min-width:0;
	margin-right:auto
}

.custom-logo {
	display:block;
	max-height:48px;
	width:auto
}

.sml-site-title {
	margin:0;
	font-size:1.35rem;
	font-weight:850;
	letter-spacing:-.04em
}

.sml-site-title a {
	color:var(--sml-ink)
}

.sml-site-description {
	margin:0;
	color:var(--sml-muted);
	font-size:.78rem
}

.sml-primary-menu {
	display:flex;
	align-items:center;
	gap:clamp(13px,1.5vw,24px);
	margin:0;
	padding:0;
	list-style:none
}

.sml-primary-menu li {
	position:relative
}

.sml-primary-menu a {
	color:var(--sml-ink);
	font-size:.92rem;
	font-weight:650
}

.sml-primary-menu a:hover,.sml-primary-menu .current-menu-item>a {
	color:var(--sml-primary)
}

.sml-primary-menu .sub-menu {
	position:absolute;
	top:100%;
	left:-15px;
	min-width:210px;
	margin:0;
	padding:10px;
	background:#fff;
	border:1px solid var(--sml-line);
	border-radius:12px;
	box-shadow:var(--sml-shadow);
	list-style:none;
	opacity:0;
	visibility:hidden;
	transform:translateY(8px);
	transition:.2s
}

.sml-primary-menu li:hover>.sub-menu,.sml-primary-menu li:focus-within>.sub-menu {
	opacity:1;
	visibility:visible;
	transform:translateY(0)
}

.sml-primary-menu .sub-menu a {
	display:block;
	padding:8px 10px
}

.sml-header-actions {
	display:flex;
	align-items:center;
	gap:8px
}

.sml-header-link {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-height:40px;
	padding:8px 13px;
	border:1px solid var(--sml-line);
	border-radius:10px;
	color:var(--sml-ink);
	font-size:.84rem;
	font-weight:750;
	white-space:nowrap
}

.sml-header-link:hover {
	border-color:var(--sml-primary);
	background:#f4fafb
}

.sml-cart-count {
	display:grid;
	place-items:center;
	min-width:19px;
	height:19px;
	margin-left:5px;
	padding:0 5px;
	border-radius:20px;
	background:var(--sml-primary);
	color:#fff;
	font-size:.7rem
}

.sml-menu-toggle {
	display:none;
	width:44px;
	height:44px;
	border:1px solid var(--sml-line);
	border-radius:10px;
	background:#fff;
	color:var(--sml-ink);
	font-size:1.25rem
}

.sml-hero {
	position:relative;
	overflow:hidden;
	padding:105px 0;
	background:linear-gradient(135deg,#f7fbfc 0%,#fff 55%,#fef9ee 100%)
}

.sml-hero:after {
	content:"";
	position:absolute;
	right:-140px;
	top:-180px;
	width:500px;
	height:500px;
	border-radius:50%;
	background:radial-gradient(circle,rgba(232,180,79,.18),transparent 68%)
}

.sml-hero-grid {
	position:relative;
	z-index:1;
	display:grid;
	grid-template-columns:1.05fr .95fr;
	align-items:center;
	gap:clamp(50px,6vw,90px)
}

.sml-eyebrow {
	display:inline-flex;
	align-items:center;
	gap:9px;
	margin-bottom:18px;
	color:var(--sml-primary);
	font-size:.8rem;
	font-weight:800;
	letter-spacing:.12em;
	text-transform:uppercase
}

.sml-eyebrow:before {
	content:"";
	width:28px;
	height:2px;
	background:var(--sml-accent)
}

.sml-hero-copy h1 {
	max-width:760px
}

.sml-hero-copy p {
	max-width:650px;
	color:var(--sml-muted);
	font-size:1.12rem
}

.sml-hero-actions {
	display:flex;
	flex-wrap:wrap;
	gap:12px;
	margin-top:28px
}

.sml-hero-card {
	padding:24px;
	border:1px solid var(--sml-line);
	border-radius:26px;
	background:#fff;
	box-shadow:0 30px 70px rgba(16,42,67,.13)
}

.sml-browser-dots {
	display:flex;
	gap:7px;
	padding:2px 3px 18px
}

.sml-browser-dots span {
	width:9px;
	height:9px;
	border-radius:50%;
	background:#e56f6f
}

.sml-browser-dots span:nth-child(2) {
	background:#efbd54
}

.sml-browser-dots span:nth-child(3) {
	background:#62c77b
}

.sml-preview {
	min-height:330px;
	padding:34px;
	border-radius:17px;
	background:linear-gradient(145deg,#0d5362,#13344c);
	color:#fff
}

.sml-preview h2 {
	max-width:360px;
	color:#fff;
	font-size:clamp(1.9rem,3vw,2.6rem)
}

.sml-preview p {
	color:#cce3e8
}

.sml-preview-grid {
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:12px;
	margin-top:30px
}

.sml-preview-grid span {
	height:80px;
	border:1px solid rgba(255,255,255,.15);
	border-radius:11px;
	background:rgba(255,255,255,.09)
}

.sml-section {
	padding:90px 0
}

.sml-section--soft {
	background:var(--sml-bg)
}

.sml-section-heading {
	max-width:720px;
	margin:0 auto 42px;
	text-align:center
}

.sml-section-heading p {
	color:var(--sml-muted)
}

.sml-feature-grid,.sml-post-grid {
	display:grid;
	grid-template-columns:repeat(3,minmax(0,1fr));
	gap:24px
}

.sml-feature,.sml-card {
	padding:28px;
	border:1px solid var(--sml-line);
	border-radius:var(--sml-radius);
	background:#fff;
	transition:.25s
}

.sml-feature:hover,.sml-card:hover {
	border-color:#c5dce3;
	box-shadow:var(--sml-shadow);
	transform:translateY(-4px)
}

.sml-feature-icon {
	display:grid;
	place-items:center;
	width:48px;
	height:48px;
	margin-bottom:20px;
	border-radius:13px;
	background:#e7f3f5;
	color:var(--sml-primary);
	font-weight:900
}

.sml-feature p,.sml-card p {
	color:var(--sml-muted)
}

.sml-card {
	padding:0;
	overflow:hidden
}

.sml-card-image {
	display:block;
	aspect-ratio:16/9;
	background:#eaf2f5
}

.sml-card-image img {
	width:100%;
	height:100%;
	object-fit:cover
}

.sml-card-body {
	padding:24px
}

.sml-meta {
	margin-bottom:9px;
	color:var(--sml-muted);
	font-size:.82rem
}

.sml-cta {
	display:grid;
	grid-template-columns:1fr auto;
	align-items:center;
	gap:30px;
	padding:48px;
	border-radius:24px;
	background:linear-gradient(135deg,var(--sml-primary-dark),var(--sml-primary));
	color:#fff
}

.sml-cta h2 {
	color:#fff
}

.sml-cta p {
	margin:0;
	color:#d6ebef
}

.sml-cta .sml-button {
	background:#fff;
	border-color:#fff;
	color:var(--sml-ink)!important
}

.sml-site-main {
	min-height:55vh
}

.sml-content {
	padding:74px 0
}

.sml-layout {
	display:grid;
	grid-template-columns:minmax(0,1fr) minmax(260px,310px);
	gap:clamp(24px,3vw,42px)
}

.sml-layout>*,.sml-sidebar,.sml-sidebar .sml-widget {
	min-width:0;
	max-width:100%
}

.sml-entry {
	min-width:0;
	margin-bottom:28px;
	padding:clamp(24px,3vw,44px);
	border:1px solid var(--sml-line);
	border-radius:var(--sml-radius);
	background:#fff
}

.sml-entry-title {
	font-size:clamp(2rem,4vw,3.4rem)
}

.sml-entry-meta {
	margin-bottom:20px;
	color:var(--sml-muted);
	font-size:.85rem
}

.sml-entry-content>*:first-child {
	margin-top:0
}

.sml-entry-content blockquote {
	margin:28px 0;
	padding:18px 24px;
	border-left:4px solid var(--sml-accent);
	background:var(--sml-bg)
}

.sml-entry-content table {
	display:block;
	width:100%;
	overflow-x:auto;
	border-collapse:collapse
}

.sml-entry-content td,.sml-entry-content th {
	padding:12px;
	border:1px solid var(--sml-line)
}

.sml-sidebar .sml-widget {
	margin-bottom:22px;
	padding:24px;
	border:1px solid var(--sml-line);
	border-radius:14px;
	overflow-wrap:anywhere
}

.sml-sidebar .search-form {
	display:grid;
	grid-template-columns:minmax(0,1fr) auto;
	gap:10px;
	align-items:stretch
}

.sml-sidebar input,.sml-sidebar select,.sml-sidebar textarea {
	min-width:0;
	max-width:100%
}

.sml-sidebar .search-field {
	width:100%
}

.sml-sidebar .search-submit {
	min-width:0;
	padding-inline:16px
}

.sml-widget-title {
	font-size:1.1rem
}

.sml-widget ul {
	margin:0;
	padding-left:18px
}

.pagination .nav-links {
	display:flex;
	flex-wrap:wrap;
	gap:8px
}

.page-numbers {
	display:grid;
	place-items:center;
	min-width:40px;
	height:40px;
	padding:0 10px;
	border:1px solid var(--sml-line);
	border-radius:9px
}

.page-numbers.current {
	background:var(--sml-primary);
	border-color:var(--sml-primary);
	color:#fff
}

.sml-site-footer {
	padding-top:62px;
	background:#0b2235;
	color:#b8cad7
}

.sml-footer-grid {
	display:grid;
	grid-template-columns:1.3fr repeat(3,1fr);
	gap:38px;
	padding-bottom:48px
}

.sml-site-footer h2,.sml-site-footer h3 {
	color:#fff
}

.sml-site-footer a {
	color:#c5d6e1
}

.sml-site-footer ul {
	margin:0;
	padding:0;
	list-style:none
}

.sml-site-footer li {
	margin:8px 0
}

.sml-footer-bottom {
	display:flex;
	justify-content:space-between;
	gap:20px;
	padding:20px 0;
	border-top:1px solid rgba(255,255,255,.1);
	font-size:.84rem
}

.sml-footer-bottom p {
	margin:0
}

.woocommerce ul.products li.product,.woocommerce-page ul.products li.product {
	padding:18px;
	border:1px solid var(--sml-line);
	border-radius:var(--sml-radius);
	background:#fff
}

.woocommerce ul.products li.product .price {
	color:var(--sml-primary);
	font-weight:800
}

.woocommerce div.product div.images img {
	border-radius:var(--sml-radius)
}

.woocommerce-message,.woocommerce-info {
	border-top-color:var(--sml-primary)
}

.woocommerce-message:before,.woocommerce-info:before {
	color:var(--sml-primary)
}

.alignleft {
	float:left;
	margin:0 1.5em 1em 0
}

.alignright {
	float:right;
	margin:0 0 1em 1.5em
}

.aligncenter {
	display:block;
	margin-right:auto;
	margin-left:auto
}

.wp-caption {
	max-width:100%
}

.wp-caption-text,.gallery-caption {
	color:var(--sml-muted);
	font-size:.85rem
}

.sticky {
	border-color:var(--sml-accent)
}

.bypostauthor>.comment-body {
	border-left:3px solid var(--sml-accent)
}

.comment-list {
	padding-left:1.25em
}

.comment-list .children {
	padding-left:1.5em
}

.comment-body {
	margin-bottom:18px;
	padding:18px;
	border:1px solid var(--sml-line);
	border-radius:12px
}

.comment-author .avatar {
	float:left;
	margin:3px 12px 8px 0;
	border-radius:50%
}

@media(max-width:1000px) {
	.sml-menu-toggle {
		display:grid;
		place-items:center
	}
	.sml-site-navigation {
		position:absolute;
		top:78px;
		left:0;
		right:0;
		padding:0 20px;
		background:#fff;
		border-bottom:1px solid var(--sml-line);
		max-height:0;
		overflow:hidden;
		visibility:hidden;
		pointer-events:none;
		transition:max-height .3s,visibility 0s linear .3s
	}
	.sml-site-navigation.is-open {
		max-height:75vh;
		overflow:auto;
		visibility:visible;
		pointer-events:auto;
		transition-delay:0s
	}
	.sml-primary-menu {
		display:block;
		padding:12px 0 22px
	}
	.sml-primary-menu a {
		display:block;
		padding:11px 0
	}
	.sml-primary-menu .sub-menu {
		position:static;
		display:block;
		margin-left:18px;
		padding:0;
		border:0;
		box-shadow:none;
		opacity:1;
		visibility:visible;
		transform:none
	}
	.sml-hero-grid {
		grid-template-columns:1fr
	}
	.sml-hero-copy {
		text-align:center
	}
	.sml-hero-copy h1,.sml-hero-copy p {
		margin-inline:auto
	}
	.sml-hero-actions {
		justify-content:center
	}
	.sml-hero-card {
		width:min(100%,700px);
		margin:auto
	}
	.sml-feature-grid,.sml-post-grid {
		grid-template-columns:repeat(2,minmax(0,1fr))
	}
	.sml-layout {
		grid-template-columns:1fr
	}
	.sml-footer-grid {
		grid-template-columns:repeat(2,1fr)
	}
}

@media(max-width:640px) {
	.sml-container {
		width:min(calc(100% - 28px),var(--sml-container))
	}
	.sml-hero {
		padding:70px 0
	}
	.sml-hero-actions {
		display:grid
	}
	.sml-hero-actions .sml-button {
		width:100%
	}
	.sml-preview {
		min-height:290px;
		padding:22px
	}
	.sml-feature-grid,.sml-post-grid,.sml-footer-grid {
		grid-template-columns:1fr
	}
	.sml-section {
		padding:66px 0
	}
	.sml-cta {
		grid-template-columns:1fr;
		padding:34px 24px;
		text-align:center
	}
	.sml-footer-bottom {
		display:block;
		text-align:center
	}
	.sml-entry {
		padding:22px 18px
	}
	.sml-sidebar .search-form {
		grid-template-columns:1fr
	}
	.sml-sidebar .search-submit {
		width:100%
	}
	.sml-site-title {
		font-size:1.15rem
	}
	.sml-site-description {
		display:none
	}
}

/* 1.1.0 professional commerce and blog refinements. */
.sml-center-actions {
	justify-content:center
}

.sml-blog-heading {
	margin-bottom:38px
}

.sml-blog-heading h1,.sml-blog-heading h2 {
	margin-bottom:.25em;
	font-size:clamp(2.5rem,5vw,4.2rem)
}

.sml-blog-heading p {
	max-width:650px;
	color:var(--sml-muted);
	font-size:1.06rem
}

.sml-sidebar .sml-widget h2,.sml-sidebar .sml-widget h3 {
	font-size:1.3rem;
	line-height:1.3
}

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

.woocommerce ul.products:before,.woocommerce ul.products:after {
	display:none!important
}

.woocommerce ul.products li.product,.woocommerce-page ul.products li.product {
	float:none!important;
	width:auto!important;
	margin:0!important
}

.woocommerce ul.products li.product a img {
	width:100%;
	aspect-ratio:4/3;
	object-fit:contain;
	border-radius:12px;
	background:#f5f9fb
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size:1rem;
	line-height:1.35
}

.sml-footer-default h3 {
	font-size:1.05rem
}

.sml-footer-default ul {
	margin:0;
	padding:0;
	list-style:none
}

.sml-footer-default li {
	margin:8px 0
}

@media(max-width:1180px) {
	.sml-menu-toggle {
		display:grid;
		place-items:center
	}
	.sml-site-navigation {
		position:absolute;
		top:78px;
		left:0;
		right:0;
		padding:0 20px;
		background:#fff;
		border-bottom:1px solid var(--sml-line);
		max-height:0;
		overflow:hidden;
		visibility:hidden;
		pointer-events:none;
		transition:max-height .3s,visibility 0s linear .3s
	}
	.sml-site-navigation.is-open {
		max-height:75vh;
		overflow:auto;
		visibility:visible;
		pointer-events:auto;
		transition-delay:0s
	}
	.sml-primary-menu {
		display:block;
		padding:12px 0 22px
	}
	.sml-primary-menu a {
		display:block;
		padding:11px 0
	}
	.sml-primary-menu .sub-menu {
		position:static;
		display:block;
		margin-left:18px;
		padding:0;
		border:0;
		box-shadow:none;
		opacity:1;
		visibility:visible;
		transform:none
	}
	.sml-header-actions {
		margin-left:auto
	}
	.woocommerce ul.products {
		grid-template-columns:repeat(2,minmax(0,1fr))!important
	}
}

@media(max-width:640px) {
	.sml-header-inner {
		gap:8px
	}
	.sml-header-link {
		min-height:38px;
		padding:7px 10px
	}
	.sml-account-label {
		display:none
	}
	.woocommerce ul.products {
		grid-template-columns:1fr!important
	}
}

/* 1.2.1 homepage preview icons and responsive customer account presentation. */
.sml-preview-grid span {
	display:flex;
	min-width:0;
	height:92px;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	gap:7px;
	padding:10px 6px;
	color:#fff;
	text-align:center
}

.sml-preview-grid svg {
	width:28px;
	height:28px;
	fill:none;
	stroke:currentColor;
	stroke-width:1.7;
	stroke-linecap:round;
	stroke-linejoin:round
}

.sml-preview-grid strong {
	color:#fff;
	font-size:clamp(.66rem,1.2vw,.82rem);
	line-height:1.2
}

.woocommerce-account .woocommerce {
	width:100%;
	max-width:1280px;
	margin-inline:auto
}

.woocommerce-account .woocommerce .u-columns {
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:32px;
	width:100%
}

.woocommerce-account .woocommerce .u-column1,.woocommerce-account .woocommerce .u-column2 {
	float:none;
	width:auto;
	min-width:0
}

.woocommerce-account .woocommerce h2 {
	font-size:clamp(2rem,3vw,2.7rem)
}

.woocommerce-account form.login,.woocommerce-account form.register {
	height:calc(100% - 70px);
	min-height:430px;
	margin:0;
	padding:32px;
	border:1px solid var(--sml-line);
	border-radius:18px;
	background:#fff
}

.woocommerce-account form .form-row {
	width:100%;
	margin:0 0 18px
}

.woocommerce-account form label {
	display:block;
	margin-bottom:7px;
	color:var(--sml-ink);
	font-weight:700
}

.woocommerce-account form input.input-text {
	width:100%;
	min-height:50px;
	padding:10px 14px;
	border:1px solid #cbd9e4;
	border-radius:10px;
	background:#fff
}

.woocommerce-account form input.input-text:focus {
	border-color:var(--sml-primary);
	box-shadow:0 0 0 3px rgba(18,110,130,.1);
	outline:0
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	float:left;
	width:25%;
	padding:14px;
	border:1px solid var(--sml-line);
	border-radius:16px;
	background:var(--sml-bg)
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	margin:0;
	padding:0;
	list-style:none
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
	display:block;
	padding:12px 14px;
	border-radius:9px;
	font-weight:700
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
	background:#fff;
	box-shadow:0 4px 15px rgba(16,42,67,.05)
}

.woocommerce-account .woocommerce-MyAccount-content {
	float:right;
	width:71%;
	min-width:0
}

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

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

.woocommerce-account .woocommerce-Address {
	float:none!important;
	width:auto!important;
	padding:24px;
	border:1px solid var(--sml-line);
	border-radius:16px
}

.woocommerce-account .woocommerce-Address-title h2 {
	font-size:1.5rem
}

.woocommerce-account .woocommerce-Address-title a {
	float:none;
	display:inline-flex;
	margin-bottom:10px
}

@media(max-width:800px) {
	.woocommerce-account .woocommerce .u-columns {
		grid-template-columns:1fr
	}
	.woocommerce-account form.login,.woocommerce-account form.register {
		height:auto;
		min-height:0;
		padding:24px
	}
	.woocommerce-account .woocommerce-MyAccount-navigation,.woocommerce-account .woocommerce-MyAccount-content {
		float:none;
		width:100%
	}
	.woocommerce-account .woocommerce-MyAccount-navigation {
		margin-bottom:24px
	}
	.woocommerce-account .woocommerce-MyAccount-navigation ul {
		display:grid;
		grid-template-columns:repeat(2,minmax(0,1fr));
		gap:5px
	}
	.woocommerce-account .woocommerce-Addresses {
		grid-template-columns:1fr
	}
	.woocommerce-account .woocommerce-MyAccount-content {
		overflow-x:auto
	}
}

@media(max-width:480px) {
	.sml-preview-grid {
		gap:7px
	}
	.sml-preview-grid span {
		height:80px
	}
	.sml-preview-grid svg {
		width:23px;
		height:23px
	}
	.woocommerce-account .woocommerce-MyAccount-navigation ul {
		grid-template-columns:1fr
	}
	.woocommerce-account form.login,.woocommerce-account form.register {
		padding:20px 16px
	}
}

/* 1.3.0 complete storefront, commerce header and customer account system. */
.sml-commerce-bar {
	border-top:1px solid var(--sml-line);
	background:#f7fafc
}

.sml-commerce-bar-inner {
	display:grid;
	grid-template-columns:auto minmax(260px,640px) 1fr;
	align-items:center;
	gap:24px;
	min-height:58px
}

.sml-shop-all {
	display:inline-flex;
	align-items:center;
	gap:9px;
	color:var(--sml-ink);
	font-size:.86rem;
	font-weight:800;
	white-space:nowrap
}

.sml-product-search form {
	display:grid;
	grid-template-columns:minmax(0,1fr) auto;
	margin:0
}

.sml-product-search .search-field {
	width:100%;
	min-height:40px;
	padding:8px 14px;
	border:1px solid #cbd9e4;
	border-radius:10px 0 0 10px;
	background:#fff
}

.sml-product-search button {
	min-height:40px;
	padding:8px 18px;
	border:0;
	border-radius:0 10px 10px 0;
	background:var(--sml-primary);
	color:#fff;
	font-weight:750
}

.sml-commerce-note {
	justify-self:end;
	color:var(--sml-muted);
	font-size:.8rem
}

.sml-store-hero {
	position:relative;
	overflow:hidden;
	padding:clamp(70px,7vw,120px) 0;
	background:linear-gradient(130deg,#f7fbfc 0%,#fff 53%,#fff7e7 100%)
}

.sml-store-hero:before {
	content:"";
	position:absolute;
	right:-150px;
	top:-190px;
	width:560px;
	height:560px;
	border-radius:50%;
	background:radial-gradient(circle,rgba(232,180,79,.23),transparent 68%)
}

.sml-store-hero-grid {
	position:relative;
	z-index:1;
	display:grid;
	grid-template-columns:minmax(0,1.03fr) minmax(430px,.97fr);
	align-items:center;
	gap:clamp(45px,6vw,90px)
}

.sml-store-hero-copy h1 {
	max-width:820px;
	font-size:clamp(3rem,5.7vw,5.7rem)
}

.sml-hero-lead {
	max-width:700px;
	color:var(--sml-muted);
	font-size:clamp(1.02rem,1.4vw,1.2rem)
}

.sml-button--outline {
	background:transparent;
	color:var(--sml-primary)!important;
	box-shadow:none
}

.sml-button--outline:hover {
	background:var(--sml-primary);
	color:#fff!important
}

.sml-button--light {
	border-color:#fff;
	background:#fff;
	color:var(--sml-ink)!important
}

.sml-hero-highlights {
	display:flex;
	flex-wrap:wrap;
	gap:15px 25px;
	margin:28px 0 0;
	padding:0;
	list-style:none;
	color:var(--sml-muted);
	font-size:.88rem;
	font-weight:700
}

.sml-hero-highlights li {
	display:flex;
	align-items:center;
	gap:7px
}

.sml-hero-highlights span {
	display:grid;
	place-items:center;
	width:22px;
	height:22px;
	border-radius:50%;
	background:#dff3ea;
	color:#1f8b61
}

.sml-store-showcase {
	position:relative;
	min-width:0;
	padding:22px;
	border:1px solid var(--sml-line);
	border-radius:28px;
	background:#fff;
	box-shadow:0 32px 75px rgba(16,42,67,.14)
}

.sml-window-dots {
	display:flex;
	gap:7px;
	padding:3px 2px 17px
}

.sml-window-dots span {
	width:9px;
	height:9px;
	border-radius:50%;
	background:#e56868
}

.sml-window-dots span:nth-child(2) {
	background:#e6b348
}

.sml-window-dots span:nth-child(3) {
	background:#61c57a
}

.sml-showcase-product {
	display:grid;
	grid-template-columns:minmax(0,1.18fr) minmax(150px,.82fr);
	align-items:stretch;
	overflow:hidden;
	border-radius:19px;
	background:#0f4053;
	color:#fff
}

.sml-showcase-image {
	position:relative;
	min-height:350px;
	background:#eef5f6
}

.sml-showcase-image img {
	width:100%;
	height:100%;
	object-fit:cover
}

.sml-showcase-badge {
	position:absolute;
	top:15px;
	left:15px;
	padding:7px 12px;
	border-radius:30px;
	background:var(--sml-accent);
	color:var(--sml-ink);
	font-size:.75rem;
	font-weight:850;
	text-transform:uppercase
}

.sml-showcase-info {
	display:flex;
	flex-direction:column;
	justify-content:center;
	gap:12px;
	padding:28px
}

.sml-showcase-info span {
	color:#bfe0e6;
	font-size:.72rem;
	font-weight:800;
	letter-spacing:.12em;
	text-transform:uppercase
}

.sml-showcase-info strong {
	color:#fff;
	font-size:clamp(1.3rem,2.1vw,2rem);
	line-height:1.15
}

.sml-showcase-info .price {
	color:#fff
}

.sml-showcase-placeholder {
	display:grid;
	place-items:center;
	min-height:390px;
	padding:30px;
	border-radius:19px;
	background:#123f52;
	text-align:center
}

.sml-showcase-placeholder svg {
	width:min(100%,390px)
}

.sml-showcase-placeholder strong {
	max-width:360px;
	color:#fff;
	font-size:1.4rem
}

.sml-floating-card {
	position:absolute;
	right:-18px;
	bottom:34px;
	display:flex;
	align-items:center;
	gap:8px;
	padding:13px 18px;
	border:1px solid var(--sml-line);
	border-radius:13px;
	background:#fff;
	color:var(--sml-ink);
	font-size:.82rem;
	font-weight:800;
	box-shadow:var(--sml-shadow)
}

.sml-floating-card span {
	color:#e0a323
}

.sml-trust-strip {
	background:#102f48;
	color:#fff
}

.sml-trust-grid {
	display:grid;
	grid-template-columns:repeat(4,minmax(0,1fr));
	gap:1px
}

.sml-trust-grid>div {
	display:grid;
	grid-template-columns:46px 1fr;
	column-gap:13px;
	align-items:center;
	padding:27px clamp(15px,2vw,30px);
	border-right:1px solid rgba(255,255,255,.12)
}

.sml-trust-grid>div:last-child {
	border-right:0
}

.sml-trust-grid strong {
	color:#fff;
	font-size:.94rem
}

.sml-trust-grid small {
	grid-column:2;
	color:#b9ceda;
	line-height:1.4
}

.sml-trust-icon {
	grid-row:1/3;
	display:grid;
	place-items:center;
	width:42px;
	height:42px;
	border-radius:12px;
	background:rgba(255,255,255,.1);
	color:#f2bd54;
	font-size:1.15rem
}

.sml-section-top {
	display:flex;
	align-items:end;
	justify-content:space-between;
	gap:30px;
	margin-bottom:38px
}

.sml-section-top h2 {
	margin:0
}

.sml-section-top .sml-eyebrow {
	margin-bottom:10px
}

.sml-section-top>a {
	font-weight:750;
	white-space:nowrap
}

.sml-category-grid {
	display:grid;
	grid-template-columns:repeat(6,minmax(0,1fr));
	gap:18px
}

.sml-category-card {
	min-width:0;
	padding:12px 12px 18px;
	border:1px solid var(--sml-line);
	border-radius:18px;
	background:#fff;
	color:var(--sml-ink);
	text-align:center;
	transition:.22s
}

.sml-category-card:hover {
	border-color:#bad4db;
	box-shadow:var(--sml-shadow);
	transform:translateY(-4px)
}

.sml-category-image {
	aspect-ratio:4/3;
	margin-bottom:14px;
	overflow:hidden;
	border-radius:13px;
	background:#eef5f6
}

.sml-category-image img,.sml-category-image svg {
	width:100%;
	height:100%;
	object-fit:cover
}

.sml-category-card strong,.sml-category-card span {
	display:block;
	overflow-wrap:anywhere
}

.sml-category-card span {
	color:var(--sml-muted);
	font-size:.78rem
}

.sml-promo-grid {
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:24px
}

.sml-promo-card {
	position:relative;
	overflow:hidden;
	min-height:390px;
	padding:clamp(32px,4vw,58px);
	border-radius:25px
}

.sml-promo-card:after {
	content:"";
	position:absolute;
	right:-70px;
	bottom:-95px;
	width:270px;
	height:270px;
	border:45px solid rgba(255,255,255,.09);
	border-radius:50%
}

.sml-promo-card>* {
	position:relative;
	z-index:1
}

.sml-promo-card>span {
	font-size:.75rem;
	font-weight:850;
	letter-spacing:.13em;
	text-transform:uppercase
}

.sml-promo-card h2 {
	max-width:620px;
	margin-top:18px;
	font-size:clamp(2rem,3.4vw,3.15rem)
}

.sml-promo-card p {
	max-width:580px
}

.sml-promo-card--dark {
	background:linear-gradient(140deg,#0b5262,#102a43);
	color:#d8e9ed
}

.sml-promo-card--dark h2 {
	color:#fff
}

.sml-promo-card--gold {
	background:linear-gradient(140deg,#fff0c9,#f5bd4d);
	color:#513b13
}

.sml-promo-card--gold h2 {
	color:#2b270f
}

.sml-values-section {
	padding:90px 0;
	background:#102f48
}

.sml-values-section h2 {
	max-width:850px;
	color:#fff
}

.sml-values-section .sml-feature-grid {
	grid-template-columns:repeat(4,minmax(0,1fr))
}

.sml-values-section .sml-feature-grid article {
	padding:26px;
	border:1px solid rgba(255,255,255,.12);
	border-radius:18px;
	background:rgba(255,255,255,.05)
}

.sml-values-section .sml-feature-grid h3 {
	color:#fff
}

.sml-values-section .sml-feature-grid p {
	margin:0;
	color:#bdd0dc
}

.sml-values-section .sml-feature-icon {
	background:rgba(255,255,255,.1);
	color:#f0bd55
}

.sml-card-grid {
	display:grid;
	grid-template-columns:repeat(3,minmax(0,1fr));
	gap:24px
}

.sml-final-cta {
	padding:50px 0;
	background:linear-gradient(110deg,var(--sml-primary),#0d4256);
	color:#d6e9ed
}

.sml-final-cta .sml-container {
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:30px
}

.sml-final-cta h2 {
	margin:0;
	color:#fff
}

.sml-final-cta .sml-eyebrow {
	margin-bottom:8px;
	color:#fff
}

/* Logged-out and logged-in WooCommerce customer account. */
.woocommerce-account .sml-entry {
	width:min(100%,1480px);
	margin-inline:auto;
	padding:clamp(26px,4vw,60px)
}

.woocommerce-account .sml-entry-title {
	margin-bottom:32px
}

.woocommerce-account .woocommerce {
	max-width:none
}

.woocommerce-account .woocommerce .u-columns.col2-set {
	display:grid!important;
	grid-template-columns:repeat(2,minmax(0,1fr))!important;
	gap:32px;
	width:100%
}

.woocommerce-account .woocommerce .u-column1,.woocommerce-account .woocommerce .u-column2 {
	float:none!important;
	width:100%!important;
	min-width:0
}

.woocommerce-account form.login,.woocommerce-account form.register {
	display:flex;
	height:100%;
	min-height:440px;
	flex-direction:column;
	margin:0!important;
	padding:clamp(24px,3vw,38px)!important;
	border:1px solid var(--sml-line)!important;
	border-radius:18px;
	background:#fff
}

.woocommerce-account form.login .woocommerce-form-row,.woocommerce-account form.register .woocommerce-form-row {
	max-width:none
}

.woocommerce-account form .password-input {
	display:block;
	width:100%
}

.woocommerce-account form .show-password-input {
	top:50%;
	transform:translateY(-50%)
}

body.logged-in.woocommerce-account .woocommerce {
	display:grid;
	grid-template-columns:260px minmax(0,1fr);
	align-items:start;
	gap:32px
}

body.logged-in.woocommerce-account .woocommerce-MyAccount-navigation,body.logged-in.woocommerce-account .woocommerce-MyAccount-content {
	float:none!important;
	width:100%!important;
	min-width:0
}

body.logged-in.woocommerce-account .woocommerce-MyAccount-navigation {
	position:sticky;
	top:160px;
	margin:0;
	padding:13px;
	border:1px solid var(--sml-line);
	border-radius:17px;
	background:#f4f8fb
}

body.logged-in.woocommerce-account .woocommerce-MyAccount-navigation li+li {
	margin-top:4px
}

body.logged-in.woocommerce-account .woocommerce-MyAccount-navigation a {
	padding:12px 14px
}

body.logged-in.woocommerce-account .woocommerce-MyAccount-content {
	padding:clamp(24px,3vw,38px);
	border:1px solid var(--sml-line);
	border-radius:18px;
	background:#fff;
	overflow:hidden
}

body.logged-in.woocommerce-account .woocommerce-MyAccount-content>p:first-child {
	font-size:1.04rem
}

.woocommerce-account .woocommerce-MyAccount-content table {
	display:table;
	width:100%;
	max-width:100%;
	border-collapse:separate;
	border-spacing:0;
	overflow:hidden;
	border:1px solid var(--sml-line);
	border-radius:13px
}

.woocommerce-account .woocommerce-MyAccount-content th,.woocommerce-account .woocommerce-MyAccount-content td {
	padding:14px 12px;
	border:0;
	border-bottom:1px solid var(--sml-line);
	text-align:left
}

.woocommerce-account .woocommerce-MyAccount-content tr:last-child td {
	border-bottom:0
}

.woocommerce-account .woocommerce-MyAccount-content .button {
	min-height:40px;
	padding:9px 15px
}

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

.woocommerce-account .woocommerce-Address {
	min-width:0
}

.woocommerce-account .woocommerce-EditAccountForm {
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:0 18px
}

.woocommerce-account .woocommerce-EditAccountForm .form-row-wide,.woocommerce-account .woocommerce-EditAccountForm fieldset,.woocommerce-account .woocommerce-EditAccountForm>p:last-child {
	grid-column:1/-1
}

.woocommerce-account .woocommerce-EditAccountForm .form-row-first,.woocommerce-account .woocommerce-EditAccountForm .form-row-last {
	float:none!important;
	width:100%!important
}

.woocommerce-account .woocommerce-info,.woocommerce-account .woocommerce-message {
	border-radius:12px;
	background:#f0f8fa
}

.woocommerce-account mark {
	padding:2px 5px;
	border-radius:5px;
	background:#fff1c6
}

@media(max-width:1180px) {
	.sml-commerce-note {
		display:none
	}
	.sml-commerce-bar-inner {
		grid-template-columns:auto minmax(200px,1fr)
	}
	.sml-store-hero-grid {
		grid-template-columns:1fr
	}
	.sml-store-hero-copy {
		text-align:center
	}
	.sml-store-hero-copy h1,.sml-hero-lead {
		margin-inline:auto
	}
	.sml-hero-actions,.sml-hero-highlights {
		justify-content:center
	}
	.sml-store-showcase {
		width:min(100%,760px);
		margin:auto
	}
	.sml-category-grid {
		grid-template-columns:repeat(3,minmax(0,1fr))
	}
	.sml-values-section .sml-feature-grid {
		grid-template-columns:repeat(2,minmax(0,1fr))
	}
}

@media(max-width:900px) {
	.sml-trust-grid {
		grid-template-columns:repeat(2,minmax(0,1fr))
	}
	.sml-trust-grid>div:nth-child(2) {
		border-right:0
	}
	.sml-promo-grid {
		grid-template-columns:1fr
	}
	.sml-card-grid {
		grid-template-columns:repeat(2,minmax(0,1fr))
	}
	body.logged-in.woocommerce-account .woocommerce {
		grid-template-columns:1fr
	}
	body.logged-in.woocommerce-account .woocommerce-MyAccount-navigation {
		position:static
	}
	body.logged-in.woocommerce-account .woocommerce-MyAccount-navigation ul {
		display:grid;
		grid-template-columns:repeat(3,minmax(0,1fr));
		gap:5px
	}
	body.logged-in.woocommerce-account .woocommerce-MyAccount-navigation li+li {
		margin:0
	}
	.woocommerce-account .woocommerce .u-columns.col2-set {
		grid-template-columns:1fr!important
	}
	.woocommerce-account form.login,.woocommerce-account form.register {
		min-height:0
	}
}

@media(max-width:700px) {
	.sml-commerce-bar-inner {
		grid-template-columns:1fr;
		gap:9px;
		padding-block:10px
	}
	.sml-shop-all {
		display:none
	}
	.sml-store-hero {
		padding:62px 0
	}
	.sml-store-hero-copy h1 {
		font-size:clamp(2.65rem,13vw,4.2rem)
	}
	.sml-showcase-product {
		grid-template-columns:1fr
	}
	.sml-showcase-image {
		min-height:270px
	}
	.sml-floating-card {
		right:8px;
		bottom:16px
	}
	.sml-trust-grid {
		grid-template-columns:1fr
	}
	.sml-trust-grid>div {
		border-right:0;
		border-bottom:1px solid rgba(255,255,255,.12)
	}
	.sml-section-top {
		display:block
	}
	.sml-section-top>a {
		display:inline-block;
		margin-top:14px
	}
	.sml-category-grid {
		grid-template-columns:repeat(2,minmax(0,1fr))
	}
	.sml-values-section .sml-feature-grid,.sml-card-grid {
		grid-template-columns:1fr
	}
	.sml-final-cta .sml-container {
		display:block;
		text-align:center
	}
	.sml-final-cta .sml-button {
		margin-top:22px
	}
	body.logged-in.woocommerce-account .woocommerce-MyAccount-navigation ul {
		grid-template-columns:repeat(2,minmax(0,1fr))
	}
	body.logged-in.woocommerce-account .woocommerce-MyAccount-content {
		padding:20px 16px;
		overflow:visible
	}
	.woocommerce-account .woocommerce-MyAccount-content table,.woocommerce-account .woocommerce-MyAccount-content tbody,.woocommerce-account .woocommerce-MyAccount-content tr,.woocommerce-account .woocommerce-MyAccount-content td {
		display:block!important;
		width:100%!important;
		min-width:0
	}
	.woocommerce-account .woocommerce-MyAccount-content thead {
		display:none
	}
	.woocommerce-account .woocommerce-MyAccount-content tr {
		margin-bottom:16px;
		padding:10px;
		border:1px solid var(--sml-line);
		border-radius:12px
	}
	.woocommerce-account .woocommerce-MyAccount-content td {
		display:flex!important;
		align-items:center;
		justify-content:space-between;
		gap:18px;
		padding:10px!important;
		border-bottom:1px solid var(--sml-line)!important;
		text-align:right!important
	}
	.woocommerce-account .woocommerce-MyAccount-content td:last-child {
		border-bottom:0!important
	}
	.woocommerce-account .woocommerce-MyAccount-content td:before {
		content:attr(data-title);
		color:var(--sml-ink);
		font-weight:800;
		text-align:left
	}
	.woocommerce-account .woocommerce-Addresses,.woocommerce-account .woocommerce-EditAccountForm {
		grid-template-columns:1fr
	}
	.woocommerce-account .woocommerce-EditAccountForm>* {
		grid-column:1!important
	}
}

@media(max-width:460px) {
	.sml-category-grid {
		grid-template-columns:1fr
	}
	.sml-hero-actions {
		display:grid
	}
	.sml-hero-actions .sml-button {
		width:100%
	}
	.sml-showcase-info {
		padding:22px
	}
	.sml-promo-card {
		min-height:0;
		padding:30px 22px
	}
	body.logged-in.woocommerce-account .woocommerce-MyAccount-navigation ul {
		grid-template-columns:1fr
	}
	.woocommerce-account .sml-entry {
		padding:22px 14px
	}
	.woocommerce-account form.login,.woocommerce-account form.register {
		padding:22px 16px!important
	}
}

/* 1.3.1 definitive WooCommerce My Account alignment. */
body.woocommerce-account:not(.logged-in) .sml-content {
	padding-top:50px
}

body.woocommerce-account:not(.logged-in) .sml-entry {
	overflow:visible
}

body.woocommerce-account:not(.logged-in) #customer_login, body.woocommerce-account:not(.logged-in) .woocommerce #customer_login.col2-set, body.woocommerce-account:not(.logged-in) .woocommerce #customer_login.u-columns {
	display:grid!important;
	grid-template-columns:repeat(2,minmax(0,1fr))!important;
	align-items:stretch!important;
	gap:32px!important;
	width:100%!important;
	max-width:1280px!important;
	margin:0 auto!important;
	clear:both!important
}

body.woocommerce-account:not(.logged-in) #customer_login:before, body.woocommerce-account:not(.logged-in) #customer_login:after {
	display:none!important;
	content:none!important
}

body.woocommerce-account:not(.logged-in) #customer_login>.u-column1, body.woocommerce-account:not(.logged-in) #customer_login>.u-column2, body.woocommerce-account:not(.logged-in) #customer_login>.col-1, body.woocommerce-account:not(.logged-in) #customer_login>.col-2 {
	display:flex!important;
	float:none!important;
	clear:none!important;
	width:100%!important;
	max-width:none!important;
	min-width:0!important;
	height:100%!important;
	margin:0!important;
	padding:0!important;
	flex-direction:column!important;
	position:static!important;
	transform:none!important
}

body.woocommerce-account:not(.logged-in) #customer_login h2 {
	width:100%!important;
	margin:0 0 18px!important;
	font-size:clamp(2rem,3vw,2.7rem)!important;
	text-align:left!important
}

body.woocommerce-account:not(.logged-in) #customer_login form.login, body.woocommerce-account:not(.logged-in) #customer_login form.register {
	flex:1 1 auto!important;
	width:100%!important;
	max-width:none!important;
	height:auto!important;
	min-height:460px!important;
	margin:0!important
}

body.woocommerce-account:not(.logged-in) #customer_login .woocommerce-form-row {
	float:none!important;
	width:100%!important;
	max-width:none!important;
	margin:0 0 18px!important
}

body.woocommerce-account:not(.logged-in) #customer_login input.input-text {
	width:100%!important;
	max-width:none!important
}

body.logged-in.woocommerce-account .sml-entry>.entry-header {
	margin-bottom:28px
}

body.logged-in.woocommerce-account .woocommerce-MyAccount-content>*:first-child {
	margin-top:0
}

body.logged-in.woocommerce-account .woocommerce-MyAccount-content>*:last-child {
	margin-bottom:0
}

body.logged-in.woocommerce-account .woocommerce-MyAccount-navigation ul {
	display:block!important
}

body.logged-in.woocommerce-account .woocommerce-MyAccount-navigation li {
	display:block!important;
	float:none!important;
	width:100%!important;
	margin:0 0 4px!important;
	padding:0!important
}

body.logged-in.woocommerce-account .woocommerce-MyAccount-navigation li:last-child {
	margin-bottom:0!important
}

body.logged-in.woocommerce-account .woocommerce-MyAccount-navigation a {
	display:block!important;
	width:100%!important;
	white-space:normal!important
}

@media(max-width:900px) {
	body.woocommerce-account:not(.logged-in) #customer_login,body.woocommerce-account:not(.logged-in) .woocommerce #customer_login.col2-set,body.woocommerce-account:not(.logged-in) .woocommerce #customer_login.u-columns {
		grid-template-columns:1fr!important;
		gap:28px!important
	}
	body.woocommerce-account:not(.logged-in) #customer_login form.login,body.woocommerce-account:not(.logged-in) #customer_login form.register {
		min-height:0!important
	}
	body.logged-in.woocommerce-account .woocommerce-MyAccount-navigation ul {
		display:grid!important;
		grid-template-columns:repeat(3,minmax(0,1fr))!important;
		gap:6px!important
	}
	body.logged-in.woocommerce-account .woocommerce-MyAccount-navigation li {
		margin:0!important
	}
}

@media(max-width:640px) {
	body.woocommerce-account:not(.logged-in) .sml-content {
		padding-top:30px
	}
	body.woocommerce-account:not(.logged-in) #customer_login {
		gap:24px!important
	}
	body.logged-in.woocommerce-account .woocommerce-MyAccount-navigation ul {
		grid-template-columns:repeat(2,minmax(0,1fr))!important
	}
}

@media(max-width:430px) {
	body.logged-in.woocommerce-account .woocommerce-MyAccount-navigation ul {
		grid-template-columns:1fr!important
	}
}

/* 1.4.0 full-width marketplace experience. */
.sml-content {
	width:min(calc(100% - clamp(28px,3.2vw,64px)),1920px);
	padding:clamp(38px,4vw,70px) 0
}

.sml-entry {
	width:100%
}

.sml-layout {
	grid-template-columns:minmax(0,1fr) minmax(250px,320px);
	gap:clamp(20px,2vw,34px)
}

.woocommerce-account .sml-entry {
	width:100%;
	padding:clamp(26px,3vw,54px)
}

.sml-commerce-bar-inner {
	grid-template-columns:auto minmax(300px,1fr) auto
}

.sml-product-search {
	width:100%
}

.sml-commerce-note {
	white-space:nowrap
}

.sml-market-hero {
	padding:18px 0 22px;
	background:#f3f6f8
}

.sml-market-shell {
	display:grid;
	grid-template-columns:minmax(210px,250px) minmax(0,1fr) minmax(220px,270px);
	gap:14px;
	align-items:stretch
}

.sml-market-categories,.sml-market-side,.sml-market-banner {
	min-width:0;
	border:1px solid var(--sml-line);
	border-radius:18px;
	background:#fff;
	box-shadow:0 8px 24px rgba(16,42,67,.05)
}

.sml-market-categories {
	padding:18px
}

.sml-market-categories h2 {
	display:flex;
	align-items:center;
	gap:9px;
	margin:0 0 12px;
	font-size:1rem
}

.sml-market-categories ul {
	margin:0;
	padding:0;
	list-style:none
}

.sml-market-categories li+li {
	border-top:1px solid #edf2f6
}

.sml-market-categories li a {
	display:grid;
	grid-template-columns:18px minmax(0,1fr) auto;
	align-items:center;
	gap:8px;
	padding:8px 2px;
	color:var(--sml-ink);
	font-size:.82rem;
	font-weight:650;
	line-height:1.3
}

.sml-market-categories li a:hover {
	color:var(--sml-primary);
	transform:translateX(3px)
}

.sml-market-categories li span {
	color:var(--sml-accent)
}

.sml-market-categories li b {
	font-size:1.2rem
}

.sml-market-all {
	display:inline-block;
	margin-top:13px;
	font-size:.78rem;
	font-weight:800
}

.sml-market-banner {
	position:relative;
	display:grid;
	grid-template-columns:minmax(0,1.05fr) minmax(230px,.75fr);
	align-items:center;
	min-height:410px;
	padding:clamp(28px,3.4vw,56px);
	overflow:hidden;
	background:linear-gradient(125deg,#fff 0%,#f7fbfc 52%,#fff0ca 100%)
}

.sml-market-banner:before {
	content:"";
	position:absolute;
	right:-100px;
	bottom:-150px;
	width:390px;
	height:390px;
	border-radius:50%;
	background:rgba(232,180,79,.18)
}

.sml-market-banner-copy {
	position:relative;
	z-index:2;
	min-width:0
}

.sml-market-kicker {
	display:inline-flex;
	margin-bottom:15px;
	padding:6px 11px;
	border-radius:30px;
	background:#e7f3f5;
	color:var(--sml-primary);
	font-size:.7rem;
	font-weight:850;
	letter-spacing:.09em;
	text-transform:uppercase
}

.sml-market-banner h1 {
	max-width:740px;
	margin-bottom:17px;
	font-size:clamp(2.45rem,4.1vw,4.65rem);
	line-height:1.01
}

.sml-market-banner-copy>p {
	max-width:680px;
	margin-bottom:22px;
	color:var(--sml-muted);
	font-size:clamp(.95rem,1.2vw,1.08rem);
	line-height:1.6
}

.sml-market-banner .sml-button {
	min-height:44px;
	padding:10px 19px
}

.sml-market-spotlight {
	position:relative;
	z-index:1;
	display:block;
	align-self:stretch;
	min-height:300px;
	overflow:hidden;
	border-radius:17px;
	background:#fff;
	box-shadow:0 16px 35px rgba(16,42,67,.12)
}

.sml-market-spotlight img {
	width:100%;
	height:100%;
	object-fit:cover
}

.sml-market-spotlight span {
	position:absolute;
	right:12px;
	bottom:12px;
	left:12px;
	padding:10px 12px;
	border-radius:10px;
	background:rgba(16,42,67,.9);
	color:#fff;
	font-size:.8rem;
	font-weight:800
}

.sml-market-art {
	position:relative;
	z-index:1;
	display:grid;
	grid-template-columns:repeat(3,1fr);
	align-items:end;
	gap:10px;
	height:280px;
	padding:30px;
	border-radius:24px;
	background:#164e60
}

.sml-market-art span {
	display:block;
	border-radius:18px 18px 6px 6px;
	background:#fff
}

.sml-market-art span:nth-child(1) {
	height:46%;
	background:#f3bd52
}

.sml-market-art span:nth-child(2) {
	height:76%;
	background:#fff
}

.sml-market-art span:nth-child(3) {
	height:58%;
	background:#8bc4cf
}

.sml-market-side {
	display:grid;
	grid-template-rows:auto minmax(0,1fr) auto;
	gap:12px;
	padding:14px
}

.sml-welcome-card {
	display:grid;
	grid-template-columns:42px minmax(0,1fr);
	gap:10px;
	padding:13px;
	border-radius:13px;
	background:#f5f9fb
}

.sml-welcome-icon {
	display:grid;
	place-items:center;
	width:42px;
	height:42px;
	border-radius:50%;
	background:var(--sml-primary);
	color:#fff;
	font-size:1.35rem
}

.sml-welcome-card strong,.sml-welcome-card small {
	display:block;
	line-height:1.35
}

.sml-welcome-card strong {
	font-size:.83rem
}

.sml-welcome-card small {
	margin-top:3px;
	color:var(--sml-muted);
	font-size:.7rem
}

.sml-welcome-card>a {
	grid-column:1/-1;
	padding:9px 12px;
	border-radius:9px;
	background:var(--sml-primary);
	color:#fff;
	text-align:center;
	font-size:.75rem;
	font-weight:800
}

.sml-side-promo {
	display:flex;
	min-height:165px;
	flex-direction:column;
	justify-content:flex-end;
	padding:20px;
	border-radius:14px;
	background:linear-gradient(145deg,#123d52,#126e82);
	color:#d3e8ed
}

.sml-side-promo span {
	font-size:.65rem;
	font-weight:800;
	letter-spacing:.1em;
	text-transform:uppercase
}

.sml-side-promo strong {
	margin:8px 0;
	color:#fff;
	font-size:1.2rem;
	line-height:1.15
}

.sml-side-promo a {
	color:#fff;
	font-size:.75rem;
	font-weight:800
}

.sml-side-benefits {
	display:grid;
	gap:6px;
	color:var(--sml-muted);
	font-size:.7rem;
	font-weight:700
}

.sml-market-services {
	border-block:1px solid var(--sml-line);
	background:#fff
}

.sml-market-services>.sml-container {
	display:grid;
	grid-template-columns:repeat(4,minmax(0,1fr))
}

.sml-market-services .sml-container>div {
	display:flex;
	align-items:center;
	gap:12px;
	padding:18px clamp(12px,2vw,28px);
	border-right:1px solid var(--sml-line)
}

.sml-market-services .sml-container>div:last-child {
	border-right:0
}

.sml-market-services .sml-container>div>span {
	display:grid;
	place-items:center;
	width:40px;
	height:40px;
	flex:0 0 40px;
	border-radius:12px;
	background:#eaf5f6;
	font-size:1rem
}

.sml-market-services p {
	margin:0
}

.sml-market-services strong,.sml-market-services small {
	display:block;
	line-height:1.35
}

.sml-market-services strong {
	font-size:.84rem
}

.sml-market-services small {
	margin-top:3px;
	color:var(--sml-muted);
	font-size:.7rem
}

.sml-market-section {
	padding:clamp(46px,5vw,82px) 0
}

.sml-market-section--categories {
	background:#f7f9fb
}

.sml-market-section--deals {
	background:#fff7e8
}

.sml-market-heading {
	display:flex;
	align-items:end;
	justify-content:space-between;
	gap:24px;
	margin-bottom:24px
}

.sml-market-heading span {
	display:block;
	margin-bottom:4px;
	color:var(--sml-primary);
	font-size:.68rem;
	font-weight:850;
	letter-spacing:.11em;
	text-transform:uppercase
}

.sml-market-heading h2 {
	margin:0;
	font-size:clamp(1.7rem,2.5vw,2.65rem)
}

.sml-market-heading>a {
	font-size:.82rem;
	font-weight:800;
	white-space:nowrap
}

.sml-department-grid {
	display:grid;
	grid-template-columns:repeat(10,minmax(0,1fr));
	gap:12px
}

.sml-department-grid>a {
	min-width:0;
	padding:13px 8px 15px;
	border:1px solid var(--sml-line);
	border-radius:15px;
	background:#fff;
	color:var(--sml-ink);
	text-align:center;
	transition:.2s
}

.sml-department-grid>a:hover {
	border-color:#a9ced5;
	box-shadow:var(--sml-shadow);
	transform:translateY(-3px)
}

.sml-department-grid>a>span {
	display:grid;
	place-items:center;
	aspect-ratio:1;
	margin-bottom:10px;
	overflow:hidden;
	border-radius:50%;
	background:#eaf4f5
}

.sml-department-grid img {
	width:100%;
	height:100%;
	object-fit:cover
}

.sml-department-grid b {
	color:var(--sml-accent);
	font-size:1.5rem
}

.sml-department-grid strong,.sml-department-grid small {
	display:block;
	overflow-wrap:anywhere;
	line-height:1.3
}

.sml-department-grid strong {
	font-size:.76rem
}

.sml-department-grid small {
	margin-top:4px;
	color:var(--sml-muted);
	font-size:.65rem
}

.sml-market-product-grid {
	display:grid;
	grid-template-columns:repeat(6,minmax(0,1fr));
	gap:14px
}

.sml-market-product {
	min-width:0;
	overflow:hidden;
	border:1px solid var(--sml-line);
	border-radius:15px;
	background:#fff;
	transition:.2s
}

.sml-market-product:hover {
	border-color:#aed0d7;
	box-shadow:0 13px 32px rgba(16,42,67,.11);
	transform:translateY(-3px)
}

.sml-market-product-image {
	position:relative;
	display:block;
	aspect-ratio:1;
	overflow:hidden;
	background:#f4f7f8
}

.sml-market-product-image img {
	width:100%;
	height:100%;
	object-fit:cover;
	transition:.3s
}

.sml-market-product:hover .sml-market-product-image img {
	transform:scale(1.035)
}

.sml-market-product-image>span {
	position:absolute;
	top:9px;
	left:9px;
	padding:5px 8px;
	border-radius:20px;
	background:#e8b44f;
	color:#392c0e;
	font-size:.62rem;
	font-weight:900;
	text-transform:uppercase
}

.sml-market-product-body {
	padding:13px
}

.sml-market-product-title {
	display:-webkit-box;
	min-height:2.7em;
	overflow:hidden;
	color:var(--sml-ink);
	font-size:.82rem;
	font-weight:700;
	line-height:1.35;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2
}

.sml-market-product-price {
	min-height:26px;
	margin:8px 0;
	color:var(--sml-primary);
	font-size:.9rem;
	font-weight:850
}

.sml-market-product-price del {
	color:#8799aa;
	font-size:.7rem
}

.sml-market-product-action {
	font-size:.7rem;
	font-weight:800
}

.sml-market-promos {
	padding-top:8px
}

.sml-market-promos>.sml-container {
	display:grid;
	grid-template-columns:repeat(3,minmax(0,1fr));
	gap:14px
}

.sml-market-promo {
	position:relative;
	display:flex;
	min-height:220px;
	flex-direction:column;
	justify-content:flex-end;
	overflow:hidden;
	padding:27px;
	border-radius:18px;
	color:#fff
}

.sml-market-promo:after {
	content:"";
	position:absolute;
	right:-50px;
	top:-70px;
	width:190px;
	height:190px;
	border:34px solid rgba(255,255,255,.1);
	border-radius:50%
}

.sml-market-promo>* {
	position:relative;
	z-index:1
}

.sml-market-promo span {
	font-size:.66rem;
	font-weight:850;
	letter-spacing:.1em;
	text-transform:uppercase
}

.sml-market-promo strong {
	max-width:520px;
	margin:10px 0;
	color:#fff;
	font-size:clamp(1.25rem,1.65vw,1.7rem);
	line-height:1.15
}

.sml-market-promo b {
	font-size:.75rem
}

.sml-market-promo--teal {
	background:linear-gradient(145deg,#126e82,#0b4455)
}

.sml-market-promo--gold {
	background:linear-gradient(145deg,#c48617,#e5b247)
}

.sml-market-promo--blue {
	background:linear-gradient(145deg,#244d78,#102a43)
}

.sml-market-stories {
	padding-bottom:90px;
	background:#f7f9fb
}

@media(min-width:1500px) {
	.woocommerce ul.products {
		grid-template-columns:repeat(5,minmax(0,1fr))!important
	}
}

@media(max-width:1400px) {
	.sml-market-shell {
		grid-template-columns:220px minmax(0,1fr)
	}
	.sml-market-side {
		grid-column:1/-1;
		grid-template-columns:repeat(3,minmax(0,1fr));
		grid-template-rows:auto
	}
	.sml-side-promo {
		min-height:120px
	}
	.sml-department-grid {
		grid-template-columns:repeat(5,minmax(0,1fr))
	}
	.sml-market-product-grid {
		grid-template-columns:repeat(4,minmax(0,1fr))
	}
}

@media(max-width:1050px) {
	.sml-market-shell {
		grid-template-columns:1fr
	}
	.sml-market-categories {
		display:none
	}
	.sml-market-banner {
		min-height:380px
	}
	.sml-market-side {
		grid-template-columns:repeat(3,minmax(0,1fr))
	}
	.sml-market-services>.sml-container {
		grid-template-columns:repeat(2,minmax(0,1fr))
	}
	.sml-market-services .sml-container>div:nth-child(2) {
		border-right:0
	}
	.sml-department-grid {
		grid-template-columns:repeat(5,minmax(0,1fr))
	}
	.sml-market-product-grid {
		grid-template-columns:repeat(3,minmax(0,1fr))
	}
	.sml-market-promos>.sml-container {
		grid-template-columns:1fr 1fr
	}
	.sml-market-promo:last-child {
		grid-column:1/-1
	}
}

@media(max-width:760px) {
	.sml-market-banner {
		grid-template-columns:1fr;
		padding:30px 22px
	}
	.sml-market-banner h1 {
		font-size:clamp(2.35rem,12vw,3.5rem)
	}
	.sml-market-spotlight,.sml-market-art {
		display:none
	}
	.sml-market-side {
		grid-template-columns:1fr
	}
	.sml-market-services>.sml-container {
		grid-template-columns:1fr
	}
	.sml-market-services .sml-container>div {
		border-right:0;
		border-bottom:1px solid var(--sml-line)
	}
	.sml-department-grid {
		grid-template-columns:repeat(3,minmax(0,1fr))
	}
	.sml-market-product-grid {
		grid-template-columns:repeat(2,minmax(0,1fr))
	}
	.sml-market-promos>.sml-container {
		grid-template-columns:1fr
	}
	.sml-market-promo:last-child {
		grid-column:auto
	}
	.sml-market-heading {
		align-items:start
	}
	.sml-market-heading>a {
		margin-top:6px
	}
	.sml-commerce-bar-inner {
		grid-template-columns:1fr
	}
	.sml-content {
		padding-top:34px
	}
}

@media(max-width:480px) {
	.sml-container,.sml-content {
		width:calc(100% - 24px)
	}
	.sml-market-hero {
		padding-top:12px
	}
	.sml-department-grid {
		grid-template-columns:repeat(2,minmax(0,1fr))
	}
	.sml-market-product-grid {
		gap:10px
	}
	.sml-market-product-body {
		padding:11px
	}
	.sml-market-heading {
		display:block
	}
	.sml-market-heading>a {
		display:inline-block;
		margin-top:10px
	}
}

/* 1.4.1 realistic marketplace imagery and category icons. */
.sml-header-actions .sml-header-link:first-child {
	border-color:var(--sml-primary);
	background:var(--sml-primary);
	color:#fff
}

.sml-header-actions .sml-header-link:first-child:hover {
	border-color:var(--sml-primary-dark);
	background:var(--sml-primary-dark);
	color:#fff
}

.sml-market-banner {
	grid-template-columns:minmax(340px,.9fr) minmax(420px,1.2fr);
	padding-right:18px
}

.sml-market-lifestyle {
	position:relative;
	z-index:1;
	align-self:stretch;
	min-width:0;
	min-height:360px;
	overflow:hidden;
	border-radius:18px;
	background:#f5eee2;
	box-shadow:0 18px 38px rgba(16,42,67,.13)
}

.sml-market-lifestyle>img {
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:59% center
}

.sml-market-lifestyle>a {
	position:absolute;
	right:14px;
	bottom:14px;
	left:14px;
	display:block;
	padding:11px 14px;
	border:1px solid rgba(255,255,255,.35);
	border-radius:11px;
	background:rgba(16,42,67,.9);
	color:#fff;
	backdrop-filter:blur(8px)
}

.sml-market-lifestyle>a span,.sml-market-lifestyle>a strong {
	display:block;
	color:#fff;
	line-height:1.25
}

.sml-market-lifestyle>a span {
	margin-bottom:3px;
	color:#f2c66b;
	font-size:.62rem;
	font-weight:850;
	letter-spacing:.08em;
	text-transform:uppercase
}

.sml-market-lifestyle>a strong {
	overflow:hidden;
	font-size:.78rem;
	text-overflow:ellipsis;
	white-space:nowrap
}

.sml-market-categories li a {
	grid-template-columns:30px minmax(0,1fr) auto;
	padding:7px 2px
}

.sml-market-categories li .sml-category-icon {
	display:grid;
	place-items:center;
	width:27px;
	height:27px;
	border-radius:9px;
	background:#edf6f7;
	color:var(--sml-ink);
	font-size:.92rem
}

.sml-department-grid b {
	font-size:1.7rem
}

@media(max-width:1550px) {
	.sml-market-banner {
		grid-template-columns:minmax(300px,.85fr) minmax(360px,1.15fr)
	}
	.sml-market-banner h1 {
		font-size:clamp(2.35rem,3.8vw,4.2rem)
	}
}

@media(max-width:1180px) {
	.sml-market-banner {
		grid-template-columns:minmax(0,.85fr) minmax(330px,1.15fr)
	}
	.sml-market-lifestyle {
		min-height:330px
	}
}

@media(max-width:760px) {
	.sml-market-banner {
		grid-template-columns:1fr;
		padding-right:22px
	}
	.sml-market-lifestyle {
		display:block;
		min-height:260px;
		margin-top:8px
	}
	.sml-market-lifestyle>img {
		object-position:62% center
	}
	.sml-market-lifestyle>a strong {
		white-space:normal
	}
	.sml-header-actions .sml-header-link:first-child {
		padding-inline:11px
	}
}

/* 1.4.2 complete realistic marketplace demo catalogue. */
.sml-market-categories {
	overflow:hidden
}

.sml-market-categories ul {
	display:grid
}

.sml-market-categories li a {
	min-height:38px
}

.sml-market-categories li .sml-category-icon {
	font-size:1rem
}

.sml-department-grid--six {
	grid-template-columns:repeat(6,minmax(0,1fr));
	gap:16px
}

.sml-department-grid .sml-sprite-photo,.sml-demo-product-photo {
	background-image:var(--sml-photo);
	background-repeat:no-repeat;
	background-size:var(--sml-size);
	background-position:var(--sml-position)
}

.sml-department-grid .sml-sprite-photo {
	aspect-ratio:4/3;
	border-radius:14px;
	background-color:#f5f2ed
}

.sml-department-grid--six>a {
	padding:12px
}

.sml-department-grid--six strong {
	font-size:.83rem
}

.sml-catalog-section {
	padding:clamp(44px,4.5vw,76px) 0;
	background:#fff
}

.sml-catalog-section--soft {
	background:#f6f9fb
}

.sml-demo-product-grid {
	display:grid;
	grid-template-columns:repeat(8,minmax(0,1fr));
	gap:12px
}

.sml-demo-product-grid--six {
	grid-template-columns:repeat(6,minmax(0,1fr));
	gap:15px
}

.sml-demo-product {
	min-width:0;
	overflow:hidden;
	border:1px solid var(--sml-line);
	border-radius:16px;
	background:#fff;
	box-shadow:0 7px 20px rgba(16,42,67,.045);
	transition:transform .22s,border-color .22s,box-shadow .22s
}

.sml-demo-product:hover {
	border-color:#9bc6cf;
	box-shadow:0 15px 34px rgba(16,42,67,.12);
	transform:translateY(-4px)
}

.sml-demo-product-photo {
	position:relative;
	display:block;
	aspect-ratio:1;
	background-color:#f5f3ef
}

.sml-demo-product-photo>span {
	position:absolute;
	top:9px;
	left:9px;
	padding:5px 8px;
	border-radius:20px;
	background:#e7b44e;
	color:#3b2a08;
	font-size:.62rem;
	font-weight:900;
	text-transform:uppercase
}

.sml-demo-product-body {
	padding:12px
}

.sml-demo-product-body>a {
	display:-webkit-box;
	min-height:2.7em;
	overflow:hidden;
	color:var(--sml-ink);
	font-size:.78rem;
	font-weight:750;
	line-height:1.35;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2
}

.sml-demo-stars {
	color:#e5a51d;
	font-size:.7rem;
	letter-spacing:.08em
}

.sml-demo-product-body p {
	display:flex;
	align-items:center;
	gap:7px;
	margin:8px 0 0
}

.sml-demo-product-body strong {
	color:var(--sml-primary);
	font-size:.9rem
}

.sml-demo-product-body del {
	color:#8797a7;
	font-size:.67rem
}

.sml-rated-spotlight {
	padding:clamp(58px,6vw,105px) 0;
	background:#102f48
}

.sml-rated-spotlight>.sml-container {
	display:grid;
	grid-template-columns:minmax(0,1.25fr) minmax(350px,.75fr);
	align-items:center;
	gap:clamp(35px,5vw,90px)
}

.sml-rated-spotlight-image {
	overflow:hidden;
	border-radius:28px;
	box-shadow:0 28px 65px rgba(0,0,0,.25)
}

.sml-rated-spotlight-image img {
	display:block;
	width:100%;
	aspect-ratio:2/1;
	object-fit:cover
}

.sml-rated-spotlight-copy>span {
	color:#f0c46a;
	font-size:.72rem;
	font-weight:900;
	letter-spacing:.13em;
	text-transform:uppercase
}

.sml-rated-spotlight-copy .sml-demo-stars {
	margin:13px 0;
	font-size:1rem
}

.sml-rated-spotlight-copy h2 {
	color:#fff;
	font-size:clamp(2rem,3.5vw,3.5rem)
}

.sml-rated-spotlight-copy p {
	color:#c2d6df;
	font-size:1rem
}

.sml-rated-spotlight-copy>strong {
	display:block;
	margin:20px 0;
	color:#fff;
	font-size:1.55rem
}

.sml-rated-spotlight-copy del {
	margin-left:8px;
	color:#9db4c0;
	font-size:1rem
}

.sml-rated-spotlight-copy .sml-button {
	background:#f0bd55;
	border-color:#f0bd55;
	color:#152d40!important
}

.sml-testimonials {
	padding:clamp(58px,6vw,100px) 0;
	background:linear-gradient(145deg,#fff8e9,#f4f9fb)
}

.sml-testimonial-grid {
	display:grid;
	grid-template-columns:repeat(3,minmax(0,1fr));
	gap:20px
}

.sml-testimonial-grid article {
	padding:clamp(24px,3vw,40px);
	border:1px solid #dbe6ed;
	border-radius:20px;
	background:rgba(255,255,255,.92);
	box-shadow:0 14px 35px rgba(16,42,67,.07)
}

.sml-testimonial-grid .sml-demo-stars {
	font-size:.9rem
}

.sml-testimonial-grid p {
	margin:17px 0 24px;
	color:#40576a;
	font-size:1rem;
	line-height:1.75
}

.sml-testimonial-grid strong,.sml-testimonial-grid small {
	display:block
}

.sml-testimonial-grid small {
	margin-top:3px;
	color:var(--sml-muted)
}

@media(max-width:1100px) {
	.sml-demo-product-grid {
		grid-template-columns:repeat(4,minmax(0,1fr))
	}
	.sml-demo-product-grid--six {
		grid-template-columns:repeat(3,minmax(0,1fr))
	}
	.sml-department-grid--six {
		grid-template-columns:repeat(3,minmax(0,1fr))
	}
}

@media(max-width:1000px) {
	.sml-rated-spotlight>.sml-container {
		grid-template-columns:1fr
	}
	.sml-testimonial-grid {
		grid-template-columns:1fr
	}
	.sml-market-categories {
		display:block
	}
	.sml-market-shell {
		grid-template-columns:1fr
	}
	.sml-market-categories ul {
		grid-template-columns:repeat(3,minmax(0,1fr));
		gap:0 14px
	}
	.sml-market-categories li:nth-child(2) {
		border-top:0
	}
	.sml-market-banner {
		grid-template-columns:1fr
	}
	.sml-market-side {
		grid-template-columns:repeat(3,minmax(0,1fr))
	}
}

@media(max-width:720px) {
	.sml-demo-product-grid,.sml-demo-product-grid--six {
		grid-template-columns:repeat(2,minmax(0,1fr))
	}
	.sml-department-grid--six {
		grid-template-columns:repeat(2,minmax(0,1fr))
	}
	.sml-market-categories ul {
		grid-template-columns:repeat(2,minmax(0,1fr))
	}
	.sml-market-side {
		grid-template-columns:1fr
	}
	.sml-rated-spotlight>.sml-container {
		display:block
	}
	.sml-rated-spotlight-copy {
		margin-top:30px
	}
	.sml-rated-spotlight-image img {
		aspect-ratio:4/3
	}
	.sml-demo-product-body {
		padding:10px
	}
}

.sml-layout--no-sidebar {
	grid-template-columns:minmax(0,1fr)!important
}

@media(max-width:420px) {
	.sml-demo-product-grid,.sml-demo-product-grid--six {
		gap:9px
	}
	.sml-market-categories ul {
		grid-template-columns:1fr
	}
	.sml-market-categories li:nth-child(2) {
		border-top:1px solid #edf2f6
	}
	.sml-department-grid--six {
		gap:10px
	}
	.sml-demo-product-body>a {
		font-size:.72rem
	}
}

/* 1.6.0 global marketplace controls. */
.sml-topbar {
	min-height:30px;
	background:#0d2538;
	color:#dcecf4;
	font-size:.75rem
}

.sml-topbar-inner {
	display:flex;
	min-height:30px;
	align-items:center;
	justify-content:space-between;
	gap:18px
}

.sml-topbar-details,.sml-social-links {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	gap:7px 18px
}

.sml-topbar a,.sml-topbar span {
	color:inherit
}

.sml-social-links a {
	font-weight:700
}

.sml-preloader {
	position:fixed;
	inset:0;
	z-index:999999;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	gap:14px;
	background:#fff;
	color:var(--sml-ink);
	transition:opacity .35s,visibility .35s
}

.sml-preloader span {
	width:42px;
	height:42px;
	border:4px solid #dce8ed;
	border-top-color:var(--sml-primary);
	border-radius:50%;
	animation:sml-spin .75s linear infinite
}

.sml-preloader.is-hidden {
	opacity:0;
	visibility:hidden
}

@keyframes sml-spin {
	to {
		transform:rotate(360deg)
	}
}

.sml-back-to-top {
	position:fixed;
	right:22px;
	bottom:22px;
	z-index:999;
	display:grid;
	width:46px;
	height:46px;
	place-items:center;
	padding:0;
	border:0;
	border-radius:12px;
	background:var(--sml-primary);
	color:#fff;
	font-size:1.4rem;
	box-shadow:0 12px 32px rgba(16,42,67,.2);
	opacity:0;
	visibility:hidden;
	transform:translateY(12px);
	transition:.22s
}

.sml-back-to-top.is-visible {
	opacity:1;
	visibility:visible;
	transform:none
}

.sml-market-product,.sml-demo-product,.sml-category-card,.sml-entry,.sml-widget,.woocommerce div.product {
	border-radius:var(--sml-radius)
}

@media(max-width:760px) {
	.sml-topbar-inner {
		padding-block:7px;
		align-items:flex-start
	}
	.sml-topbar-details {
		gap:5px 12px
	}
	.sml-social-links {
		display:none
	}
	.sml-back-to-top {
		right:14px;
		bottom:14px;
		width:42px;
		height:42px
	}
}

@media(prefers-reduced-motion:reduce) {
	.sml-preloader span {
		animation:none
	}
	.sml-back-to-top {
		transition:none
	}
	html {
		scroll-behavior:auto
	}
}

/* 1.7.0 dynamic storefront integration. */
.sml-latest-rotator {
	position:relative;
	min-height:100%;
	overflow:hidden;
	border-radius:14px;
	background:#164c60
}

.sml-latest-slide {
	position:absolute;
	inset:0;
	display:grid;
	grid-template-rows:minmax(0,1fr) auto;
	opacity:0;
	visibility:hidden;
	transition:opacity .35s
}

.sml-latest-slide.is-active {
	opacity:1;
	visibility:visible
}

.sml-latest-slide img {
	width:100%;
	height:100%;
	object-fit:cover
}

.sml-latest-slide div {
	padding:16px;
	background:linear-gradient(transparent,#12384b 28%);
	color:#fff
}

.sml-latest-slide strong,.sml-latest-slide span {
	display:block;
	color:#fff
}

.sml-latest-slide a {
	display:inline-block;
	margin-top:8px;
	color:#fff;
	font-weight:800
}

.sml-market-side {
	min-width:0
}

.sml-market-side>.sml-latest-rotator {
	min-height:320px
}

.sml-market-banner.has-slider-bg {
	background-size:cover;
	background-position:center
}

.sml-contact-form {
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:16px
}

.sml-contact-form .wide {
	grid-column:1/-1
}

.sml-contact-form input,.sml-contact-form textarea {
	width:100%
}

.sml-shop-filters {
	display:grid;
	gap:12px;
	padding:20px;
	border:1px solid var(--sml-line);
	border-radius:var(--sml-radius);
	background:#fff
}

.sml-shop-filters select,.sml-shop-filters input {
	width:100%
}

@media(max-width:720px) {
	.sml-contact-form {
		grid-template-columns:1fr
	}
	.sml-latest-rotator {
		min-height:270px
	}
}

.sml-hero-slide {
	position:absolute!important;
	inset:0;
	display:block!important;
	opacity:0;
	visibility:hidden;
	transition:opacity .45s
}

.sml-hero-slide.is-active {
	opacity:1;
	visibility:visible
}

.sml-hero-slide img {
	width:100%;
	height:100%;
	object-fit:cover
}

.sml-market-lifestyle>a:not(.sml-hero-slide) {
	z-index:3
}

.sml-market-side {
	display:block;
	padding:14px
}

/* 1.8.0 premium catalog: right filter rail, five-column products and progressive loading. */
.woocommerce-shop .sml-entry,.tax-product_cat .sml-entry,.tax-product_tag .sml-entry {
	width:min(calc(100% - 42px),1840px);
	max-width:none
}

.sml-shop-layout {
	display:grid;
	grid-template-columns:minmax(0,1fr) 330px;
	gap:34px;
	align-items:start;
	clear:both;
	margin-top:20px
}

.sml-filter-panel {
	grid-column:2;
	grid-row:1;
	position:sticky;
	top:118px;
	overflow:hidden;
	border:1px solid rgba(16,42,67,.10);
	border-radius:24px;
	background:linear-gradient(180deg,#0c2438 0%,#102f46 100%);
	color:#fff;
	box-shadow:0 28px 70px rgba(16,42,67,.17)
}

.sml-filter-panel:before {
	content:"";
	position:absolute;
	inset:0 0 auto;
	height:4px;
	background:linear-gradient(90deg,#d6a84b,#f5db8b,#d6a84b)
}

.sml-filter-head {
	padding:30px 28px 20px;
	border-bottom:1px solid rgba(255,255,255,.10)
}

.sml-filter-head>span {
	display:block;
	margin-bottom:7px;
	color:#e9c96f;
	font-size:.71rem;
	font-weight:800;
	letter-spacing:.14em;
	text-transform:uppercase
}

.sml-filter-head h2 {
	margin:0 0 8px;
	color:#fff;
	font-size:1.55rem;
	letter-spacing:-.035em
}

.sml-filter-head p {
	margin:0;
	color:#b8c9d6;
	font-size:.88rem;
	line-height:1.6
}

.sml-shop-filters {
	display:grid;
	gap:17px;
	padding:24px 28px 28px
}

.sml-shop-filters label {
	display:grid;
	gap:7px;
	margin:0
}

.sml-shop-filters label>span {
	color:#dce8ef;
	font-size:.77rem;
	font-weight:750;
	letter-spacing:.02em
}

.sml-shop-filters select,.sml-shop-filters input {
	width:100%;
	min-height:48px;
	margin:0;
	padding:10px 13px;
	border:1px solid rgba(255,255,255,.16);
	border-radius:11px;
	background:#fff;
	color:#102a43;
	font:inherit;
	box-shadow:none
}

.sml-shop-filters select:focus,.sml-shop-filters input:focus {
	border-color:#e8b44f;
	outline:none;
	box-shadow:0 0 0 3px rgba(232,180,79,.18)
}

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

.sml-filter-submit {
	display:flex;
	align-items:center;
	justify-content:space-between;
	min-height:50px;
	margin-top:3px;
	padding:12px 16px;
	border:1px solid #e6bd5f;
	border-radius:12px;
	background:linear-gradient(135deg,#f3d886,#d9a83e);
	color:#102a43!important;
	font-weight:850;
	box-shadow:0 12px 28px rgba(232,180,79,.20)
}

.sml-filter-submit:hover {
	background:linear-gradient(135deg,#ffe9a7,#e3b44c);
	transform:translateY(-1px)
}

.sml-filter-reset {
	justify-self:center;
	color:#d9e6ed!important;
	font-size:.8rem;
	text-decoration:underline;
	text-underline-offset:4px
}

.sml-filter-reset:hover {
	color:#fff!important
}

.sml-filter-trust {
	display:grid;
	gap:2px;
	padding:18px 28px;
	border-top:1px solid rgba(255,255,255,.09);
	background:rgba(0,0,0,.08)
}

.sml-filter-trust strong {
	color:#fff;
	font-size:.82rem
}

.sml-filter-trust span {
	color:#9fb4c2;
	font-size:.72rem
}

.sml-shop-results {
	grid-column:1;
	grid-row:1;
	min-width:0
}

.sml-shop-results:after {
	display:block;
	clear:both;
	content:""
}

.sml-shop-results .woocommerce-result-count {
	margin:9px 0 22px;
	color:#6b7f90;
	font-size:.9rem
}

.sml-shop-results .woocommerce-ordering {
	display:none!important
}

.woocommerce .sml-shop-results ul.products {
	display:grid!important;
	grid-template-columns:repeat(5,minmax(0,1fr))!important;
	gap:18px!important;
	width:100%!important;
	margin:0!important;
	clear:both
}

.woocommerce .sml-shop-results ul.products:before,.woocommerce .sml-shop-results ul.products:after {
	display:none!important
}

.woocommerce .sml-shop-results ul.products li.product {
	float:none!important;
	width:auto!important;
	min-width:0!important;
	margin:0!important;
	padding:12px!important;
	border:1px solid #e3ebf1;
	border-radius:18px;
	background:#fff;
	box-shadow:0 10px 28px rgba(16,42,67,.055);
	transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease
}

.woocommerce .sml-shop-results ul.products li.product:hover {
	transform:translateY(-4px);
	border-color:#ccdce7;
	box-shadow:0 20px 42px rgba(16,42,67,.11)
}

.woocommerce .sml-shop-results ul.products li.product a img {
	width:100%!important;
	aspect-ratio:1/1;
	object-fit:cover;
	margin:0 0 13px!important;
	border-radius:13px;
	background:#f5f8fa
}

.woocommerce .sml-shop-results ul.products li.product .woocommerce-loop-product__title {
	padding:0 2px!important;
	font-size:.93rem!important;
	line-height:1.35
}

.woocommerce .sml-shop-results ul.products li.product .price {
	padding:0 2px;
	color:var(--sml-primary)!important;
	font-size:.91rem!important;
	font-weight:800
}

.woocommerce .sml-shop-results ul.products li.product .button {
	width:100%;
	min-height:42px;
	margin-top:10px;
	padding:9px 10px;
	font-size:.78rem
}

.sml-load-more-wrap {
	display:grid;
	place-items:center;
	gap:8px;
	margin:34px 0 8px
}

.sml-load-more {
	display:flex;
	align-items:center;
	gap:16px;
	min-width:240px;
	min-height:58px;
	padding:11px 19px;
	border:1px solid #102a43;
	border-radius:15px;
	background:#102a43;
	color:#fff!important;
	box-shadow:0 12px 30px rgba(16,42,67,.14)
}

.sml-load-more span {
	font-weight:850
}

.sml-load-more small {
	padding-left:14px;
	border-left:1px solid rgba(255,255,255,.2);
	color:#c8d6df;
	font-size:.72rem
}

.sml-load-more:hover {
	background:#173c55;
	transform:translateY(-2px)
}

.sml-load-more[disabled] {
	cursor:wait;
	opacity:.7;
	transform:none
}

.sml-load-status {
	min-height:22px;
	margin:0;
	color:#667f91;
	font-size:.82rem
}

@media(max-width:1500px) {
	.woocommerce .sml-shop-results ul.products {
		grid-template-columns:repeat(4,minmax(0,1fr))!important
	}
	.sml-shop-layout {
		grid-template-columns:minmax(0,1fr) 310px;
		gap:24px
	}
}

@media(max-width:1180px) {
	.woocommerce .sml-shop-results ul.products {
		grid-template-columns:repeat(3,minmax(0,1fr))!important
	}
	.sml-shop-layout {
		grid-template-columns:minmax(0,1fr) 290px
	}
}

@media(max-width:900px) {
	.sml-shop-layout {
		grid-template-columns:1fr
	}
	.sml-filter-panel,.sml-shop-results {
		grid-column:1
	}
	.sml-filter-panel {
		grid-row:1;
		position:relative;
		top:auto
	}
	.sml-shop-results {
		grid-row:2
	}
	.woocommerce .sml-shop-results ul.products {
		grid-template-columns:repeat(2,minmax(0,1fr))!important
	}
	.sml-shop-filters {
		grid-template-columns:repeat(2,minmax(0,1fr))
	}
	.sml-filter-head,.sml-filter-trust {
		grid-column:1/-1
	}
	.sml-filter-submit,.sml-filter-reset {
		grid-column:1/-1
	}
}

@media(max-width:560px) {
	.woocommerce-shop .sml-entry,.tax-product_cat .sml-entry,.tax-product_tag .sml-entry {
		width:min(calc(100% - 24px),1840px);
		padding-left:0;
		padding-right:0
	}
	.sml-shop-layout {
		gap:22px
	}
	.sml-shop-filters {
		grid-template-columns:1fr;
		padding:20px
	}
	.sml-filter-head {
		padding:26px 20px 18px
	}
	.sml-price-grid {
		grid-template-columns:1fr 1fr
	}
	.woocommerce .sml-shop-results ul.products {
		grid-template-columns:repeat(2,minmax(0,1fr))!important;
		gap:10px!important
	}
	.woocommerce .sml-shop-results ul.products li.product {
		padding:8px!important;
		border-radius:14px
	}
	.woocommerce .sml-shop-results ul.products li.product .woocommerce-loop-product__title {
		font-size:.82rem!important
	}
	.woocommerce .sml-shop-results ul.products li.product .button {
		font-size:.72rem;
		padding:8px 6px
	}
	.sml-load-more {
		min-width:220px
	}
}

/* WordPress.org release candidate refinements. */
.sml-home-hero {
	padding:clamp(58px,8vw,110px) 0;
	background:linear-gradient(135deg,#f7fbfc,#fff 58%,#fdf7e8)
}

.sml-home-hero-grid {
	display:grid;
	grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);
	gap:clamp(32px,6vw,80px);
	align-items:center
}

.sml-home-visual {
	min-height:340px;
	border:1px solid var(--sml-line);
	border-radius:28px;
	background:linear-gradient(145deg,#0d5362,#173b52);
	box-shadow:var(--sml-shadow);
	padding:30px;
	display:grid;
	grid-template-columns:repeat(2,1fr);
	gap:14px
}

.sml-home-visual span {
	border:1px solid rgba(255,255,255,.16);
	border-radius:16px;
	background:rgba(255,255,255,.08)
}

.sml-home-products {
	padding:clamp(54px,7vw,92px) 0;
	background:var(--sml-bg)
}

.sml-home-products .products {
	margin-top:30px!important
}

.sml-home-content {
	padding:clamp(54px,7vw,92px) 0
}

.sml-shop-layout {
	display:grid;
	grid-template-columns:minmax(0,1fr) minmax(260px,320px);
	gap:clamp(24px,3vw,42px);
	align-items:start
}

.sml-shop-results {
	min-width:0
}

.sml-filter-panel {
	position:sticky;
	top:110px;
	padding:24px;
	border:1px solid var(--sml-line);
	border-radius:var(--sml-radius);
	background:#fff;
	box-shadow:var(--sml-shadow)
}

.sml-filter-panel .sml-widget {
	margin:0 0 22px;
	padding:0;
	border:0
}

.sml-filter-panel .sml-widget:last-child {
	margin-bottom:0
}

.sml-filter-panel .sml-widget-title {
	font-size:1.05rem
}

.sml-filter-panel select,.sml-filter-panel input {
	max-width:100%
}

.woocommerce ul.products.columns-5 {
	grid-template-columns:repeat(5,minmax(0,1fr))!important
}

@media(max-width:1200px) {
	.woocommerce ul.products.columns-5 {
		grid-template-columns:repeat(4,minmax(0,1fr))!important
	}
}

@media(max-width:960px) {
	.sml-home-hero-grid,.sml-shop-layout {
		grid-template-columns:1fr
	}
	.sml-filter-panel {
		position:static;
		order:-1
	}
	.woocommerce ul.products.columns-5 {
		grid-template-columns:repeat(3,minmax(0,1fr))!important
	}
}

@media(max-width:640px) {
	.sml-home-visual {
		min-height:250px
	}
	.woocommerce ul.products.columns-5 {
		grid-template-columns:repeat(2,minmax(0,1fr))!important
	}
}

/* Editor/block presentation enhancements. */
.wp-block-group.is-style-shopmarkaz-soft-panel {
	padding:clamp(24px,4vw,48px);
	border:1px solid var(--sml-line);
	border-radius:var(--sml-radius);
	background:var(--sml-bg)
}

.sml-entry-footer {
	margin-top:28px;
	padding-top:18px;
	border-top:1px solid var(--sml-line);
	color:var(--sml-muted);
	font-size:.9rem
}

.sml-tags-label {
	margin-right:8px;
	font-weight:700;
	color:var(--sml-ink)
}

.sml-tags a {
	text-decoration:underline;
	text-underline-offset:3px
}

/* WordPress.org Theme Unit Test and core content coverage. */
.sml-entry-content {
	overflow-wrap:anywhere;
	word-break:normal
}

.sml-entry-content a:not(.wp-element-button):not(.sml-button),.comment-content a {
	text-decoration:underline;
	text-underline-offset:.15em
}

.sml-entry-content ul,.sml-entry-content ol,.comment-content ul,.comment-content ol {
	margin:0 0 1.5em 1.4em;
	padding:0
}

.sml-entry-content li>ul,.sml-entry-content li>ol,.comment-content li>ul,.comment-content li>ol {
	margin-bottom:0
}

.sml-entry-content dl {
	margin:0 0 1.5em
}

.sml-entry-content dt {
	font-weight:700
}

.sml-entry-content dd {
	margin:0 0 1em 1.5em
}

.sml-entry-content pre,.comment-content pre {
	max-width:100%;
	overflow:auto;
	padding:18px;
	border:1px solid var(--sml-line);
	border-radius:10px;
	background:#f3f6f8;
	white-space:pre-wrap;
	word-wrap:break-word
}

.sml-entry-content code,.comment-content code {
	padding:.12em .3em;
	border-radius:4px;
	background:#f3f6f8;
	font-family:Consolas,Monaco,monospace
}

.sml-entry-content pre code,.comment-content pre code {
	padding:0;
	background:transparent
}

.sml-entry-content address {
	margin:0 0 1.5em;
	font-style:italic
}

.sml-entry-content hr {
	height:1px;
	margin:2em 0;
	border:0;
	background:var(--sml-line)
}

.sml-entry-content figure {
	max-width:100%;
	margin:0 0 1.5em
}

.sml-entry-content figcaption,.wp-caption-text,.gallery-caption {
	margin-top:.55em;
	color:var(--sml-muted);
	font-size:.875rem;
	line-height:1.5
}

.wp-caption {
	max-width:100%
}

.wp-caption img {
	display:block
}

.gallery {
	display:grid;
	gap:16px;
	margin:0 0 1.5em
}

.gallery-item {
	min-width:0;
	margin:0
}

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

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

.gallery-columns-4,.gallery-columns-5,.gallery-columns-6,.gallery-columns-7,.gallery-columns-8,.gallery-columns-9 {
	grid-template-columns:repeat(4,minmax(0,1fr))
}

.alignleft {
	float:left;
	margin:0 1.5em 1em 0
}

.alignright {
	float:right;
	margin:0 0 1em 1.5em
}

.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto
}

.alignwide {
	width:min(1200px,calc(100vw - 48px));
	max-width:none;
	margin-left:50%;
	transform:translateX(-50%)
}

.alignfull {
	width:100vw;
	max-width:none;
	margin-left:50%;
	transform:translateX(-50%)
}

.sticky {
	position:relative
}

.bypostauthor {
	position:relative
}

.sml-entry-content:after,.comment-content:after {
	display:table;
	clear:both;
	content:""
}

.sml-entry-content input:not([type="checkbox"]):not([type="radio"]),.sml-entry-content select,.sml-entry-content textarea,.comment-form input:not([type="checkbox"]):not([type="radio"]),.comment-form textarea {
	width:100%;
	max-width:100%;
	padding:11px 13px;
	border:1px solid #b9c9d5;
	border-radius:8px;
	background:#fff;
	color:var(--sml-ink);
	font:inherit
}

.sml-entry-content button,.sml-entry-content input[type="button"],.sml-entry-content input[type="reset"],.sml-entry-content input[type="submit"],.comment-form input[type="submit"] {
	min-height:44px;
	padding:10px 18px;
	border:1px solid var(--sml-primary);
	border-radius:9px;
	background:var(--sml-primary);
	color:#fff;
	cursor:pointer;
	font:inherit;
	font-weight:700
}

.sml-entry-content fieldset {
	min-width:0;
	margin:0 0 1.5em;
	padding:18px;
	border:1px solid var(--sml-line)
}

.sml-entry-content legend {
	padding:0 .4em;
	font-weight:700
}

.sml-entry-content table,.comment-content table {
	display:table;
	width:100%;
	max-width:100%;
	margin:0 0 1.5em;
	border-collapse:collapse
}

.sml-entry-content th,.sml-entry-content td,.comment-content th,.comment-content td {
	padding:10px;
	border:1px solid var(--sml-line);
	vertical-align:top;
	text-align:left
}

.comment-list {
	margin:0 0 2em;
	padding:0;
	list-style:none
}

.comment-list .children {
	margin-left:1.5em;
	list-style:none
}

.comment-body {
	margin-bottom:20px;
	padding:20px;
	border:1px solid var(--sml-line);
	border-radius:12px
}

.comment-meta {
	margin-bottom:12px;
	color:var(--sml-muted);
	font-size:.875rem
}

.comment-author .avatar {
	float:left;
	margin-right:10px;
	border-radius:50%
}

.comment-reply-link {
	display:inline-block;
	margin-top:8px
}

.post-navigation,.posts-navigation,.comments-navigation {
	margin:24px 0
}

.post-navigation .nav-links,.posts-navigation .nav-links,.comments-navigation .nav-links {
	display:flex;
	justify-content:space-between;
	gap:20px
}

.nav-previous,.nav-next {
	min-width:0;
	overflow-wrap:anywhere
}

.nav-next {
	text-align:right
}

.sml-entry-content .wp-block-cover,.sml-entry-content .wp-block-media-text,.sml-entry-content .wp-block-columns {
	margin-bottom:1.5em
}

.sml-entry-content .wp-block-image img {
	height:auto
}

.sml-entry-content .wp-block-table {
	overflow-x:auto
}

.sml-entry-content .wp-block-table table {
	margin-bottom:0
}

.sml-entry-content .wp-block-quote {
	margin-left:0;
	margin-right:0
}

.sml-entry-content .wp-block-pullquote {
	padding:2em 0
}

.sml-entry-content .wp-block-button {
	margin-bottom:1em
}

@media(max-width:700px) {
	.alignleft,.alignright {
		float:none;
		display:block;
		margin:0 auto 1.25em
	}
	.alignwide,.alignfull {
		width:100%;
		margin-left:0;
		transform:none
	}
	.gallery-columns-3,.gallery-columns-4,.gallery-columns-5,.gallery-columns-6,.gallery-columns-7,.gallery-columns-8,.gallery-columns-9 {
		grid-template-columns:repeat(2,minmax(0,1fr))
	}
	.post-navigation .nav-links,.posts-navigation .nav-links,.comments-navigation .nav-links {
		display:block
	}
	.nav-next {
		margin-top:14px;
		text-align:left
	}
}

/* Calendar widget */
.sml-widget #wp-calendar, .sml-widget .wp-calendar-table, .sml-site-footer #wp-calendar, .sml-site-footer .wp-calendar-table {
	width:100%;
	margin:0;
	border-collapse:collapse;
	table-layout:fixed
}

.sml-widget #wp-calendar caption, .sml-widget .wp-calendar-table caption, .sml-site-footer #wp-calendar caption, .sml-site-footer .wp-calendar-table caption {
	margin-bottom:.75rem;
	font-weight:700;
	text-align:left
}

.sml-widget #wp-calendar th, .sml-widget #wp-calendar td, .sml-widget .wp-calendar-table th, .sml-widget .wp-calendar-table td, .sml-site-footer #wp-calendar th, .sml-site-footer #wp-calendar td, .sml-site-footer .wp-calendar-table th, .sml-site-footer .wp-calendar-table td {
	padding:.45rem .25rem;
	border:1px solid var(--sml-line);
	text-align:center
}

.sml-widget .wp-calendar-nav, .sml-site-footer .wp-calendar-nav {
	display:flex;
	justify-content:space-between;
	gap:.75rem;
	margin-top:.75rem
}


/* 1.9.6 premium storefront presentation. */
.sml-site-header{box-shadow:0 6px 24px rgba(7,29,52,.05)}
.sml-header-inner{min-height:84px}
.sml-site-title{font-size:1.55rem;font-weight:900}.sml-site-title a{letter-spacing:-.045em}
.sml-primary-menu a{font-weight:750}.sml-header-link{border-color:#d9e1e8;background:#fff}
.sml-commerce-bar{background:#fff;border-top:1px solid #edf1f5;border-bottom:1px solid #edf1f5}.sml-commerce-bar-inner{min-height:62px}
.sml-product-search .search-field{min-height:44px;border-radius:999px 0 0 999px;padding-left:18px}.sml-product-search button{min-height:44px;border-radius:0 999px 999px 0;background:#0b2a4a}
.sml-market-hero{padding:22px 0 26px;background:#f5f7fa}.sml-market-shell{grid-template-columns:minmax(215px,250px) minmax(0,1fr) minmax(210px,245px);gap:16px}
.sml-market-categories,.sml-market-side,.sml-market-banner{border-color:#e3e8ee;box-shadow:0 10px 32px rgba(7,29,52,.06)}
.sml-market-categories h2{padding:11px 12px;margin:-5px -5px 10px;border-radius:11px;background:linear-gradient(135deg,#d99a1b,#eab84f);color:#fff}.sml-market-categories h2 span{color:#fff}
.sml-market-banner{min-height:430px;background:linear-gradient(115deg,#071d34 0%,#0b2a4a 52%,#173e65 100%);color:#fff}.sml-market-banner:before{background:rgba(217,154,27,.22)}
.sml-market-kicker{background:rgba(217,154,27,.15);color:#f2bd55}.sml-market-banner h1{color:#fff}.sml-market-banner-copy>p{color:#d6e1eb}.sml-market-banner .sml-button{border-color:#d99a1b;background:#d99a1b;color:#071d34!important}.sml-market-banner .sml-button--outline{border-color:rgba(255,255,255,.55);background:transparent;color:#fff!important}.sml-market-banner .sml-button--outline:hover{background:#fff;color:#071d34!important}
.sml-market-art{height:310px;background:linear-gradient(145deg,#f7f4ed,#e9edf2);box-shadow:0 18px 40px rgba(0,0,0,.18)}.sml-market-art span{border-radius:22px 22px 8px 8px;box-shadow:0 12px 24px rgba(7,29,52,.12)}.sml-market-art span:nth-child(1){background:#d99a1b}.sml-market-art span:nth-child(2){background:#0b2a4a}.sml-market-art span:nth-child(3){background:#fff}
.sml-market-spotlight{box-shadow:0 18px 40px rgba(0,0,0,.22)}.sml-market-side{background:#fff}.sml-welcome-icon{background:#0b2a4a}.sml-welcome-card>a{background:#0b2a4a}.sml-side-promo{background:linear-gradient(145deg,#0b2a4a,#173e65)}
.sml-market-services{box-shadow:0 8px 24px rgba(7,29,52,.04)}.sml-market-services .sml-container>div>span{background:#fff5df;color:#b97909}.sml-market-services strong{color:#071d34}
.sml-market-section{padding:60px 0 78px}.sml-market-heading span{color:#b97909}.sml-market-product-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:16px}.sml-market-product{border-radius:16px}.sml-market-product-image{background:#f7f8fa}.sml-market-product-image img{object-fit:contain}.sml-market-product-price{color:#0b2a4a}.sml-market-product-action{display:inline-flex;padding:8px 12px;border-radius:8px;background:#0b2a4a;color:#fff}.sml-market-product-action:hover{background:#071d34;color:#fff}
.sml-empty-catalog{padding:42px;border:1px dashed #cad4de;border-radius:18px;background:#f8fafc;text-align:center}.sml-empty-catalog strong{display:block;margin-bottom:7px;font-size:1.25rem}.sml-empty-catalog p{margin:0;color:var(--sml-muted)}
.sml-home-content{padding-top:0}.sml-home-content .sml-entry:has(.sml-entry-content:empty){display:none}
@media(max-width:1400px){.sml-market-shell{grid-template-columns:220px minmax(0,1fr)}.sml-market-side{grid-column:1/-1;grid-template-columns:1fr 1.4fr 1fr;grid-template-rows:auto;align-items:stretch}.sml-market-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:1180px){.sml-header-inner{min-height:78px}.sml-site-navigation{top:78px}.sml-market-shell{grid-template-columns:1fr}.sml-market-categories{display:none}.sml-market-side{grid-template-columns:1fr 1fr}.sml-side-benefits{display:none}.sml-market-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.sml-market-banner{grid-template-columns:1fr;padding:34px 26px}.sml-market-spotlight,.sml-market-art{min-height:240px;height:240px;margin-top:18px}.sml-market-side{grid-template-columns:1fr}.sml-market-services>.sml-container{grid-template-columns:repeat(2,1fr)}.sml-market-services .sml-container>div:nth-child(2){border-right:0}.sml-market-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:480px){.sml-market-banner h1{font-size:2.35rem}.sml-market-services>.sml-container{grid-template-columns:1fr}.sml-market-services .sml-container>div{border-right:0;border-bottom:1px solid var(--sml-line)}.sml-market-product-grid{grid-template-columns:1fr}}

/* 1.9.6 final luxury storefront polish. */
.sml-market-hero{padding:24px 0 30px;background:linear-gradient(180deg,#f5f7fa 0%,#fff 100%)}
.sml-market-shell{grid-template-columns:minmax(220px,255px) minmax(0,1fr);gap:18px;align-items:stretch}
.sml-market-banner{min-height:500px;padding:50px 52px;grid-template-columns:minmax(0,.95fr) minmax(320px,.85fr);border-radius:20px;overflow:hidden;background:radial-gradient(circle at 78% 22%,rgba(231,174,65,.18),transparent 28%),linear-gradient(118deg,#041426 0%,#092844 52%,#102d4c 100%);box-shadow:0 22px 55px rgba(5,24,44,.16)}
.sml-market-banner:after{content:"";position:absolute;right:-90px;bottom:-140px;width:360px;height:360px;border:1px solid rgba(231,174,65,.16);border-radius:50%;box-shadow:0 0 0 48px rgba(231,174,65,.035),0 0 0 96px rgba(231,174,65,.02);pointer-events:none}
.sml-market-banner-copy{position:relative;z-index:2;align-self:center}
.sml-market-kicker{display:inline-flex;padding:9px 13px;border:1px solid rgba(234,184,79,.3);border-radius:999px;background:rgba(234,184,79,.1);color:#efbd55;font-size:.72rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.sml-market-banner h1{max-width:650px;margin:20px 0 16px;font-size:clamp(2.7rem,4.5vw,4.8rem);line-height:.98;letter-spacing:-.055em}
.sml-market-banner-copy>p{max-width:610px;font-size:1.05rem;line-height:1.75;color:#d9e4ee}
.sml-hero-actions{margin-top:28px;gap:12px}.sml-market-banner .sml-button{min-height:48px;padding:13px 20px;border-radius:10px;font-weight:900}
.sml-market-spotlight{position:relative;z-index:2;align-self:center;min-height:355px;border:1px solid rgba(255,255,255,.13);border-radius:22px;background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(242,245,248,.96));box-shadow:0 26px 55px rgba(0,0,0,.28)}
.sml-market-spotlight img{width:100%;height:330px;object-fit:contain;padding:22px;filter:drop-shadow(0 18px 24px rgba(7,29,52,.18))}.sml-market-spotlight span{left:18px;right:18px;bottom:16px;padding:12px 14px;border-radius:10px;background:rgba(4,20,38,.92);font-weight:800}
.sml-market-categories{padding:12px;border-radius:18px;background:#fff}.sml-market-categories h2{padding:13px 14px;border-radius:11px;background:linear-gradient(135deg,#d59416,#f0c15b);box-shadow:0 8px 18px rgba(213,148,22,.18)}.sml-market-categories li a{min-height:49px;padding:11px 8px;border-bottom:1px solid #eef2f5;font-weight:750}.sml-market-categories li a:hover{padding-left:12px;color:#9a6509;background:#fffaf0}.sml-market-all{display:inline-flex;margin-top:10px;font-weight:900;color:#0b2a4a}
.sml-market-services{border-top:1px solid #e9eef3;border-bottom:1px solid #e9eef3;background:#fff}.sml-market-services>.sml-container{min-height:82px}.sml-market-services .sml-container>div>span{width:42px;height:42px;border-radius:50%;background:#fff6e4;color:#a96d08;font-size:1.05rem}
.sml-lux-categories{padding:56px 0 10px;background:#fff}.sml-lux-category-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:16px}.sml-lux-category{display:flex;min-width:0;flex-direction:column;align-items:center;padding:18px 12px;border:1px solid #e6ebf0;border-radius:18px;background:#fff;color:#071d34;text-align:center;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.sml-lux-category:hover{transform:translateY(-4px);border-color:#e2bc72;box-shadow:0 18px 36px rgba(7,29,52,.09);color:#071d34}.sml-lux-category-media{display:grid;width:112px;height:112px;place-items:center;margin-bottom:14px;overflow:hidden;border-radius:50%;background:linear-gradient(145deg,#f8f9fb,#eef2f5)}.sml-lux-category-media img{width:100%;height:100%;object-fit:cover}.sml-lux-category-media>span{font-size:1.8rem;color:#c78913}.sml-lux-category strong{font-size:.95rem}.sml-lux-category small{margin-top:4px;color:#788897;font-size:.76rem}
.sml-market-section{padding-top:48px;background:#fff}.sml-market-heading{margin-bottom:22px}.sml-market-heading h2{font-size:clamp(1.8rem,2.6vw,2.5rem);letter-spacing:-.035em}.sml-market-heading>a{font-weight:850;color:#0b2a4a}.sml-market-product{overflow:hidden;border:1px solid #e5eaf0;box-shadow:0 8px 22px rgba(7,29,52,.045);transition:transform .2s ease,box-shadow .2s ease}.sml-market-product:hover{transform:translateY(-5px);box-shadow:0 18px 38px rgba(7,29,52,.1)}.sml-market-product-image{min-height:205px;padding:12px}.sml-market-product-image img{height:190px}.sml-market-product-image>span{top:12px;left:12px;border-radius:999px;background:#d99819}.sml-market-product-body{padding:15px}.sml-market-product-title{min-height:42px;font-weight:850}.sml-market-product-price{margin:7px 0 12px;font-size:1rem;font-weight:900}.sml-market-product-action{width:100%;justify-content:center;min-height:40px;align-items:center;border-radius:9px;font-size:.82rem;font-weight:850}
@media(max-width:1400px){.sml-market-shell{grid-template-columns:220px minmax(0,1fr)}.sml-market-side{display:none}.sml-lux-category-grid{grid-template-columns:repeat(6,minmax(120px,1fr))}.sml-market-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:1180px){.sml-market-shell{grid-template-columns:1fr}.sml-market-categories{display:none}.sml-market-banner{grid-template-columns:1fr 320px;padding:42px}.sml-lux-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.sml-market-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.sml-market-banner{grid-template-columns:1fr;min-height:0;padding:34px 26px}.sml-market-banner h1{font-size:clamp(2.5rem,11vw,3.55rem)}.sml-market-spotlight{min-height:270px;margin-top:20px}.sml-market-spotlight img{height:250px}.sml-lux-categories{padding-top:40px}.sml-lux-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sml-market-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:480px){.sml-lux-category-media{width:92px;height:92px}.sml-market-product-grid{grid-template-columns:1fr}}

/* ==========================================================
   ShopMarkaz Pro 2.0 — premium storefront presentation layer
   ========================================================== */
.shopmarkaz-pro{--smp-gold:#d9a53a;--smp-gold-soft:#f7ecd1;--smp-navy:#071d34;--smp-navy-2:#0b2a4a;--smp-card-shadow:0 18px 44px rgba(7,29,52,.09)}
.shopmarkaz-pro.smp-static-header .sml-site-header{position:relative;top:auto}
.smp-topbar{background:var(--smp-navy);color:#dbe6ef;font-size:.78rem}.smp-topbar-inner{display:flex;align-items:center;justify-content:space-between;min-height:36px;gap:18px}.smp-topbar a{color:#f3d28c;font-weight:700;white-space:nowrap}.smp-topbar a:hover{color:#fff}
.smp-header-compact .sml-header-inner{min-height:66px}.smp-header-luxury .sml-header-inner{min-height:88px}.smp-header-luxury .sml-site-title{font-size:1.55rem}.smp-header-luxury .sml-primary-menu a{font-size:.94rem}.smp-commerce-bar{border-top:1px solid rgba(223,232,240,.8);box-shadow:0 6px 20px rgba(7,29,52,.025)}
.smp-cart-link{background:var(--smp-navy);border-color:var(--smp-navy);color:#fff!important}.smp-cart-link:hover{background:#102f50;color:#fff!important}.smp-cart-link .sml-cart-count{background:var(--smp-gold);color:#1e2934}
.sml-primary-menu>li>a{position:relative}.sml-primary-menu>li>a:after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:2px;background:var(--smp-gold);transition:right .22s ease}.sml-primary-menu>li>a:hover:after,.sml-primary-menu>.current-menu-item>a:after{right:0}
.sml-primary-menu .menu-item-has-children>.sub-menu{padding:14px;min-width:245px;border-top:3px solid var(--smp-gold);box-shadow:0 22px 58px rgba(7,29,52,.14)}

.smp-hero{position:relative;overflow:hidden;padding:38px 0 58px;background:linear-gradient(180deg,#f7f9fc 0,#fff 72%)}.smp-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 78% 20%,rgba(217,165,58,.12),transparent 28%),radial-gradient(circle at 22% 0,rgba(11,42,74,.08),transparent 25%);pointer-events:none}.smp-hero-shell{position:relative;display:grid;grid-template-columns:minmax(210px,260px) 1fr;gap:18px}.smp-category-panel{overflow:hidden;border:1px solid var(--sml-line);border-radius:18px;background:#fff;box-shadow:0 12px 34px rgba(7,29,52,.06)}.smp-category-heading{display:flex;align-items:center;gap:10px;padding:16px 18px;background:var(--smp-navy);color:#fff}.smp-category-heading span{color:var(--smp-gold)}.smp-category-panel ul{margin:0;padding:7px 0;list-style:none}.smp-category-panel li{margin:0}.smp-category-panel li a{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 16px;color:var(--sml-ink);font-size:.9rem;border-bottom:1px solid #eef2f5}.smp-category-panel li:last-child a{border-bottom:0}.smp-category-panel li a:hover{padding-left:20px;background:#faf7ef;color:var(--smp-navy)}.smp-category-panel li b{color:#9aaaba;font-size:1.2rem}.smp-category-all{display:block;padding:14px 16px;border-top:1px solid var(--sml-line);color:var(--smp-navy);font-weight:800;font-size:.86rem}
.smp-hero-main{position:relative;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);align-items:center;min-height:500px;overflow:hidden;border-radius:24px;padding:clamp(38px,5vw,78px);background:linear-gradient(130deg,var(--smp-navy) 0%,#0b2a4a 52%,#123a60 100%);box-shadow:0 30px 76px rgba(7,29,52,.18)}.smp-hero-main:after{content:"";position:absolute;width:560px;height:560px;right:-190px;top:-200px;border-radius:50%;background:radial-gradient(circle,rgba(217,165,58,.24),rgba(217,165,58,0) 66%)}.smp-hero-copy{position:relative;z-index:2;max-width:760px}.smp-kicker{display:inline-flex;align-items:center;gap:9px;margin-bottom:16px;color:#f1ca76;font-size:.76rem;font-weight:850;letter-spacing:.09em;text-transform:uppercase}.smp-kicker:before{content:"";width:28px;height:2px;background:var(--smp-gold)}.smp-hero-copy h1{max-width:800px;margin-bottom:16px;color:#fff;font-size:clamp(2.35rem,4.1vw,4.8rem);line-height:1.03;letter-spacing:-.045em}.smp-hero-copy>p{max-width:680px;color:#c7d5e1;font-size:1.04rem}.smp-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:27px}.smp-button-gold{background:var(--smp-gold)!important;border-color:var(--smp-gold)!important;color:#182433!important;box-shadow:0 10px 26px rgba(217,165,58,.22)!important}.smp-button-gold:hover{background:#e4b852!important;border-color:#e4b852!important}.smp-button-ghost{background:transparent!important;border-color:rgba(255,255,255,.34)!important;color:#fff!important;box-shadow:none!important}.smp-button-ghost:hover{background:rgba(255,255,255,.08)!important;border-color:#fff!important}.smp-trust-row{display:flex;flex-wrap:wrap;gap:18px;margin-top:26px;color:#b9c9d7;font-size:.8rem;font-weight:700}.smp-trust-row span:before{content:"✓";display:inline-grid;place-items:center;width:18px;height:18px;margin-right:6px;border-radius:50%;background:rgba(217,165,58,.14);color:#f0c86f}
.smp-hero-product{position:relative;z-index:2;justify-self:end;width:min(100%,390px);padding:18px;border:1px solid rgba(255,255,255,.16);border-radius:22px;background:rgba(255,255,255,.09);backdrop-filter:blur(8px);color:#fff;box-shadow:0 22px 52px rgba(0,0,0,.18)}.smp-hero-product:hover{transform:translateY(-4px);color:#fff}.smp-hero-product-media{display:grid;place-items:center;aspect-ratio:1/1;overflow:hidden;border-radius:16px;background:#f8f5ee}.smp-hero-product-media img{width:100%;height:100%;object-fit:contain}.smp-hero-product-meta{display:flex;flex-direction:column;gap:3px;padding:14px 3px 2px}.smp-hero-product-meta small{color:#f2ca75;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.smp-hero-product-meta strong{color:#fff;font-size:1.05rem}.smp-hero-product-meta b{color:#fff}.smp-hero-art{position:relative;z-index:2;min-height:350px}.smp-hero-art span{position:absolute;border-radius:28px;background:linear-gradient(145deg,#f4dfad,#d4a745);box-shadow:0 24px 56px rgba(0,0,0,.16)}.smp-hero-art span:nth-child(1){width:210px;height:270px;right:30px;bottom:25px;transform:rotate(8deg)}.smp-hero-art span:nth-child(2){width:160px;height:200px;right:175px;bottom:48px;background:linear-gradient(145deg,#f7f9fb,#bdc9d4);transform:rotate(-10deg)}.smp-hero-art span:nth-child(3){width:120px;height:120px;right:85px;top:18px;border-radius:50%;background:linear-gradient(145deg,#183f65,#071d34);border:13px solid #d4a745}.smp-hero-art span:nth-child(4){width:80px;height:180px;right:235px;top:25px;background:linear-gradient(145deg,#d7b55d,#8a6a23)}
.smp-benefits{position:relative;margin-top:-22px;z-index:3}.smp-benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;border:1px solid var(--sml-line);border-radius:18px;background:#fff;box-shadow:0 18px 46px rgba(7,29,52,.08)}.smp-benefit-grid>div{display:flex;align-items:center;gap:13px;padding:18px 22px;border-right:1px solid var(--sml-line)}.smp-benefit-grid>div:last-child{border-right:0}.smp-benefit-grid>div>span{display:grid;place-items:center;width:38px;height:38px;flex:0 0 38px;border-radius:11px;background:var(--smp-gold-soft);color:#946b16;font-weight:900}.smp-benefit-grid p{display:flex;flex-direction:column;margin:0}.smp-benefit-grid strong{font-size:.9rem}.smp-benefit-grid small{color:var(--sml-muted);font-size:.74rem}
.smp-section{padding:76px 0}.smp-section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:30px}.smp-section-heading span{display:block;margin-bottom:5px;color:#a17722;font-size:.72rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.smp-section-heading h2{margin:0;font-size:clamp(1.8rem,2.8vw,2.7rem)}.smp-section-heading>a{font-weight:800;white-space:nowrap}.smp-category-showcase{background:#fbfcfd}.smp-category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.smp-category-card{overflow:hidden;border:1px solid var(--sml-line);border-radius:18px;background:#fff;color:var(--sml-ink);transition:.25s ease}.smp-category-card:hover{transform:translateY(-5px);border-color:#d6bd86;box-shadow:var(--smp-card-shadow);color:var(--smp-ink)}.smp-category-media{display:grid;place-items:center;aspect-ratio:1.2/1;overflow:hidden;background:linear-gradient(145deg,#f7f5ef,#eef3f7)}.smp-category-media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.smp-category-card:hover img{transform:scale(1.045)}.smp-category-media b{font-size:2.1rem;color:#c59a3b}.smp-category-info{display:flex;flex-direction:column;padding:14px}.smp-category-info strong{font-size:.92rem}.smp-category-info small{color:var(--sml-muted);font-size:.74rem}
.smp-products-section{background:#fff}.smp-product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.smp-product-card{overflow:hidden;border:1px solid var(--sml-line);border-radius:18px;background:#fff;transition:.24s ease}.smp-card-elevated .smp-product-card{box-shadow:0 8px 24px rgba(7,29,52,.05)}.smp-card-elevated .smp-product-card:hover{transform:translateY(-6px);box-shadow:0 20px 48px rgba(7,29,52,.12)}.smp-card-minimal .smp-product-card{border-color:transparent;border-radius:8px}.smp-card-bordered .smp-product-card{border:2px solid #e4e9ee;box-shadow:none}.smp-product-media{position:relative;display:grid;place-items:center;aspect-ratio:1/1;overflow:hidden;background:#f7f8fa}.smp-product-media img{width:100%;height:100%;object-fit:cover;transition:transform .38s ease}.smp-product-card:hover .smp-product-media img{transform:scale(1.045)}.smp-sale-badge{position:absolute;left:12px;top:12px;padding:5px 9px;border-radius:999px;background:var(--smp-navy);color:#fff;font-size:.68rem;font-weight:850;letter-spacing:.05em;text-transform:uppercase}.smp-product-body{padding:15px}.smp-product-title{display:block;min-height:2.7em;color:var(--sml-ink);font-weight:760;line-height:1.35}.smp-product-price{margin-top:8px;color:var(--smp-navy);font-weight:850}.smp-product-price del{color:#8c9aa7;font-weight:600}.smp-product-price ins{text-decoration:none}.smp-product-link{display:inline-block;margin-top:11px;font-size:.78rem;font-weight:800}
.smp-sale-section{padding-top:10px}.smp-sale-shell{display:grid;grid-template-columns:minmax(250px,.7fr) 1.3fr;gap:26px;padding:34px;border-radius:24px;background:linear-gradient(135deg,#091e35,#0d3154);color:#d4e0ea}.smp-sale-copy{padding:20px}.smp-sale-copy>span{color:#f1ca76;font-size:.72rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.smp-sale-copy h2{margin-top:8px;color:#fff}.smp-sale-copy p{color:#bdcbd7}.smp-sale-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.smp-sale-product{overflow:hidden;border-radius:16px;background:#fff;color:var(--sml-ink)}.smp-sale-product:hover{transform:translateY(-4px);color:var(--sml-ink)}.smp-sale-product>img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover;background:#f7f7f7}.smp-sale-product>span{display:flex;flex-direction:column;padding:11px}.smp-sale-product strong{font-size:.78rem;line-height:1.3}.smp-sale-product b{margin-top:5px;color:var(--smp-navy);font-size:.82rem}
.smp-site-footer{background:linear-gradient(180deg,#081f3a,#06172a)}.smp-footer-grid{grid-template-columns:1.25fr repeat(4,1fr)}.smp-footer-brand{max-width:340px}.smp-footer-bottom>span{color:#cfaa59;font-size:.76rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.is-style-shopmarkaz-luxury-panel{padding:clamp(24px,4vw,52px);border:1px solid #d8c493;border-radius:20px;background:linear-gradient(145deg,#fff,#fbf8f0);box-shadow:0 18px 44px rgba(7,29,52,.07)}

/* WooCommerce Pro presentation */
.shopmarkaz-pro.woocommerce ul.products li.product,.shopmarkaz-pro .woocommerce ul.products li.product{overflow:hidden;border:1px solid var(--sml-line);border-radius:var(--sml-radius);background:#fff;transition:.24s ease}.shopmarkaz-pro.woocommerce ul.products li.product:hover,.shopmarkaz-pro .woocommerce ul.products li.product:hover{transform:translateY(-5px);box-shadow:var(--smp-card-shadow)}.shopmarkaz-pro.woocommerce ul.products li.product a img,.shopmarkaz-pro .woocommerce ul.products li.product a img{aspect-ratio:1/1;object-fit:cover;background:#f7f8fa}.shopmarkaz-pro.woocommerce span.onsale,.shopmarkaz-pro .woocommerce span.onsale{min-width:auto;min-height:auto;line-height:1.2;padding:7px 10px;border-radius:999px;background:var(--smp-navy);font-size:.68rem}.shopmarkaz-pro .woocommerce div.product .product_title{font-size:clamp(2rem,3vw,3.4rem)}.shopmarkaz-pro .woocommerce div.product p.price,.shopmarkaz-pro .woocommerce div.product span.price{color:var(--smp-navy);font-weight:850}.shopmarkaz-pro .woocommerce div.product form.cart .button{background:var(--smp-navy);border-color:var(--smp-navy)}

@media(max-width:1320px){.smp-hero-shell{grid-template-columns:220px 1fr}.smp-hero-main{grid-template-columns:1fr 310px;padding:44px}.smp-category-grid{grid-template-columns:repeat(3,1fr)}.smp-product-grid{grid-template-columns:repeat(4,1fr)}.smp-sale-grid{grid-template-columns:repeat(2,1fr)}.smp-footer-grid{grid-template-columns:1.2fr repeat(2,1fr)}}
@media(max-width:1020px){.smp-topbar-inner{justify-content:center}.smp-topbar a{display:none}.smp-hero-shell{grid-template-columns:1fr}.smp-category-panel{display:none}.smp-hero-main{grid-template-columns:1fr .72fr;min-height:460px}.smp-benefit-grid{grid-template-columns:repeat(2,1fr)}.smp-benefit-grid>div:nth-child(2){border-right:0}.smp-benefit-grid>div:nth-child(-n+2){border-bottom:1px solid var(--sml-line)}.smp-product-grid{grid-template-columns:repeat(3,1fr)}.smp-sale-shell{grid-template-columns:1fr}.smp-footer-grid{grid-template-columns:repeat(2,1fr)}.smp-footer-brand{max-width:none}}
@media(max-width:760px){.smp-topbar{display:none}.smp-hero{padding:18px 0 38px}.smp-hero-main{grid-template-columns:1fr;min-height:0;padding:34px 24px}.smp-hero-copy h1{font-size:clamp(2.2rem,11vw,3.2rem)}.smp-hero-product{justify-self:stretch;width:100%;margin-top:28px}.smp-hero-product-media{aspect-ratio:1.25/1}.smp-benefits{margin-top:-14px}.smp-benefit-grid{grid-template-columns:1fr}.smp-benefit-grid>div{border-right:0;border-bottom:1px solid var(--sml-line)}.smp-benefit-grid>div:last-child{border-bottom:0}.smp-section{padding:54px 0}.smp-section-heading{align-items:flex-start}.smp-section-heading>a{font-size:.82rem}.smp-category-grid{grid-template-columns:repeat(2,1fr)}.smp-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.smp-product-body{padding:12px}.smp-sale-shell{padding:22px}.smp-sale-copy{padding:6px}.smp-sale-grid{grid-template-columns:repeat(2,1fr)}.smp-footer-grid{grid-template-columns:1fr}}
@media(max-width:420px){.smp-hero-main{padding:28px 18px}.smp-category-grid{grid-template-columns:1fr 1fr}.smp-product-grid{grid-template-columns:1fr 1fr}.smp-sale-grid{grid-template-columns:1fr 1fr}.smp-trust-row{gap:10px}.smp-section-heading{display:block}.smp-section-heading>a{display:inline-block;margin-top:9px}}

/* Respect the Pro catalogue column control while retaining mobile safeguards. */
.shopmarkaz-pro .woocommerce .sml-shop-results ul.products.columns-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.shopmarkaz-pro .woocommerce .sml-shop-results ul.products.columns-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.shopmarkaz-pro .woocommerce .sml-shop-results ul.products.columns-5{grid-template-columns:repeat(5,minmax(0,1fr))!important}.shopmarkaz-pro .woocommerce .sml-shop-results ul.products.columns-6{grid-template-columns:repeat(6,minmax(0,1fr))!important}
@media(max-width:1500px){.shopmarkaz-pro .woocommerce .sml-shop-results ul.products.columns-5,.shopmarkaz-pro .woocommerce .sml-shop-results ul.products.columns-6{grid-template-columns:repeat(4,minmax(0,1fr))!important}}
@media(max-width:1180px){.shopmarkaz-pro .woocommerce .sml-shop-results ul.products.columns-4,.shopmarkaz-pro .woocommerce .sml-shop-results ul.products.columns-5,.shopmarkaz-pro .woocommerce .sml-shop-results ul.products.columns-6{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:900px){.shopmarkaz-pro .woocommerce .sml-shop-results ul.products.columns-3,.shopmarkaz-pro .woocommerce .sml-shop-results ul.products.columns-4,.shopmarkaz-pro .woocommerce .sml-shop-results ul.products.columns-5,.shopmarkaz-pro .woocommerce .sml-shop-results ul.products.columns-6{grid-template-columns:repeat(2,minmax(0,1fr))!important}}

/* --------------------------------------------------------------------------
   ShopMarkaz Pro 2.1.0 — Phase 2 Luxury Storefront
   Presentation-only refinements. Site-critical commerce functionality remains
   with WordPress/WooCommerce.
   -------------------------------------------------------------------------- */
:root{--smp-cream:#f7f2e7;--smp-gold-2:#efc666;--smp-midnight:#05172b;--smp-panel:#0b2948;--smp-soft:#f6f8fa}
.shopmarkaz-pro .sml-site-header{box-shadow:0 1px 0 rgba(8,31,58,.08)}
.shopmarkaz-pro.smp-sticky-header .sml-site-header{position:sticky;top:0;z-index:60;background:rgba(255,255,255,.975);backdrop-filter:saturate(140%) blur(12px)}
.admin-bar.shopmarkaz-pro.smp-sticky-header .sml-site-header{top:32px}
.smp-header-luxury .sml-header-inner{padding-top:24px;padding-bottom:24px}.smp-header-luxury .sml-site-title{font-size:clamp(1.6rem,2.2vw,2.2rem)}
.smp-header-compact .sml-header-inner{padding-top:11px;padding-bottom:11px}.smp-header-compact .sml-site-description{display:none}
.smp-commerce-bar{border-top:1px solid #edf0f3;border-bottom:1px solid #e7ebef;background:#fff}.smp-commerce-bar .search-field{height:48px;border-radius:999px 0 0 999px;background:#fafbfc}.smp-commerce-bar button{border-radius:0 999px 999px 0!important;padding-inline:26px!important}

/* Hero variants */
.smp-hero-main{isolation:isolate;overflow:hidden;box-shadow:0 28px 70px rgba(5,23,43,.16)}.smp-hero-main:before{content:"";position:absolute;inset:-30% auto auto 44%;width:55%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(239,198,102,.13),transparent 67%);pointer-events:none}.smp-hero-copy,.smp-hero-product{position:relative;z-index:1}.smp-hero-copy h1{letter-spacing:-.045em;max-width:14ch}.smp-kicker{display:inline-flex;align-items:center;gap:10px}.smp-kicker:before{content:"";width:30px;height:2px;background:var(--smp-gold-2)}
.smp-hero-product{box-shadow:0 26px 58px rgba(0,0,0,.22);transition:transform .28s ease,box-shadow .28s ease}.smp-hero-product:hover{transform:translateY(-7px);box-shadow:0 34px 72px rgba(0,0,0,.28)}.smp-hero-product-media{background:linear-gradient(145deg,#faf7ef,#edf3f5)}
.smp-hero-style-immersive .smp-hero-shell{grid-template-columns:1fr}.smp-hero-style-immersive .smp-category-panel{display:none}.smp-hero-style-immersive .smp-hero-main{min-height:640px;padding:clamp(44px,6vw,92px);grid-template-columns:minmax(0,1.15fr) minmax(300px,.6fr)}.smp-hero-style-immersive .smp-hero-copy h1{font-size:clamp(3.5rem,6vw,6.4rem)}
.smp-hero-style-compact .smp-hero-main{min-height:430px;padding:40px}.smp-hero-style-compact .smp-hero-copy h1{font-size:clamp(2.6rem,4.4vw,4.7rem)}

/* Category editorial treatment */
.smp-category-grid{align-items:stretch}.smp-category-card{position:relative;box-shadow:0 8px 24px rgba(7,29,52,.035)}.smp-category-card:nth-child(1){grid-column:span 2}.smp-category-card:nth-child(1) .smp-category-media{aspect-ratio:2.5/1}.smp-category-info{min-height:74px;justify-content:center}.smp-category-info strong{font-size:1rem}.smp-category-card:nth-child(1) .smp-category-info strong{font-size:1.12rem}

/* More commercial product cards without adding plugin territory. */
.smp-product-card{position:relative}.smp-product-card:focus-within{outline:3px solid rgba(217,165,58,.28);outline-offset:3px}.smp-product-body{display:flex;flex-direction:column;min-height:145px}.smp-product-price{margin-top:auto;padding-top:9px}.smp-product-link{width:max-content;padding-bottom:2px;border-bottom:1px solid currentColor}.smp-product-media:after{content:"View";position:absolute;right:12px;bottom:12px;display:grid;place-items:center;width:46px;height:46px;border-radius:50%;background:rgba(5,23,43,.92);color:#fff;font-size:.68rem;font-weight:800;letter-spacing:.04em;opacity:0;transform:translateY(8px);transition:.22s ease}.smp-product-card:hover .smp-product-media:after,.smp-product-card:focus-within .smp-product-media:after{opacity:1;transform:none}
.smp-image-portrait .smp-product-media,.smp-image-portrait .woocommerce ul.products li.product a img{aspect-ratio:4/5}.smp-image-landscape .smp-product-media,.smp-image-landscape .woocommerce ul.products li.product a img{aspect-ratio:4/3}.smp-image-square .smp-product-media,.smp-image-square .woocommerce ul.products li.product a img{aspect-ratio:1}

/* Premium editorial banner */
.smp-editorial-section{padding-top:14px}.smp-editorial-shell{position:relative;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.8fr);gap:54px;align-items:center;overflow:hidden;min-height:430px;padding:clamp(42px,6vw,80px);border-radius:28px;background:linear-gradient(125deg,#f8f2e4 0%,#fff 48%,#edf3f5 100%);border:1px solid #e7dcc1}.smp-editorial-copy{max-width:720px}.smp-editorial-copy>span{color:#9b701c;font-size:.72rem;font-weight:850;letter-spacing:.11em;text-transform:uppercase}.smp-editorial-copy h2{margin:10px 0 18px;font-size:clamp(2.2rem,4.1vw,4.5rem);line-height:1.02;letter-spacing:-.045em;color:var(--smp-midnight)}.smp-editorial-copy p{max-width:65ch;color:#526170;font-size:1.03rem}.smp-editorial-visual{position:relative;min-height:300px}.smp-editorial-visual span{position:absolute;border-radius:24px;box-shadow:0 24px 50px rgba(5,23,43,.14)}.smp-editorial-visual span:nth-child(1){width:62%;height:84%;right:4%;top:2%;background:linear-gradient(145deg,#0b2b4d,#06192d)}.smp-editorial-visual span:nth-child(2){width:48%;height:70%;left:2%;bottom:0;background:linear-gradient(145deg,#e8bb56,#9c731f)}.smp-editorial-visual span:nth-child(3){width:42%;height:54%;right:15%;bottom:-3%;background:#fff;border:1px solid #e2e7eb}.smp-editorial-visual b{position:absolute;right:17%;top:11%;z-index:2;padding:8px 12px;border-radius:999px;background:#fff;color:#8a6315;font-size:.68rem;letter-spacing:.1em}

/* Home page block content is opt-in in Phase 2; when enabled it receives a proper frame. */
.smp-home-page-content{padding-top:36px;padding-bottom:72px}.smp-home-page-content .sml-entry{padding:clamp(24px,4vw,50px);border:1px solid var(--sml-line);border-radius:22px;background:#fff}

/* WooCommerce archives: editorial header, right-side filters by default, refined toolbar. */
.shopmarkaz-pro .smp-shop-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:34px;align-items:start}.shopmarkaz-pro.smp-shop-sidebar-left .smp-shop-layout{grid-template-columns:310px minmax(0,1fr)}.shopmarkaz-pro.smp-shop-sidebar-left .smp-filter-panel{grid-column:1;grid-row:1}.shopmarkaz-pro.smp-shop-sidebar-left .smp-shop-results{grid-column:2;grid-row:1}.smp-filter-panel{position:sticky;top:170px;padding:24px;border:1px solid var(--sml-line);border-radius:22px;background:linear-gradient(180deg,#fff,#fafbfc);box-shadow:0 12px 32px rgba(5,23,43,.06)}.admin-bar .smp-filter-panel{top:202px}.smp-filter-panel .sml-widget{margin-bottom:26px;padding-bottom:24px;border-bottom:1px solid #e9edf0}.smp-filter-panel .sml-widget:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0}.smp-filter-panel .sml-widget-title{font-size:1rem;letter-spacing:-.01em}.shopmarkaz-pro .woocommerce-products-header{margin-bottom:24px;padding:clamp(28px,4vw,48px);border-radius:22px;background:linear-gradient(125deg,#081f3a,#0d365d);color:#dbe7ef}.shopmarkaz-pro .woocommerce-products-header__title{margin:0;color:#fff;font-size:clamp(2.2rem,4vw,4rem);letter-spacing:-.04em}.shopmarkaz-pro .woocommerce-result-count{color:#667786}.shopmarkaz-pro .woocommerce-ordering select{min-height:44px;padding:0 38px 0 14px;border:1px solid #dce2e7;border-radius:10px;background:#fff}.shopmarkaz-pro .woocommerce-pagination ul.page-numbers{display:flex;gap:7px;border:0}.shopmarkaz-pro .woocommerce-pagination ul.page-numbers li{border:0}.shopmarkaz-pro .woocommerce-pagination .page-numbers a,.shopmarkaz-pro .woocommerce-pagination .page-numbers span{display:grid;place-items:center;min-width:42px;height:42px;border:1px solid #dce2e7;border-radius:10px}.shopmarkaz-pro .woocommerce-pagination .page-numbers.current{background:var(--smp-navy);border-color:var(--smp-navy);color:#fff}

/* Native Woo loop polish. */
.shopmarkaz-pro .woocommerce ul.products{gap:20px}.shopmarkaz-pro .woocommerce ul.products li.product{display:flex;flex-direction:column;padding-bottom:18px}.shopmarkaz-pro .woocommerce ul.products li.product .woocommerce-loop-product__title{padding:13px 16px 0!important;font-size:1rem!important;line-height:1.35}.shopmarkaz-pro .woocommerce ul.products li.product .price{margin:4px 16px 10px!important;color:var(--smp-navy)!important;font-weight:850!important}.shopmarkaz-pro .woocommerce ul.products li.product .button{align-self:flex-start;margin:0 16px!important;padding:10px 14px!important;border-radius:9px!important;background:#081f3a!important;color:#fff!important;font-size:.78rem!important}.shopmarkaz-pro .woocommerce ul.products li.product .added_to_cart{margin:7px 16px 0;font-size:.78rem;font-weight:750}

/* Single product luxury frame. */
.shopmarkaz-pro.single-product .sml-content{padding-top:46px;padding-bottom:72px}.shopmarkaz-pro .woocommerce div.product{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.8fr);column-gap:clamp(34px,5vw,76px);align-items:start}.shopmarkaz-pro .woocommerce div.product div.images,.shopmarkaz-pro .woocommerce div.product div.summary{float:none;width:auto}.shopmarkaz-pro .woocommerce div.product div.images{padding:18px;border:1px solid var(--sml-line);border-radius:24px;background:#fafbfc}.shopmarkaz-pro .woocommerce div.product div.images img{border-radius:14px}.shopmarkaz-pro .woocommerce div.product div.summary{position:sticky;top:170px;padding:10px 0 20px}.admin-bar.shopmarkaz-pro .woocommerce div.product div.summary{top:202px}.shopmarkaz-pro .woocommerce div.product .product_title{line-height:1.02;letter-spacing:-.045em}.shopmarkaz-pro .woocommerce div.product p.price{font-size:1.55rem}.shopmarkaz-pro .woocommerce div.product .woocommerce-product-details__short-description{color:#536472;font-size:1.02rem;line-height:1.75}.shopmarkaz-pro .woocommerce div.product form.cart{display:flex;gap:10px;margin-top:28px}.shopmarkaz-pro .woocommerce div.product form.cart .qty{min-height:48px;border:1px solid #dbe2e7;border-radius:10px}.shopmarkaz-pro .woocommerce div.product form.cart .button{min-height:48px;border-radius:10px;padding-inline:24px}.shopmarkaz-pro .woocommerce div.product .product_meta{padding-top:22px;border-top:1px solid #e7ebee;color:#687887;font-size:.82rem}.shopmarkaz-pro .woocommerce div.product .woocommerce-tabs{grid-column:1/-1;margin-top:44px}.shopmarkaz-pro .woocommerce div.product .woocommerce-tabs ul.tabs{padding:0;border-bottom:1px solid #e2e7eb}.shopmarkaz-pro .woocommerce div.product .woocommerce-tabs ul.tabs:before{display:none}.shopmarkaz-pro .woocommerce div.product .woocommerce-tabs ul.tabs li{border:0;background:none}.shopmarkaz-pro .woocommerce div.product .woocommerce-tabs .panel{padding:28px 0}.shopmarkaz-pro .related.products,.shopmarkaz-pro .upsells.products{grid-column:1/-1;margin-top:46px}

/* Footer: remove the empty-space feeling, surface only real widget areas. */
.smp-site-footer{padding-top:0}.smp-footer-prelude{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:30px 0;border-bottom:1px solid rgba(255,255,255,.12)}.smp-footer-prelude span{color:#d8ad51;font-size:.7rem;font-weight:850;letter-spacing:.12em}.smp-footer-prelude strong{max-width:630px;color:#fff;font-size:clamp(1.35rem,2.4vw,2.2rem);line-height:1.12;text-align:right}.smp-footer-grid{padding-top:46px;padding-bottom:42px}.smp-footer-grid>div:empty{display:none}.smp-footer-brand h2{margin-top:0;font-size:clamp(1.8rem,3vw,2.8rem);letter-spacing:-.035em}.smp-footer-brand p{color:#acbfce;line-height:1.8}.smp-footer-grid h3{color:#fff;font-size:.86rem;letter-spacing:.05em;text-transform:uppercase}.smp-footer-grid a{color:#c8d5df}.smp-footer-grid a:hover{color:#f1c76c}.smp-footer-bottom{padding:22px 0;border-top:1px solid rgba(255,255,255,.11)}.smp-footer-style-compact .smp-footer-prelude{display:none}.smp-footer-style-compact .smp-footer-grid{padding-top:32px;padding-bottom:26px}

/* Better focus visibility in premium interactive surfaces. */
.shopmarkaz-pro a:focus-visible,.shopmarkaz-pro button:focus-visible,.shopmarkaz-pro input:focus-visible,.shopmarkaz-pro select:focus-visible{outline:3px solid #e7b84e;outline-offset:3px}

@media(max-width:1180px){.shopmarkaz-pro .smp-shop-layout,.shopmarkaz-pro.smp-shop-sidebar-left .smp-shop-layout{grid-template-columns:1fr}.shopmarkaz-pro.smp-shop-sidebar-left .smp-filter-panel,.shopmarkaz-pro.smp-shop-sidebar-left .smp-shop-results{grid-column:auto;grid-row:auto}.smp-filter-panel{position:static;order:2}.shopmarkaz-pro .woocommerce div.product{grid-template-columns:1fr 1fr;gap:34px}.shopmarkaz-pro .woocommerce div.product div.summary{position:static}.smp-category-card:nth-child(1){grid-column:span 1}.smp-category-card:nth-child(1) .smp-category-media{aspect-ratio:1.2/1}}
@media(max-width:782px){.admin-bar.shopmarkaz-pro.smp-sticky-header .sml-site-header{top:46px}.smp-editorial-shell{grid-template-columns:1fr;min-height:0;padding:34px 24px}.smp-editorial-visual{min-height:230px}.smp-footer-prelude{align-items:flex-start;flex-direction:column}.smp-footer-prelude strong{text-align:left}.shopmarkaz-pro .woocommerce div.product{display:block}.shopmarkaz-pro .woocommerce div.product div.summary{padding-top:24px}.shopmarkaz-pro .woocommerce div.product form.cart{flex-wrap:wrap}.smp-hero-style-immersive .smp-hero-main{grid-template-columns:1fr;min-height:0;padding:34px 24px}.smp-hero-style-immersive .smp-hero-copy h1{font-size:clamp(2.4rem,11vw,3.4rem)}}
@media(max-width:600px){.smp-commerce-bar .sml-commerce-note{display:none}.smp-commerce-bar .sml-shop-all{font-size:.72rem}.smp-commerce-bar .search-field{height:42px}.smp-editorial-copy h2{font-size:2.25rem}.smp-editorial-visual{min-height:190px}.smp-footer-grid{padding-top:34px}.shopmarkaz-pro .woocommerce-products-header{padding:26px 22px}.shopmarkaz-pro .woocommerce ul.products{gap:12px}.shopmarkaz-pro .woocommerce ul.products li.product .woocommerce-loop-product__title{padding-inline:10px!important;font-size:.88rem!important}.shopmarkaz-pro .woocommerce ul.products li.product .price{margin-inline:10px!important}.shopmarkaz-pro .woocommerce ul.products li.product .button{margin-inline:10px!important;padding:9px 10px!important;font-size:.72rem!important}}


/* 2.1.1 Phase 2.1 corrective polish. */
.smp-shop-layout--full{display:block!important}.smp-shop-layout--full .smp-shop-results{width:100%}
.smp-product-entry{padding:0;border:0;background:transparent;box-shadow:none}
.single-product .smp-product-entry{overflow:visible}
.smp-product-confidence{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:8px 0 26px;padding:14px;border:1px solid #e3e8ec;border-radius:14px;background:#f8fafb}
.smp-product-confidence span{display:flex;align-items:center;gap:7px;color:#536472;font-size:.76rem;font-weight:750;line-height:1.3}
.smp-product-confidence b{display:grid;place-items:center;width:20px;height:20px;flex:0 0 20px;border-radius:50%;background:#fff3d6;color:#9b701c;font-size:.67rem}
.single-product .woocommerce div.product .summary .price{margin-bottom:16px}
.single-product .woocommerce div.product .stock{display:inline-flex;padding:7px 10px;border-radius:999px;background:#eef8f1;color:#277243;font-weight:750;font-size:.76rem}
.single-product .woocommerce div.product .woocommerce-product-rating{margin-bottom:14px}
.single-product .woocommerce div.product form.cart{padding:20px 0;border-top:1px solid #e8ecef;border-bottom:1px solid #e8ecef}
.single-product .woocommerce div.product form.cart .single_add_to_cart_button{background:linear-gradient(135deg,#081f3a,#123d67)!important;box-shadow:0 10px 24px rgba(8,31,58,.16)}
.single-product .woocommerce div.product .woocommerce-tabs{padding:0 clamp(0px,2vw,20px)}
.single-product .related.products>h2,.single-product .upsells.products>h2{font-size:clamp(1.7rem,3vw,2.5rem);letter-spacing:-.035em}
.smp-footer-grid{grid-template-columns:minmax(260px,1.5fr) repeat(4,minmax(150px,1fr));align-items:start}.smp-footer-grid>.smp-footer-brand:only-child{max-width:620px}.smp-footer-column ul{margin:0;padding:0;list-style:none}.smp-footer-column li+li{margin-top:10px}
@media(max-width:1180px){.smp-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.smp-footer-brand{grid-column:1/-1;max-width:720px}}
@media(max-width:600px){.smp-product-confidence{grid-template-columns:1fr}.smp-footer-grid{grid-template-columns:1fr}.smp-footer-brand{grid-column:auto}}


/* 2.1.2 final corrective: full-width archives when no meaningful Shop Sidebar remains. */
.smp-shop-layout--full{grid-template-columns:minmax(0,1fr)!important}
.smp-shop-layout--full .smp-shop-results{grid-column:1/-1}

/* =========================================================
   ShopMarkaz Pro 3.0 — Phase 3/4/5 consolidated presentation
   ========================================================= */
:root{
	--smp-preset-primary:#081f3a;
	--smp-preset-accent:#d9a53a;
	--smp-surface:#fff;
	--smp-soft:#f5f7fb;
	--smp-ink:#17263a;
	--smp-section-space:clamp(64px,7vw,112px);
}
.smp-preset-obsidian,.smp-preset-ivory,.smp-preset-minimal{--sml-primary:var(--smp-preset-primary);--sml-accent:var(--smp-preset-accent)}
.smp-spacing-compact{--smp-section-space:48px}.smp-spacing-balanced{--smp-section-space:72px}.smp-spacing-generous{--smp-section-space:clamp(72px,7vw,120px)}
.smp-section{padding-top:var(--smp-section-space);padding-bottom:var(--smp-section-space)}
.smp-type-compact{font-size:15px}.smp-type-editorial .smp-hero-copy h1{font-size:clamp(3rem,5vw,6rem);line-height:.96;letter-spacing:-.055em}
.smp-type-editorial .smp-section-heading h2{font-size:clamp(2rem,3.2vw,4rem);letter-spacing:-.04em}
.smp-archive-intro{margin:0 0 32px;padding:clamp(30px,4vw,56px);border-radius:calc(var(--sml-radius) + 10px);background:linear-gradient(130deg,var(--smp-preset-primary),color-mix(in srgb,var(--smp-preset-primary) 82%,#000));color:#fff;position:relative;overflow:hidden}
.smp-archive-intro:after{content:"";position:absolute;width:280px;height:280px;right:-80px;top:-120px;border:1px solid rgba(255,255,255,.16);border-radius:50%;box-shadow:0 0 0 44px rgba(255,255,255,.035),0 0 0 88px rgba(255,255,255,.025)}
.smp-archive-intro span,.smp-product-kicker,.smp-related-kicker{display:block;font-size:.72rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:var(--smp-preset-accent)}
.smp-archive-intro h1{margin:.45rem 0 .5rem;color:#fff;font-size:clamp(2.2rem,4vw,4.4rem);line-height:1;letter-spacing:-.045em}.smp-archive-intro p{margin:0;max-width:650px;color:rgba(255,255,255,.75)}
.woocommerce ul.products li.product{position:relative;overflow:visible}.smp-loop-badges{position:absolute;z-index:4;top:14px;left:14px;display:flex;flex-wrap:wrap;gap:6px;pointer-events:none}.smp-loop-badges span{background:rgba(8,31,58,.92);color:#fff;padding:6px 9px;border-radius:999px;font-size:10px;font-weight:800;letter-spacing:.09em;text-transform:uppercase;backdrop-filter:blur(8px)}
.smp-loop-category{margin:0 0 7px;font-size:11px;letter-spacing:.08em;text-transform:uppercase}.smp-loop-category a{color:#7c8797;text-decoration:none}.smp-loop-category a:hover{color:var(--smp-preset-accent)}
.smp-motion-lift .woocommerce ul.products li.product,.smp-motion-lift .smp-product-card{transition:transform .28s ease,box-shadow .28s ease}.smp-motion-lift .woocommerce ul.products li.product:hover,.smp-motion-lift .smp-product-card:hover{transform:translateY(-7px);box-shadow:0 24px 54px rgba(8,31,58,.13)}
.smp-motion-zoom .woocommerce ul.products li.product img,.smp-motion-zoom .smp-product-card img{transition:transform .45s cubic-bezier(.2,.7,.2,1)}.smp-motion-zoom .woocommerce ul.products li.product:hover img,.smp-motion-zoom .smp-product-card:hover img{transform:scale(1.045)}
.smp-density-compact .woocommerce ul.products{gap:18px}.smp-density-compact .woocommerce ul.products li.product{padding-bottom:14px}.smp-density-compact .woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:.95rem}
.single-product div.product{background:var(--smp-surface);border:1px solid rgba(8,31,58,.08);border-radius:calc(var(--sml-radius) + 10px);padding:clamp(20px,3vw,44px);box-shadow:0 20px 70px rgba(8,31,58,.07)}
.smp-product-kicker{margin-bottom:9px}.single-product div.product .summary .product_title{font-size:clamp(2rem,3vw,3.6rem);line-height:1.02;letter-spacing:-.04em}.single-product div.product .summary .price{font-size:1.45rem}.smp-product-purchase-anchor{scroll-margin-top:150px}.single-product .woocommerce-product-gallery{border-radius:calc(var(--sml-radius) + 4px);overflow:hidden;background:var(--smp-soft)}
.single-product .woocommerce-tabs{margin-top:clamp(48px,6vw,90px)}.smp-related-kicker{margin:50px 0 14px}
.smp-sticky-purchase{position:fixed;z-index:999;left:0;right:0;bottom:0;padding:10px 0;background:rgba(255,255,255,.94);border-top:1px solid rgba(8,31,58,.12);box-shadow:0 -16px 40px rgba(8,31,58,.12);backdrop-filter:blur(14px);transform:translateY(110%);transition:transform .25s ease}.smp-sticky-purchase.is-visible{transform:translateY(0)}.smp-sticky-purchase-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}.smp-sticky-product-meta{display:flex;align-items:center;gap:12px;min-width:0}.smp-sticky-product-meta img{width:52px;height:52px;object-fit:cover;border-radius:10px}.smp-sticky-product-meta span{display:flex;flex-direction:column;min-width:0}.smp-sticky-product-meta strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:54vw}.smp-sticky-product-meta small{font-weight:700;color:var(--smp-preset-primary)}
.smp-preset-obsidian{background:#f7f6f3;color:#171717}.smp-preset-obsidian .smp-topbar,.smp-preset-obsidian .smp-hero-main{background:linear-gradient(135deg,#0c0d10,#1a1b20)}.smp-preset-ivory{background:#fffdf8;color:#3d332d}.smp-preset-ivory .smp-hero-main{background:linear-gradient(135deg,#3a2f28,#604b3c)}.smp-preset-minimal .smp-hero-main{background:linear-gradient(135deg,#111827,#334155)}
.is-style-shopmarkaz-soft-panel{background:var(--smp-soft);border-radius:var(--sml-radius);padding:clamp(20px,4vw,48px)}.is-style-shopmarkaz-luxury-panel{background:var(--smp-preset-primary);color:#fff;border-radius:calc(var(--sml-radius) + 8px);padding:clamp(26px,5vw,64px)}
@media(max-width:780px){.smp-sticky-product-meta img{display:none}.smp-sticky-product-meta strong{max-width:42vw}.smp-sticky-purchase .sml-button{font-size:12px;padding:12px 14px}.smp-archive-intro{padding:28px 22px}.single-product div.product{padding:16px}}
@media(prefers-reduced-motion:reduce){.smp-motion-lift .woocommerce ul.products li.product,.smp-motion-lift .smp-product-card,.smp-motion-zoom img,.smp-sticky-purchase{transition:none!important}.smp-motion-lift .woocommerce ul.products li.product:hover,.smp-motion-lift .smp-product-card:hover{transform:none!important}}
\n\n/* 3.1.0 final commercial hardening. */
/* Native WooCommerce owns the sale flash. Pro adds only supplementary New/Sold out labels. */
.smp-loop-badges + .woocommerce-loop-product__link .onsale{z-index:3}

/* Accessibility: respect the visitor's reduced-motion preference globally. */
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior:auto !important; }
	*,*::before,*::after {
		scroll-behavior:auto !important;
		animation-duration:.01ms !important;
		animation-iteration-count:1 !important;
		transition-duration:.01ms !important;
	}
	.smp-product-card:hover .smp-product-media img,
	.smp-motion-zoom .woocommerce ul.products li.product:hover img,
	.smp-motion-zoom .smp-product-card:hover img { transform:none !important; }
}

/* =========================================================
   ShopMarkaz Pro 3.2 — discovery-rich homepage + unified badges
   ========================================================= */
/* One badge system on catalog archives. Native WooCommerce loop sale flash is suppressed in PHP. */
.woocommerce ul.products li.product .smp-loop-badges{top:14px;left:14px}
.woocommerce ul.products li.product .smp-loop-badges span:first-child{background:linear-gradient(135deg,var(--smp-preset-primary),#173f69)}

.smp-rated-section{background:linear-gradient(180deg,#fbfcfe,#f3f6fa)}
.smp-rated-grid .smp-product-card{background:#fff}
.smp-rating{min-height:20px;margin:0 0 7px}.smp-rating .star-rating{float:none;margin:0;color:#b98520;font-size:.82em}

.smp-product-slider-section{position:relative;overflow:hidden;background:linear-gradient(135deg,#071d34,#0c3155);color:#fff}
.smp-product-slider-section:before{content:"";position:absolute;width:520px;height:520px;right:-220px;top:-280px;border-radius:50%;border:1px solid rgba(255,255,255,.12);box-shadow:0 0 0 70px rgba(255,255,255,.025),0 0 0 140px rgba(255,255,255,.018)}
.smp-product-slider-section .sml-container{position:relative;z-index:1}.smp-product-slider-section .smp-section-heading h2{color:#fff}.smp-product-slider-section .smp-section-heading span{color:#e1b55c}.smp-slider-heading{align-items:flex-end}
.smp-slider-controls{display:flex;gap:10px}.smp-slider-controls button{display:grid;place-items:center;width:46px;height:46px;border:1px solid rgba(255,255,255,.25);border-radius:50%;background:rgba(255,255,255,.08);color:#fff;font-size:1.15rem;cursor:pointer;transition:.2s ease}.smp-slider-controls button:hover,.smp-slider-controls button:focus-visible{background:#fff;color:#081f3a}
.smp-product-slider{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(260px,calc((100% - 72px)/4));gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;padding:4px 2px 18px}.smp-product-slider::-webkit-scrollbar{display:none}.smp-slider-card{scroll-snap-align:start;overflow:hidden;border-radius:22px;background:#fff;color:#17263a;box-shadow:0 18px 48px rgba(0,0,0,.18)}
.smp-slider-media{position:relative;display:block;aspect-ratio:1/1;overflow:hidden;background:#eef2f6}.smp-slider-media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.smp-slider-card:hover .smp-slider-media img{transform:scale(1.045)}.smp-slider-media>span{position:absolute;left:14px;top:14px;padding:6px 10px;border-radius:999px;background:#081f3a;color:#fff;font-size:.68rem;font-weight:850;text-transform:uppercase;letter-spacing:.08em}
.smp-slider-copy{display:flex;flex-direction:column;gap:7px;padding:18px}.smp-slider-copy small{color:#9b701c;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.smp-slider-copy>a{color:#17263a;font-size:1.02rem;font-weight:800;line-height:1.35;text-decoration:none}.smp-slider-copy strong{color:#081f3a;font-size:1rem}.smp-slider-copy del{color:#8c9aa7;font-weight:600}.smp-slider-copy ins{text-decoration:none}

.smp-category-products{background:#fff}.smp-category-product-groups{display:grid;gap:34px}.smp-category-product-row{padding:26px;border:1px solid #e2e8ee;border-radius:24px;background:linear-gradient(180deg,#fff,#fafbfd);box-shadow:0 12px 34px rgba(8,31,58,.05)}
.smp-category-row-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:20px}.smp-category-row-heading span{display:block;margin-bottom:4px;color:#9b701c;font-size:.68rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.smp-category-row-heading h3{margin:0;color:#17263a;font-size:clamp(1.45rem,2.5vw,2.3rem);letter-spacing:-.035em}.smp-category-row-heading>a{font-size:.82rem;font-weight:800;text-decoration:none}
.smp-category-row-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.smp-category-row-card{overflow:hidden;border:1px solid #e5e9ee;border-radius:16px;background:#fff}.smp-category-row-media{display:block;aspect-ratio:1/1;overflow:hidden;background:#f4f6f8}.smp-category-row-media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.smp-category-row-card:hover img{transform:scale(1.04)}.smp-category-row-card>div{display:flex;flex-direction:column;gap:6px;padding:13px}.smp-category-row-card>div>a{color:#17263a;font-size:.88rem;font-weight:760;line-height:1.3;text-decoration:none}.smp-category-row-card strong{color:#081f3a;font-size:.85rem}.smp-category-row-card del{color:#8c9aa7;font-weight:500}.smp-category-row-card ins{text-decoration:none}

@media(max-width:1180px){.smp-product-slider{grid-auto-columns:minmax(250px,calc((100% - 48px)/3))}.smp-category-row-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:780px){.smp-product-slider{grid-auto-columns:minmax(230px,78%);gap:16px}.smp-category-row-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.smp-category-product-row{padding:18px}.smp-category-row-heading{align-items:flex-start;flex-direction:column;gap:8px}}
@media(max-width:480px){.smp-slider-controls button{width:42px;height:42px}.smp-category-row-grid{grid-template-columns:1fr 1fr;gap:10px}.smp-category-row-card>div{padding:10px}.smp-category-row-card>div>a{font-size:.8rem}}
@media(prefers-reduced-motion:reduce){.smp-product-slider{scroll-behavior:auto}.smp-slider-media img,.smp-category-row-media img{transition:none!important}.smp-slider-card:hover .smp-slider-media img,.smp-category-row-card:hover img{transform:none!important}}


/* v3.3 marketplace discovery refinements */
.smp-topbar-inner>a{font-weight:800}
.smp-category-panel{position:relative;z-index:8;overflow:visible!important}
.smp-category-panel ul{position:relative}
.smp-category-menu-item{position:relative}
.smp-category-mega{position:absolute;left:calc(100% + 1px);top:-1px;width:min(650px,52vw);min-height:230px;padding:28px;display:grid;grid-template-columns:170px 1fr;gap:28px;background:#fff;border:1px solid var(--sml-line);border-radius:0 18px 18px 0;box-shadow:0 24px 60px rgba(5,23,43,.16);opacity:0;visibility:hidden;transform:translateX(-8px);transition:opacity .18s ease,transform .18s ease,visibility .18s;z-index:30}
.smp-category-menu-item:hover>.smp-category-mega,.smp-category-menu-item:focus-within>.smp-category-mega{opacity:1;visibility:visible;transform:none}
.smp-category-mega h3{margin:5px 0 12px;font-size:1.3rem;color:var(--smp-navy)}.smp-category-mega>div>small{font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;color:var(--smp-gold);font-weight:800}.smp-mega-all{font-weight:800;color:var(--smp-navy)}
.smp-mega-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 20px}.smp-mega-links>a{display:flex!important;flex-direction:column;align-items:flex-start!important;padding:9px 0!important;border:0!important}.smp-mega-links strong{font-size:.88rem;color:var(--smp-navy)}.smp-mega-links small{font-size:.72rem;color:#788797}
.smp-hero-carousel{min-width:0}.smp-hero-slides{position:relative}.smp-hero-product[hidden]{display:none!important}.smp-hero-product.is-active{animation:smpHeroReveal .38s ease both}.smp-hero-carousel-controls{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:12px}.smp-hero-carousel-controls button{width:34px;height:34px;border:1px solid rgba(255,255,255,.24);border-radius:50%;background:rgba(255,255,255,.08);color:#fff;cursor:pointer}.smp-hero-dots{display:flex;gap:6px}.smp-hero-dots span{width:7px;height:7px;border-radius:50%;background:rgba(255,255,255,.3)}.smp-hero-dots span.is-active{width:22px;border-radius:5px;background:var(--smp-gold)}
@keyframes smpHeroReveal{from{opacity:.25;transform:translateX(12px)}to{opacity:1;transform:none}}
.smp-filter-heading{display:flex;flex-direction:column;margin:-4px 0 24px;padding-bottom:18px;border-bottom:1px solid #e9edf0}.smp-filter-heading strong{font-size:1.2rem;color:var(--smp-navy)}.smp-filter-heading small{margin-top:3px;color:#758596}.smp-filter-panel .product-categories{list-style:none;margin:0;padding:0}.smp-filter-panel .product-categories li{margin:0;padding:8px 0}.smp-filter-panel .product-categories a{font-weight:650}.smp-filter-panel .count{float:right;color:#8794a1}.smp-filter-panel .price_slider_wrapper{padding-top:6px}.smp-filter-panel .price_slider_amount{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.smp-filter-panel .price_slider_amount .button{border-radius:10px;background:var(--smp-navy);color:#fff}.smp-filter-panel .wc-layered-nav-rating a{text-decoration:none}
@media(max-width:1180px){.smp-category-mega{display:none}.smp-filter-panel{position:static}.smp-shop-layout .smp-filter-panel{order:2}}
@media(prefers-reduced-motion:reduce){.smp-hero-product.is-active{animation:none}.smp-category-mega{transition:none}}

/* v3.4.0 progressive preview catalog: presentation only, never persisted. */
.smp-demo-card{position:relative}.smp-demo-label{position:absolute;top:12px;right:12px;z-index:4;padding:5px 9px;border-radius:999px;background:rgba(255,255,255,.92);border:1px solid rgba(8,31,58,.12);color:#17304d;font-size:.62rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 5px 16px rgba(8,31,58,.08)}
.smp-demo-category{display:block;margin-bottom:6px;color:#7f8da0;font-size:.68rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.smp-demo-rating{margin-bottom:7px;color:#d49d2b;font-size:.72rem;letter-spacing:.04em}.smp-demo-rating span{margin-left:5px;color:#65768a;font-weight:800}.smp-demo-card ins{text-decoration:none}.smp-demo-card del{margin-right:4px;color:#91a0af;font-weight:600}
.smp-demo-art{position:relative;display:block;width:100%;height:100%;min-height:150px;overflow:hidden;background:linear-gradient(145deg,#edf4f8,#d8e7ee)}.smp-demo-art i,.smp-demo-art b{position:absolute;display:block}.smp-demo-art i:nth-child(1){width:46%;height:46%;left:27%;top:25%;border-radius:22%;background:#163b5a;box-shadow:0 14px 34px rgba(8,31,58,.16)}.smp-demo-art i:nth-child(2){width:24%;height:24%;left:16%;top:18%;border-radius:50%;background:#e6b34b}.smp-demo-art i:nth-child(3){width:20%;height:20%;right:15%;bottom:16%;border-radius:18%;background:#fff;box-shadow:0 7px 20px rgba(8,31,58,.12)}.smp-demo-art b{width:38%;height:9%;left:31%;bottom:18%;border-radius:999px;background:rgba(255,255,255,.72)}
.smp-demo-art--compact{min-height:0}.smp-demo-art--fashion{background:linear-gradient(145deg,#f6ece7,#ead7d1)}.smp-demo-art--fashion i:nth-child(1){background:#6f4c4d;border-radius:45% 45% 24% 24%}.smp-demo-art--fashion2{background:linear-gradient(145deg,#eef0f6,#dcdfea)}.smp-demo-art--fashion2 i:nth-child(1){height:26%;top:42%;border-radius:48% 20% 24% 48%;background:#263856}.smp-demo-art--fashion3{background:linear-gradient(145deg,#f0ece6,#ded3c7)}.smp-demo-art--fashion3 i:nth-child(1){height:18%;top:38%;border:10px solid #22364c;background:transparent;border-radius:999px}
.smp-demo-art--home{background:linear-gradient(145deg,#f5efe2,#e6dbc7)}.smp-demo-art--home i:nth-child(1){width:34%;height:48%;left:33%;top:22%;border-radius:50% 50% 14% 14%;background:#d6a94e}.smp-demo-art--home2{background:linear-gradient(145deg,#e9f0ec,#d7e2dc)}.smp-demo-art--home2 i:nth-child(1){width:58%;height:34%;left:21%;top:36%;border-radius:18px;background:#597a68}.smp-demo-art--home3{background:linear-gradient(145deg,#f1eee8,#ded9ce)}.smp-demo-art--home3 i:nth-child(1){width:31%;height:49%;left:35%;top:25%;border-radius:48% 48% 28% 28%;background:#8595a1}
.smp-demo-art--beauty{background:linear-gradient(145deg,#f8e9ee,#ead2dc)}.smp-demo-art--beauty i:nth-child(1){width:26%;height:50%;left:37%;top:24%;border-radius:12px;background:#c98196}.smp-demo-art--beauty2{background:linear-gradient(145deg,#f6eee5,#e8d6c3)}.smp-demo-art--beauty2 i:nth-child(1){width:32%;height:42%;left:34%;top:30%;border-radius:18px 18px 30px 30px;background:#9b6c55}.smp-demo-art--beauty3{background:linear-gradient(145deg,#edf0f7,#dde2ec)}
.smp-demo-art--sport{background:linear-gradient(145deg,#e8f1ea,#d4e4d8)}.smp-demo-art--sport i:nth-child(1){width:52%;height:34%;left:24%;top:35%;border-radius:20px;background:#3d7257}.smp-demo-art--sport2{background:linear-gradient(145deg,#e8f2f4,#d0e4e7)}.smp-demo-art--sport2 i:nth-child(1){width:25%;height:54%;left:38%;top:24%;border-radius:18px;background:#287486}.smp-demo-art--sport3{background:linear-gradient(145deg,#f0eee8,#dfdad0)}
.smp-demo-art--auto{background:linear-gradient(145deg,#e9eef3,#d7e0e8)}.smp-demo-art--auto i:nth-child(1){width:32%;height:48%;left:34%;top:26%;border-radius:16px;background:#263b52}.smp-demo-art--auto2{background:linear-gradient(145deg,#e7edf1,#cfdbe2)}.smp-demo-art--auto2 i:nth-child(1){width:58%;height:30%;left:21%;top:35%;border-radius:16px;background:#344e61}.smp-demo-art--auto3{background:linear-gradient(145deg,#f1eee7,#e1d9cb)}
.smp-demo-art--jewelry{background:linear-gradient(145deg,#faf1dc,#ead7a9)}.smp-demo-art--jewelry i:nth-child(1){width:42%;height:42%;left:29%;top:28%;border:13px solid #b58a2c;background:transparent;border-radius:50%}.smp-demo-art--jewelry2{background:linear-gradient(145deg,#f7eee1,#e5d5be)}.smp-demo-art--jewelry2 i:nth-child(1){width:38%;height:38%;left:31%;top:24%;border:8px solid #a7782b;background:transparent;border-radius:50%}.smp-demo-art--jewelry3{background:linear-gradient(145deg,#f0e8e3,#ddcec4)}
.smp-demo-art--kids{background:linear-gradient(145deg,#eaf4f6,#d6e8ec)}.smp-demo-art--kids i:nth-child(1){width:52%;height:42%;left:24%;top:30%;border-radius:12px;background:linear-gradient(90deg,#e4ad3c 0 33%,#4e8ca0 33% 66%,#d66f5a 66%)}.smp-demo-art--kids2{background:linear-gradient(145deg,#f6ede2,#eadbc7)}.smp-demo-art--kids2 i:nth-child(1){width:40%;height:45%;left:30%;top:29%;border-radius:50% 50% 42% 42%;background:#b78556}.smp-demo-art--kids3{background:linear-gradient(145deg,#ebeff9,#dbe2f2)}
.smp-demo-art--tech2{background:linear-gradient(145deg,#e7f0f5,#d3e1e8)}.smp-demo-art--tech2 i:nth-child(1){width:34%;height:50%;left:33%;top:25%;border-radius:22px;background:#1c4f68}.smp-demo-art--tech3{background:linear-gradient(145deg,#e9f3f2,#d3e7e4)}.smp-demo-art--tech3 i:nth-child(1){width:48%;height:38%;left:26%;top:31%;border-radius:28px;background:#245c61}
.smp-sale-demo-media{position:relative;display:block;aspect-ratio:1/1;overflow:hidden;background:#f7f7f7}.smp-sale-demo-media .smp-demo-art{min-height:100%}.smp-category-media>.smp-demo-art{min-height:100%}.smp-category-row-media>.smp-demo-art,.smp-slider-media>.smp-demo-art,.smp-product-media>.smp-demo-art{min-height:100%}
@media(max-width:760px){.smp-demo-art{min-height:120px}.smp-demo-label{top:8px;right:8px;font-size:.56rem}}

/* v3.5.0 photorealistic progressive demo catalog */
.smp-demo-photo{display:block;width:100%;height:100%;object-fit:cover;object-position:center;background:#fff}
.smp-product-media .smp-demo-photo,.smp-slider-media .smp-demo-photo{aspect-ratio:1/1;object-fit:cover}
.smp-category-row-media .smp-demo-photo,.smp-sale-demo-media .smp-demo-photo{aspect-ratio:1/1;object-fit:cover}
.smp-category-media .smp-demo-photo{width:100%;height:100%;min-height:110px;object-fit:cover}
.smp-demo-card .smp-demo-label{z-index:3}


/* v3.6.0 HQ real-photo storefront */
.smp-hero-main{position:relative;min-width:0;overflow:hidden;border-radius:24px;background:#071a33;box-shadow:0 26px 70px rgba(7,26,51,.16)}
.smp-hero-banner-carousel{position:relative;min-height:520px;width:100%}
.smp-hero-banner-carousel .smp-hero-slides{min-height:520px;height:100%}
.smp-hero-banner{position:absolute;inset:0;display:flex!important;align-items:center;min-height:520px;padding:58px 64px;text-decoration:none;background-size:cover;background-position:center right;color:#fff;isolation:isolate}
.smp-hero-banner[hidden]{display:none!important}
.smp-hero-banner:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,17,35,.86) 0%,rgba(3,17,35,.64) 42%,rgba(3,17,35,.12) 72%,rgba(3,17,35,0) 100%);z-index:-1}
.smp-hero-banner-copy{max-width:590px;display:grid;gap:18px}
.smp-hero-banner-copy .smp-kicker{color:#f2c34d;font-weight:800;letter-spacing:.11em;text-transform:uppercase;font-size:.78rem}
.smp-hero-banner-copy h1,.smp-hero-banner-copy h2{margin:0;color:#fff;font-size:clamp(2.25rem,4.2vw,4.7rem);line-height:.98;letter-spacing:-.045em;max-width:760px}
.smp-hero-banner-copy p{margin:0;max-width:560px;color:#dce7f4;font-size:1.03rem;line-height:1.72}
.smp-hero-banner-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:5px}
.smp-hero-banner-actions .sml-button{pointer-events:auto}
.smp-hero-banner-carousel .smp-hero-carousel-controls{position:absolute;left:64px;right:34px;bottom:28px;z-index:8;display:flex;align-items:center;gap:10px}
.smp-hero-banner-carousel .smp-hero-carousel-controls button{width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.28);color:#fff;backdrop-filter:blur(8px)}
.smp-hero-banner-carousel .smp-hero-dots span{background:rgba(255,255,255,.38)}
.smp-hero-banner-carousel .smp-hero-dots span.is-active{background:#f2c34d}
.smp-demo-photo{display:block;width:100%;height:100%;object-fit:contain!important;object-position:center;background:#fff;padding:8px;box-sizing:border-box}
.smp-product-media,.smp-slider-media,.smp-category-row-media,.smp-sale-demo-media{background:#fff;overflow:hidden}
.smp-product-media .smp-demo-photo,.smp-slider-media .smp-demo-photo,.smp-category-row-media .smp-demo-photo,.smp-sale-demo-media .smp-demo-photo{aspect-ratio:1/1}
.smp-category-media{overflow:hidden;background:#f4f7fa}
.smp-category-media .smp-demo-photo{padding:0!important;object-fit:cover!important;min-height:125px}
.smp-editorial-visual{background-image:linear-gradient(135deg,rgba(7,26,51,.04),rgba(7,26,51,.12)),url('assets/images/demo/editorial-lifestyle.webp');background-size:cover;background-position:center;min-height:360px;border-radius:24px;overflow:hidden}
.smp-editorial-visual>span{display:none}
.smp-editorial-visual>b{position:absolute;right:24px;bottom:22px;background:rgba(7,26,51,.88);color:#f2c34d;padding:10px 14px;border-radius:999px;letter-spacing:.12em;font-size:.72rem}
@media (max-width:900px){.smp-hero-banner-carousel,.smp-hero-banner-carousel .smp-hero-slides,.smp-hero-banner{min-height:500px}.smp-hero-banner{padding:44px 30px;background-position:68% center}.smp-hero-banner:before{background:linear-gradient(90deg,rgba(3,17,35,.88) 0%,rgba(3,17,35,.66) 58%,rgba(3,17,35,.24) 100%)}.smp-hero-banner-carousel .smp-hero-carousel-controls{left:30px;bottom:24px}.smp-hero-banner-copy{max-width:82%}}
@media (max-width:560px){.smp-hero-banner-carousel,.smp-hero-banner-carousel .smp-hero-slides,.smp-hero-banner{min-height:540px}.smp-hero-banner{padding:38px 22px 88px;background-position:72% center}.smp-hero-banner:before{background:linear-gradient(90deg,rgba(3,17,35,.92),rgba(3,17,35,.72))}.smp-hero-banner-copy{max-width:100%}.smp-hero-banner-copy h1,.smp-hero-banner-copy h2{font-size:2.25rem}.smp-hero-banner-copy p{font-size:.93rem}.smp-hero-banner-carousel .smp-hero-carousel-controls{left:22px;right:22px;bottom:22px}}


/* === ShopMarkaz Pro 3.7.0 final visual / merchandising corrections === */
.smp-hero-shell{align-items:stretch}
.smp-hero-main{padding:0!important;min-height:520px}
.smp-hero-banner-carousel{border-radius:22px;overflow:hidden}
.smp-hero-banner{background-color:#071d34;background-repeat:no-repeat}
.smp-hero-banner-copy{padding:8px 0}
.smp-hero-banner-copy h1,.smp-hero-banner-copy h2{text-shadow:0 3px 28px rgba(0,0,0,.28)}
.smp-hero-banner-copy p{text-shadow:0 2px 16px rgba(0,0,0,.22)}
.smp-hero-banner-carousel .smp-hero-carousel-controls{justify-content:flex-start}
.smp-hero-banner-carousel .smp-hero-dots{padding:8px 12px;border-radius:999px;background:rgba(4,19,37,.28);backdrop-filter:blur(8px)}
.smp-hero-banner-carousel .smp-hero-carousel-controls button:hover,
.smp-hero-banner-carousel .smp-hero-carousel-controls button:focus-visible{background:#fff;color:#071d34}

.smp-category-media{overflow:hidden;background:#f6f8fb}
.smp-category-media img{width:100%;height:100%;min-height:145px;object-fit:cover;transition:transform .35s ease}
.smp-category-card:hover .smp-category-media img{transform:scale(1.035)}

.smp-product-media,.smp-slider-media,.smp-category-row-media,.smp-sale-demo-media{
	background:#fff;
}
.smp-product-media img,.smp-slider-media img,.smp-category-row-media img,.smp-sale-product img{
	object-fit:contain!important;
	padding:10px;
	background:#fff;
}

.smp-editorial-photo{position:relative;overflow:hidden;min-height:390px;border-radius:28px;background:#0a213d}
.smp-editorial-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.smp-editorial-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(5,22,42,.06),rgba(5,22,42,.42))}
.smp-editorial-photo b{position:absolute;right:24px;bottom:24px;z-index:2;padding:10px 14px;border-radius:999px;background:rgba(5,22,42,.76);color:#fff;letter-spacing:.12em}

.smp-loop-badges{display:flex!important;gap:6px!important;flex-wrap:wrap}
.smp-loop-badges span{display:inline-flex!important;align-items:center;justify-content:center;min-height:26px;padding:4px 9px;border-radius:999px;line-height:1!important}
.woocommerce ul.products li.product .onsale{display:none!important}
.single-product .product .onsale{display:inline-flex!important}

@media(max-width:900px){
	.smp-hero-main{min-height:500px}
}
@media(max-width:560px){
	.smp-hero-main{min-height:540px}
	.smp-category-media img{min-height:120px}
}


/* === ShopMarkaz Pro 3.8.0: final hero, contact bar and commerce footer === */

/* Hero: banner articles inherited the old .smp-hero-product 390px card width.
   These rules explicitly reset every card-style property on photographic slides. */
.smp-hero-main{
	display:block!important;
	width:100%!important;
	min-width:0!important;
	padding:0!important;
	overflow:hidden!important;
}
.smp-hero-banner-carousel,
.smp-hero-banner-carousel .smp-hero-slides{
	display:block!important;
	width:100%!important;
	max-width:none!important;
	min-width:0!important;
}
.smp-hero-banner{
	position:absolute!important;
	inset:0!important;
	width:100%!important;
	max-width:none!important;
	min-width:100%!important;
	margin:0!important;
	padding:58px 64px!important;
	justify-self:stretch!important;
	align-self:stretch!important;
	border:0!important;
	border-radius:0!important;
	background-color:#071d34!important;
	background-size:cover!important;
	background-position:center right!important;
	box-shadow:none!important;
	backdrop-filter:none!important;
	transform:none!important;
}
.smp-hero-banner:hover{transform:none!important;box-shadow:none!important}
.smp-hero-banner.is-active{display:flex!important}
.smp-hero-banner-copy{position:relative!important;z-index:3!important;width:min(590px,58%)!important;max-width:590px!important}
.smp-hero-banner:before{z-index:1!important}
.smp-hero-banner > *{position:relative;z-index:2}
.smp-hero-banner-carousel .smp-hero-carousel-controls{z-index:12!important}

/* Top contact bar */
.smp-topbar-inner{display:flex;align-items:center;justify-content:space-between;gap:22px;min-height:42px}
.smp-topbar-contact,.smp-topbar-promo{display:flex;align-items:center;gap:18px;min-width:0}
.smp-topbar-contact span,.smp-topbar-contact a,.smp-topbar-promo span,.smp-topbar-promo a{display:inline-flex;align-items:center;gap:7px;color:inherit;white-space:nowrap;text-decoration:none}
.smp-topbar-contact a:hover,.smp-topbar-contact a:focus-visible,.smp-topbar-promo a:hover,.smp-topbar-promo a:focus-visible{color:#f2c34d}
.smp-topbar-promo{justify-content:flex-end;margin-left:auto}
.smp-topbar-promo>span{opacity:.82}

/* Premium commerce footer */
.smp-footer-prelude{display:flex;align-items:center;justify-content:space-between;gap:25px}
.smp-footer-prelude>div:first-child{display:grid;gap:5px}
.smp-footer-prelude-links{display:flex;gap:18px;flex-wrap:wrap}
.smp-footer-prelude-links a{color:#fff;font-weight:800;text-decoration:none}
.smp-footer-commerce-grid{display:grid;grid-template-columns:minmax(260px,1.35fr) repeat(4,minmax(150px,1fr));gap:clamp(24px,3vw,50px);padding:52px 0 46px}
.smp-footer-brand h2,.smp-footer-column h3{margin:0 0 17px;color:#fff}
.smp-footer-brand p{max-width:390px;color:#b9c8d9;line-height:1.75}
.smp-footer-contact,.smp-footer-column ul{list-style:none;margin:20px 0 0;padding:0}
.smp-footer-contact{display:grid;gap:11px}
.smp-footer-contact li{display:flex;align-items:flex-start;gap:9px;color:#b9c8d9;line-height:1.55}
.smp-footer-contact a,.smp-footer-column a{color:#b9c8d9;text-decoration:none}
.smp-footer-column ul{display:grid;gap:11px}
.smp-footer-column li{line-height:1.45}
.smp-footer-column a{display:inline-block;transition:color .2s ease,transform .2s ease}
.smp-footer-column a:hover,.smp-footer-column a:focus-visible,.smp-footer-contact a:hover,.smp-footer-contact a:focus-visible{color:#f2c34d}
.smp-footer-column a:hover{transform:translateX(3px)}
.smp-footer-products a{font-weight:700}
.smp-footer-assurance{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}
.smp-footer-assurance span{display:flex;align-items:center;justify-content:center;gap:9px;padding:18px 12px;color:#d6e0eb;font-size:.84rem;font-weight:750;text-align:center;border-right:1px solid rgba(255,255,255,.1)}
.smp-footer-assurance span:last-child{border-right:0}
.smp-footer-assurance b{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:rgba(242,195,77,.14);color:#f2c34d}

@media(max-width:1250px){
	.smp-topbar-contact{gap:12px}
	.smp-contact-address{display:none!important}
	.smp-footer-commerce-grid{grid-template-columns:repeat(3,1fr)}
	.smp-footer-brand{grid-column:span 1}
}
@media(max-width:900px){
	.smp-hero-banner{padding:44px 32px!important;background-position:65% center!important}
	.smp-hero-banner-copy{width:min(620px,72%)!important;max-width:72%!important}
	.smp-topbar-inner{align-items:flex-start;flex-direction:column;gap:6px;padding-top:7px;padding-bottom:7px}
	.smp-topbar-promo{margin-left:0;width:100%;justify-content:space-between}
	.smp-footer-commerce-grid{grid-template-columns:repeat(2,1fr)}
	.smp-footer-assurance{grid-template-columns:repeat(2,1fr)}
	.smp-footer-assurance span:nth-child(2){border-right:0}
	.smp-footer-assurance span:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.1)}
}
@media(max-width:760px){
	.smp-topbar{display:block!important}
	.smp-topbar-inner{min-height:0}
	.smp-topbar-contact{width:100%;justify-content:space-between}
	.smp-contact-address{display:none!important}
	.smp-topbar-promo>span{display:none!important}
	.smp-topbar-promo{justify-content:flex-end}
	.smp-hero-banner{padding:38px 22px 90px!important;background-position:68% center!important}
	.smp-hero-banner-copy{width:100%!important;max-width:100%!important}
	.smp-hero-banner:before{background:linear-gradient(90deg,rgba(3,17,35,.94) 0%,rgba(3,17,35,.76) 68%,rgba(3,17,35,.52) 100%)!important}
	.smp-footer-prelude{align-items:flex-start;flex-direction:column}
	.smp-footer-commerce-grid{grid-template-columns:1fr 1fr;gap:32px 22px}
	.smp-footer-brand{grid-column:1/-1}
}
@media(max-width:520px){
	.smp-topbar-contact{gap:10px;justify-content:flex-start;overflow-x:auto;scrollbar-width:none}
	.smp-topbar-contact::-webkit-scrollbar{display:none}
	.smp-contact-email{display:none!important}
	.smp-hero-banner{background-position:62% center!important}
	.smp-hero-banner-copy h1,.smp-hero-banner-copy h2{font-size:2.05rem!important;line-height:1.04!important}
	.smp-footer-commerce-grid{grid-template-columns:1fr}
	.smp-footer-brand{grid-column:auto}
	.smp-footer-assurance{grid-template-columns:1fr}
	.smp-footer-assurance span{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.1)}
	.smp-footer-assurance span:last-child{border-bottom:0}
}


/* ================================================================
   ShopMarkaz Pro 3.9.0 — deep visual polish
   ================================================================ */

/* Header brand mark */
.smp-brand-mark{display:inline-flex;flex:0 0 auto;width:38px;height:38px;margin-right:10px;vertical-align:middle}
.smp-brand-mark img{display:block;width:100%;height:100%}
.sml-branding{display:flex;align-items:center}

/* Useful top bar instead of theme-development marketing copy */
.smp-topbar-promo{display:flex;align-items:center;gap:16px;margin-left:auto}
.smp-topbar-promo a{font-weight:750}
.smp-topbar-promo a+a:before{content:"";display:inline-block;width:1px;height:11px;margin-right:16px;background:rgba(255,255,255,.25);vertical-align:-1px}

/* HERO — remove every legacy product-card behavior from slides */
.smp-hero-main{
	position:relative!important;
	display:block!important;
	width:100%!important;
	min-width:0!important;
	min-height:500px!important;
	padding:0!important;
	border-radius:24px!important;
	overflow:hidden!important;
	background:#071d34!important;
}
.smp-hero-main:after{display:none!important}
.smp-hero-banner-carousel,
.smp-hero-banner-carousel .smp-hero-slides{
	position:relative!important;
	display:block!important;
	width:100%!important;
	height:500px!important;
	min-height:500px!important;
	overflow:hidden!important;
}
.smp-hero-banner{
	position:absolute!important;
	inset:0!important;
	display:none!important;
	width:100%!important;
	height:100%!important;
	min-width:100%!important;
	max-width:none!important;
	margin:0!important;
	padding:58px 70px 92px!important;
	border:0!important;
	border-radius:0!important;
	background-color:#071d34!important;
	background-size:cover!important;
	background-position:center!important;
	box-shadow:none!important;
	backdrop-filter:none!important;
	transform:none!important;
	color:#fff!important;
}
.smp-hero-banner.is-active{display:flex!important;align-items:center!important}
.smp-hero-banner:hover{transform:none!important;box-shadow:none!important}
.smp-hero-banner:before{
	content:""!important;
	position:absolute!important;
	inset:0!important;
	z-index:1!important;
	background:linear-gradient(90deg,rgba(3,17,35,.94) 0%,rgba(3,17,35,.80) 42%,rgba(3,17,35,.34) 72%,rgba(3,17,35,.10) 100%)!important;
}
.smp-hero-banner-copy{
	position:relative!important;
	z-index:3!important;
	width:min(610px,56%)!important;
	max-width:610px!important;
	margin:0!important;
	padding:0!important;
}
.smp-hero-banner-copy h1,
.smp-hero-banner-copy h2{
	margin:0 0 18px!important;
	max-width:610px!important;
	font-size:clamp(2.45rem,4vw,4.5rem)!important;
	line-height:1.02!important;
	letter-spacing:-.04em!important;
	color:#fff!important;
	text-wrap:balance;
}
.smp-hero-banner-copy p{
	max-width:590px!important;
	margin:0!important;
	color:#d1dce7!important;
	font-size:1rem!important;
	line-height:1.7!important;
}
.smp-hero-banner-actions{
	display:flex!important;
	flex-wrap:wrap!important;
	gap:12px!important;
	margin-top:28px!important;
}

/* Controls: arrows at side-center, dots bottom-center — never on CTA buttons. */
.smp-hero-banner-carousel .smp-hero-carousel-controls{
	position:absolute!important;
	inset:0!important;
	z-index:15!important;
	display:block!important;
	pointer-events:none!important;
}
.smp-hero-banner-carousel .smp-hero-carousel-controls>button{
	position:absolute!important;
	top:50%!important;
	width:44px!important;
	height:44px!important;
	margin-top:-22px!important;
	border:1px solid rgba(255,255,255,.45)!important;
	border-radius:50%!important;
	background:rgba(3,17,35,.70)!important;
	color:#fff!important;
	backdrop-filter:blur(8px);
	pointer-events:auto!important;
}
.smp-hero-banner-carousel [data-smp-hero-prev]{left:18px!important}
.smp-hero-banner-carousel [data-smp-hero-next]{right:18px!important}
.smp-hero-banner-carousel .smp-hero-dots{
	position:absolute!important;
	left:50%!important;
	bottom:20px!important;
	display:flex!important;
	gap:7px!important;
	transform:translateX(-50%)!important;
	padding:8px 11px!important;
	border-radius:999px!important;
	background:rgba(3,17,35,.48)!important;
	pointer-events:none!important;
}
.smp-hero-banner-carousel .smp-hero-dots span{
	width:7px!important;height:7px!important;border-radius:50%!important;background:rgba(255,255,255,.52)!important
}
.smp-hero-banner-carousel .smp-hero-dots span.is-active{width:24px!important;border-radius:999px!important;background:#e0aa36!important}

/* Shopper-facing shortcut row */
.smp-shopping-shortcuts .smp-benefit-grid>a{
	display:flex;align-items:center;gap:14px;min-width:0;padding:18px 20px;color:inherit;text-decoration:none;border-right:1px solid var(--sml-line)
}
.smp-shopping-shortcuts .smp-benefit-grid>a:last-child{border-right:0}
.smp-shopping-shortcuts .smp-benefit-grid>a>span{
	display:grid;place-items:center;flex:0 0 36px;width:36px;height:36px;border-radius:11px;background:#fbf0cf;color:#8d6514;font-weight:900
}
.smp-shopping-shortcuts .smp-benefit-grid>a:hover strong,
.smp-shopping-shortcuts .smp-benefit-grid>a:focus-visible strong{color:#9b6d16}

/* Footer: quieter, customer-facing, dependable five-column layout */
.smp-site-footer{background:linear-gradient(180deg,#071d34 0%,#06182d 100%)}
.smp-footer-commerce-grid--final{
	display:grid!important;
	grid-template-columns:minmax(260px,1.35fr) repeat(4,minmax(150px,1fr))!important;
	gap:clamp(26px,3vw,52px)!important;
	padding:58px 0 46px!important
}
.smp-footer-brand-heading{display:flex;align-items:center;gap:12px;margin-bottom:16px}
.smp-footer-brand-heading img{width:42px;height:42px}
.smp-footer-brand-heading h2{margin:0!important}
.smp-footer-brand>p{margin:0;max-width:380px;color:#b8c8d8;line-height:1.75}
.smp-footer-contact{margin-top:24px!important}
.smp-footer-column h3{position:relative;padding-bottom:12px}
.smp-footer-column h3:after{content:"";position:absolute;left:0;bottom:0;width:28px;height:2px;background:#d5a43a}
.smp-footer-column ul{margin-top:17px!important}
.smp-footer-mini-heading{margin:24px 0 8px;color:#e8c875;font-size:.73rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.smp-footer-products--recent{margin-top:0!important}
.smp-footer-bottom--final{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 0}
.smp-footer-bottom-links{display:flex;gap:18px;flex-wrap:wrap}
.smp-footer-bottom-links a{color:#aebfd0;text-decoration:none;font-size:.84rem}
.smp-footer-bottom-links a:hover,.smp-footer-bottom-links a:focus-visible{color:#fff}

/* Responsive */
@media(max-width:1180px){
	.smp-footer-commerce-grid--final{grid-template-columns:repeat(3,1fr)!important}
	.smp-footer-brand{grid-column:span 1}
}
@media(max-width:900px){
	.smp-hero-main,
	.smp-hero-banner-carousel,
	.smp-hero-banner-carousel .smp-hero-slides{height:470px!important;min-height:470px!important}
	.smp-hero-banner{padding:46px 52px 86px!important}
	.smp-hero-banner-copy{width:68%!important;max-width:68%!important}
	.smp-hero-banner-copy h1,.smp-hero-banner-copy h2{font-size:clamp(2.25rem,6vw,3.65rem)!important}
	.smp-footer-commerce-grid--final{grid-template-columns:repeat(2,1fr)!important}
	.smp-footer-bottom--final{align-items:flex-start;flex-direction:column}
}
@media(max-width:760px){
	.smp-hero-main,
	.smp-hero-banner-carousel,
	.smp-hero-banner-carousel .smp-hero-slides{height:510px!important;min-height:510px!important}
	.smp-hero-banner{padding:42px 28px 92px!important;background-position:62% center!important}
	.smp-hero-banner:before{background:linear-gradient(90deg,rgba(3,17,35,.96) 0%,rgba(3,17,35,.87) 58%,rgba(3,17,35,.56) 100%)!important}
	.smp-hero-banner-copy{width:100%!important;max-width:100%!important}
	.smp-hero-banner-copy h1,.smp-hero-banner-copy h2{max-width:92%!important;font-size:clamp(2.1rem,10vw,3.2rem)!important}
	.smp-hero-banner-copy p{max-width:92%!important}
	.smp-hero-banner-carousel [data-smp-hero-prev]{left:10px!important}
	.smp-hero-banner-carousel [data-smp-hero-next]{right:10px!important}
	.smp-shopping-shortcuts .smp-benefit-grid>a{border-right:0;border-bottom:1px solid var(--sml-line)}
	.smp-shopping-shortcuts .smp-benefit-grid>a:last-child{border-bottom:0}
}
@media(max-width:560px){
	.smp-brand-mark{width:32px;height:32px;margin-right:7px}
	.smp-topbar-promo{display:none!important}
	.smp-contact-email{display:none!important}
	.smp-hero-main,
	.smp-hero-banner-carousel,
	.smp-hero-banner-carousel .smp-hero-slides{height:540px!important;min-height:540px!important}
	.smp-hero-banner{padding:38px 22px 96px!important;background-position:68% center!important}
	.smp-hero-banner-copy h1,.smp-hero-banner-copy h2{font-size:2.15rem!important;max-width:100%!important}
	.smp-hero-banner-copy p{font-size:.93rem!important;max-width:100%!important}
	.smp-hero-banner-actions{gap:9px!important}
	.smp-footer-commerce-grid--final{grid-template-columns:1fr!important;padding-top:46px!important}
}


/* ==========================================================
   ShopMarkaz Pro 4.0.0 final commercial polish
   ========================================================== */

/* Header logo mark */
.sml-site-branding{display:flex!important;align-items:center!important;gap:10px!important}
.smp-header-brand-mark{display:inline-flex;flex:0 0 40px;width:40px;height:40px}
.smp-header-brand-mark img{display:block;width:100%;height:100%}
.smp-header-brand-copy{display:grid;gap:2px;min-width:0}
.smp-header-brand-copy .sml-site-title,
.smp-header-brand-copy .sml-site-description{margin:0!important}

/* Utility bar: no duplicated primary-navigation links */
.smp-topbar-support{margin-left:auto!important}
.smp-topbar-support span{font-weight:700;color:#d8e3ee;white-space:nowrap}

/* Hero: only one HTML content layer + clean photograph */
.smp-hero-banner{
	background-position:center right!important;
	background-size:cover!important;
}
.smp-hero-banner:before{
	background:linear-gradient(90deg,rgba(3,17,35,.98) 0%,rgba(3,17,35,.94) 35%,rgba(3,17,35,.70) 56%,rgba(3,17,35,.12) 78%,rgba(3,17,35,.02) 100%)!important;
}
.smp-hero-banner-copy{width:min(620px,54%)!important;max-width:620px!important}
.smp-hero-banner-copy h1,.smp-hero-banner-copy h2{max-width:620px!important}
.smp-hero-banner-carousel .smp-hero-dots{bottom:18px!important}

/* New premium footer */
.smp-footer-v400{background:#06192f!important;color:#c4d2df}
.smp-footer-discovery{border-bottom:1px solid rgba(255,255,255,.09);background:#0a2341}
.smp-footer-discovery-inner{display:grid;grid-template-columns:repeat(4,1fr)}
.smp-footer-discovery-inner>div{display:grid;grid-template-columns:34px 1fr;grid-template-rows:auto auto;column-gap:12px;padding:20px 22px;border-right:1px solid rgba(255,255,255,.08)}
.smp-footer-discovery-inner>div:last-child{border-right:0}
.smp-footer-discovery-inner>div>span{grid-row:1/3;display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:rgba(222,170,55,.13);color:#efc75f;font-weight:900}
.smp-footer-discovery strong{color:#fff;font-size:.88rem}
.smp-footer-discovery a{color:#9fb4c8;text-decoration:none;font-size:.78rem;margin-top:3px}
.smp-footer-discovery a:hover,.smp-footer-discovery a:focus-visible{color:#efc75f}

.smp-footer-main-grid{display:grid;grid-template-columns:minmax(270px,1.45fr) repeat(4,minmax(145px,1fr));gap:clamp(26px,3vw,50px);padding:56px 0 48px}
.smp-footer-logo-line{display:flex;align-items:center;gap:12px;margin-bottom:17px}
.smp-footer-logo-line img{width:44px;height:44px}
.smp-footer-logo-line h2{margin:0;color:#fff;font-size:1.35rem}
.smp-footer-logo-line span{display:block;margin-top:2px;color:#e0b34a;font-size:.72rem;font-weight:800;letter-spacing:.04em}
.smp-footer-about>p{max-width:390px;margin:0;color:#aebfd0;line-height:1.7;font-size:.91rem}
.smp-footer-contact{display:grid;gap:10px;margin:22px 0 0!important;padding:0;list-style:none}
.smp-footer-contact li{display:flex;gap:9px;align-items:flex-start;color:#b9c7d5;line-height:1.45}
.smp-footer-contact a{color:#b9c7d5;text-decoration:none}
.smp-footer-column h3{position:relative;margin:0 0 20px!important;padding-bottom:11px;color:#fff;font-size:.93rem}
.smp-footer-column h3:after{content:"";position:absolute;left:0;bottom:0;width:28px;height:2px;background:#dba936;border-radius:2px}
.smp-footer-column ul{display:grid;gap:10px;margin:0!important;padding:0;list-style:none}
.smp-footer-column a{color:#afbfce;text-decoration:none;font-size:.88rem;line-height:1.45;transition:color .18s ease,transform .18s ease}
.smp-footer-column a:hover,.smp-footer-column a:focus-visible,.smp-footer-contact a:hover,.smp-footer-contact a:focus-visible{color:#efc75f}
.smp-footer-column a:hover{transform:translateX(2px)}
.smp-footer-products a{font-weight:650}
.smp-footer-bottom-v400{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:21px 0;border-top:1px solid rgba(255,255,255,.09);color:#899fb3;font-size:.78rem}
.smp-footer-bottom-v400 p{margin:0}
.smp-footer-bottom-v400 span{text-align:right}

/* Remove old footer blocks if stale styles remain */
.smp-footer-prelude,.smp-footer-assurance{display:none!important}

@media(max-width:1180px){
	.smp-footer-main-grid{grid-template-columns:repeat(3,1fr)}
	.smp-footer-about{grid-column:span 1}
	.smp-topbar-support span{font-size:.75rem}
}
@media(max-width:900px){
	.smp-footer-discovery-inner{grid-template-columns:repeat(2,1fr)}
	.smp-footer-discovery-inner>div:nth-child(2){border-right:0}
	.smp-footer-discovery-inner>div:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.08)}
	.smp-footer-main-grid{grid-template-columns:repeat(2,1fr)}
	.smp-footer-about{grid-column:1/-1}
	.smp-hero-banner-copy{width:66%!important;max-width:66%!important}
}
@media(max-width:760px){
	.smp-topbar-support{display:none!important}
	.smp-header-brand-mark{flex-basis:34px;width:34px;height:34px}
	.smp-hero-banner-copy{width:100%!important;max-width:100%!important}
	.smp-hero-banner:before{background:linear-gradient(90deg,rgba(3,17,35,.97) 0%,rgba(3,17,35,.90) 62%,rgba(3,17,35,.54) 100%)!important}
	.smp-footer-bottom-v400{align-items:flex-start;flex-direction:column}
	.smp-footer-bottom-v400 span{text-align:left}
}
@media(max-width:560px){
	.smp-footer-discovery-inner{grid-template-columns:1fr}
	.smp-footer-discovery-inner>div{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.08)}
	.smp-footer-discovery-inner>div:last-child{border-bottom:0}
	.smp-footer-main-grid{grid-template-columns:1fr}
	.smp-footer-about{grid-column:auto}
}


/* ShopMarkaz Pro 4.0.1 — compact premium footer */
.smp-footer-main-grid{
	padding:38px 0 30px!important;
	gap:28px!important;
}
.smp-footer-discovery-inner>div{
	padding:14px 18px!important;
}
.smp-footer-logo-line{
	margin-bottom:10px!important;
}
.smp-footer-about>p{
	margin:0 0 14px!important;
	line-height:1.55!important;
}
.smp-footer-contact{
	gap:3px!important;
	margin:10px 0 0!important;
}
.smp-footer-contact li{
	line-height:1.28!important;
	margin:0!important;
	padding:0!important;
}
.smp-footer-contact li+li{
	margin-top:2px!important;
}
.smp-footer-column h3{
	margin:0 0 12px!important;
	padding-bottom:8px!important;
}
.smp-footer-column ul{
	gap:5px!important;
}
.smp-footer-column li{
	margin:0!important;
	padding:0!important;
	line-height:1.28!important;
}
.smp-footer-column a{
	font-size:.86rem!important;
	line-height:1.28!important;
}
.smp-footer-products{
	gap:5px!important;
}
.smp-footer-bottom-v400{
	justify-content:flex-start!important;
	padding:14px 0!important;
	min-height:0!important;
}
.smp-footer-bottom-v400 p{
	margin:0!important;
	font-size:.76rem!important;
}
.smp-footer-bottom-v400>span,
.smp-footer-bottom-v400 .smp-footer-bottom-links{
	display:none!important;
}

@media(max-width:900px){
	.smp-footer-main-grid{padding:32px 0 26px!important;gap:24px!important}
}
@media(max-width:560px){
	.smp-footer-main-grid{padding:28px 0 22px!important;gap:22px!important}
	.smp-footer-contact{gap:4px!important}
}


/* ================================================================
   ShopMarkaz Pro 4.1.0 — premium customizable hero
   ================================================================ */
.smp-hero-v410{padding-top:28px}
.smp-hero-v410 .smp-hero-shell{
	display:grid!important;
	grid-template-columns:240px minmax(0,1fr)!important;
	gap:18px!important;
	align-items:stretch!important;
}
.smp-hero-v410 .smp-category-panel{height:100%;min-height:0}
.smp-hero-v410 .smp-hero-stage{
	position:relative!important;
	display:block!important;
	min-width:0!important;
	width:100%!important;
	overflow:hidden!important;
	border-radius:24px!important;
	background:#071d34!important;
	box-shadow:0 22px 55px rgba(8,31,58,.10)!important;
}
.smp-hero-v410 .smp-hero-slides{
	position:relative!important;
	width:100%!important;
	overflow:hidden!important;
}
.smp-hero-v410 .smp-hero-slide{
	position:absolute!important;
	inset:0!important;
	display:none!important;
	width:100%!important;
	max-width:none!important;
	min-width:100%!important;
	margin:0!important;
	padding:0!important;
	border:0!important;
	border-radius:0!important;
	background-position:center right!important;
	background-size:cover!important;
	background-repeat:no-repeat!important;
	box-shadow:none!important;
	transform:none!important;
}
.smp-hero-v410 .smp-hero-slide.is-active{display:block!important}
.smp-hero-v410 .smp-hero-slide:before{
	content:"";
	position:absolute;
	inset:0;
	z-index:1;
	pointer-events:none;
}
.smp-hero-v410 .smp-hero-content{
	position:relative!important;
	z-index:3!important;
	display:flex!important;
	flex-direction:column!important;
	justify-content:center!important;
	align-items:flex-start!important;
	width:min(580px,52%)!important;
	height:100%!important;
	padding:56px 64px!important;
	margin:0!important;
	color:#fff!important;
}
.smp-hero-v410 .smp-kicker{
	display:inline-flex!important;
	align-items:center!important;
	margin:0 0 16px!important;
	color:#efc35d!important;
	font-size:.75rem!important;
	font-weight:850!important;
	letter-spacing:.11em!important;
	text-transform:uppercase!important;
}
.smp-hero-v410 .smp-kicker:before{
	content:"";
	width:24px;
	height:2px;
	margin-right:10px;
	background:#efc35d;
	border-radius:3px;
}
.smp-hero-v410 h1,
.smp-hero-v410 h2{
	max-width:570px!important;
	margin:0 0 18px!important;
	color:#fff!important;
	font-size:clamp(2.35rem,3.3vw,3.75rem)!important;
	line-height:1.03!important;
	letter-spacing:-.035em!important;
	text-wrap:balance!important;
}
.smp-hero-v410 .smp-hero-content p{
	max-width:540px!important;
	margin:0 0 28px!important;
	color:#d6e0e9!important;
	font-size:1rem!important;
	line-height:1.65!important;
}
.smp-hero-v410 .smp-hero-content .sml-button{
	position:relative!important;
	z-index:5!important;
	margin:0!important;
}
.smp-hero-v410 .smp-hero-arrow{
	position:absolute!important;
	top:50%!important;
	z-index:12!important;
	display:grid!important;
	place-items:center!important;
	width:42px!important;
	height:42px!important;
	margin-top:-21px!important;
	padding:0!important;
	border:1px solid rgba(255,255,255,.42)!important;
	border-radius:50%!important;
	background:rgba(3,17,35,.64)!important;
	color:#fff!important;
	box-shadow:none!important;
	backdrop-filter:blur(7px)!important;
	cursor:pointer!important;
}
.smp-hero-v410 .smp-hero-arrow:hover,
.smp-hero-v410 .smp-hero-arrow:focus-visible{
	background:#fff!important;
	color:#071d34!important;
}
.smp-hero-v410 .smp-hero-arrow--prev{left:16px!important}
.smp-hero-v410 .smp-hero-arrow--next{right:16px!important}
.smp-hero-v410 .smp-hero-dots{
	position:absolute!important;
	left:50%!important;
	bottom:18px!important;
	z-index:13!important;
	display:flex!important;
	gap:7px!important;
	transform:translateX(-50%)!important;
	padding:7px 10px!important;
	border-radius:999px!important;
	background:rgba(3,17,35,.48)!important;
}
.smp-hero-v410 .smp-hero-dots span{
	display:block!important;
	width:7px!important;
	height:7px!important;
	border-radius:999px!important;
	background:rgba(255,255,255,.52)!important;
}
.smp-hero-v410 .smp-hero-dots span.is-active{
	width:24px!important;
	background:#e0aa36!important;
}
@media(max-width:1100px){
	.smp-hero-v410 .smp-hero-shell{grid-template-columns:205px minmax(0,1fr)!important}
	.smp-hero-v410 .smp-hero-content{width:60%!important;padding:46px 52px!important}
	.smp-hero-v410 h1,.smp-hero-v410 h2{font-size:clamp(2.2rem,4.5vw,3.35rem)!important}
}
@media(max-width:900px){
	.smp-hero-v410 .smp-hero-shell{grid-template-columns:1fr!important}
	.smp-hero-v410 .smp-category-panel{display:none!important}
	.smp-hero-v410 .smp-hero-content{width:62%!important;max-width:62%!important}
}
@media(max-width:760px){
	.smp-hero-v410{padding-top:18px}
	.smp-hero-v410 .smp-hero-stage{border-radius:18px!important}
	.smp-hero-v410 .smp-hero-slide{background-position:65% center!important}
	.smp-hero-v410 .smp-hero-slide:before{
		background:linear-gradient(90deg,rgba(3,17,35,.95) 0%,rgba(3,17,35,.88) 58%,rgba(3,17,35,.48) 100%)!important;
	}
	.smp-hero-v410 .smp-hero-content{
		width:100%!important;
		max-width:100%!important;
		padding:42px 42px 82px!important;
		justify-content:flex-end!important;
	}
	.smp-hero-v410 h1,.smp-hero-v410 h2{
		max-width:92%!important;
		font-size:clamp(2.05rem,9vw,3rem)!important;
	}
	.smp-hero-v410 .smp-hero-content p{max-width:92%!important}
	.smp-hero-v410 .smp-hero-arrow--prev{left:10px!important}
	.smp-hero-v410 .smp-hero-arrow--next{right:10px!important}
}
@media(max-width:520px){
	.smp-hero-v410 .smp-hero-content{padding:34px 22px 82px!important}
	.smp-hero-v410 h1,.smp-hero-v410 h2{max-width:100%!important;font-size:2.05rem!important}
	.smp-hero-v410 .smp-hero-content p{max-width:100%!important;font-size:.92rem!important}
}

/* Customizer-friendly image/text fields remain uncluttered on the storefront. */
.smp-hero-v410 img{max-width:100%}


/* ================================================================
   ShopMarkaz Pro 4.2.0 — luxury hero + calm luxury footer
   ================================================================ */

/* HERO: photograph is purely visual; only HTML provides text. */
.smp-hero-v410 .smp-hero-stage{
	border-radius:22px!important;
	box-shadow:0 24px 60px rgba(6,25,47,.12)!important;
}
.smp-hero-v410 .smp-hero-slide{
	background-position:center right!important;
	background-size:cover!important;
}
.smp-hero-v410 .smp-hero-slide:before{
	background:linear-gradient(90deg,rgba(3,17,35,.96) 0%,rgba(3,17,35,.88) 40%,rgba(3,17,35,.40) 62%,rgba(3,17,35,.04) 82%,rgba(3,17,35,0) 100%)!important;
}
.smp-hero-v410 .smp-hero-content{
	width:min(570px,50%)!important;
	max-width:570px!important;
	padding:58px 68px!important;
}
.smp-hero-v410 h1,
.smp-hero-v410 h2{
	font-size:clamp(2.4rem,3.15vw,3.65rem)!important;
	line-height:1.02!important;
}
.smp-hero-v410 .smp-hero-content p{
	max-width:500px!important;
	color:#d8e1ea!important;
}
.smp-hero-v410 .smp-hero-arrow{
	width:40px!important;
	height:40px!important;
	background:rgba(6,25,47,.56)!important;
	border-color:rgba(255,255,255,.34)!important;
}
.smp-hero-v410 .smp-hero-dots{
	bottom:16px!important;
	background:rgba(6,25,47,.38)!important;
}

/* CALM LUXURY FOOTER */
.smp-footer-luxury{
	background:
		radial-gradient(circle at 15% 0%,rgba(218,169,60,.055),transparent 27%),
		linear-gradient(180deg,#071a30 0%,#051527 100%)!important;
	color:#aebed0;
}
.smp-footer-luxury-inner{padding-top:0!important}
.smp-footer-luxury-grid{
	display:grid!important;
	grid-template-columns:minmax(290px,1.5fr) repeat(3,minmax(155px,1fr))!important;
	gap:clamp(36px,5vw,76px)!important;
	padding:50px 0 38px!important;
}
.smp-footer-luxury-brand{max-width:400px}
.smp-footer-logo-line{
	display:flex!important;
	align-items:center!important;
	gap:12px!important;
	margin:0 0 14px!important;
}
.smp-footer-logo-line img{width:42px!important;height:42px!important}
.smp-footer-logo-line h2{
	margin:0!important;
	color:#fff!important;
	font-size:1.28rem!important;
	line-height:1.15!important;
}
.smp-footer-logo-line span{
	display:block!important;
	margin-top:3px!important;
	color:#d7a93c!important;
	font-size:.72rem!important;
	font-weight:750!important;
}
.smp-footer-luxury-brand>p{
	max-width:360px!important;
	margin:0!important;
	color:#a9bbcc!important;
	font-size:.88rem!important;
	line-height:1.62!important;
}
.smp-footer-luxury-contact{
	display:grid!important;
	gap:5px!important;
	margin:17px 0 0!important;
	padding:0!important;
	list-style:none!important;
}
.smp-footer-luxury-contact li{
	display:flex!important;
	align-items:flex-start!important;
	gap:8px!important;
	margin:0!important;
	padding:0!important;
	color:#b7c5d3!important;
	font-size:.84rem!important;
	line-height:1.32!important;
}
.smp-footer-luxury-contact a{
	color:#b7c5d3!important;
	text-decoration:none!important;
}
.smp-footer-luxury-column h3{
	position:relative!important;
	margin:2px 0 17px!important;
	padding:0 0 10px!important;
	color:#fff!important;
	font-size:.88rem!important;
	font-weight:800!important;
	letter-spacing:.01em!important;
}
.smp-footer-luxury-column h3:after{
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:24px;
	height:2px;
	border-radius:2px;
	background:#d5a43a;
}
.smp-footer-luxury-column ul{
	display:grid!important;
	gap:8px!important;
	margin:0!important;
	padding:0!important;
	list-style:none!important;
}
.smp-footer-luxury-column li{
	margin:0!important;
	padding:0!important;
	line-height:1.25!important;
}
.smp-footer-luxury-column a{
	display:inline-block!important;
	color:#aebed0!important;
	font-size:.84rem!important;
	line-height:1.28!important;
	text-decoration:none!important;
	transition:color .18s ease,transform .18s ease!important;
}
.smp-footer-luxury-column a:hover,
.smp-footer-luxury-column a:focus-visible,
.smp-footer-luxury-contact a:hover,
.smp-footer-luxury-contact a:focus-visible{
	color:#e6bd57!important;
}
.smp-footer-luxury-column a:hover{transform:translateX(2px)}
.smp-footer-luxury-bottom{
	display:flex!important;
	align-items:center!important;
	justify-content:space-between!important;
	gap:20px!important;
	padding:15px 0 18px!important;
	border-top:1px solid rgba(255,255,255,.08)!important;
	color:#7890a6!important;
	font-size:.75rem!important;
}
.smp-footer-luxury-bottom p{margin:0!important}
.smp-footer-luxury-bottom>div{display:flex!important;align-items:center!important;gap:9px!important}
.smp-footer-luxury-bottom a{color:#8fa3b6!important;text-decoration:none!important}
.smp-footer-luxury-bottom a:hover,.smp-footer-luxury-bottom a:focus-visible{color:#fff!important}

/* Discovery strip stays optional and is off by default in v4.2. */
.smp-footer-luxury .smp-footer-discovery{border-bottom:1px solid rgba(255,255,255,.07)!important}

@media(max-width:1050px){
	.smp-footer-luxury-grid{grid-template-columns:repeat(2,1fr)!important;gap:32px 48px!important}
	.smp-footer-luxury-brand{max-width:none}
}
@media(max-width:900px){
	.smp-hero-v410 .smp-hero-content{width:62%!important;max-width:62%!important;padding:48px 52px!important}
}
@media(max-width:760px){
	.smp-hero-v410 .smp-hero-content{
		width:100%!important;
		max-width:100%!important;
		padding:42px 34px 78px!important;
	}
	.smp-hero-v410 .smp-hero-slide{
		background-position:66% center!important;
	}
	.smp-hero-v410 .smp-hero-slide:before{
		background:linear-gradient(90deg,rgba(3,17,35,.97) 0%,rgba(3,17,35,.90) 60%,rgba(3,17,35,.48) 100%)!important;
	}
}
@media(max-width:560px){
	.smp-footer-luxury-grid{grid-template-columns:1fr!important;gap:28px!important;padding:36px 0 28px!important}
	.smp-footer-luxury-bottom{align-items:flex-start!important;flex-direction:column!important;gap:7px!important}
}


/* ShopMarkaz Pro 4.2.1 — mobile single-card + centered luxury footer */

/* Mobile storefront cards: one card per viewport row/slide. */
@media(max-width:760px){
	.smp-products-grid,
	.woocommerce ul.products,
	.smp-category-product-grid,
	.smp-sale-grid{
		grid-template-columns:1fr!important;
	}
	.smp-product-slider,
	.smp-slider-track{
		grid-auto-columns:calc(100% - 18px)!important;
	}
	.smp-slider-card,
	.smp-product-card,
	.woocommerce ul.products li.product{
		width:100%!important;
		max-width:100%!important;
		min-width:0!important;
		margin-left:0!important;
		margin-right:0!important;
	}
}

/* Contact information now belongs to the fourth column. */
.smp-footer-contact-fourth{
	margin-top:18px!important;
	padding-top:15px!important;
	border-top:1px solid rgba(255,255,255,.08)!important;
}

/* Center the entire footer on mobile for a cleaner, more premium composition. */
@media(max-width:560px){
	.smp-footer-luxury-grid{
		grid-template-columns:1fr!important;
		text-align:center!important;
	}
	.smp-footer-luxury-brand,
	.smp-footer-luxury-column{
		width:100%!important;
		max-width:100%!important;
		text-align:center!important;
	}
	.smp-footer-logo-line{
		justify-content:center!important;
		text-align:center!important;
	}
	.smp-footer-logo-line>div{
		text-align:center!important;
	}
	.smp-footer-luxury-brand>p{
		max-width:360px!important;
		margin-left:auto!important;
		margin-right:auto!important;
		text-align:center!important;
	}
	.smp-footer-luxury-column h3{
		text-align:center!important;
	}
	.smp-footer-luxury-column h3:after{
		left:50%!important;
		transform:translateX(-50%)!important;
	}
	.smp-footer-luxury-column ul{
		justify-items:center!important;
		text-align:center!important;
	}
	.smp-footer-luxury-contact{
		justify-items:center!important;
		text-align:center!important;
	}
	.smp-footer-luxury-contact li{
		justify-content:center!important;
		text-align:center!important;
		width:100%!important;
	}
	.smp-footer-luxury-bottom{
		align-items:center!important;
		text-align:center!important;
	}
	.smp-footer-luxury-bottom>div{
		justify-content:center!important;
		width:100%!important;
	}
	.smp-footer-luxury-bottom p{
		width:100%!important;
		text-align:center!important;
	}
}

/* Slightly tighter spacing across compact mobile footer columns. */
@media(max-width:560px){
	.smp-footer-luxury-grid{gap:22px!important}
	.smp-footer-luxury-column h3{margin-bottom:12px!important}
	.smp-footer-luxury-column ul{gap:6px!important}
	.smp-footer-contact-fourth{margin-top:12px!important;padding-top:12px!important}
}


/* ================================================================
   ShopMarkaz Pro 4.3.0 — marketplace mobile polish
   ================================================================ */

/* Action icons stay hidden on roomy screens; desktop keeps text labels. */
.smp-action-icon{display:none}

/* Stronger separation for Store Contact inside the 4th footer column. */
.smp-footer-contact-title{
	margin:28px 0 0!important;
	padding-top:22px!important;
	border-top:1px solid rgba(255,255,255,.08)!important;
	color:#e6bd57!important;
	font-size:.72rem!important;
	font-weight:850!important;
	letter-spacing:.08em!important;
	text-transform:uppercase!important;
}
.smp-footer-contact-fourth{
	margin-top:10px!important;
	padding-top:0!important;
	border-top:0!important;
}

/* Mobile commerce header:
   full brand + menu toggle + compact account/cart icons.
   Search remains its own dedicated row beneath. */
@media(max-width:760px){
	.sml-header-inner{
		display:grid!important;
		grid-template-columns:minmax(0,1fr) auto auto!important;
		align-items:center!important;
		gap:8px!important;
		padding-top:10px!important;
		padding-bottom:10px!important;
	}
	.sml-site-branding{
		min-width:0!important;
		max-width:100%!important;
		overflow:visible!important;
		gap:7px!important;
	}
	.smp-header-brand-mark{
		flex:0 0 30px!important;
		width:30px!important;
		height:30px!important;
	}
	.smp-header-brand-copy{
		min-width:0!important;
		max-width:100%!important;
	}
	.sml-site-title{
		margin:0!important;
		white-space:nowrap!important;
		overflow:visible!important;
		text-overflow:clip!important;
		font-size:1.28rem!important;
		line-height:1.05!important;
		letter-spacing:-.03em!important;
	}
	.sml-site-description{
		display:none!important;
	}
	.sml-menu-toggle{
		grid-column:2!important;
		width:42px!important;
		height:42px!important;
		min-width:42px!important;
		margin:0!important;
		padding:0!important;
	}
	.sml-header-actions{
		grid-column:3!important;
		display:flex!important;
		align-items:center!important;
		gap:6px!important;
		margin:0!important;
		min-width:0!important;
	}
	.sml-header-actions .sml-header-link{
		position:relative!important;
		display:grid!important;
		place-items:center!important;
		width:42px!important;
		height:42px!important;
		min-width:42px!important;
		padding:0!important;
		border-radius:11px!important;
	}
	.smp-action-icon{
		display:block!important;
		color:currentColor!important;
		font-size:1.15rem!important;
		font-weight:900!important;
		line-height:1!important;
	}
	.smp-action-label{
		position:absolute!important;
		width:1px!important;
		height:1px!important;
		padding:0!important;
		margin:-1px!important;
		overflow:hidden!important;
		clip:rect(0,0,0,0)!important;
		white-space:nowrap!important;
		border:0!important;
	}
	.smp-cart-link .sml-cart-count{
		position:absolute!important;
		top:-5px!important;
		right:-5px!important;
		min-width:20px!important;
		height:20px!important;
		padding:0 5px!important;
		font-size:.68rem!important;
		line-height:20px!important;
	}
	.sml-commerce-bar-inner{
		display:grid!important;
		grid-template-columns:1fr!important;
		gap:8px!important;
	}
	.sml-shop-all,
	.sml-commerce-note{
		display:none!important;
	}
	.sml-product-search{
		width:100%!important;
		min-width:0!important;
	}
	.sml-product-search form{
		width:100%!important;
	}
}

/* Extra-narrow widths: preserve the full site title by tightening actions,
   rather than clipping the brand. */
@media(max-width:430px){
	.sml-header-inner{
		gap:6px!important;
	}
	.smp-header-brand-mark{
		flex-basis:27px!important;
		width:27px!important;
		height:27px!important;
	}
	.sml-site-title{
		font-size:1.12rem!important;
	}
	.sml-menu-toggle,
	.sml-header-actions .sml-header-link{
		width:39px!important;
		height:39px!important;
		min-width:39px!important;
	}
}

@media(max-width:370px){
	.sml-site-title{
		font-size:1.02rem!important;
	}
	.smp-header-brand-mark{
		flex-basis:25px!important;
		width:25px!important;
		height:25px!important;
	}
	.sml-menu-toggle,
	.sml-header-actions .sml-header-link{
		width:37px!important;
		height:37px!important;
		min-width:37px!important;
	}
}

/* Mobile footer remains fully centered; contact details are intentionally
   separated below Privacy/Customer Care links rather than visually joined. */
@media(max-width:560px){
	.smp-footer-contact-title{
		width:min(320px,100%)!important;
		margin:26px auto 0!important;
		padding-top:20px!important;
		text-align:center!important;
	}
	.smp-footer-contact-fourth{
		margin-top:10px!important;
	}
}


/* ShopMarkaz Pro 4.3.1 — final QA corrections */
.smp-hero-v410 .smp-hero-pause{
    position:absolute!important;
    right:18px!important;
    bottom:18px!important;
    z-index:14!important;
    display:grid!important;
    place-items:center!important;
    width:36px!important;
    height:36px!important;
    padding:0!important;
    border:1px solid rgba(255,255,255,.42)!important;
    border-radius:50%!important;
    background:rgba(3,17,35,.64)!important;
    color:#fff!important;
    font:800 .82rem/1 sans-serif!important;
    cursor:pointer!important;
    backdrop-filter:blur(7px)!important;
}
.smp-hero-v410 .smp-hero-pause:hover,
.smp-hero-v410 .smp-hero-pause:focus-visible{
    background:#fff!important;
    color:#071d34!important;
}
.smp-hero-v410 .smp-hero-pause[hidden]{display:none!important}
.smp-slider-controls button[hidden]{display:none!important}
@media(max-width:760px){
    .smp-hero-v410 .smp-hero-pause{right:12px!important;bottom:12px!important;width:34px!important;height:34px!important}
}
