/* BME Premium Shop */
:root {
	--bme-p-blue: #1a3a6e;
	--bme-p-blue-dark: #0f2744;
	--bme-p-orange: #f26522;
	--bme-p-orange-dark: #d94e0f;
	--bme-p-bg: #f5f6f8;
	--bme-p-card: #ffffff;
	--bme-p-text: #0f172a;
	--bme-p-muted: #64748b;
	--bme-p-border: #e2e8f0;
	--bme-p-radius: 12px;
	--bme-p-shadow: 0 8px 30px rgba(15, 23, 42, 0.08);
}

body.bme-premium-active {
	background: var(--bme-p-bg) !important;
	color: var(--bme-p-text);
}

body.bme-premium-home .ct-header,
body.bme-premium-home #header,
body.bme-premium-home .site-header,
body.bme-premium-home .entry-header,
body.bme-premium-home .hero-section,
body.bme-premium-home .ct-footer,
body.bme-premium-home #footer,
body.bme-premium-home .site-footer,
body.bme-premium-home main .entry-content {
	display: none !important;
}

body.bme-premium-home #main-container,
body.bme-premium-home .site-main {
	padding: 0 !important;
	margin: 0 !important;
	max-width: none !important;
}

.bme-premium {
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	color: var(--bme-p-text);
}

.bme-premium__container {
	width: min(1280px, calc(100% - 2rem));
	margin-inline: auto;
}

.bme-premium__top {
	background: #fff;
	border-bottom: 1px solid var(--bme-p-border);
	font-size: 0.82rem;
	color: var(--bme-p-muted);
}

.bme-premium__top-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.45rem 0;
	gap: 1rem;
}

.bme-premium__top a {
	color: inherit;
	text-decoration: none;
}

.bme-premium__header {
	background: #fff;
	border-bottom: 1px solid var(--bme-p-border);
	position: sticky;
	top: 0;
	z-index: 200;
}

.bme-premium__header-inner {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 1.25rem;
	padding: 0.85rem 0;
}

.bme-premium__brand {
	text-decoration: none !important;
	display: flex;
	align-items: center;
}

.bme-premium__logo {
	height: 56px;
	width: auto;
	max-width: min(220px, 42vw);
	object-fit: contain;
	display: block;
	filter: drop-shadow(0 1px 3px rgba(15, 23, 42, 0.12));
}

.bme-premium__hero-headline {
	font-size: clamp(1.35rem, 2.8vw, 1.85rem);
	margin: 0 0 0.5rem;
	line-height: 1.15;
	color: var(--bme-p-blue-dark);
}

.bme-premium__hero-product-name {
	margin: 0 0 0.65rem;
	font-size: 0.95rem;
	font-weight: 600;
	color: var(--bme-p-muted);
	line-height: 1.35;
}

.bme-premium__trust--mobile {
	display: none;
}

.bme-premium__account-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	text-decoration: none !important;
	color: var(--bme-p-text);
}

.bme-premium__cart-icon {
	font-size: 1.1rem;
	line-height: 1;
}

.bme-premium__cart-label {
	white-space: nowrap;
}

.bme-premium__footer-logo {
	filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.25));
}

.bme-premium__lang a {
	color: inherit;
	text-decoration: none;
	opacity: 0.7;
}

.bme-premium__lang a.is-active {
	opacity: 1;
	font-weight: 700;
	color: var(--bme-p-orange);
}

.bme-premium__menu-btn {
	display: none;
	border: 1px solid var(--bme-p-border);
	background: #fff;
	border-radius: 8px;
	width: 42px;
	height: 42px;
	padding: 0;
	cursor: pointer;
	align-items: center;
	justify-content: center;
}

.bme-premium__menu-icon {
	display: block;
	width: 18px;
	height: 2px;
	background: var(--bme-p-text);
	box-shadow: 0 -6px 0 var(--bme-p-text), 0 6px 0 var(--bme-p-text);
}

.bme-premium__mobile-nav {
	background: #fff;
	border-bottom: 1px solid var(--bme-p-border);
}

.bme-premium__mobile-nav nav {
	display: flex;
	flex-direction: column;
	padding: 0.5rem 1rem 1rem;
	gap: 0.25rem;
}

