:root {
	--bm-background: #fff8f8;
	--bm-surface: #ffffff;
	--bm-surface-low: #fff0f3;
	--bm-surface-mid: #ffe8ed;
	--bm-surface-high: #fce2e8;
	--bm-text: #25181c;
	--bm-muted: #584048;
	--bm-primary: #b30564;
	--bm-primary-strong: #8d004e;
	--bm-gold: #e6c279;
	--bm-border: #dfbec7;
	--bm-shadow: 0 18px 45px rgba(179, 5, 100, 0.10);
	--bm-soft-shadow: 0 8px 24px rgba(37, 24, 28, 0.06);
}

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

body.bm-shop-page {
	background: var(--bm-background);
	color: var(--bm-text);
	font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	margin: 0;
}

body {
	background: var(--bm-background);
	color: var(--bm-text);
	font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	margin: 0;
}

.bm-shop-page a,
body:not(.bm-shop-page) a {
	color: inherit;
	text-decoration: none;
}

.bm-shell {
	margin: 0 auto;
	max-width: 1180px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.material-symbols-outlined {
	font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
}

.bm-announcement {
	background: var(--bm-primary);
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.2;
	padding: 9px 20px;
	text-align: center;
	text-transform: uppercase;
}

.bm-header {
	background: rgba(255, 248, 248, 0.9);
	backdrop-filter: blur(16px);
	border-bottom: 1px solid rgba(223, 190, 199, 0.45);
	position: sticky;
	top: 0;
	z-index: 80;
}

.bm-header__inner {
	align-items: center;
	display: flex;
	height: 64px;
	justify-content: space-between;
}

.bm-brand {
	align-items: center;
	color: var(--bm-primary);
	display: inline-flex;
	font-family: "Playfair Display", Georgia, serif;
	font-size: 24px;
	font-weight: 700;
	gap: 10px;
	line-height: 1;
}

.bm-header__menu {
	font-family: "Material Symbols Outlined";
	font-size: 24px;
}

.bm-header__actions {
	align-items: center;
	display: flex;
	gap: 6px;
}

.bm-header__actions a {
	align-items: center;
	border-radius: 999px;
	color: var(--bm-muted);
	display: inline-flex;
	height: 40px;
	justify-content: center;
	position: relative;
	width: 40px;
}

.bm-header__actions a:hover {
	background: var(--bm-surface-low);
	color: var(--bm-primary);
}

.bm-cart-count {
	align-items: center;
	background: var(--bm-primary);
	border-radius: 999px;
	color: #fff;
	display: flex;
	font-size: 9px;
	font-weight: 700;
	height: 17px;
	justify-content: center;
	position: absolute;
	right: 2px;
	top: 2px;
	width: 17px;
}

.bm-shop-main {
	padding-bottom: 96px;
}

.bm-page-main {
	min-height: 55vh;
	padding: 40px 0 72px;
}

.bm-page-content {
	max-width: 900px;
}

.bm-page-content h1 {
	font-family: "Playfair Display", Georgia, serif;
	font-size: 34px;
	line-height: 1.16;
	margin: 0 0 22px;
}

.bm-entry-content {
	font-size: 16px;
	line-height: 1.65;
	overflow-x: hidden;
}

.bm-entry-content a {
	color: var(--bm-primary);
}

.bm-page-content .woocommerce {
	font-size: 16px;
}

.bm-page-content .woocommerce a {
	color: var(--bm-primary);
}

.bm-page-content .woocommerce table.shop_table {
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(223, 190, 199, 0.65);
	border-collapse: separate;
	border-radius: 14px;
	border-spacing: 0;
	overflow: hidden;
	width: 100%;
}

.bm-page-content .woocommerce table.shop_table th,
.bm-page-content .woocommerce table.shop_table td {
	border-color: rgba(223, 190, 199, 0.55);
	color: var(--bm-text);
	padding: 14px 12px;
}

.bm-page-content .woocommerce .button,
.bm-page-content .woocommerce button.button,
.bm-page-content .woocommerce a.button,
.bm-page-content .woocommerce input.button,
.bm-page-content .woocommerce #payment #place_order {
	background: var(--bm-primary) !important;
	border: 0;
	border-radius: 999px;
	color: #fff !important;
	font: 700 13px/1 "DM Sans", sans-serif;
	letter-spacing: 0.05em;
	min-height: 44px;
	padding: 14px 20px;
	text-transform: uppercase;
}

