/**
 * Dokan [dokan-stores] — /store-listing (body.st-store-listing-page).
 * Markup: reference/dokan-lite-5.0.1/templates/store-lists-filter.php, store-lists-loop.php
 * Scandinavian Clean: borders, sand/beige, brown CTAs. Scoped only to this page.
 */

body.st-store-listing-page .site-main.container article {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: clamp(2rem, 5vw, 3.5rem);
}

body.st-store-listing-page .site-main.container .entry-header {
	text-align: center;
	margin-bottom: 0.75rem;
}

body.st-store-listing-page .site-main.container .entry-title {
	font-family: var(--font-heading);
	color: var(--sp-dark);
	margin-top: 0;
	margin-bottom: 0;
	font-size: clamp(1.5rem, 4vw, 2rem);
	font-weight: 700;
}

body.st-store-listing-page .site-main.container .entry-content > p:first-of-type {
	text-align: center;
	margin: 0 auto 1.25rem;
	max-width: 36em;
	line-height: 1.55;
	color: #5a5048;
	font-size: 0.95rem;
}

/* —— Toolbar (store-lists-filter.php: .left / .right) —— */
body.st-store-listing-page #dokan-store-listing-filter-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem 1rem;
	margin: 0 0 1.25rem;
	padding: 0.85rem 1rem;
	background: var(--sp-light-bg);
	border: 1px solid var(--sp-light-border);
	border-radius: var(--radius);
	box-shadow: none !important;
	box-sizing: border-box;
}

body.st-store-listing-page #dokan-store-listing-filter-wrap .left,
body.st-store-listing-page #dokan-store-listing-filter-wrap .right {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem 1rem;
	margin: 0;
	padding: 0;
}

body.st-store-listing-page #dokan-store-listing-filter-wrap .right {
	margin-left: auto;
}

body.st-store-listing-page #dokan-store-listing-filter-wrap .item {
	margin: 0;
	padding: 0;
	font-size: 0.9rem;
	color: var(--sp-dark);
	white-space: normal !important;
	min-width: 0;
}

body.st-store-listing-page #dokan-store-listing-filter-wrap .right .item.sort-by {
	margin: 0 !important;
	max-width: 100%;
}

body.st-store-listing-page #dokan-store-listing-filter-wrap .store-count {
	font-weight: 600;
	margin: 0;
}

body.st-store-listing-page #dokan-store-listing-filter-wrap .dokan-icons {
	display: none;
}

body.st-store-listing-page #dokan-store-listing-filter-wrap .dokan-store-list-filter-button,
body.st-store-listing-page #dokan-store-listing-filter-wrap button.dokan-store-list-filter-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0.5rem 1.1rem;
	font-size: 0.9rem;
	font-weight: 600;
	color: var(--st-btn-primary-fg) !important;
	background: var(--st-btn-primary-bg) !important;
	border: 1px solid var(--st-btn-primary-border) !important;
	border-radius: var(--st-btn-radius);
	box-shadow: none !important;
	cursor: pointer;
	transition: background 0.2s ease, border-color 0.2s ease;
}

body.st-store-listing-page #dokan-store-listing-filter-wrap .dokan-store-list-filter-button:hover,
body.st-store-listing-page #dokan-store-listing-filter-wrap .dokan-store-list-filter-button:focus-visible {
	background: var(--st-btn-primary-bg-hover) !important;
	border-color: var(--st-btn-primary-bg-hover) !important;
	color: var(--st-btn-primary-fg) !important;
}

body.st-store-listing-page #dokan-store-listing-filter-wrap .sort-by {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem;
	min-width: 0;
	max-width: 100%;
}

body.st-store-listing-page #dokan-store-listing-filter-wrap .sort-by label {
	margin: 0;
	font-weight: 500;
	color: var(--sp-dark);
	flex-shrink: 0;
}

body.st-store-listing-page #dokan-store-listing-filter-wrap .sort-by select,
body.st-store-listing-page #dokan-store-listing-filter-form-wrap select,
body.st-store-listing-page #dokan-store-listing-filter-form-wrap input[type="text"] {
	min-height: 44px;
	padding: 0.4rem 0.65rem;
	font-size: 0.9rem;
	color: var(--sp-dark);
	background: #fff;
	border: 1px solid var(--sp-light-border);
	border-radius: var(--st-btn-radius);
	box-sizing: border-box;
}

