:root {
	--shopimo-primary: #ff2e63;
	--shopimo-secondary: #111111;
	--shopimo-accent: #ff5b7d;
	--shopimo-bg: #ffffff;
	--shopimo-bg-light: #f8f9fa;
	--shopimo-border: #ececec;
	--shopimo-success: #22c55e;
	--shopimo-danger: #ef4444;
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: "Plus Jakarta Sans", Inter, system-ui, -apple-system, sans-serif;
	color: var(--shopimo-secondary);
	background: var(--shopimo-bg);
	line-height: 1.45;
}

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

a {
	color: inherit;
	text-decoration: none;
}

.container {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 16px;
}

.shopimo-topbar {
	background: var(--shopimo-secondary);
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	padding: 8px 0;
}

.shopimo-topbar .container,
.shopimo-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.shopimo-topbar p {
	margin: 0;
}

.shopimo-top-links,
.shopimo-menu,
.shopimo-mobile-menu,
.shopimo-footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.shopimo-top-links,
.shopimo-menu {
	display: flex;
	align-items: center;
	gap: 18px;
	font-size: 14px;
}

.shopimo-header {
	position: sticky;
	top: 0;
	z-index: 100;
	border-bottom: 1px solid var(--shopimo-border);
	background: rgb(255 255 255 / 92%);
	backdrop-filter: blur(10px);
}

.shopimo-header-inner {
	min-height: 76px;
}

.shopimo-brand-logo {
	display: block;
	width: auto;
	height: clamp(28px, 4vw, 42px);
	max-width: 210px;
}

.shopimo-mobile-toggle {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 4px;
	width: 40px;
	height: 40px;
	border: 1px solid var(--shopimo-border);
	border-radius: 10px;
	background: #fff;
}

.shopimo-mobile-toggle span {
	height: 2px;
	width: 18px;
	background: #111;
	margin: 0 auto;
}

.shopimo-actions {
	display: flex;
	align-items: center;
	gap: 10px;
}

.shopimo-search-toggle,
.shopimo-account-link,
.shopimo-cart-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	padding: 0 12px;
	border: 1px solid var(--shopimo-border);
	border-radius: 999px;
	background: #fff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.shopimo-cart-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 20px;
	height: 20px;
	padding: 0 6px;
	margin-left: 8px;
	border-radius: 999px;
	background: var(--shopimo-primary);
	color: #fff;
	font-size: 10px;
}

.shopimo-mobile-nav {
	border-top: 1px solid var(--shopimo-border);
	background: #fff;
	padding: 10px 0;
}

.shopimo-mobile-menu li a {
	display: block;
	padding: 10px 0;
	font-weight: 600;
}

.shopimo-search-panel {
	padding: 16px 0;
	border-top: 1px solid var(--shopimo-border);
	background: #fff;
}

.shopimo-search-form {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 10px;
}

.shopimo-search-form input,
.shopimo-search-form button,
.shopimo-newsletter input,
.shopimo-newsletter button {
	height: 46px;
	border: 1px solid var(--shopimo-border);
	border-radius: 12px;
	padding: 0 12px;
}

.shopimo-search-form button,
.shopimo-newsletter button {
	background: var(--shopimo-secondary);
	color: #fff;
	font-weight: 700;
	border: 0;
}

.shopimo-search-suggestions a {
	display: flex;
	justify-content: space-between;
	padding: 10px;
	margin-top: 6px;
	border: 1px solid var(--shopimo-border);
	border-radius: 10px;
	font-size: 14px;
}

.site-main {
	padding: 48px 0;
}

.shopimo-hero {
	min-height: 82vh;
	display: flex;
	align-items: center;
	padding: 80px 0;
	background:
		linear-gradient(90deg, rgb(17 17 17 / 75%), rgb(17 17 17 / 35%)),
		url("https://images.unsplash.com/photo-1529139574466-a303027c1d8b?auto=format&fit=crop&w=1800&q=80") center/cover no-repeat;
	color: #fff;
}

.shopimo-hero-copy {
	max-width: 640px;
	padding: 32px;
	border-radius: 24px;
	background: linear-gradient(140deg, rgb(255 255 255 / 16%), rgb(255 255 255 / 6%));
	border: 1px solid rgb(255 255 255 / 28%);
	backdrop-filter: blur(8px);
}

