.line-woo-catalog-mode .header-cart,
.line-woo-catalog-mode .cart-item,
.line-woo-catalog-mode .account-item,
.line-woo-catalog-mode .header-account,
.line-woo-catalog-mode .mini-cart,
.line-woo-catalog-mode .widget_shopping_cart,
.line-woo-catalog-mode .woocommerce-mini-cart,
.line-woo-catalog-mode .woocommerce-cart-form,
.line-woo-catalog-mode .cart_totals,
.line-woo-catalog-mode .woocommerce-checkout,
.line-woo-catalog-mode .woocommerce-form-login,
.line-woo-catalog-mode .woocommerce-MyAccount-navigation {
	display: none !important;
}

.line-woo-catalog-mode .add_to_cart_button,
.line-woo-catalog-mode .single_add_to_cart_button,
.line-woo-catalog-mode .product_type_simple {
	display: none !important;
}

.line-woo-cta {
	align-items: center;
	background: var(--line-woo-bg) !important;
	border-color: var(--line-woo-bg) !important;
	border-radius: var(--line-woo-radius) !important;
	color: var(--line-woo-color) !important;
	display: inline-flex !important;
	gap: .45em;
	justify-content: center;
	margin-top: 12px;
	text-decoration: none !important;
}

.line-woo-cta:hover,
.line-woo-cta:focus { filter: brightness(.94); color: var(--line-woo-color) !important; }
.line-woo-cta__icon { align-items: center; display: inline-flex; font-size: .82em; font-weight: 700; justify-content: center; }
.line-woo-cta__icon img { display: block; height: 1em; object-fit: contain; width: 1em; }
.line-woo-cta--size-s { font-size: .8125rem; min-height: 36px; padding: 0 .8rem; }
.line-woo-cta--size-m { font-size: .875rem; min-height: 44px; padding: 0 1rem; }
.line-woo-cta--size-l { font-size: 1rem; min-height: 48px; padding: 0 1.1rem; }
.line-woo-cta--size-xl { font-size: 1.0625rem; min-height: 56px; padding: 0 1.25rem; }
.line-woo-cta--size-xxl { font-size: 1.125rem; min-height: 64px; padding: 0 1.5rem; }
.line-woo-cta--size-s .line-woo-cta__icon img { height: 16px; width: 16px; }
.line-woo-cta--size-m .line-woo-cta__icon img { height: 18px; width: 18px; }
.line-woo-cta--size-l .line-woo-cta__icon img { height: 20px; width: 20px; }
.line-woo-cta--size-xl .line-woo-cta__icon img { height: 22px; width: 22px; }
.line-woo-cta--size-xxl .line-woo-cta__icon img { height: 24px; width: 24px; }
.line-woo-catalog-mode .line-quick-ask { display: none !important; }

.line-woo-badge {
	align-items: center;
	background: var(--line-woo-badge-bg, color-mix(in srgb, var(--fs-color-primary) 90%, transparent));
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: .72rem;
	font-weight: 600;
	gap: .3em;
	line-height: 1;
	padding: .4em .7em;
}
.line-woo-badge--hot { background: var(--line-woo-badge-bg, var(--fs-color-secondary)); }
.line-woo-badge__icon { display: block; flex-shrink: 0; height: 1.1em; width: 1.1em; }
.line-woo-badge__icon img { display: block; height: 100%; object-fit: contain; width: 100%; }
.line-woo-badge__label { white-space: nowrap; }

.line-woo-badge--single.line-woo-badge--under_title { margin: 10px 0 6px; }
.line-woo-badge--single.line-woo-badge--in_meta { display: flex; margin: 8px auto 0; width: fit-content; }

/* near_cta = corner overlay on the gallery image. .product-gallery already has
   position:relative (Flatsome), and this badge is a preceding sibling of
   .woocommerce-product-gallery — position it top-right of that shared box. */
.line-woo-badge--single.line-woo-badge--near_cta {
	position: absolute;
	right: 16px;
	top: 16px;
	z-index: 5;
}
.badge-container .line-woo-badge + .line-woo-badge,
.badge-container .onsale + .line-woo-badge,
.badge-container .line-woo-badge + .onsale {
	margin-top: .4em;
}