.bm-page-content .woocommerce .button:disabled,
.bm-page-content .woocommerce button.button:disabled,
.bm-page-content .woocommerce button.button:disabled[disabled] {
	background: var(--bm-surface-high) !important;
	color: rgba(37, 24, 28, 0.45) !important;
}

.bm-page-content .woocommerce input.input-text,
.bm-page-content .woocommerce textarea,
.bm-page-content .woocommerce select {
	background: #fff;
	border: 1px solid rgba(223, 190, 199, 0.7);
	border-radius: 12px;
	color: var(--bm-text);
	min-height: 42px;
	padding: 10px 12px;
}

.bm-page-content .woocommerce .woocommerce-message,
.bm-page-content .woocommerce .woocommerce-info,
.bm-page-content .woocommerce .woocommerce-error {
	background: #fff;
	border: 1px solid rgba(223, 190, 199, 0.7);
	border-radius: 14px;
	color: var(--bm-text);
	line-height: 1.45;
}

.bm-page-content .woocommerce .cart_totals h2,
.bm-page-content .woocommerce-checkout h3 {
	font-family: "Playfair Display", Georgia, serif;
	font-weight: 700;
	letter-spacing: 0;
}

.bm-page-content .woocommerce ul#shipping_method {
	display: grid;
	gap: 10px;
	margin: 0;
}

.bm-page-content .woocommerce ul#shipping_method li {
	line-height: 1.4;
}

.bm-hero {
	background: #fff;
	padding: 24px 0 28px;
}

.bm-hero__grid {
	align-items: center;
	display: grid;
	gap: 24px;
	grid-template-columns: 1fr;
}

.bm-hero__copy h1 {
	font-family: "Playfair Display", Georgia, serif;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.16;
	margin: 0 0 8px;
}

.bm-hero__copy p {
	color: var(--bm-muted);
	font-size: 16px;
	line-height: 1.55;
	margin: 0;
	max-width: 560px;
}

.bm-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 16px;
}

.bm-button,
.bm-shop-page .button,
.bm-shop-page button.button,
.bm-shop-page a.button {
	align-items: center;
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.08em;
	line-height: 1;
	min-height: 40px;
	padding: 13px 18px;
	text-transform: uppercase;
	transition: transform 150ms ease, background-color 150ms ease, color 150ms ease;
}

.bm-button:active,
.bm-shop-page .button:active {
	transform: scale(0.97);
}

.bm-button--primary,
.bm-shop-page .add_to_cart_button,
.bm-shop-page .product_type_simple {
	background: var(--bm-primary);
	color: #fff;
}

.bm-product-card__actions a.button,
.bm-product-card__actions button.button,
.bm-product-card__actions .add_to_cart_button,
.bm-product-card__actions .product_type_simple {
	background: var(--bm-primary) !important;
	color: #fff !important;
}

.bm-button--secondary {
	background: #fff;
	border: 1px solid rgba(117, 90, 27, 0.55);
	color: #755a1b;
}

.bm-button--light {
	background: #fff;
	color: var(--bm-primary);
}

.bm-hero__media {
	position: relative;
}

.bm-hero__media img {
	aspect-ratio: 16 / 7;
	border: 1px solid rgba(223, 190, 199, 0.5);
	border-radius: 22px;
	box-shadow: var(--bm-soft-shadow);
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.bm-trust-chips {
	bottom: -13px;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	justify-content: center;
	left: 8px;
	position: absolute;
	right: 8px;
}

.bm-trust-chips span {
	align-items: center;
	background: rgba(255, 255, 255, 0.76);
	backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 255, 255, 0.75);
	border-radius: 999px;
	box-shadow: 0 6px 18px rgba(37, 24, 28, 0.08);
	color: var(--bm-primary);
	display: inline-flex;
	font-size: 9px;
	font-weight: 700;
	gap: 4px;
	letter-spacing: 0.06em;
	padding: 5px 10px;
	text-transform: uppercase;
	white-space: nowrap;
}