.bme-premium__mobile-nav a {
	padding: 0.65rem 0;
	color: var(--bme-p-text);
	text-decoration: none;
	font-weight: 600;
	border-bottom: 1px solid var(--bme-p-border);
}

body.bme-menu-open {
	overflow: hidden;
}

.bme-premium__nav {
	display: flex;
	gap: 1.25rem;
	justify-content: center;
	flex-wrap: wrap;
}

.bme-premium__nav a {
	color: var(--bme-p-text);
	text-decoration: none;
	font-weight: 600;
	font-size: 0.92rem;
}

.bme-premium__nav a:hover {
	color: var(--bme-p-blue);
}

.bme-premium__actions {
	display: flex;
	align-items: center;
	gap: 1rem;
	font-size: 0.9rem;
	font-weight: 600;
}

.bme-premium__actions a {
	color: var(--bme-p-text);
	text-decoration: none;
}

.bme-premium__cart {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.45rem 0.75rem;
	border-radius: 999px;
	background: #eff6ff;
	color: var(--bme-p-blue-dark) !important;
}

.bme-premium__cart-count {
	background: var(--bme-p-orange);
	color: #fff;
	font-size: 0.72rem;
	min-width: 1.25rem;
	height: 1.25rem;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.bme-premium__searchbar {
	background: linear-gradient(90deg, var(--bme-p-orange) 0%, var(--bme-p-orange-dark) 55%, var(--bme-p-blue-dark) 100%);
	color: #fff;
	padding: 0.85rem 0 1rem;
}

.bme-premium--chrome-compact .bme-premium__searchbar {
	padding: 0.65rem 0 0.75rem;
}

.bme-premium--chrome-compact .bme-premium__header-inner {
	padding: 0.65rem 0;
}

.bme-premium__searchbar-inner {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 1rem;
	align-items: center;
}

.bme-premium__search {
	display: grid;
	grid-template-columns: 160px 1fr 48px;
	background: #fff;
	border-radius: var(--bme-p-radius);
	overflow: hidden;
	box-shadow: var(--bme-p-shadow);
}

.bme-premium__search select,
.bme-premium__search input {
	border: none;
	padding: 0.85rem 1rem;
	font-size: 0.95rem;
	color: var(--bme-p-text);
}

.bme-premium__search button {
	border: none;
	background: var(--bme-p-orange);
	color: #fff;
	font-size: 1.2rem;
	cursor: pointer;
}

.bme-premium__trust {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1.25rem;
	font-size: 0.78rem;
	opacity: 0.95;
}

.bme-premium__hero-grid {
	display: grid;
	grid-template-columns: 220px 1fr 240px;
	gap: 1rem;
	padding: 1.25rem 0 0.5rem;
}

.bme-premium__cats {
	background: var(--bme-p-card);
	border-radius: var(--bme-p-radius);
	border: 1px solid var(--bme-p-border);
	padding: 1rem;
	box-shadow: var(--bme-p-shadow);
}

.bme-premium__cats h2 {
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--bme-p-muted);
	margin: 0 0 0.75rem;
}

.bme-premium__cats ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bme-premium__cats li a {
	display: block;
	padding: 0.4rem 0;
	color: var(--bme-p-text);
	text-decoration: none;
	font-size: 0.9rem;
}

.bme-premium__cats li a:hover {
	color: var(--bme-p-blue);
}

.bme-premium__hero-card {
	background: var(--bme-p-card);
	border-radius: var(--bme-p-radius);
	border: 1px solid var(--bme-p-border);
	box-shadow: var(--bme-p-shadow);
	padding: 1.5rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
	align-items: center;
	min-height: 280px;
}

.bme-premium__hero-card--static {
	grid-template-columns: 1fr;
}

.bme-premium__kicker {
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: var(--bme-p-orange);
	font-weight: 700;
	margin: 0 0 0.5rem;
}

.bme-premium__hero-card h1 {
	font-size: clamp(1.4rem, 2.5vw, 2rem);
	margin: 0 0 0.75rem;
	line-height: 1.15;
}

.bme-premium__hero-price {
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--bme-p-blue);
	margin-bottom: 1rem;
}