body.st-store-listing-page #dokan-store-listing-filter-form-wrap {
	margin: 0 0 1.25rem;
	padding: 1rem;
	background: var(--sp-light-bg);
	border: 1px solid var(--sp-light-border);
	border-radius: var(--radius);
}

body.st-store-listing-page #dokan-store-listing-filter-wrap .toggle-view {
	display: inline-flex !important;
	flex-shrink: 0;
	gap: 0.3rem;
	height: auto !important;
	line-height: normal !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.st-store-listing-page #dokan-store-listing-filter-wrap .toggle-view .dashicons {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 0;
	font-size: 1.2rem;
	color: var(--sp-dark);
	background: #fff;
	border: 1px solid var(--sp-light-border);
	border-radius: var(--st-btn-radius);
	cursor: pointer;
	box-sizing: border-box;
}

body.st-store-listing-page #dokan-store-listing-filter-wrap .toggle-view .dashicons:hover,
body.st-store-listing-page #dokan-store-listing-filter-wrap .toggle-view .dashicons:focus {
	color: var(--st-btn-primary-fg);
	background: var(--st-btn-primary-bg);
	border-color: var(--st-btn-primary-border);
}

/* —— Grid (override Dokan coloum-N float widths) —— */
body.st-store-listing-page #dokan-seller-listing-wrap,
body.st-store-listing-page #dokan-seller-listing-wrap .seller-listing-content {
	width: 100% !important;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	float: none !important;
	box-sizing: border-box;
}

body.st-store-listing-page #dokan-seller-listing-wrap {
	max-width: 1200px;
	margin-left: auto !important;
	margin-right: auto !important;
}

body.st-store-listing-page #dokan-seller-listing-wrap ul.dokan-seller-wrap {
	display: grid !important;
	grid-template-columns: 1fr;
	gap: 1.25rem;
	width: 100% !important;
	margin: 0;
	padding: 0;
	list-style: none;
	float: none !important;
	clear: both !important;
}

body.st-store-listing-page #dokan-seller-listing-wrap ul.dokan-seller-wrap::before,
body.st-store-listing-page #dokan-seller-listing-wrap ul.dokan-seller-wrap::after {
	display: none !important;
	content: none !important;
}

@media (min-width: 600px) {
	body.st-store-listing-page #dokan-seller-listing-wrap.grid-view ul.dokan-seller-wrap {
		grid-template-columns: repeat(auto-fit, minmax(300px, 380px));
		justify-content: center;
	}
}

body.st-store-listing-page #dokan-seller-listing-wrap ul.dokan-seller-wrap > li,
body.st-store-listing-page #dokan-seller-listing-wrap .dokan-single-seller,
body.st-store-listing-page #dokan-seller-listing-wrap [class*="coloum-"] {
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0;
	float: none !important;
	clear: none !important;
	list-style: none;
	box-sizing: border-box;
}

/* Invalid child in ul (store-lists-loop.php) — must not become a grid track */
body.st-store-listing-page #dokan-seller-listing-wrap ul.dokan-seller-wrap > .dokan-clearfix {
	display: none !important;
}

/* —— Store card —— */
body.st-store-listing-page #dokan-seller-listing-wrap .store-wrapper {
	display: flex;
	flex-direction: column;
	width: 100% !important;
	min-width: 0;
	height: 100%;
	overflow: hidden;
	background: var(--card-bg, #fff);
	border: 1px solid var(--sp-light-border);
	border-radius: var(--radius);
	box-shadow: none !important;
	transition: border-color 0.2s ease;
}

body.st-store-listing-page #dokan-seller-listing-wrap .store-wrapper:hover {
	border-color: #967e5b;
}

body.st-store-listing-page #dokan-seller-listing-wrap .store-header {
	position: relative;
	margin: 0;
	padding: 0;
}

body.st-store-listing-page #dokan-seller-listing-wrap .store-banner {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	aspect-ratio: 16 / 7;
	overflow: hidden;
	background: var(--sp-light-bg);
}

body.st-store-listing-page #dokan-seller-listing-wrap .store-banner a {
	display: block;
	width: 100%;
	height: 100%;
}