.bm-trust-chips .material-symbols-outlined {
	font-size: 14px;
}

.bm-category-rail {
	background: rgba(255, 248, 248, 0.92);
	backdrop-filter: blur(16px);
	border-bottom: 1px solid rgba(223, 190, 199, 0.35);
	position: sticky;
	top: 64px;
	z-index: 70;
}

.bm-category-rail__scroller {
	display: flex;
	gap: 10px;
	overflow-x: auto;
	padding-bottom: 12px;
	padding-top: 12px;
	scrollbar-width: none;
}

.bm-category-rail__scroller::-webkit-scrollbar {
	display: none;
}

.bm-category-rail a {
	background: var(--bm-surface-high);
	border-radius: 999px;
	color: var(--bm-muted);
	flex: 0 0 auto;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	padding: 10px 18px;
	text-transform: uppercase;
	white-space: nowrap;
}

.bm-category-rail a.is-active,
.bm-category-rail a:hover {
	background: var(--bm-primary);
	color: #fff;
}

.bm-shop-tools {
	padding: 24px 0;
}

.bm-shop-tools__inner {
	align-items: center;
	display: flex;
	gap: 10px;
}

.bm-search {
	align-items: center;
	background: var(--bm-surface-low);
	border-radius: 16px;
	display: flex;
	flex: 1;
	gap: 8px;
	min-width: 0;
	padding: 0 12px;
}

.bm-search .material-symbols-outlined {
	color: rgba(88, 64, 72, 0.65);
	font-size: 20px;
}

.bm-search input {
	background: transparent;
	border: 0;
	color: var(--bm-text);
	font: 500 14px/1.2 "DM Sans", sans-serif;
	min-height: 44px;
	outline: 0;
	padding: 0;
	width: 100%;
}

.bm-icon-button {
	align-items: center;
	background: var(--bm-surface-low);
	border: 0;
	border-radius: 16px;
	color: var(--bm-primary);
	display: flex;
	height: 44px;
	justify-content: center;
	width: 44px;
}

.bm-shop-page .woocommerce-ordering {
	margin: 0;
}

.bm-shop-page .orderby {
	appearance: none;
	background: var(--bm-surface-low);
	border: 0;
	border-radius: 16px;
	color: var(--bm-muted);
	font: 700 12px/1.2 "DM Sans", sans-serif;
	height: 44px;
	letter-spacing: 0.05em;
	max-width: 154px;
	padding: 0 12px;
	text-transform: uppercase;
}

.bm-product-section {
	padding-bottom: 72px;
}