.bme-premium__hero-media img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.bme-premium__hero-side {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.bme-premium__side-card {
	background: var(--bme-p-card);
	border: 1px solid var(--bme-p-border);
	border-radius: var(--bme-p-radius);
	padding: 0.75rem;
	text-decoration: none !important;
	color: var(--bme-p-text);
	box-shadow: var(--bme-p-shadow);
}

.bme-premium__side-card img {
	width: 100%;
	height: 120px;
	object-fit: contain;
}

.bme-premium__side-card span {
	display: block;
	font-size: 0.85rem;
	font-weight: 600;
	margin-top: 0.5rem;
}

.bme-premium__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.7rem 1.2rem;
	border-radius: 8px;
	font-weight: 700;
	text-decoration: none !important;
	font-size: 0.9rem;
}

.bme-premium__btn--primary {
	background: var(--bme-p-orange);
	color: #fff !important;
	box-shadow: 0 8px 24px rgba(242, 101, 34, 0.35);
}

.bme-premium__btn--primary:hover {
	background: var(--bme-p-orange-dark);
}

.bme-premium__btn--light {
	background: #fff;
	color: var(--bme-p-blue-dark) !important;
}

.bme-premium__section {
	padding: 2rem 0;
}

.bme-premium__section-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1.25rem;
}

.bme-premium__section-head h2 {
	margin: 0;
	font-size: 1.35rem;
}

.bme-premium__section-head a {
	color: var(--bme-p-blue);
	text-decoration: none;
	font-weight: 600;
}

.bme-premium__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.15rem;
}

.bme-pcard {
	background: var(--bme-p-card);
	border: 1px solid var(--bme-p-border);
	border-radius: var(--bme-p-radius);
	overflow: hidden;
	box-shadow: var(--bme-p-shadow);
	display: flex;
	flex-direction: column;
}

.bme-pcard__media {
	position: relative;
	display: block;
	padding: 1rem;
	background: #f8fafc;
	overflow: hidden;
}

.bme-pcard__zoom {
	display: block;
	transition: transform 0.35s ease;
}

.bme-pcard:hover .bme-pcard__zoom {
	transform: scale(1.06);
}

.bme-pcard__img {
	width: 100%;
	height: 140px;
	object-fit: contain;
}

.bme-pcard__rating {
	display: flex;
	align-items: center;
	gap: 0.35rem;
	font-size: 0.75rem;
}

.bme-stars {
	color: #fbbf24;
	letter-spacing: -0.05em;
}

.bme-stars__star {
	opacity: 0.25;
}

.bme-stars__star--full,
.bme-stars__star--half {
	opacity: 1;
}

.bme-pcard__rating-num {
	color: var(--bme-p-muted);
	font-weight: 600;
}

.bme-pcard__badge {
	position: absolute;
	top: 0.65rem;
	left: 0.65rem;
	background: var(--bme-p-blue-dark);
	color: #fff;
	font-size: 0.68rem;
	font-weight: 700;
	padding: 0.2rem 0.45rem;
	border-radius: 4px;
}

.bme-pcard__badge--sale {
	background: var(--bme-p-orange);
}

.bme-pcard__badge--oos {
	background: #64748b;
}

.bme-pcard__body {
	padding: 0.85rem 1rem 1rem;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	flex: 1;
}

.bme-pcard__title {
	margin: 0;
	font-size: 0.88rem;
	line-height: 1.35;
}

.bme-pcard__title a {
	color: inherit;
	text-decoration: none;
}

.bme-pcard__price {
	font-weight: 700;
	color: var(--bme-p-blue-dark);
	font-size: 0.95rem;
}

.bme-pcard__btn {
	margin-top: auto;
	text-align: center;
	padding: 0.55rem;
	border-radius: 8px;
	background: #fff4ed;
	color: var(--bme-p-orange-dark) !important;
	text-decoration: none !important;
	font-weight: 600;
	font-size: 0.82rem;
	border: 1px solid rgba(242, 101, 34, 0.25);
}

.bme-pcard__btn:hover {
	background: var(--bme-p-orange);
	color: #fff !important;
}

.bme-premium__banner {
	padding: 0 0 2rem;
}

.bme-premium__banner-inner {
	background: linear-gradient(120deg, var(--bme-p-blue-dark), var(--bme-p-blue) 45%, var(--bme-p-orange-dark));
	color: #fff;
	border-radius: var(--bme-p-radius);
	padding: 2.5rem 2rem;
}