.shopimo-hero .eyebrow {
	margin: 0;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.shopimo-hero h1 {
	margin: 16px 0 0;
	font-size: clamp(34px, 6vw, 62px);
	line-height: 1.1;
}

.shopimo-hero p {
	font-size: 16px;
	max-width: 520px;
	color: rgb(255 255 255 / 90%);
}

.shopimo-hero-actions {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 26px;
}

.shopimo-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	padding: 12px 18px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	border: 1px solid transparent;
}

.shopimo-btn-primary {
	background: var(--shopimo-primary);
	color: #fff;
}

.shopimo-btn-light {
	background: transparent;
	border-color: rgb(255 255 255 / 70%);
	color: #fff;
}

.shopimo-btn-dark {
	background: #111;
	color: #fff;
}

.shopimo-section {
	padding: 72px 0;
}

.shopimo-section-alt {
	background: var(--shopimo-bg-light);
}

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

.shopimo-section-head h2,
.shopimo-newsletter-section h2,
.shopimo-page-head h1 {
	margin: 0;
	font-size: clamp(26px, 4vw, 38px);
	line-height: 1.15;
}

.shopimo-section-head a {
	color: var(--shopimo-primary);
	font-weight: 700;
	font-size: 14px;
}

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

.shopimo-product-card {
	border: 1px solid var(--shopimo-border);
	border-radius: 18px;
	overflow: hidden;
	background: #fff;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.shopimo-product-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 20px 34px rgb(0 0 0 / 10%);
}

.shopimo-product-media {
	position: relative;
	display: block;
	background: #f7f7f7;
	aspect-ratio: 3 / 4;
	overflow: hidden;
}

.shopimo-product-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.shopimo-product-card:hover .shopimo-product-media img {
	transform: scale(1.06);
}

.shopimo-product-badge,
.shopimo-product-sale {
	position: absolute;
	top: 12px;
	padding: 5px 10px;
	border-radius: 999px;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.shopimo-product-badge {
	left: 12px;
	background: rgb(255 255 255 / 92%);
}

.shopimo-product-sale {
	right: 12px;
	background: #111;
	color: #fff;
}

.shopimo-product-body {
	padding: 16px;
}

.shopimo-product-brand {
	margin: 0;
	font-size: 11px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #6b7280;
}

.shopimo-product-title {
	margin: 6px 0;
	font-size: 18px;
	line-height: 1.25;
}

.shopimo-product-meta {
	margin: 0;
	font-size: 12px;
	color: #6b7280;
}

.shopimo-product-price {
	margin: 12px 0;
	font-size: 18px;
	font-weight: 700;
}

.shopimo-product-price del {
	font-size: 13px;
	color: #6b7280;
	font-weight: 500;
	margin-left: 4px;
}

.shopimo-product-actions {
	display: flex;
	gap: 8px;
	align-items: center;
}

.shopimo-product-actions .button,
.shopimo-product-actions .shopimo-btn {
	padding: 10px 14px;
	font-size: 11px;
	margin: 0;
	white-space: nowrap;
}

.shopimo-product-actions .added_to_cart {
	font-size: 12px;
	padding-left: 8px;
	color: var(--shopimo-primary);
}

.shopimo-product-stock {
	margin: 10px 0 0;
	font-size: 12px;
	font-weight: 600;
}

.in-stock {
	color: var(--shopimo-success);
}

.out-stock {
	color: var(--shopimo-danger);
}

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

.shopimo-category-item {
	padding: 20px;
	border: 1px solid var(--shopimo-border);
	border-radius: 16px;
	background: #fff;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.shopimo-category-item:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 24px rgb(0 0 0 / 8%);
}

.shopimo-category-item h3 {
	margin: 0;
	font-size: 22px;
}

.shopimo-category-item p {
	margin: 10px 0;
	font-size: 14px;
	color: #6b7280;
	min-height: 40px;
}

.shopimo-category-item span {
	color: var(--shopimo-primary);
	font-weight: 700;
	font-size: 14px;
}

.shopimo-newsletter-section {
	text-align: center;
}

.shopimo-newsletter {
	display: flex;
	gap: 8px;
	max-width: 460px;
	margin: 18px auto 0;
}

.shopimo-newsletter label {
	flex: 1;
}

.shopimo-content-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 30px;
}

.shopimo-page-head {
	margin-bottom: 20px;
}

.shopimo-page-head p {
	margin: 0;
	font-size: 12px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #6b7280;
}