.line-woo-category-seo-section {
	background: color-mix(in srgb, var(--fs-color-base) 6%, transparent);
	margin: 28px 0;
	padding: 24px;
}
.line-woo-category-seo-section__media { margin: 0 0 20px; }
.line-woo-category-seo-section__image { display: block; height: auto; max-width: 100%; }
.line-woo-category-seo-section__body { max-width: 900px; }
.line-woo-category-seo-section__body h2 { margin-top: 0; }
.line-woo-category-seo-section__text > :last-child { margin-bottom: 0; }
.line-woo-category-seo-section__body h3 { margin-bottom: 0; margin-top: 20px; }

.line-woo-category-banner { margin: 0 0 24px; }
.line-woo-category-banner__link { display: block; }
.line-woo-category-banner__image { display: block; height: auto; max-width: 100%; width: 100%; }
.line-woo-category-banner__item--mobile { display: none; }

.line-woo-category-banner--style-soft-card .line-woo-category-banner__image {
	border-radius: 16px;
	box-shadow: 0 10px 30px color-mix(in srgb, var(--fs-color-base) 18%, transparent);
}
.line-woo-category-banner--style-gold-frame .line-woo-category-banner__image {
	border: 2px solid var(--fs-color-secondary);
	border-radius: 12px;
}
.line-woo-category-banner--style-floating-glow .line-woo-category-banner__image {
	border-radius: 20px;
	box-shadow: 0 16px 40px color-mix(in srgb, var(--fs-color-primary) 20%, transparent);
}

.line-woo-modal-open { overflow: hidden; }
.line-woo-modal {
	align-items: center;
	background: color-mix(in srgb, var(--fs-color-base) 65%, transparent);
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 20px;
	position: fixed;
	z-index: 999999;
}
.line-woo-modal__dialog {
	background: var(--line-woo-modal-surface);
	border-radius: 12px;
	box-shadow: 0 12px 36px rgba(0, 0, 0, .25);
	box-sizing: border-box;
	color: var(--line-woo-modal-text);
	font: inherit;
	max-width: 560px;
	padding: 28px;
	position: relative;
	text-align: center;
	width: 100%;
}
.line-woo-modal__header {
	display: flex;
	justify-content: flex-end;
	margin: -12px -12px 12px;
}
.line-woo-modal__close {
	background: color-mix(in srgb, var(--line-woo-modal-text) 7%, transparent);
	border: 1px solid color-mix(in srgb, var(--line-woo-modal-text) 22%, transparent);
	border-radius: 999px;
	color: var(--line-woo-modal-text);
	cursor: pointer;
	font: inherit;
	font-size: .9em;
	font-weight: 700;
	line-height: 1;
	padding: 8px 12px;
}
.line-woo-modal__title { color: inherit; font-size: 1.25em; line-height: 1.35; margin: 0 0 8px; overflow-wrap: anywhere; }
.line-woo-modal__description { margin: 0 auto 18px; max-width: 32em; }
.line-woo-modal__qr { display: block; margin: 14px auto 20px; max-width: 100%; object-fit: contain; }
.line-woo-modal__empty { background: color-mix(in srgb, var(--line-woo-modal-text) 7%, transparent); margin: 16px 0; padding: 16px; }
.line-woo-modal__actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.line-woo-modal__actions .button { align-items: center; border-radius: 12px; display: inline-flex; justify-content: center; margin: 0; }
.line-woo-modal--light .line-woo-modal__qr { width: min(240px, 100%); }
.line-woo-modal--quick .line-woo-modal__dialog { max-width: 440px; padding: 22px; }
.line-woo-modal--quick .line-woo-modal__description { display: none; }
.line-woo-modal--quick .line-woo-modal__qr { margin-bottom: 14px; width: min(200px, 100%); }

@media (max-width: 549px) {
	.line-woo-modal { padding: 12px; }
	.line-woo-modal__dialog { padding: 24px 18px; }
	.line-woo-modal__actions .button { width: 100%; }
}

@media (max-width: 549px) {
	.line-woo-cta { width: 100%; }
	.line-woo-category-seo-section { margin: 20px 0; padding: 18px; }
}

@media (max-width: 549px) {
	.line-woo-category-banner { margin-bottom: 18px; }
	.line-woo-category-banner__item--desktop { display: none; }
	.line-woo-category-banner__item--mobile { display: block; }
}