body.st-store-listing-page #dokan-seller-listing-wrap .store-banner img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none;
	object-fit: cover;
}

/* Kill Dokan grid-view overlay (style.css puts .store-content on top of banner) */
body.st-store-listing-page #dokan-seller-listing-wrap.grid-view .store-wrapper {
	position: relative;
}

body.st-store-listing-page #dokan-seller-listing-wrap.grid-view .store-content,
body.st-store-listing-page #dokan-seller-listing-wrap.list-view .store-content {
	position: relative !important;
	top: auto !important;
	left: auto !important;
	width: auto !important;
	height: auto !important;
	flex: 1 1 auto;
	margin: 0;
	padding: 1rem 1rem 0.75rem;
	background: transparent !important;
	color: var(--sp-dark) !important;
}

body.st-store-listing-page #dokan-seller-listing-wrap.grid-view .store-content .store-data-container {
	padding: 0 !important;
}

body.st-store-listing-page #dokan-seller-listing-wrap.grid-view .store-content .store-data h2 a,
body.st-store-listing-page #dokan-seller-listing-wrap.list-view .store-content .store-data h2 a {
	color: #3d342d !important;
	text-shadow: none !important;
	font-size: 1.1rem !important;
}

body.st-store-listing-page #dokan-seller-listing-wrap .store-content .store-data.store_open_is_on {
	margin-top: 0 !important;
}

body.st-store-listing-page #dokan-seller-listing-wrap .dokan-store-is-open-close-status {
	position: static;
	display: inline-block;
	margin: 0 0 0.5rem;
	font-size: 0.75rem;
	box-shadow: none;
}

body.st-store-listing-page #dokan-seller-listing-wrap .store-data-container {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 0.75rem;
}

body.st-store-listing-page #dokan-seller-listing-wrap .store-content .store-data {
	flex: 1 1 0;
	min-width: 0;
	margin: 0;
	padding: 0;
}

body.st-store-listing-page #dokan-seller-listing-wrap .store-content .store-data h2 {
	margin: 0 0 0.35rem;
	font-family: var(--font-heading);
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.3;
}

body.st-store-listing-page #dokan-seller-listing-wrap .store-content .store-data h2 a {
	color: #3d342d;
	text-decoration: none;
}

body.st-store-listing-page #dokan-seller-listing-wrap .store-content .store-data h2 a:hover,
body.st-store-listing-page #dokan-seller-listing-wrap .store-content .store-data h2 a:focus-visible {
	color: var(--sp-accent);
}

body.st-store-listing-page #dokan-seller-listing-wrap .store-address,
body.st-store-listing-page #dokan-seller-listing-wrap .store-content p,
body.st-store-listing-page #dokan-seller-listing-wrap.grid-view .store-content .store-data .store-address,
body.st-store-listing-page #dokan-seller-listing-wrap.grid-view .store-content .store-data .store-phone {
	margin: 0;
	font-size: 0.85rem;
	line-height: 1.45;
	color: var(--text-dim) !important;
	text-shadow: none !important;
}

body.st-store-listing-page #dokan-seller-listing-wrap.grid-view .store-content .featured-favourite .featured-label {
	background: #967e5b !important;
	box-shadow: none !important;
}

body.st-store-listing-page #dokan-seller-listing-wrap .store-footer,
body.st-store-listing-page #dokan-seller-listing-wrap.grid-view .store-footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin: 0;
	padding: 0.75rem 1rem 1rem;
	background: var(--card-bg, #fff) !important;
	border-top: 1px solid var(--sp-light-border);
}

body.st-store-listing-page #dokan-seller-listing-wrap .store-footer .seller-avatar {
	position: static !important;
	top: auto !important;
	right: auto !important;
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	margin: 0;
	padding: 0 !important;
	background: transparent !important;
	border-radius: 0;
	box-shadow: none !important;
}

body.st-store-listing-page #dokan-seller-listing-wrap .store-footer .seller-avatar a {
	display: block;
	padding: 0;
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	min-height: 0;
}

body.st-store-listing-page #dokan-seller-listing-wrap .store-footer .seller-avatar img {
	display: block;
	width: 48px;
	height: 48px;
	object-fit: cover;
	border: 2px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 1px var(--sp-light-border);
}