.shopimo-sidebar .widget {
	padding: 16px;
	border: 1px solid var(--shopimo-border);
	border-radius: 14px;
	margin-bottom: 14px;
	background: #fff;
}

.shopimo-shop-grid .shopimo-sidebar {
	position: sticky;
	top: 92px;
	height: fit-content;
}

.shopimo-single-wrap {
	max-width: 1220px;
}

.shopimo-single-grid {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 32px;
}

.shopimo-single-gallery {
	border-radius: 20px;
	overflow: hidden;
	background: #f7f7f7;
}

.shopimo-single-gallery img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.shopimo-single-summary {
	position: sticky;
	top: 100px;
	height: fit-content;
	padding: 18px;
	border: 1px solid var(--shopimo-border);
	border-radius: 16px;
	background: #fff;
}

.shopimo-single-brand {
	margin: 0;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	color: #6b7280;
}

.shopimo-single-summary h1 {
	margin: 12px 0;
	font-size: 38px;
	line-height: 1.15;
}

.shopimo-single-rating {
	margin: 0;
	font-size: 14px;
	color: #6b7280;
}

.shopimo-single-price {
	font-size: 34px;
	font-weight: 700;
	margin: 12px 0;
}

.shopimo-single-addcart form.cart {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.shopimo-single-addcart .single_add_to_cart_button {
	background: #111;
	color: #fff;
	border: 0;
	border-radius: 999px;
	height: 42px;
	padding: 0 16px;
	font-weight: 700;
}

.shopimo-single-meta p {
	margin: 6px 0;
	font-size: 14px;
	color: #6b7280;
}

.shopimo-single-tabs,
.shopimo-single-related {
	margin-top: 32px;
}

.shopimo-page-title {
	margin: 0 0 24px;
	font-size: clamp(30px, 4vw, 44px);
	line-height: 1.15;
}

.shopimo-cart-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	gap: 30px;
}

.shopimo-cart-items {
	display: grid;
	gap: 14px;
}

.shopimo-cart-item {
	display: grid;
	grid-template-columns: 96px minmax(0, 1fr) auto;
	gap: 14px;
	padding: 14px;
	border: 1px solid var(--shopimo-border);
	border-radius: 16px;
	background: #fff;
}

.shopimo-cart-thumb img {
	width: 96px;
	height: 112px;
	object-fit: cover;
	border-radius: 12px;
}

.shopimo-cart-item-title {
	margin: 0;
	font-size: 18px;
	line-height: 1.25;
}

.shopimo-cart-item-meta,
.shopimo-cart-item-price {
	margin: 6px 0 0;
	font-size: 13px;
	color: #6b7280;
}

.shopimo-cart-controls {
	display: grid;
	gap: 10px;
	justify-items: end;
	align-content: center;
	min-width: 180px;
}

.shopimo-cart-controls .quantity {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

.shopimo-cart-controls .qty {
	height: 36px;
	border: 1px solid var(--shopimo-border);
	border-radius: 10px;
	padding: 0 8px;
	width: 64px;
}

.shopimo-cart-item-subtotal {
	margin: 0;
	font-size: 16px;
	font-weight: 700;
}

.shopimo-cart-remove .remove {
	font-size: 12px;
	font-weight: 700;
	color: var(--shopimo-primary);
}

.shopimo-cart-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 14px;
	align-items: center;
}

.shopimo-coupon-box {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.shopimo-coupon-box .input-text {
	height: 44px;
	border: 1px solid var(--shopimo-border);
	border-radius: 12px;
	padding: 0 10px;
	min-width: 180px;
}

.shopimo-coupon-box .button,
.shopimo-cart-actions .button {
	height: 44px;
	border-radius: 12px;
	padding: 0 14px;
	background: #111;
	color: #fff;
	font-weight: 700;
	border: 0;
}

.shopimo-cart-summary .cart_totals {
	padding: 18px;
	border: 1px solid var(--shopimo-border);
	border-radius: 16px;
	background: #f8f9fa;
}

.shopimo-cart-summary .shop_table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}

.shopimo-cart-summary .shop_table th,
.shopimo-cart-summary .shop_table td {
	padding: 10px 0;
	border-bottom: 1px solid var(--shopimo-border);
	text-align: right;
}

.shopimo-cart-summary .shop_table th {
	text-align: left;
}

.shopimo-cart-summary .checkout-button {
	margin-top: 14px !important;
	border-radius: 999px !important;
	background: var(--shopimo-primary) !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.shopimo-checkout-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	gap: 30px;
}