.bme-premium__banner h2 {
	margin: 0 0 1rem;
	max-width: 28ch;
	font-size: clamp(1.25rem, 2.5vw, 1.75rem);
}

.bme-premium__promo-row {
	padding: 0 0 0.5rem;
}

.bme-premium__promo-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.bme-premium__promo-card {
	display: grid;
	grid-template-columns: 120px 1fr;
	gap: 1rem;
	align-items: center;
	background: var(--bme-p-card);
	border: 1px solid var(--bme-p-border);
	border-radius: var(--bme-p-radius);
	padding: 1rem;
	text-decoration: none !important;
	color: var(--bme-p-text);
	box-shadow: var(--bme-p-shadow);
}

.bme-premium__promo-card img {
	width: 100%;
	height: 100px;
	object-fit: contain;
}

.bme-premium__promo-card h3 {
	margin: 0.25rem 0;
	font-size: 1rem;
}

.bme-premium__promo-price {
	font-weight: 700;
	color: var(--bme-p-orange-dark);
}

.bme-premium__brands {
	padding: 0.5rem 0 1.25rem;
}

.bme-premium__brands-label {
	text-align: center;
	font-size: 0.72rem;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: var(--bme-p-muted);
	margin: 0 0 0.75rem;
}

.bme-premium__brands-track {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.5rem 0.75rem;
}

.bme-premium__brand-pill {
	background: #fff;
	border: 1px solid var(--bme-p-border);
	border-radius: 999px;
	padding: 0.35rem 0.85rem;
	font-size: 0.78rem;
	font-weight: 700;
	color: var(--bme-p-blue-dark);
}

.bme-premium__footer {
	background: var(--bme-p-blue-dark);
	color: rgba(255, 255, 255, 0.85);
	padding: 2.5rem 0 1.5rem;
	font-size: 0.88rem;
}

.bme-premium__footer-grid {
	display: grid;
	grid-template-columns: 1.4fr repeat(3, 1fr);
	gap: 2rem;
}

.bme-premium__footer-col h3 {
	color: #fff;
	font-size: 0.9rem;
	margin: 0 0 0.75rem;
}

.bme-premium__footer-col ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bme-premium__footer-col li {
	margin-bottom: 0.4rem;
}

.bme-premium__footer-col a {
	color: rgba(255, 255, 255, 0.85);
	text-decoration: none;
}

.bme-premium__footer-col a:hover {
	color: var(--bme-p-orange);
}

.bme-premium__footer-logo {
	height: 48px;
	width: auto;
	margin-bottom: 0.75rem;
}

.bme-premium__pay-badges {
	opacity: 0.9;
}

.bme-premium__footer-copy {
	margin-top: 1rem;
	font-size: 0.8rem;
	opacity: 0.7;
}

.bme-shop-layout {
	width: min(1440px, calc(100% - 1.25rem));
	margin: 0 auto 2rem;
}

.bme-shop-layout__main {
	min-width: 0;
	width: 100%;
}

.bme-shop-layout__main .woo-listing-top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 1rem;
}

body.bme-lang-ar .bme-premium,
body.bme-lang-ar .bme-premium__main {
	direction: rtl;
}

body.bme-lang-ar .bme-premium__header-inner {
	direction: rtl;
}

body.bme-lang-ar .bme-premium__search {
	direction: ltr;
}

/* Shop pages: keep product grid premium */
body.bme-premium-active.woocommerce ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 1.15rem !important;
}