/* Visit link: <a title="Visit Store"><span class="dashicons dokan-btn-round"></span></a> */
body.st-store-listing-page #dokan-seller-listing-wrap .store-footer > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	min-height: 44px;
	min-width: 10.5rem;
	margin: 0 0 0 auto;
	padding: 0.55rem 1.15rem;
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 1.2;
	color: var(--st-btn-primary-fg) !important;
	background: var(--st-btn-primary-bg) !important;
	border: 1px solid var(--st-btn-primary-border) !important;
	border-radius: var(--st-btn-radius);
	box-shadow: none !important;
	text-decoration: none !important;
	transition: background 0.2s ease, border-color 0.2s ease;
}

body.st-store-listing-page #dokan-seller-listing-wrap .store-footer > a:hover,
body.st-store-listing-page #dokan-seller-listing-wrap .store-footer > a:focus-visible {
	background: var(--st-btn-primary-bg-hover) !important;
	border-color: var(--st-btn-primary-bg-hover) !important;
	color: var(--st-btn-primary-fg) !important;
}

body.st-store-listing-page #dokan-seller-listing-wrap .store-footer > a .dokan-btn-round {
	width: auto !important;
	height: auto !important;
	min-width: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: inherit !important;
	font-size: 1rem !important;
	line-height: 1 !important;
	box-shadow: none !important;
}

body.st-store-listing-page #dokan-seller-listing-wrap .store-footer > a::after {
	content: "Besök butik";
}

html[lang^="en"] body.st-store-listing-page #dokan-seller-listing-wrap .store-footer > a::after {
	content: "Visit Store";
}

/* —— Empty search (Dokan .dokan-error fallback if PHP replace misses) —— */
body.st-store-listing-page #dokan-seller-listing-wrap .seller-listing-content .dokan-error {
	margin: 0 0 1rem !important;
	padding: 0.75rem 1rem !important;
	text-align: center;
	font-size: 0.9rem;
	line-height: 1.45;
	color: var(--sp-dark) !important;
	background: var(--sp-light-bg) !important;
	border: 1px solid var(--sp-light-border) !important;
	border-top: 1px solid var(--sp-light-border) !important;
	border-radius: var(--radius);
	box-shadow: none !important;
}

body.st-store-listing-page #dokan-seller-listing-wrap .seller-listing-content .dokan-error::before {
	display: none !important;
	content: none !important;
}

body.st-store-listing-page .st-store-listing-empty {
	margin: 0 0 1.25rem;
}

body.st-store-listing-page .st-store-listing-empty__notice {
	margin: 0 0 1rem;
	padding: 0.75rem 1rem;
	text-align: center;
	font-size: 0.9rem;
	line-height: 1.45;
	color: var(--sp-dark);
	background: var(--sp-light-bg);
	border: 1px solid var(--sp-light-border);
	border-radius: var(--radius);
	box-sizing: border-box;
}

body.st-store-listing-page .st-store-listing-empty__grid {
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

@media (min-width: 600px) {
	body.st-store-listing-page #dokan-seller-listing-wrap.grid-view .st-store-listing-empty__grid {
		grid-template-columns: minmax(300px, 380px);
		justify-content: center;
		max-width: 380px;
	}
}

/* —— Seller recruitment CTA (last grid/list item, page 1) —— */

body.st-store-listing-page .st-store-listing-cta .store-wrapper:hover {
	border-color: #967e5b;
}

body.st-store-listing-page #dokan-seller-listing-wrap .st-store-listing-cta .store-header {
	width: 100%;
	align-self: stretch;
}

body.st-store-listing-page #dokan-seller-listing-wrap .st-store-listing-cta .store-banner.st-store-listing-cta__visual {
	position: relative;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	overflow: hidden;
	text-align: center;
	background: linear-gradient(145deg, var(--sp-light-bg) 0%, #ebe6d6 55%, #e2dcc8 100%);
	border-bottom: 1px solid var(--sp-light-border);
}