.shopimo-checkout-main {
	padding: 18px;
	border: 1px solid var(--shopimo-border);
	border-radius: 16px;
	background: #fff;
}

.shopimo-checkout-fields {
	margin-bottom: 16px;
}

.shopimo-checkout-main .form-row {
	margin-bottom: 12px;
}

.shopimo-checkout-main input,
.shopimo-checkout-main select,
.shopimo-checkout-main textarea {
	width: 100%;
	height: 44px;
	border: 1px solid var(--shopimo-border);
	border-radius: 12px;
	padding: 0 12px;
	font-size: 14px;
}

.shopimo-checkout-main textarea {
	height: auto;
	min-height: 96px;
	padding-top: 10px;
}

.shopimo-checkout-summary {
	padding: 18px;
	border: 1px solid var(--shopimo-border);
	border-radius: 16px;
	background: #f8f9fa;
	height: fit-content;
	position: sticky;
	top: 94px;
}

.shopimo-checkout-summary h3 {
	margin-top: 0;
	font-size: 24px;
}

.shopimo-checkout-summary .shop_table {
	width: 100%;
	font-size: 14px;
	border-collapse: collapse;
}

.shopimo-checkout-summary .shop_table th,
.shopimo-checkout-summary .shop_table td {
	padding: 10px 0;
	border-bottom: 1px solid var(--shopimo-border);
}

.shopimo-checkout-summary #place_order {
	width: 100%;
	height: 46px;
	border-radius: 999px;
	background: #111;
	color: #fff;
	border: 0;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.shopimo-account-layout {
	display: grid;
	grid-template-columns: 240px minmax(0, 1fr);
	gap: 24px;
}

.shopimo-account-sidebar {
	border: 1px solid var(--shopimo-border);
	border-radius: 16px;
	padding: 10px;
	height: fit-content;
}

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

.shopimo-account-sidebar .woocommerce-MyAccount-navigation a {
	display: block;
	padding: 10px 12px;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 600;
}

.shopimo-account-sidebar .is-active a {
	background: #111;
	color: #fff;
}

.shopimo-account-content {
	border: 1px solid var(--shopimo-border);
	border-radius: 16px;
	padding: 20px;
	background: #fff;
}

.shopimo-account-content .woocommerce-orders-table,
.shopimo-account-content .shop_table {
	width: 100%;
	font-size: 14px;
	border-collapse: collapse;
}

.shopimo-account-content .woocommerce-orders-table th,
.shopimo-account-content .woocommerce-orders-table td,
.shopimo-account-content .shop_table th,
.shopimo-account-content .shop_table td {
	padding: 10px;
	border-bottom: 1px solid var(--shopimo-border);
}

.shopimo-account-content .button {
	border-radius: 999px;
	background: #111;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.shopimo-footer {
	background: #111;
	color: #fff;
	margin-top: 56px;
}

.shopimo-footer-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	padding: 56px 16px;
}

.shopimo-footer-menu li {
	margin-bottom: 8px;
}

.shopimo-footer-bottom {
	border-top: 1px solid rgb(255 255 255 / 12%);
	padding: 14px 0;
	font-size: 13px;
}

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

@media (max-width: 1180px) {
	.shopimo-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

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

@media (max-width: 992px) {
	.shopimo-top-links,
	.shopimo-nav,
	.shopimo-account-link {
		display: none;
	}

	.shopimo-mobile-toggle {
		display: inline-flex;
	}

	.shopimo-grid,
	.shopimo-content-grid,
	.shopimo-cart-layout,
	.shopimo-checkout-layout,
	.shopimo-account-layout,
	.shopimo-single-grid,
	.shopimo-footer-grid {
		grid-template-columns: 1fr;
	}

	.shopimo-shop-grid .shopimo-sidebar,
	.shopimo-single-summary,
	.shopimo-checkout-summary {
		position: static;
	}

	.shopimo-cart-item {
		grid-template-columns: 1fr;
	}

	.shopimo-cart-controls {
		justify-items: start;
		min-width: 0;
	}

	.shopimo-hero {
		min-height: 66vh;
	}
}

@media (max-width: 640px) {
	.shopimo-actions {
		gap: 6px;
	}

	.shopimo-search-toggle,
	.shopimo-cart-link {
		padding: 0 10px;
		font-size: 10px;
	}

	.shopimo-section {
		padding: 52px 0;
	}

	.shopimo-grid,
	.shopimo-category-grid {
		grid-template-columns: 1fr;
	}

	.shopimo-newsletter {
		flex-direction: column;
	}
}

/* UI refinement pass for shop/single/cart/checkout */
.shopimo-shop-toolbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	padding: 12px 0 18px;
	border-bottom: 1px solid var(--shopimo-border);
	margin-bottom: 18px;
}