@media (min-width: 1280px) {
	body.bme-premium-active.woocommerce ul.products {
		grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 1100px) {
	.bme-premium__cats {
		display: none;
	}

	.bme-premium__hero-grid {
		grid-template-columns: 1fr;
		gap: 0.85rem;
	}

	.bme-premium__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	body.bme-premium-active.woocommerce ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}

@media (min-width: 769px) and (max-width: 1100px) {
	.bme-premium__hero-grid {
		grid-template-columns: 1fr minmax(200px, 260px);
		align-items: start;
	}

	.bme-premium__hero-side {
		flex-direction: column;
	}
}

@media (max-width: 768px) {
	.bme-premium__header-inner {
		grid-template-columns: 1fr auto;
	}
	.bme-premium__nav {
		display: none;
	}
	.bme-premium__menu-btn {
		display: inline-flex;
	}
	.bme-premium__promo-grid {
		grid-template-columns: 1fr;
	}
	.bme-premium__promo-card {
		grid-template-columns: 90px 1fr;
	}
	.bme-premium__footer-grid {
		grid-template-columns: 1fr 1fr;
		gap: 1.25rem;
	}
	.bme-premium__searchbar-inner {
		grid-template-columns: 1fr;
	}
	.bme-premium__search {
		grid-template-columns: 1fr 48px;
	}
	.bme-premium__search select {
		display: none;
	}
	.bme-premium__trust--desktop {
		display: none;
	}

	.bme-premium__trust--mobile {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 0.35rem 0.65rem;
		list-style: none;
		margin: 0.5rem 0 0;
		padding: 0;
		font-size: 0.7rem;
		opacity: 0.95;
	}

	.bme-premium__trust--mobile li {
		background: rgba(255, 255, 255, 0.18);
		padding: 0.2rem 0.45rem;
		border-radius: 4px;
		white-space: nowrap;
	}

	.bme-premium__top-inner {
		font-size: 0.72rem;
		padding: 0.35rem 0;
	}

	.bme-premium__hotline-label,
	.bme-premium__track-order {
		display: none;
	}

	.bme-premium__header-inner {
		padding: 0.55rem 0;
	}

	.bme-premium__logo {
		height: 48px;
		max-width: 38vw;
	}

	.bme-premium__account-label,
	.bme-premium__cart-label,
	.bme-premium__cart-total:empty {
		display: none;
	}

	.bme-premium__cart-total:not(:empty) {
		display: none;
	}

	.bme-premium__account-btn,
	.bme-premium__cart {
		min-width: 42px;
		min-height: 42px;
		justify-content: center;
		padding: 0.4rem;
	}

	.bme-premium__cart {
		position: relative;
	}

	.bme-premium__actions {
		gap: 0.5rem;
	}

	.bme-premium__searchbar {
		padding: 0.55rem 0 0.7rem;
	}

	.bme-premium__searchbar-inner {
		gap: 0;
	}
	.bme-premium__hero-card {
		grid-template-columns: 1fr;
	}
	.bme-premium__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	body.bme-premium-active.woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

/* —— Store / product pages —— */
body.bme-premium-store .ct-header,
body.bme-premium-store #header,
body.bme-premium-store .site-header,
body.bme-premium-store .ct-footer,
body.bme-premium-store #footer,
body.bme-premium-store .site-footer {
	display: none !important;
}

body.bme-premium-store #main-container,
body.bme-premium-store .site-main,
body.bme-premium-store .woocommerce {
	max-width: none !important;
}

body.bme-premium-store .ct-container {
	max-width: min(1440px, calc(100% - 1.25rem));
	width: 100%;
}

body.bme-premium-store .woocommerce-notices-wrapper {
	width: min(1440px, calc(100% - 1.25rem));
	margin-inline: auto;
}

.bme-store-intro {
	background: #fff;
	border-bottom: 1px solid var(--bme-p-border);
	padding: 1.25rem 0 1rem;
	margin-bottom: 0.5rem;
}

.bme-store-intro__title {
	margin: 0 0 0.35rem;
	font-size: clamp(1.5rem, 3vw, 2rem);
	color: var(--bme-p-blue-dark);
}

.bme-store-intro__sub {
	margin: 0;
	color: var(--bme-p-muted);
	font-size: 0.95rem;
}

body.bme-premium-active.woocommerce ul.products {
	align-items: start !important;
}

body.bme-premium-active.woocommerce ul.products li.product,
body.bme-premium-active.woocommerce-page ul.products li.product {
	background: var(--bme-p-card) !important;
	border: 1px solid var(--bme-p-border) !important;
	border-radius: var(--bme-p-radius) !important;
	overflow: hidden;
	box-shadow: var(--bme-p-shadow);
	padding: 0 0.65rem 0 !important;
	height: auto !important;
	min-height: 0 !important;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.bme-premium-active.woocommerce ul.products li.product:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 36px rgba(15, 23, 42, 0.12);
}

body.bme-premium-active.woocommerce ul.products li.product figure {
	margin: 0 -0.65rem;
}

body.bme-premium-active.woocommerce ul.products li.product .woocommerce-loop-product__link img,
body.bme-premium-active.woocommerce ul.products li.product .ct-media-container img {
	padding: 0.5rem;
	object-fit: contain;
	height: 132px !important;
	max-height: 132px;
	width: 100%;
	background: #f8fafc;
}

body.bme-premium-active.woocommerce ul.products li.product .woocommerce-loop-category__title,
body.bme-premium-active.woocommerce ul.products li.product .woocommerce-loop-product__title {
	padding: 0;
	margin: 0.4rem 0 0.1rem;
	font-size: 0.82rem !important;
	font-weight: 600;
	line-height: 1.25 !important;
	min-height: 0 !important;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

body.bme-premium-active.woocommerce ul.products li.product .entry-meta {
	margin: 0 0 0.35rem;
	padding: 0;
	font-size: 0.68rem;
	opacity: 0.8;
}

body.bme-premium-active.woocommerce ul.products li.product .entry-meta ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Blocksy type-2: margin-top:auto stretches cards — keep footer tight */
body.bme-premium-active.woocommerce ul.products li.product .ct-woo-card-actions {
	margin-top: 0 !important;
	margin-inline: -0.65rem !important;
	width: calc(100% + 1.3rem) !important;
	margin-bottom: 0 !important;
	border-block-color: var(--bme-p-border) !important;
}

body.bme-premium-active.woocommerce ul.products li.product .ct-woo-card-actions > * {
	min-height: 44px !important;
	padding: 0.35rem 0.5rem !important;
}

body.bme-premium-active.woocommerce ul.products li.product .ct-woo-card-actions .price {
	padding: 0 !important;
	color: var(--bme-p-orange-dark) !important;
	font-weight: 700;
	font-size: 0.88rem !important;
}

body.bme-premium-active.woocommerce ul.products li.product .ct-woo-card-actions .button,
body.bme-premium-active.woocommerce ul.products li.product .ct-woo-card-actions a.add_to_cart_button {
	margin: 0 !important;
	border-radius: 0 !important;
	background: var(--bme-p-orange) !important;
	color: #fff !important;
	font-weight: 600 !important;
	font-size: 0.75rem !important;
	white-space: nowrap;
	line-height: 1.2;
}

body.bme-premium-active.woocommerce ul.products li.product .bme-compare-add--loop {
	margin: 0;
	width: auto;
	min-width: 2rem;
	padding: 0.25rem 0.4rem;
}

body.bme-premium-active.woocommerce div.product {
	background: var(--bme-p-card);
	border: 1px solid var(--bme-p-border);
	border-radius: var(--bme-p-radius);
	padding: 1.5rem;
	box-shadow: var(--bme-p-shadow);
	margin: 0 auto 2rem;
	max-width: min(1280px, calc(100% - 2rem));
}

body.bme-premium-active.single-product .woocommerce-product-gallery__image img {
	transition: transform 0.35s ease;
}

body.bme-premium-active.single-product .woocommerce-product-gallery__image:hover img {
	transform: scale(1.04);
}

body.bme-premium-active.single-product .woocommerce-tabs {
	background: var(--bme-p-card);
	border: 1px solid var(--bme-p-border);
	border-radius: var(--bme-p-radius);
	padding: 1rem 1.25rem;
	max-width: min(1280px, calc(100% - 2rem));
	margin: 0 auto 2rem;
}

body.bme-premium-active.woocommerce div.product .product_title {
	color: var(--bme-p-blue-dark);
	font-size: clamp(1.35rem, 2.5vw, 1.85rem);
}

body.bme-premium-active.woocommerce div.product p.price {
	color: var(--bme-p-orange-dark) !important;
	font-size: 1.35rem;
	font-weight: 700;
}

body.bme-premium-active.woocommerce div.product form.cart .button,
body.bme-premium-active.single-product .single_add_to_cart_button {
	background: var(--bme-p-orange) !important;
	border-color: var(--bme-p-orange) !important;
	border-radius: 10px !important;
	font-weight: 700 !important;
	padding: 0.85rem 1.5rem !important;
}

body.bme-premium-active.woocommerce .woocommerce-breadcrumb {
	width: min(1280px, calc(100% - 2rem));
	margin: 0.75rem auto;
	font-size: 0.85rem;
}

body.bme-premium-active .bme-wide-search {
	display: none !important;
}

body.bme-premium-home .bme-wide-search {
	display: none !important;
}