.bm-shop-page ul.products {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.bm-shop-page ul.products::before,
.bm-shop-page ul.products::after {
	content: none;
}

.bm-product-card {
	background: var(--bm-surface);
	border: 1px solid rgba(223, 190, 199, 0.42);
	border-radius: 20px;
	box-shadow: 0 4px 14px rgba(37, 24, 28, 0.04);
	display: flex;
	flex-direction: column;
	float: none !important;
	margin: 0 !important;
	overflow: hidden;
	width: auto !important;
}

.bm-product-card__image {
	aspect-ratio: 4 / 5;
	background: var(--bm-surface-low);
	display: block;
	overflow: hidden;
	position: relative;
}

.bm-product-card__image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.bm-product-card__badges {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 4px;
	left: 8px;
	position: absolute;
	top: 8px;
}

.bm-product-card__badges span {
	background: rgba(255, 255, 255, 0.92);
	border-radius: 999px;
	color: var(--bm-text);
	font-size: 8px;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1;
	max-width: 108px;
	overflow: hidden;
	padding: 5px 8px;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

.bm-product-card__badges span:first-child {
	background: rgba(179, 5, 100, 0.94);
	color: #fff;
}

.bm-product-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 6px;
	padding: 12px;
}

.bm-product-card__title {
	color: var(--bm-text);
	display: -webkit-box;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.bm-product-card__price {
	color: var(--bm-primary);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
}

.bm-product-card__price del {
	color: var(--bm-muted);
	font-size: 12px;
	opacity: 0.6;
}

.bm-product-card__actions {
	display: grid;
	gap: 4px;
	margin-top: auto;
	padding-top: 6px;
}

.bm-product-card__actions .button {
	min-height: 34px;
	padding: 10px 8px;
	width: 100%;
}

.bm-personalize-link {
	border-radius: 12px;
	color: var(--bm-muted);
	display: block;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	padding: 7px 6px 2px;
	text-align: center;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.bm-shop-page .woocommerce-pagination {
	margin-top: 32px;
	text-align: center;
}

.bm-shop-page .page-numbers {
	display: inline-flex;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.bm-shop-page .page-numbers a,
.bm-shop-page .page-numbers span {
	align-items: center;
	background: var(--bm-surface-low);
	border-radius: 999px;
	display: flex;
	font-weight: 700;
	height: 36px;
	justify-content: center;
	min-width: 36px;
	padding: 0 12px;
}

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

.bm-custom-order {
	padding: 0 0 72px;
}

.bm-custom-order__panel {
	background: var(--bm-primary);
	border-radius: 32px;
	box-shadow: var(--bm-shadow);
	color: #fff;
	display: grid;
	gap: 24px;
	overflow: hidden;
	padding-bottom: 28px;
	padding-top: 28px;
	position: relative;
}

.bm-custom-order__panel::after {
	background: rgba(255, 255, 255, 0.08);
	border-radius: 999px;
	content: "";
	filter: blur(20px);
	height: 220px;
	position: absolute;
	right: -80px;
	top: -90px;
	width: 220px;
}

.bm-custom-order__copy {
	position: relative;
	z-index: 1;
}

.bm-custom-order h2,
.bm-faq h2,
.bm-footer h2 {
	font-family: "Playfair Display", Georgia, serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
}

.bm-custom-order h2 {
	font-size: 26px;
	margin-bottom: 8px;
}

.bm-custom-order p {
	color: rgba(255, 255, 255, 0.82);
	margin: 0 0 18px;
}

.bm-steps {
	display: flex;
	gap: 13px;
	margin-bottom: 20px;
}

.bm-steps span {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-size: 10px;
	font-weight: 700;
	gap: 6px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.bm-steps b {
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.36);
	border-radius: 999px;
	display: flex;
	font-size: 12px;
	height: 32px;
	justify-content: center;
	width: 32px;
}

.bm-custom-order__symbol {
	align-items: center;
	display: none;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.bm-custom-order__symbol span {
	color: rgba(255, 255, 255, 0.18);
	font-size: 170px;
}

.bm-trust-faq {
	border-top: 1px solid rgba(223, 190, 199, 0.36);
	padding: 64px 0 80px;
}

.bm-badges {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-bottom: 56px;
}

.bm-badges div {
	align-items: center;
	display: flex;
	flex-direction: column;
	text-align: center;
}

.bm-badges .material-symbols-outlined {
	align-items: center;
	background: rgba(255, 217, 227, 0.5);
	border-radius: 999px;
	color: var(--bm-primary);
	display: flex;
	font-size: 26px;
	height: 56px;
	justify-content: center;
	margin-bottom: 12px;
	width: 56px;
}

.bm-badges h3 {
	font-size: 14px;
	line-height: 1.2;
	margin: 0 0 5px;
}

.bm-badges p {
	color: var(--bm-muted);
	font-size: 11px;
	line-height: 1.35;
	margin: 0;
}

.bm-faq {
	margin: 0 auto;
	max-width: 680px;
}

.bm-faq h2 {
	font-size: 26px;
	margin-bottom: 20px;
	text-align: center;
}

.bm-faq details {
	background: #fff;
	border: 1px solid rgba(223, 190, 199, 0.55);
	border-radius: 18px;
	margin-bottom: 10px;
	padding: 16px;
}

.bm-faq summary {
	align-items: center;
	cursor: pointer;
	display: flex;
	font-size: 14px;
	font-weight: 700;
	justify-content: space-between;
	list-style: none;
}

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

.bm-faq details[open] summary span {
	transform: rotate(180deg);
}

.bm-faq p {
	color: var(--bm-muted);
	font-size: 13px;
	line-height: 1.55;
	margin: 12px 0 0;
}

.bm-empty {
	background: #fff;
	border: 1px solid rgba(223, 190, 199, 0.55);
	border-radius: 24px;
	padding: 32px 20px;
	text-align: center;
}

.bm-empty h2 {
	font-family: "Playfair Display", Georgia, serif;
	margin: 0 0 8px;
}

.bm-empty p {
	color: var(--bm-muted);
	margin: 0 0 18px;
}

.bm-mobile-bar {
	align-items: center;
	background: rgba(255, 248, 248, 0.93);
	backdrop-filter: blur(18px);
	border-top: 1px solid rgba(223, 190, 199, 0.5);
	bottom: 0;
	box-shadow: 0 -14px 34px rgba(37, 24, 28, 0.08);
	display: flex;
	gap: 10px;
	justify-content: space-between;
	left: 0;
	padding: 10px 20px max(10px, env(safe-area-inset-bottom));
	position: fixed;
	right: 0;
	z-index: 90;
}

.bm-mobile-bar a {
	align-items: center;
	color: var(--bm-muted);
	display: flex;
	flex-direction: column;
	font-size: 11px;
	font-weight: 700;
	gap: 2px;
	letter-spacing: 0.06em;
	position: relative;
	text-transform: uppercase;
}

.bm-mobile-bar__cta {
	background: var(--bm-primary);
	border-radius: 999px;
	box-shadow: 0 10px 24px rgba(179, 5, 100, 0.18);
	color: #fff !important;
	flex: 1;
	font-size: 13px !important;
	justify-content: center;
	min-height: 46px;
}

.bm-mobile-bar__cart b {
	align-items: center;
	background: var(--bm-primary);
	border-radius: 999px;
	color: #fff;
	display: flex;
	font-size: 9px;
	height: 16px;
	justify-content: center;
	position: absolute;
	right: -7px;
	top: -6px;
	width: 16px;
}

.bm-footer {
	background: rgba(246, 220, 226, 0.32);
	border-top: 1px solid rgba(223, 190, 199, 0.45);
	padding: 44px 0 92px;
}

.bm-footer__grid {
	display: grid;
	gap: 22px;
}

.bm-footer h2 {
	color: var(--bm-primary);
	font-size: 24px;
	margin-bottom: 8px;
}

.bm-footer h2 a {
	color: inherit;
	text-decoration: none;
}

.bm-footer p {
	color: var(--bm-muted);
	font-size: 14px;
	line-height: 1.55;
	margin: 0;
}

.bm-footer__links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
}

.bm-footer__links a {
	color: var(--bm-muted);
	font-size: 13px;
	font-weight: 700;
}

.bm-footer__links a:hover {
	color: var(--bm-primary);
}

@media (min-width: 720px) {
	.bm-hero {
		padding: 30px 0 34px;
	}

	.bm-hero__grid {
		grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1.14fr);
	}

	.bm-hero__copy h1 {
		font-size: 42px;
	}

	.bm-shop-page ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.bm-custom-order__panel {
		align-items: center;
		grid-template-columns: 1fr 240px;
		padding-bottom: 36px;
		padding-top: 36px;
	}

	.bm-custom-order__symbol {
		display: flex;
	}

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

	.bm-footer {
		padding-bottom: 44px;
	}

	.bm-footer__grid {
		align-items: start;
		grid-template-columns: 1fr auto;
	}

	.bm-mobile-bar {
		display: none;
	}
}

@media (min-width: 1024px) {
	.bm-shop-page ul.products {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 420px) {
	.bm-brand {
		font-size: 21px;
	}

	.bm-header__actions {
		gap: 0;
	}

	.bm-header__actions a {
		width: 36px;
	}

	.bm-shop-tools__inner {
		gap: 8px;
	}

	.bm-shop-page .orderby {
		max-width: 112px;
		padding-left: 10px;
		padding-right: 8px;
	}

	.bm-page-main {
		padding-top: 28px;
	}

	.bm-page-content h1 {
		font-size: 32px;
	}

	.bm-page-content .woocommerce table.shop_table_responsive tr,
	.bm-page-content .woocommerce-page table.shop_table_responsive tr {
		background: rgba(255, 255, 255, 0.78);
		border-bottom: 1px solid rgba(223, 190, 199, 0.65);
		display: block;
		padding: 8px 0;
	}

	.bm-page-content .woocommerce table.shop_table_responsive tr td,
	.bm-page-content .woocommerce-page table.shop_table_responsive tr td {
		align-items: flex-start;
		display: flex;
		gap: 12px;
		justify-content: space-between;
		text-align: right !important;
		word-break: break-word;
	}

	.bm-page-content .woocommerce table.shop_table_responsive tr td.product-thumbnail,
	.bm-page-content .woocommerce-page table.shop_table_responsive tr td.product-thumbnail {
		display: none;
	}

	.bm-page-content .woocommerce table.shop_table_responsive tr td.product-name a,
	.bm-page-content .woocommerce-page table.shop_table_responsive tr td.product-name a {
		display: block;
		max-width: 190px;
		overflow-wrap: anywhere;
		white-space: normal;
	}

	.bm-page-content .woocommerce table.shop_table_responsive tr td.product-quantity .quantity,
	.bm-page-content .woocommerce-page table.shop_table_responsive tr td.product-quantity .quantity {
		flex: 0 0 auto;
	}

	.bm-page-content .woocommerce table.shop_table_responsive tr td::before,
	.bm-page-content .woocommerce-page table.shop_table_responsive tr td::before {
		color: var(--bm-text);
		content: attr(data-title) ": ";
		flex: 0 0 86px;
		font-weight: 700;
		text-align: left;
	}

	.bm-page-content .woocommerce table.shop_table_responsive tr td.product-remove::before,
	.bm-page-content .woocommerce-page table.shop_table_responsive tr td.product-remove::before,
	.bm-page-content .woocommerce table.shop_table_responsive tr td.actions::before,
	.bm-page-content .woocommerce-page table.shop_table_responsive tr td.actions::before {
		content: "";
		display: none;
	}

	.bm-page-content .woocommerce table.cart td.actions .coupon {
		display: grid;
		gap: 8px;
		grid-template-columns: 1fr;
	}

	.bm-page-content .woocommerce table.cart td.actions .coupon .input-text,
	.bm-page-content .woocommerce table.cart td.actions .coupon .button,
	.bm-page-content .woocommerce table.cart td.actions > .button {
		width: 100%;
	}

	.bm-page-content .woocommerce table.shop_table_responsive tr.shipping td,
	.bm-page-content .woocommerce-page table.shop_table_responsive tr.shipping td {
		display: block;
		text-align: left !important;
	}

	.bm-page-content .woocommerce table.shop_table_responsive tr.shipping td::before,
	.bm-page-content .woocommerce-page table.shop_table_responsive tr.shipping td::before {
		display: block;
		margin-bottom: 10px;
	}

	.bm-page-content .woocommerce table.shop_table_responsive tr.shipping ul#shipping_method li,
	.bm-page-content .woocommerce-page table.shop_table_responsive tr.shipping ul#shipping_method li {
		align-items: flex-start;
		display: flex;
		gap: 8px;
	}

	.bm-page-content .woocommerce table.shop_table_responsive tr.shipping ul#shipping_method label,
	.bm-page-content .woocommerce-page table.shop_table_responsive tr.shipping ul#shipping_method label {
		line-height: 1.35;
	}

	.bm-page-content .woocommerce .woocommerce-shipping-calculator {
		margin-top: 10px;
	}
}