.shopimo-shop-order select,
.shopimo-shop-order .orderby {
	height: 40px;
	border: 1px solid var(--shopimo-border);
	border-radius: 10px;
	padding: 0 10px;
	font-size: 13px;
}

.shopimo-filter-title {
	margin: 0 0 12px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: #6b7280;
}

.shopimo-product-wishlist {
	position: absolute;
	right: 12px;
	bottom: 12px;
	height: 34px;
	width: 34px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgb(255 255 255 / 92%);
	font-size: 18px;
	line-height: 1;
}

.shopimo-stars {
	letter-spacing: 0.06em;
	color: #f59e0b;
	font-size: 11px;
	margin-right: 6px;
}

.shopimo-single-gallery .woocommerce-product-gallery {
	margin: 0;
}

.shopimo-single-gallery .flex-control-thumbs {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
	padding: 12px;
	margin: 0;
	list-style: none;
	background: #fff;
}

.shopimo-single-gallery .flex-control-thumbs li img {
	border-radius: 10px;
	border: 1px solid var(--shopimo-border);
}

.shopimo-single-addcart .variations {
	width: 100%;
	margin-bottom: 10px;
}

.shopimo-single-addcart .variations select,
.shopimo-single-addcart .qty {
	height: 42px;
	border: 1px solid var(--shopimo-border);
	border-radius: 10px;
	padding: 0 10px;
	background: #fff;
}

.shopimo-buy-now {
	margin-bottom: 8px;
}

.shopimo-trust-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px;
	margin: 14px 0;
}

.shopimo-trust-item {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	padding: 10px 12px;
	border-radius: 10px;
	background: #f8f9fa;
	font-size: 13px;
}

.shopimo-trust-item span {
	color: #6b7280;
	text-align: right;
}

.shopimo-info-accordion {
	margin-top: 10px;
	border-top: 1px solid var(--shopimo-border);
	padding-top: 10px;
}

.shopimo-info-accordion details {
	border-bottom: 1px solid var(--shopimo-border);
	padding: 8px 0;
}

.shopimo-info-accordion summary {
	cursor: pointer;
	font-weight: 700;
	font-size: 14px;
}

.shopimo-info-accordion p {
	margin: 8px 0 6px;
	font-size: 13px;
	color: #6b7280;
}

.shopimo-shipping-progress {
	margin-bottom: 18px;
	padding: 12px 14px;
	border: 1px solid var(--shopimo-border);
	border-radius: 12px;
	background: #f8f9fa;
}

.shopimo-shipping-progress-head {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 6px;
}

.shopimo-progress-track {
	height: 8px;
	border-radius: 999px;
	background: #e5e7eb;
	overflow: hidden;
}

.shopimo-progress-track span {
	display: block;
	height: 100%;
	background: #22c55e;
}

.shopimo-shipping-progress p {
	margin: 8px 0 0;
	font-size: 12px;
	color: #6b7280;
}

.shopimo-checkout-progress {
	display: inline-flex;
	gap: 8px;
	margin-bottom: 14px;
	flex-wrap: wrap;
}

.shopimo-checkout-progress span {
	padding: 6px 12px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	border: 1px solid var(--shopimo-border);
	background: #fff;
}

.shopimo-checkout-progress .is-done,
.shopimo-checkout-progress .is-active {
	background: #111;
	color: #fff;
	border-color: #111;
}

.shopimo-payment-icons {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	margin-top: 12px;
}

.shopimo-payment-icons span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 58px;
	height: 28px;
	padding: 0 8px;
	font-size: 11px;
	font-weight: 700;
	border-radius: 999px;
	border: 1px solid var(--shopimo-border);
	background: #fff;
}

.shopimo-trust-list {
	margin: 12px 0 0;
	padding-left: 18px;
	font-size: 12px;
	color: #6b7280;
}

.shopimo-trust-list li {
	margin-bottom: 6px;
}

@media (max-width: 992px) {
	.shopimo-shop-toolbar {
		flex-direction: column;
		align-items: flex-start;
	}
}