body.st-store-listing-page #dokan-seller-listing-wrap .st-store-listing-cta .store-banner.st-store-listing-cta__visual::before {
	content: "";
	position: absolute;
	inset: 0;
	opacity: 0.45;
	background-image:
		linear-gradient(90deg, rgba(150, 126, 91, 0.07) 1px, transparent 1px),
		linear-gradient(rgba(150, 126, 91, 0.07) 1px, transparent 1px);
	background-size: 18px 18px;
	pointer-events: none;
}

body.st-store-listing-page #dokan-seller-listing-wrap .st-store-listing-cta .st-store-listing-cta__visual-inner {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	width: 100%;
	max-width: 100%;
	height: 100%;
	min-height: inherit;
	margin: 0 auto;
	padding: 1rem 0.75rem;
	text-align: center;
	box-sizing: border-box;
}

body.st-store-listing-page .st-store-listing-cta__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.25rem;
	height: 3.25rem;
	color: #967e5b;
	background: rgba(255, 255, 255, 0.55);
	border: 1px solid rgba(150, 126, 91, 0.25);
	border-radius: 50%;
}

body.st-store-listing-page .st-store-listing-cta__icon svg {
	display: block;
	width: 2rem;
	height: 2rem;
}

body.st-store-listing-page .st-store-listing-cta__visual-label {
	display: block;
	width: 100%;
	font-family: var(--font-heading);
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	color: var(--sp-dark);
}

body.st-store-listing-page .st-store-listing-cta__visual-tagline {
	display: block;
	width: 100%;
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-align: center;
	color: #967e5b;
}

body.st-store-listing-page .st-store-listing-cta .store-content .store-data h2 {
	margin-bottom: 0.35rem;
}

body.st-store-listing-page .st-store-listing-cta__body {
	margin: 0;
	font-size: 0.85rem;
	line-height: 1.45;
	color: var(--text-dim);
}

body.st-store-listing-page .st-store-listing-cta .store-footer > a::after {
	content: none !important;
}

body.st-store-listing-page #dokan-seller-listing-wrap.list-view .st-store-listing-cta .store-header {
	display: flex;
	align-items: center;
	justify-content: center;
}

body.st-store-listing-page #dokan-seller-listing-wrap.list-view .st-store-listing-cta .store-banner.st-store-listing-cta__visual {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	height: 100%;
	min-height: 72px;
	border-radius: var(--radius) 0 0 var(--radius);
	border-bottom: none;
	border-right: 1px solid var(--sp-light-border);
}

body.st-store-listing-page #dokan-seller-listing-wrap.list-view .st-store-listing-cta .st-store-listing-cta__visual-inner {
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0.35rem 0.25rem;
	gap: 0.2rem;
	text-align: center;
}

body.st-store-listing-page #dokan-seller-listing-wrap.list-view .st-store-listing-cta__icon {
	width: 2.25rem;
	height: 2.25rem;
}

body.st-store-listing-page #dokan-seller-listing-wrap.list-view .st-store-listing-cta__icon svg {
	width: 1.35rem;
	height: 1.35rem;
}

body.st-store-listing-page #dokan-seller-listing-wrap.list-view .st-store-listing-cta__visual-label {
	display: block;
	width: 100%;
	font-size: 0.62rem;
	line-height: 1.15;
	text-align: center;
}

body.st-store-listing-page #dokan-seller-listing-wrap.list-view .st-store-listing-cta__visual-tagline {
	display: none;
}

body.st-store-listing-page #dokan-seller-listing-wrap.list-view .st-store-listing-cta .st-store-listing-cta__body {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* List view — horizontal row: thumbnail | info | CTA (keep on mobile) */
body.st-store-listing-page #dokan-seller-listing-wrap.list-view ul.dokan-seller-wrap {
	grid-template-columns: 1fr;
}

body.st-store-listing-page #dokan-seller-listing-wrap.list-view .store-wrapper {
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	height: auto;
	min-height: 0;
}

body.st-store-listing-page #dokan-seller-listing-wrap.list-view .store-header {
	flex: 0 0 clamp(72px, 24vw, 120px);
	max-width: 120px;
	min-width: 72px;
	align-self: stretch;
}

body.st-store-listing-page #dokan-seller-listing-wrap.list-view .store-banner {
	aspect-ratio: auto;
	height: 100%;
	min-height: 72px;
}

body.st-store-listing-page #dokan-seller-listing-wrap.list-view .store-banner a {
	height: 100%;
}

body.st-store-listing-page #dokan-seller-listing-wrap.list-view .store-banner img {
	position: static;
	height: 100% !important;
	min-height: 72px;
	border-radius: var(--radius) 0 0 var(--radius);
}

body.st-store-listing-page #dokan-seller-listing-wrap.list-view .store-wrapper > .store-content {
	flex: 1 1 auto;
	min-width: 0;
	padding: 0.65rem 0.75rem !important;
}

body.st-store-listing-page #dokan-seller-listing-wrap.list-view .store-content .store-data h2 {
	margin-bottom: 0.25rem;
	font-size: 1rem;
}

body.st-store-listing-page #dokan-seller-listing-wrap.list-view .store-address,
body.st-store-listing-page #dokan-seller-listing-wrap.list-view .store-content p {
	font-size: 0.8rem;
	line-height: 1.35;
}

body.st-store-listing-page #dokan-seller-listing-wrap.list-view .store-footer {
	flex: 0 0 auto;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	gap: 0.35rem;
	padding: 0.5rem 0.65rem 0.5rem 0 !important;
	border-top: none !important;
	background: transparent !important;
}

body.st-store-listing-page #dokan-seller-listing-wrap.list-view .store-footer .seller-avatar {
	display: none !important;
}

body.st-store-listing-page #dokan-seller-listing-wrap.list-view .store-footer > a {
	min-width: 0;
	width: auto;
	margin: 0;
	padding: 0.45rem 0.75rem;
	font-size: 0.8rem;
}

@media (max-width: 599px) {
	body.st-store-listing-page #dokan-seller-listing-wrap.list-view .store-header {
		flex: 0 0 72px;
		max-width: 72px;
		min-width: 72px;
	}

	body.st-store-listing-page #dokan-seller-listing-wrap.list-view .store-banner,
	body.st-store-listing-page #dokan-seller-listing-wrap.list-view .store-banner img {
		min-height: 72px;
	}

	body.st-store-listing-page #dokan-seller-listing-wrap.list-view .store-wrapper > .store-content {
		padding: 0.5rem 0.55rem !important;
	}

	body.st-store-listing-page #dokan-seller-listing-wrap.list-view .store-content .store-data h2 {
		font-size: 0.9rem;
	}

	body.st-store-listing-page #dokan-seller-listing-wrap.list-view .store-address {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	body.st-store-listing-page #dokan-seller-listing-wrap.list-view .store-footer > a {
		padding: 0.4rem 0.55rem;
		font-size: 0.75rem;
	}

	body.st-store-listing-page #dokan-seller-listing-wrap.list-view .store-footer > a::after {
		content: "Besök";
	}

	html[lang^="en"] body.st-store-listing-page #dokan-seller-listing-wrap.list-view .store-footer > a::after {
		content: "Visit";
	}

	body.st-store-listing-page #dokan-seller-listing-wrap.list-view .st-store-listing-cta .store-footer > a::after {
		content: none !important;
	}

	body.st-store-listing-page #dokan-seller-listing-wrap.list-view .st-store-listing-cta .st-store-listing-cta__body {
		-webkit-line-clamp: 2;
		line-clamp: 2;
	}

	body.st-store-listing-page #dokan-store-listing-filter-wrap {
		flex-direction: column;
		align-items: stretch;
	}

	body.st-store-listing-page #dokan-store-listing-filter-wrap .left,
	body.st-store-listing-page #dokan-store-listing-filter-wrap .right {
		width: 100%;
		margin-left: 0;
		flex-direction: column;
		align-items: stretch;
	}

	body.st-store-listing-page #dokan-store-listing-filter-wrap .right .item {
		width: 100%;
	}

	body.st-store-listing-page #dokan-store-listing-filter-wrap .dokan-store-list-filter-button {
		width: 100%;
	}

	body.st-store-listing-page #dokan-store-listing-filter-wrap .sort-by {
		width: 100%;
	}

	body.st-store-listing-page #dokan-store-listing-filter-wrap .sort-by select {
		width: 100%;
		max-width: 100%;
	}

	body.st-store-listing-page #dokan-store-listing-filter-wrap .toggle-view {
		justify-content: flex-start;
	}
}
