/* ModaOnline24 — Karta produktu 2026 v1.2.0 */
body.mo24-product-page-active {
	--mo24-black: #111111;
	--mo24-muted: #737373;
	--mo24-line: #e7e7e7;
	--mo24-success: #477d42;
	--mo24-danger: #ba2727;
	--mo24-radius: 4px;
	--mo24-shadow: 0 18px 60px rgba(17, 17, 17, .12);
}

html.mo24-dialog-open,
html.mo24-dialog-open body {
	overflow: hidden;
}

body.mo24-product-page-active #main-content,
body.mo24-product-page-active #primary,
body.mo24-product-page-active .site-content {
	width: 100% !important;
	max-width: none !important;
}

body.mo24-product-page-active .mo24-hidden-native-breadcrumb,
body.mo24-product-page-active .breadcrumb-title-wrapper,
body.mo24-product-page-active .mo24-hidden-native-product-section,
body.mo24-product-page-active article.mo24-product-2026 ~ .woocommerce-tabs,
body.mo24-product-page-active article.mo24-product-2026 ~ .related.products,
body.mo24-product-page-active article.mo24-product-2026 ~ .upsells.products {
	display: none !important;
}

body.mo24-product-page-active .woocommerce-notices-wrapper {
	width: min(1520px, calc(100% - 64px));
	margin: 0 auto;
	padding: 0;
}

.mo24-product-2026,
.mo24-product-2026 * {
	box-sizing: border-box;
}

.mo24-product-2026 {
	font-family: inherit;
	color: var(--mo24-black);
	background: #fff;
}

.mo24-product-2026 button,
.mo24-product-2026 input,
.mo24-product-2026 textarea,
.mo24-product-2026 select {
	font-family: inherit;
}

.mo24-product-2026 svg {
	display: block;
}

.mo24-shell {
	width: min(1520px, calc(100% - 64px));
	margin: 0 auto;
	padding: 18px 0 84px;
}

.mo24-breadcrumbs {
	margin: 0 0 22px;
	font-size: 12px;
	line-height: 1.4;
	color: var(--mo24-muted);
}

.mo24-breadcrumbs .woocommerce-breadcrumb {
	margin: 0 !important;
	font-size: inherit !important;
	color: inherit !important;
}

.mo24-product-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(360px, .90fr) minmax(300px, .72fr);
	gap: clamp(30px, 2.5vw, 40px);
	align-items: start;
}

/* Gallery */
.mo24-gallery {
	position: relative;
	min-width: 0;
}

.mo24-gallery__layout {
	display: grid;
	grid-template-columns: 76px minmax(0, 1fr);
	gap: 14px;
	align-items: start;
}

.mo24-gallery__thumbs {
	display: flex;
	flex-direction: column;
	gap: 11px;
	max-height: min(76vh, 730px);
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 3px;
	scrollbar-width: thin;
}

.mo24-thumb {
	appearance: none;
	width: 100%;
	aspect-ratio: 2 / 3;
	padding: 0;
	border: 1px solid transparent;
	border-radius: 4px;
	background: #f4f4f4;
	overflow: hidden;
	cursor: pointer;
	transition: border-color .18s ease, opacity .18s ease;
}

.mo24-thumb:hover,
.mo24-thumb:focus-visible,
.mo24-thumb.is-active {
	border-color: var(--mo24-black);
}

.mo24-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mo24-gallery__stage {
	position: relative;
	min-width: 0;
}

.mo24-gallery__main {
	position: relative;
	display: block;
	width: 100%;
	max-height: 720px;
	aspect-ratio: 4 / 5;
	padding: 0;
	border: 0;
	border-radius: 4px;
	background: #f5f3ef;
	overflow: hidden;
	cursor: zoom-in;
}

.mo24-gallery__main-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	transition: opacity .18s ease, transform .45s ease;
}

.mo24-gallery__main:hover .mo24-gallery__main-image {
	transform: scale(1.012);
}

.mo24-gallery__main.is-loading .mo24-gallery__main-image {
	opacity: .55;
}

.mo24-gallery__zoom {
	position: absolute;
	top: 14px;
	right: 14px;
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .94);
	color: var(--mo24-black);
	box-shadow: 0 5px 22px rgba(0, 0, 0, .09);
}

.mo24-gallery__zoom svg {
	width: 18px;
	height: 18px;
}

.mo24-gallery-arrow,
.mo24-dialog-arrow {
	appearance: none;
	position: absolute;
	z-index: 4;
	top: 50%;
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, .95);
	color: #111;
	box-shadow: 0 6px 24px rgba(0, 0, 0, .13);
	cursor: pointer;
	opacity: 0;
	transform: scale(.92);
	transition: opacity .18s ease, transform .18s ease;
}

.mo24-gallery-arrow svg,
.mo24-dialog-arrow svg {
	width: 22px;
	height: 22px;
}

.mo24-gallery-arrow--prev { left: 12px; }
.mo24-gallery-arrow--next { right: 12px; }

.mo24-gallery__stage:hover .mo24-gallery-arrow,
.mo24-gallery-arrow:focus-visible,
.mo24-dialog-arrow {
	opacity: 1;
	transform: scale(1);
}

.mo24-gallery__counter {
	display: none;
}

.mo24-badge {
	position: absolute;
	z-index: 5;
	top: 14px;
	left: 104px;
	padding: 8px 11px;
	border-radius: 2px;
	background: #fff;
	color: var(--mo24-black);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .055em;
	text-transform: uppercase;
	box-shadow: 0 4px 20px rgba(0, 0, 0, .04);
}

.mo24-badge--sale {
	background: var(--mo24-black);
	color: #fff;
}

.mo24-gallery-benefits {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	padding: 18px 0 0;
}

.mo24-gallery-benefits > div {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr);
	gap: 8px;
	align-items: center;
	min-width: 0;
	font-size: 9px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: .015em;
	text-transform: uppercase;
}

.mo24-gallery-benefits svg {
	width: 21px;
	height: 21px;
	stroke-width: 1.5;
}

.mo24-gallery-benefits .woocommerce-Price-amount {
	white-space: nowrap;
}

/* Buybox */
.mo24-buybox,
.mo24-product-info {
	position: sticky;
	top: 22px;
	align-self: start;
}

.mo24-buybox {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

.mo24-buybox__topline {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 40px;
	font-size: 10px;
	color: var(--mo24-muted);
}

.mo24-wishlist {
	appearance: none;
	display: grid !important;
	place-items: center;
	width: 42px !important;
	height: 42px !important;
	padding: 0 !important;
	border: 1px solid var(--mo24-line) !important;
	border-radius: 50% !important;
	background: #fff !important;
	color: var(--mo24-black) !important;
	text-decoration: none !important;
	box-shadow: none !important;
}

.mo24-wishlist::before,
.mo24-wishlist::after,
.mo24-wishlist .ts-tooltip,
.mo24-wishlist > span:not(.screen-reader-text) {
	display: none !important;
	content: none !important;
}

.mo24-wishlist svg {
	display: block !important;
	width: 20px !important;
	height: 20px !important;
	stroke-width: 1.6;
}

.mo24-wishlist:hover,
.mo24-wishlist:focus-visible {
	border-color: var(--mo24-black) !important;
}

.mo24-title {
	margin: 8px 0 12px !important;
	font-size: clamp(28px, 1.9vw, 35px) !important;
	font-weight: 700 !important;
	line-height: 1.13 !important;
	letter-spacing: -.025em !important;
	text-transform: none !important;
}

.mo24-rating-row {
	min-height: 25px;
	margin-bottom: 14px;
}

.mo24-rating-link,
.mo24-first-review {
	appearance: none;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--mo24-black);
	font-size: 12px;
	text-decoration: none;
	cursor: pointer;
}

.mo24-first-review {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.mo24-stars {
	position: relative;
	display: inline-block;
	font-family: Arial, sans-serif;
	font-size: 15px;
	line-height: 1;
	letter-spacing: 1px;
	color: #d8d8d8;
	white-space: nowrap;
}

.mo24-stars::after {
	content: "★★★★★";
	position: absolute;
	inset: 0 auto 0 0;
	width: calc((var(--mo24-rating) / 5) * 100%);
	overflow: hidden;
	color: var(--mo24-accent);
	white-space: nowrap;
}

.mo24-price {
	margin: 0 0 8px;
	font-size: 31px;
	font-weight: 700;
	line-height: 1.2;
}

.mo24-price .price,
.mo24-price p,
.mo24-price del,
.mo24-price ins {
	font: inherit;
	color: inherit;
}

.mo24-price del {
	font-size: .62em;
	color: #8d8d8d;
	margin-right: 8px;
}

.mo24-price ins {
	text-decoration: none;
}

.mo24-paypo-banner {
	appearance: none;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 10px;
	width: 100%;
	margin: 0 0 18px;
	padding: 7px 10px;
	border: 1px solid #ece7ec;
	border-radius: 4px;
	background: #fff;
	cursor: pointer;
	transition: border-color .18s ease, box-shadow .18s ease;
}

.mo24-paypo-banner:hover,
.mo24-paypo-banner:focus-visible {
	border-color: #c9bdc7;
	box-shadow: 0 7px 24px rgba(17, 17, 17, .06);
}

.mo24-paypo-banner img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 47px;
	object-fit: contain;
	object-position: left center;
}

.mo24-paypo-banner span {
	font-size: 10px;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 3px;
	white-space: nowrap;
}

.mo24-fit-card {
	display: grid;
	grid-template-columns: 26px minmax(0, 1fr);
	gap: 10px;
	padding: 14px 15px;
	margin: 0 0 18px;
	border-radius: 4px;
	background: var(--mo24-soft);
}

.mo24-fit-card__icon {
	padding-top: 1px;
}

.mo24-fit-card__icon svg {
	width: 21px;
	height: 21px;
}

.mo24-fit-card strong {
	display: block;
	margin-bottom: 5px;
	font-size: 10px;
	letter-spacing: .055em;
	text-transform: uppercase;
}

.mo24-fit-card p,
.mo24-fit-card small {
	display: block;
	margin: 0;
	font-size: 12px;
	line-height: 1.5;
	color: #454545;
}

.mo24-size-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 9px;
	font-size: 11px;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.mo24-size-heading button,
.mo24-inline-link {
	appearance: none;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--mo24-black);
	font: inherit;
	font-size: 11px;
	letter-spacing: 0;
	text-transform: none;
	text-decoration: underline;
	text-underline-offset: 3px;
	cursor: pointer;
}

/* Variations and cart */
.mo24-cart-area form.cart {
	margin: 0 !important;
}

.mo24-cart-area .variations {
	display: block;
	width: 100%;
	margin: 0 0 14px !important;
	border: 0 !important;
}

.mo24-cart-area .variations tbody,
.mo24-cart-area .variations tr,
.mo24-cart-area .variations th,
.mo24-cart-area .variations td {
	display: block;
	width: 100%;
	padding: 0 !important;
	border: 0 !important;
}

.mo24-cart-area .variations tr + tr {
	margin-top: 14px;
}

.mo24-cart-area .variations .label {
	margin-bottom: 7px;
	font-size: 10px;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.mo24-cart-area .variations .label .ts-value {
	display: none;
}

.mo24-cart-area .variations th.label:has(label[for="pa_rozmiar"]),
.mo24-cart-area .variations th.label:has(label[for*="rozmiar"]) {
	display: none !important;
}

.mo24-cart-area .ts-product-attribute {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.mo24-cart-area .ts-product-attribute .option {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

.mo24-cart-area .ts-product-attribute .option a,
.mo24-cart-area .variable-item,
.mo24-cart-area .button-variable-item {
	display: grid !important;
	place-items: center;
	min-width: 48px !important;
	height: 48px !important;
	padding: 0 12px !important;
	border: 1px solid #cfcfcf !important;
	border-radius: 2px !important;
	background: #fff !important;
	color: var(--mo24-black) !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	text-decoration: none !important;
	box-shadow: none !important;
	transition: border-color .16s ease, background .16s ease, color .16s ease;
}

.mo24-cart-area .ts-product-attribute .option:hover a,
.mo24-cart-area .ts-product-attribute .option.selected a,
.mo24-cart-area .variable-item.selected,
.mo24-cart-area .button-variable-item.selected {
	border-color: var(--mo24-black) !important;
	background: var(--mo24-black) !important;
	color: #fff !important;
}

.mo24-cart-area .ts-product-attribute .option.disabled a,
.mo24-cart-area .variable-item.disabled {
	position: relative;
	color: #aaa !important;
	background: #f6f6f6 !important;
	border-color: #e4e4e4 !important;
	pointer-events: none;
}

.mo24-cart-area .ts-product-attribute .option.disabled a::after,
.mo24-cart-area .variable-item.disabled::after {
	content: "";
	position: absolute;
	left: 5px;
	right: 5px;
	top: 50%;
	height: 1px;
	background: #aaa;
	transform: rotate(-35deg);
}

.mo24-cart-area select {
	width: 100%;
	min-height: 48px;
	padding: 0 14px;
	border: 1px solid #cfcfcf;
	background: #fff;
}

.mo24-cart-area select.hidden,
.mo24-cart-area select.hidden-1,
.mo24-cart-area .reset_variations {
	display: none !important;
}

.mo24-cart-area .single_variation_wrap {
	margin: 0;
}

.mo24-cart-area .woocommerce-variation-price,
.mo24-cart-area .woocommerce-variation-availability {
	display: none !important;
}

.mo24-cart-area .woocommerce-variation-add-to-cart,
.mo24-cart-area .cart:not(.variations_form) {
	display: flex;
	flex-wrap: wrap !important;
	gap: 10px;
	align-items: stretch;
	width: 100%;
}

.mo24-cart-area .quantity {
	flex: 0 0 92px;
	margin: 0 !important;
}

.mo24-cart-area .quantity:has(input[max="1"]) {
	display: none !important;
}

.mo24-cart-area .number-button {
	display: grid;
	grid-template-columns: 28px 1fr 28px;
	height: 56px;
	border: 1px solid #d5d5d5;
}

.mo24-cart-area .number-button input {
	min-width: 0 !important;
	height: 54px !important;
	padding: 0 !important;
	border: 0 !important;
	background: #fff !important;
	text-align: center;
	box-shadow: none !important;
}

.mo24-cart-area .single_add_to_cart_button {
	flex: 1 1 auto;
	width: 100% !important;
	min-height: 56px !important;
	margin: 0 !important;
	border: 1px solid var(--mo24-black) !important;
	border-radius: 2px !important;
	background: var(--mo24-black) !important;
	color: #fff !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	letter-spacing: .035em;
	text-transform: uppercase;
	box-shadow: none !important;
	transition: opacity .18s ease, transform .18s ease;
}

.mo24-cart-area .single_add_to_cart_button:hover:not(:disabled) {
	opacity: .88;
	transform: translateY(-1px);
}

.mo24-cart-area .single_add_to_cart_button.disabled,
.mo24-cart-area .single_add_to_cart_button:disabled {
	border-color: #d7d7d7 !important;
	background: #d7d7d7 !important;
	color: #747474 !important;
	cursor: not-allowed;
	opacity: 1 !important;
}

.mo24-cart-area .iworks-omnibus {
	display: block !important;
	order: 20 !important;
	flex: 0 0 100% !important;
	width: 100% !important;
	margin: 8px 0 0 !important;
	padding: 0 !important;
	font-size: 10px !important;
	line-height: 1.45;
	color: #666;
	text-align: left !important;
}

.mo24-cart-area .obrazek-paypo-pod-koszykiem,
.mo24-cart-area .single-counter-wrapper,
.mo24-cart-area .single-product-buttons,
.mo24-cart-area .ads-banner {
	display: none !important;
}

.mo24-stock {
	margin: 8px 0 0;
	min-height: 18px;
	font-size: 11px;
	color: var(--mo24-success);
}

.mo24-stock .stock {
	margin: 0;
	color: inherit;
}

.mo24-trust-list {
	display: grid;
	gap: 13px;
	margin-top: 17px;
	padding-top: 17px;
	border-top: 1px solid var(--mo24-line);
}

.mo24-trust-list > div {
	display: grid;
	grid-template-columns: 24px minmax(0, 1fr);
	gap: 10px;
	align-items: start;
}

.mo24-trust-list > div > span {
	display: grid;
	place-items: center;
}

.mo24-trust-list svg {
	width: 19px;
	height: 19px;
}

.mo24-trust-list strong,
.mo24-trust-list small {
	display: block;
}

.mo24-trust-list strong {
	font-size: 12px;
	font-weight: 600;
}

.mo24-trust-list small {
	margin-top: 2px;
	font-size: 10px;
	line-height: 1.35;
	color: var(--mo24-muted);
}

/* Right information column */
.mo24-product-info {
	min-width: 0;
}

.mo24-accordion,
.mo24-review-card {
	border: 1px solid var(--mo24-line);
	border-radius: 4px;
	background: #fff;
}

.mo24-accordion__item + .mo24-accordion__item {
	border-top: 1px solid var(--mo24-line);
}

.mo24-accordion__trigger {
	appearance: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
	min-height: 58px;
	padding: 0 16px;
	border: 0;
	background: #fff;
	color: var(--mo24-black);
	font: inherit;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .035em;
	text-align: left;
	text-transform: uppercase;
	cursor: pointer;
	transition: background .18s ease;
}

.mo24-accordion__trigger:hover,
.mo24-accordion__trigger[aria-expanded="true"] {
	background: #fbfaf8;
}

.mo24-accordion__trigger i {
	font-style: normal;
	font-size: 18px;
	font-weight: 400;
}

.mo24-accordion__panel {
	display: none;
	padding: 0 16px 20px;
	font-size: 12px;
	line-height: 1.65;
	color: #4e4e4e;
}

.mo24-accordion__panel.is-open {
	display: block;
}

.mo24-accordion__panel > :first-child { margin-top: 0; }
.mo24-accordion__panel > :last-child { margin-bottom: 0; }

.mo24-accordion__panel .shop_attributes {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
}

.mo24-accordion__panel .shop_attributes th,
.mo24-accordion__panel .shop_attributes td {
	padding: 9px 0;
	border-bottom: 1px solid var(--mo24-line);
	font-size: 11px;
	text-align: left;
}

.mo24-review-card {
	margin-top: 16px;
	padding: 20px;
}

.mo24-review-card h2 {
	margin: 0 0 14px;
	font-size: 17px;
	font-weight: 700;
}

.mo24-review-card p {
	font-size: 12px;
	color: var(--mo24-muted);
}

.mo24-review-card__score {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
}

.mo24-review-card__score > strong {
	font-size: 25px;
}

.mo24-review-card__score small {
	width: 100%;
	font-size: 10px;
	color: var(--mo24-muted);
}

.mo24-fit-scale {
	margin: 18px 0;
}

.mo24-fit-scale > strong {
	display: block;
	margin-bottom: 12px;
	font-size: 10px;
	text-transform: uppercase;
}

.mo24-fit-scale__line {
	position: relative;
	height: 2px;
	margin: 0 8px 7px;
	background: #d8d8d8;
}

.mo24-fit-scale__line i {
	position: absolute;
	top: 50%;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--mo24-accent);
	transform: translate(-50%, -50%);
}

.mo24-fit-scale > div:last-child {
	display: flex;
	justify-content: space-between;
	gap: 4px;
	font-size: 8px;
	color: var(--mo24-muted);
}

.mo24-secondary-button,
.mo24-primary-link {
	appearance: none;
	display: grid;
	place-items: center;
	width: 100%;
	min-height: 43px;
	margin-top: 10px;
	padding: 0 16px;
	border: 1px solid #bcbcbc;
	background: #fff;
	color: var(--mo24-black);
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}

.mo24-secondary-button:hover,
.mo24-primary-link:hover {
	border-color: var(--mo24-black);
	color: var(--mo24-black);
}

.mo24-secondary-button--solid,
.mo24-primary-link {
	border-color: var(--mo24-black);
	background: var(--mo24-black);
	color: #fff;
}

.mo24-secondary-button--solid:hover,
.mo24-primary-link:hover {
	color: #fff;
	opacity: .9;
}

.mo24-secondary-button--compact {
	width: auto;
	min-width: 150px;
	margin: 0;
}

.mo24-size-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 11px;
}

.mo24-size-table th,
.mo24-size-table td {
	padding: 9px 8px;
	border: 1px solid var(--mo24-line);
	text-align: left;
}

.mo24-size-table th {
	background: #fafafa;
	font-weight: 700;
}

/* Merchandising */
.mo24-merchandising {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.45fr);
	gap: 0;
	margin-top: 36px;
	border: 1px solid var(--mo24-line);
	background: #fff;
}

.mo24-merchandising.has-one-column {
	grid-template-columns: 1fr;
}

.mo24-merchandising__column {
	min-width: 0;
	padding: 18px;
}

.mo24-merchandising__column + .mo24-merchandising__column {
	border-left: 1px solid var(--mo24-line);
}

.mo24-section-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 14px;
}

.mo24-section-heading h2 {
	margin: 0;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .02em;
	text-transform: uppercase;
}

.mo24-product-rail {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(132px, 1fr);
	gap: 12px;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	scroll-snap-type: inline mandatory;
	padding-bottom: 8px;
}

.mo24-product-card {
	min-width: 0;
	scroll-snap-align: start;
}

.mo24-product-card__image {
	display: block;
	aspect-ratio: 3 / 4;
	overflow: hidden;
	background: #f5f5f5;
}

.mo24-product-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

.mo24-product-card__image:hover img {
	transform: scale(1.025);
}

.mo24-product-card__body {
	padding: 9px 2px 0;
}

.mo24-product-card__title {
	display: -webkit-box;
	min-height: 32px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: var(--mo24-black);
	font-size: 10px;
	line-height: 1.45;
	text-decoration: none;
}

.mo24-product-card__price {
	margin-top: 5px;
	font-size: 12px;
	font-weight: 700;
}

.mo24-product-card__price del {
	font-size: 10px;
	color: #8b8b8b;
}

.mo24-product-card__price ins {
	text-decoration: none;
}

/* Reviews */
.mo24-reviews-section {
	margin-top: 50px;
	padding-top: 34px;
	border-top: 1px solid var(--mo24-line);
	scroll-margin-top: 90px;
}

.mo24-section-heading--reviews > div > span {
	display: block;
	margin-bottom: 5px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: var(--mo24-muted);
}

.mo24-section-heading--reviews h2 {
	font-size: 24px;
	text-transform: none;
}

.mo24-review-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.mo24-review-item {
	padding: 18px;
	border: 1px solid var(--mo24-line);
	background: #fff;
}

.mo24-review-item__top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 10px;
}

.mo24-review-item__top strong,
.mo24-review-item__top small {
	display: block;
}

.mo24-review-item__top strong {
	font-size: 13px;
}

.mo24-review-item__top small {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	margin-top: 4px;
	font-size: 9px;
	color: var(--mo24-success);
}

.mo24-review-item__top small svg {
	width: 12px;
	height: 12px;
}

.mo24-review-item__top time {
	font-size: 9px;
	color: var(--mo24-muted);
	white-space: nowrap;
}

.mo24-review-item__content {
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.55;
	color: #454545;
}

.mo24-review-item__content > :first-child { margin-top: 0; }
.mo24-review-item__content > :last-child { margin-bottom: 0; }

/* Dialogs */
.mo24-dialog {
	border: 0;
	border-radius: 5px;
	background: #fff;
	box-shadow: var(--mo24-shadow);
}

.mo24-dialog::backdrop {
	background: rgba(17, 17, 17, .78);
}

html body.mo24-product-page-active .mo24-dialog[open],
html body.mo24-product-page-active .mo24-dialog.is-open {
	position: fixed !important;
	inset: 0 !important;
	margin: auto !important;
	z-index: 2147483000 !important;
}

.mo24-dialog-close {
	appearance: none;
	position: absolute;
	z-index: 10;
	top: 12px;
	right: 12px;
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 1px solid rgba(17, 17, 17, .08);
	border-radius: 50%;
	background: rgba(255, 255, 255, .95);
	color: #111;
	cursor: pointer;
}

.mo24-dialog-close svg {
	width: 20px;
	height: 20px;
}

html body.mo24-product-page-active .mo24-image-dialog[open] {
	display: grid !important;
	place-items: center !important;
	width: 100vw !important;
	height: 100vh !important;
	max-width: none !important;
	max-height: none !important;
	padding: 24px !important;
	background: transparent !important;
	box-shadow: none !important;
	overflow: hidden !important;
}

.mo24-image-dialog__frame {
	position: relative;
	display: grid;
	place-items: center;
	width: min(92vw, 1040px);
	height: min(90vh, 900px);
	pointer-events: none;
}

.mo24-image-dialog__frame img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	background: #fff;
	box-shadow: 0 24px 80px rgba(0, 0, 0, .35);
	pointer-events: auto;
}

.mo24-image-dialog .mo24-dialog-close,
.mo24-image-dialog .mo24-dialog-arrow {
	pointer-events: auto;
}

.mo24-dialog-arrow--prev { left: 10px; }
.mo24-dialog-arrow--next { right: 10px; }

.mo24-size-dialog,
.mo24-paypo-dialog,
.mo24-review-dialog {
	width: min(92vw, 660px);
	max-height: 88vh;
	padding: 34px;
	overflow: auto;
}

html body.mo24-product-page-active .mo24-size-dialog[open],
html body.mo24-product-page-active .mo24-size-dialog.is-open,
html body.mo24-product-page-active .mo24-paypo-dialog[open],
html body.mo24-product-page-active .mo24-paypo-dialog.is-open,
html body.mo24-product-page-active .mo24-review-dialog[open],
html body.mo24-product-page-active .mo24-review-dialog.is-open {
	display: block !important;
}

.mo24-paypo-dialog {
	width: min(92vw, 720px);
}

.mo24-review-dialog {
	width: min(92vw, 700px);
}

.mo24-dialog-kicker {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-bottom: 12px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: var(--mo24-muted);
}

.mo24-dialog-kicker svg {
	width: 18px;
	height: 18px;
}

.mo24-size-dialog h2,
.mo24-paypo-dialog h2,
.mo24-review-dialog h2 {
	margin: 0 48px 14px 0;
	font-size: 25px;
	line-height: 1.2;
}

.mo24-size-dialog p,
.mo24-paypo-dialog p,
.mo24-review-dialog p {
	font-size: 13px;
	line-height: 1.55;
}

.mo24-dialog-notice {
	padding: 14px;
	background: var(--mo24-soft);
}

.mo24-paypo-dialog__banner {
	display: block;
	width: calc(100% - 42px);
	height: auto;
	margin: 0 42px 24px 0;
}

.mo24-paypo-steps {
	display: grid;
	gap: 12px;
	margin: 20px 0;
}

.mo24-paypo-steps > div {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	padding: 12px 14px;
	background: #fafafa;
}

.mo24-paypo-steps > div > span {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #20b486;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
}

.mo24-paypo-steps p {
	margin: 0;
}

/* Review form */
.mo24-review-form {
	margin-top: 22px;
}

.mo24-review-form .comment-form-author,
.mo24-review-form .comment-form-email {
	display: inline-block;
	width: calc(50% - 7px);
	margin: 0 10px 14px 0;
	vertical-align: top;
}

.mo24-review-form .comment-form-email {
	margin-right: 0;
}

.mo24-review-form label,
.mo24-review-rating legend {
	display: block;
	margin-bottom: 6px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

.mo24-review-form input[type="text"],
.mo24-review-form input[type="email"],
.mo24-review-form textarea {
	width: 100%;
	padding: 12px 13px;
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	background: #fff;
	font-size: 13px;
	box-shadow: none;
}

.mo24-review-form input[type="text"],
.mo24-review-form input[type="email"] {
	height: 46px;
}

.mo24-review-form textarea {
	min-height: 150px;
	resize: vertical;
}

.mo24-review-rating {
	margin: 0 0 15px;
	padding: 0;
	border: 0;
}

.mo24-review-rating__stars {
	display: inline-flex;
	flex-direction: row-reverse;
	gap: 3px;
}

.mo24-review-rating__stars input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.mo24-review-rating__stars label {
	margin: 0;
	color: #d6d6d6;
	font-family: Arial, sans-serif;
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
	transition: color .15s ease;
}

.mo24-review-rating__stars label:hover,
.mo24-review-rating__stars label:hover ~ label,
.mo24-review-rating__stars input:checked ~ label {
	color: var(--mo24-accent);
}

.mo24-review-form .form-submit {
	margin: 14px 0 0;
}

.mo24-review-submit {
	width: 100%;
	min-height: 52px;
	border: 1px solid var(--mo24-black) !important;
	border-radius: 2px !important;
	background: var(--mo24-black) !important;
	color: #fff !important;
	font-size: 11px !important;
	font-weight: 700 !important;
	text-transform: uppercase;
}

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

/* Responsive */
@media (max-width: 1399px) {
	.mo24-product-grid {
		grid-template-columns: minmax(0, 1.25fr) minmax(350px, .88fr);
	}

	.mo24-product-info {
		position: static;
		grid-column: 1 / -1;
		display: grid;
		grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
		gap: 18px;
	}

	.mo24-review-card {
		margin-top: 0;
	}
}

@media (max-width: 960px) {
	.mo24-shell,
	body.mo24-product-page-active .woocommerce-notices-wrapper {
		width: min(100% - 28px, 780px);
	}

	.mo24-product-grid {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.mo24-buybox,
	.mo24-product-info {
		position: static;
	}

	.mo24-product-info {
		grid-column: auto;
		grid-template-columns: 1fr;
	}

	.mo24-merchandising {
		grid-template-columns: 1fr;
	}

	.mo24-merchandising__column + .mo24-merchandising__column {
		border-left: 0;
		border-top: 1px solid var(--mo24-line);
	}

	.mo24-review-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	body.mo24-product-page-active {
		padding-bottom: 76px;
	}

	.mo24-shell {
		width: 100%;
		padding: 0 0 48px;
	}

	.mo24-breadcrumbs,
	.mo24-gallery__thumbs,
	.mo24-gallery-benefits {
		display: none;
	}

	.mo24-product-grid {
		gap: 0;
	}

	.mo24-gallery__layout {
		display: block;
	}

	.mo24-gallery__main {
		max-height: none;
		aspect-ratio: 4 / 5;
		border-radius: 0;
	}

	.mo24-gallery-arrow {
		opacity: 1;
		transform: scale(1);
		width: 36px;
		height: 36px;
		margin-top: -18px;
	}

	.mo24-gallery__zoom {
		top: 12px;
		right: 12px;
		width: 36px;
		height: 36px;
	}

	.mo24-gallery__counter {
		position: absolute;
		z-index: 3;
		right: 14px;
		bottom: 14px;
		display: block;
		padding: 5px 9px;
		border-radius: 20px;
		background: rgba(255, 255, 255, .92);
		font-size: 11px;
	}

	.mo24-badge {
		left: 14px;
		top: 14px;
	}

	.mo24-buybox,
	.mo24-product-info,
	.mo24-merchandising,
	.mo24-reviews-section {
		margin-left: 16px !important;
		margin-right: 16px !important;
	}

	.mo24-buybox {
		padding-top: 18px !important;
	}

	.mo24-title {
		font-size: 24px !important;
		line-height: 1.17 !important;
	}

	.mo24-price {
		font-size: 26px;
	}

	.mo24-paypo-banner {
		grid-template-columns: 1fr;
		gap: 4px;
		text-align: left;
	}

	.mo24-paypo-banner span {
		display: none;
	}

	.mo24-cart-area .ts-product-attribute {
		flex-wrap: nowrap;
		overflow-x: auto;
		padding-bottom: 4px;
	}

	.mo24-cart-area .ts-product-attribute .option a,
	.mo24-cart-area .variable-item,
	.mo24-cart-area .button-variable-item {
		min-width: 46px !important;
		height: 46px !important;
	}

	.mo24-product-info {
		margin-top: 30px;
	}

	.mo24-merchandising {
		border-left: 0;
		border-right: 0;
	}

	.mo24-merchandising__column {
		padding: 16px 0;
	}

	.mo24-product-rail {
		grid-auto-columns: 47%;
	}

	.mo24-review-list {
		grid-template-columns: 1fr;
	}

	.mo24-section-heading--reviews {
		align-items: flex-end;
	}

	.mo24-secondary-button--compact {
		min-width: 120px;
	}

	.mo24-mobile-bar {
		position: fixed;
		z-index: 9995;
		left: 0;
		right: 0;
		bottom: 0;
		display: grid;
		grid-template-columns: auto minmax(180px, 1fr);
		gap: 12px;
		align-items: center;
		min-height: 72px;
		padding: 9px 12px calc(9px + env(safe-area-inset-bottom));
		background: rgba(255, 255, 255, .97);
		border-top: 1px solid var(--mo24-line);
		box-shadow: 0 -6px 30px rgba(0, 0, 0, .08);
		backdrop-filter: blur(10px);
		opacity: 0;
		pointer-events: none;
		transform: translateY(110%);
		transition: opacity .2s ease, transform .2s ease;
	}

	.mo24-mobile-bar.is-visible {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
	}

	.mo24-mobile-bar__price {
		font-size: 15px;
		font-weight: 700;
		white-space: nowrap;
	}

	.mo24-mobile-bar__price del {
		display: none;
	}

	.mo24-mobile-bar__price ins {
		text-decoration: none;
	}

	.mo24-mobile-bar__button {
		min-height: 50px;
		border: 1px solid var(--mo24-black);
		border-radius: 2px;
		background: var(--mo24-black);
		color: #fff;
		font-size: 11px;
		font-weight: 700;
		text-transform: uppercase;
	}

	.mo24-size-dialog,
	.mo24-paypo-dialog,
	.mo24-review-dialog {
		width: calc(100vw - 20px);
		max-height: calc(100vh - 20px);
		padding: 28px 18px;
	}

	.mo24-image-dialog__frame {
		width: calc(100vw - 24px);
		height: calc(100vh - 36px);
	}

	.mo24-dialog-arrow {
		width: 40px;
		height: 40px;
		margin-top: -20px;
	}

	.mo24-dialog-arrow--prev { left: 4px; }
	.mo24-dialog-arrow--next { right: 4px; }

	.mo24-paypo-dialog__banner {
		width: calc(100% - 38px);
	}

	.mo24-review-form .comment-form-author,
	.mo24-review-form .comment-form-email {
		display: block;
		width: 100%;
		margin-right: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.mo24-product-2026 *,
	.mo24-product-2026 *::before,
	.mo24-product-2026 *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}
}

@media (max-width: 767px) {
	body.mo24-product-page-active .mo24-review-form input[type="text"],
	body.mo24-product-page-active .mo24-review-form input[type="email"],
	body.mo24-product-page-active .mo24-review-form textarea,
	body.mo24-product-page-active .mo24-cart-area select {
		font-size: 16px !important;
	}
}

/* ========================================================================== */
/* v1.3.0 — fidelity, deduplication and mobile UX fixes                       */
/* ========================================================================== */

/* Do not render the two old reassurance groups if stale markup is cached. */
body.mo24-product-page-active .mo24-gallery-benefits,
body.mo24-product-page-active .mo24-trust-list {
	display: none !important;
}

/* Top block proportions: visual hierarchy closer to the approved mock-up. */
body.mo24-product-page-active .mo24-product-grid {
	grid-template-columns: minmax(0, 1.38fr) minmax(380px, .96fr) minmax(315px, .76fr);
	gap: clamp(28px, 2.25vw, 38px);
}

@media (min-width: 1400px) {
	body.mo24-product-page-active .mo24-product-2026--two-column .mo24-product-grid {
		grid-template-columns: minmax(0, 1.38fr) minmax(380px, .96fr);
	}
}

body.mo24-product-page-active .mo24-buybox {
	position: sticky;
	top: 22px;
}

/* Wishlist is an action, not a separate row. This removes the empty 40px band. */
body.mo24-product-page-active .mo24-buybox__topline {
	position: absolute;
	z-index: 8;
	top: 0;
	right: 0;
	display: block;
	width: 44px;
	min-height: 0;
	font-size: 0;
}

body.mo24-product-page-active .mo24-buybox__topline > span:first-child {
	display: none !important;
}

body.mo24-product-page-active .mo24-title {
	margin: 4px 58px 11px 0 !important;
	font-size: clamp(27px, 1.75vw, 32px) !important;
	line-height: 1.12 !important;
}

body.mo24-product-page-active .mo24-rating-row {
	min-height: 21px;
	margin-bottom: 12px;
}

body.mo24-product-page-active .mo24-no-reviews {
	display: inline-block;
	font-size: 11px;
	line-height: 1.4;
	color: var(--mo24-muted);
}

body.mo24-product-page-active .mo24-price {
	font-size: 30px;
}

/* One reassurance strip only — no more duplicated delivery/payment blocks. */
body.mo24-product-page-active .mo24-global-benefits {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0;
	margin-top: 2px;
	border-top: 1px solid var(--mo24-line);
	border-bottom: 1px solid var(--mo24-line);
	background: #fff;
}

body.mo24-product-page-active .mo24-global-benefits > div {
	display: grid;
	grid-template-columns: 24px minmax(0, 1fr);
	gap: 9px;
	align-items: center;
	min-width: 0;
	padding: 15px 16px;
}

body.mo24-product-page-active .mo24-global-benefits > div + div {
	border-left: 1px solid var(--mo24-line);
}

body.mo24-product-page-active .mo24-global-benefits svg {
	width: 20px;
	height: 20px;
	stroke-width: 1.6;
}

body.mo24-product-page-active .mo24-global-benefits strong {
	display: block;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: .015em;
	text-transform: uppercase;
}

body.mo24-product-page-active .mo24-global-benefits .woocommerce-Price-amount {
	white-space: nowrap;
}

/* Theme-proof accordion states. Jaroti's global button:hover was turning text white. */
body.mo24-product-page-active .mo24-product-2026 .mo24-accordion__trigger,
body.mo24-product-page-active .mo24-product-2026 .mo24-accordion__trigger:visited {
	border: 0 !important;
	border-radius: 0 !important;
	background: #fff !important;
	color: var(--mo24-black) !important;
	box-shadow: none !important;
	transform: none !important;
	text-shadow: none !important;
}

body.mo24-product-page-active .mo24-product-2026 .mo24-accordion__trigger:hover,
body.mo24-product-page-active .mo24-product-2026 .mo24-accordion__trigger:focus,
body.mo24-product-page-active .mo24-product-2026 .mo24-accordion__trigger:focus-visible,
body.mo24-product-page-active .mo24-product-2026 .mo24-accordion__trigger[aria-expanded="true"] {
	border: 0 !important;
	border-radius: 0 !important;
	background: #f8f7f4 !important;
	color: var(--mo24-black) !important;
	box-shadow: none !important;
	transform: none !important;
	text-shadow: none !important;
}

body.mo24-product-page-active .mo24-product-2026 .mo24-accordion__trigger span,
body.mo24-product-page-active .mo24-product-2026 .mo24-accordion__trigger i,
body.mo24-product-page-active .mo24-product-2026 .mo24-accordion__trigger:hover span,
body.mo24-product-page-active .mo24-product-2026 .mo24-accordion__trigger:hover i,
body.mo24-product-page-active .mo24-product-2026 .mo24-accordion__trigger[aria-expanded="true"] span,
body.mo24-product-page-active .mo24-product-2026 .mo24-accordion__trigger[aria-expanded="true"] i {
	color: var(--mo24-black) !important;
	background: transparent !important;
}

body.mo24-product-page-active .mo24-product-2026 .mo24-accordion__trigger::before,
body.mo24-product-page-active .mo24-product-2026 .mo24-accordion__trigger::after {
	display: none !important;
	content: none !important;
}

body.mo24-product-page-active .mo24-product-2026 .mo24-accordion__trigger:focus-visible {
	outline: 2px solid var(--mo24-black) !important;
	outline-offset: -2px;
}

/* PayPo should stay brand-clean even when the theme styles buttons globally. */
body.mo24-product-page-active .mo24-product-2026 .mo24-paypo-banner,
body.mo24-product-page-active .mo24-product-2026 .mo24-paypo-banner:hover,
body.mo24-product-page-active .mo24-product-2026 .mo24-paypo-banner:focus-visible {
	background: #fff !important;
	color: var(--mo24-black) !important;
	border-radius: 4px !important;
	transform: none !important;
}

/* Product details should read as secondary information, not compete with the buybox. */
body.mo24-product-page-active .mo24-accordion__trigger {
	min-height: 56px;
	padding: 0 17px;
	font-size: 10.5px;
}

body.mo24-product-page-active .mo24-review-card {
	padding: 18px 20px;
}

body.mo24-product-page-active .mo24-review-card h2 {
	font-size: 20px;
}

/* Avoid huge white gap before product recommendations. */
body.mo24-product-page-active .mo24-merchandising {
	margin-top: 38px;
}

@media (max-width: 1399px) and (min-width: 961px) {
	body.mo24-product-page-active .mo24-product-grid {
		grid-template-columns: minmax(0, 1.25fr) minmax(360px, .9fr);
	}

	body.mo24-product-page-active .mo24-product-info {
		grid-column: 1 / -1;
	}

	body.mo24-product-page-active .mo24-global-benefits {
		grid-column: 1 / -1;
	}
}

/* Mobile is designed as its own flow rather than a squeezed desktop layout. */
@media (max-width: 767px) {
	body.mo24-product-page-active {
		padding-bottom: calc(72px + env(safe-area-inset-bottom));
	}

	body.mo24-product-page-active.mo24-pdp-mobile-sticky-disabled {
		padding-bottom: 0;
	}

	body.mo24-product-page-active .mo24-shell {
		width: 100%;
		padding: 0 0 42px;
	}

	body.mo24-product-page-active .mo24-product-grid {
		position: relative;
		display: flex;
		flex-direction: column;
		gap: 0;
	}

	body.mo24-product-page-active .mo24-gallery { order: 1; }
	body.mo24-product-page-active .mo24-buybox { order: 2; }
	body.mo24-product-page-active .mo24-global-benefits { order: 3; }
	body.mo24-product-page-active .mo24-product-info { order: 4; }

	body.mo24-product-page-active .mo24-gallery__main {
		aspect-ratio: 4 / 5;
		max-height: none;
		border-radius: 0;
	}

	body.mo24-product-page-active .mo24-gallery__main-image {
		object-position: center top;
	}

	body.mo24-product-page-active .mo24-gallery__zoom {
		display: none !important;
	}

	body.mo24-product-page-active .mo24-gallery-arrow {
		display: none !important;
	}

	body.mo24-product-page-active .mo24-gallery__counter {
		right: 12px;
		bottom: 12px;
		padding: 5px 9px;
		font-size: 10px;
	}

	body.mo24-product-page-active .mo24-badge {
		top: 12px;
		left: 12px;
		padding: 7px 9px;
	}

	/* Heart floats over the product photo on mobile. */
	body.mo24-product-page-active .mo24-buybox {
		position: static;
		margin: 0 16px !important;
		padding: 18px 0 0 !important;
	}

	body.mo24-product-page-active .mo24-buybox__topline {
		position: absolute;
		top: 12px;
		right: 12px;
		width: 40px;
		height: 40px;
	}

	body.mo24-product-page-active .mo24-wishlist {
		width: 40px !important;
		height: 40px !important;
		background: rgba(255,255,255,.94) !important;
		box-shadow: 0 4px 18px rgba(0,0,0,.08) !important;
	}

	body.mo24-product-page-active .mo24-title {
		margin: 0 0 9px !important;
		font-size: 23px !important;
		line-height: 1.16 !important;
	}

	body.mo24-product-page-active .mo24-rating-row {
		margin-bottom: 10px;
	}

	body.mo24-product-page-active .mo24-price {
		margin-bottom: 8px;
		font-size: 25px;
	}

	body.mo24-product-page-active .mo24-paypo-banner {
		grid-template-columns: 1fr;
		margin-bottom: 14px;
		padding: 8px 10px;
	}

	body.mo24-product-page-active .mo24-paypo-banner img {
		max-height: 38px;
	}

	body.mo24-product-page-active .mo24-paypo-banner span {
		display: none;
	}

	body.mo24-product-page-active .mo24-fit-card {
		grid-template-columns: 22px minmax(0, 1fr);
		gap: 9px;
		margin-bottom: 15px;
		padding: 12px;
	}

	body.mo24-product-page-active .mo24-fit-card__icon svg {
		width: 18px;
		height: 18px;
	}

	body.mo24-product-page-active .mo24-fit-card p,
	body.mo24-product-page-active .mo24-fit-card small {
		font-size: 11.5px;
	}

	body.mo24-product-page-active .mo24-size-heading {
		margin-bottom: 8px;
		font-size: 10.5px;
	}

	body.mo24-product-page-active .mo24-size-heading button {
		font-size: 10.5px;
	}

	body.mo24-product-page-active .mo24-cart-area .ts-product-attribute {
		flex-wrap: wrap;
		overflow: visible;
		gap: 8px;
		padding-bottom: 0;
	}

	body.mo24-product-page-active .mo24-cart-area .ts-product-attribute .option a,
	body.mo24-product-page-active .mo24-cart-area .variable-item,
	body.mo24-product-page-active .mo24-cart-area .button-variable-item {
		min-width: 45px !important;
		height: 45px !important;
		padding: 0 11px !important;
		font-size: 12px !important;
	}

	body.mo24-product-page-active .mo24-cart-area .single_add_to_cart_button {
		min-height: 54px !important;
		font-size: 11px !important;
	}

	body.mo24-product-page-active .mo24-cart-area .number-button {
		height: 54px;
	}

	body.mo24-product-page-active .mo24-cart-area .iworks-omnibus {
		margin-top: 7px !important;
		font-size: 9.5px !important;
	}

	/* One compact 2-column benefits block. */
	body.mo24-product-page-active .mo24-global-benefits {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin: 22px 16px 0;
		border: 1px solid var(--mo24-line);
		border-radius: 4px;
		overflow: hidden;
	}

	body.mo24-product-page-active .mo24-global-benefits > div {
		grid-template-columns: 20px minmax(0, 1fr);
		gap: 8px;
		min-height: 58px;
		padding: 11px 10px;
		border-left: 0 !important;
		border-bottom: 1px solid var(--mo24-line);
	}

	body.mo24-product-page-active .mo24-global-benefits > div:nth-child(odd) {
		border-right: 1px solid var(--mo24-line);
	}

	body.mo24-product-page-active .mo24-global-benefits > div:nth-last-child(1) {
		grid-column: 1 / -1;
		border-right: 0;
		border-bottom: 0;
	}

	body.mo24-product-page-active .mo24-global-benefits svg {
		width: 18px;
		height: 18px;
	}

	body.mo24-product-page-active .mo24-global-benefits strong {
		font-size: 9px;
		line-height: 1.3;
	}

	body.mo24-product-page-active .mo24-product-info {
		position: static;
		display: block;
		margin: 22px 16px 0 !important;
	}

	body.mo24-product-page-active .mo24-accordion,
	body.mo24-product-page-active .mo24-review-card {
		border-radius: 4px;
	}

	body.mo24-product-page-active .mo24-accordion__trigger {
		min-height: 54px;
		padding: 0 14px;
		font-size: 10.5px;
	}

	body.mo24-product-page-active .mo24-accordion__panel {
		padding: 0 14px 17px;
		font-size: 11.5px;
	}

	body.mo24-product-page-active .mo24-review-card {
		margin-top: 12px;
		padding: 16px;
	}

	body.mo24-product-page-active .mo24-review-card h2 {
		font-size: 19px;
	}

	body.mo24-product-page-active .mo24-merchandising,
	body.mo24-product-page-active .mo24-reviews-section {
		margin-left: 16px !important;
		margin-right: 16px !important;
	}

	body.mo24-product-page-active .mo24-merchandising {
		margin-top: 28px;
		border-left: 0;
		border-right: 0;
	}

	body.mo24-product-page-active .mo24-merchandising__column {
		padding: 16px 0;
	}

	body.mo24-product-page-active .mo24-product-rail {
		grid-auto-columns: 62%;
		scroll-snap-type: x mandatory;
	}

	body.mo24-product-page-active .mo24-product-card {
		scroll-snap-align: start;
	}

	/* Sticky purchase bar works down to very narrow phones. */
	body.mo24-product-page-active .mo24-mobile-bar {
		grid-template-columns: minmax(74px, .62fr) minmax(0, 1.55fr);
		gap: 9px;
		min-height: 68px;
		padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
	}

	body.mo24-product-page-active .mo24-mobile-bar__price {
		font-size: 14px;
	}

	body.mo24-product-page-active .mo24-mobile-bar__button {
		min-width: 0;
		min-height: 48px;
		padding: 0 10px;
		font-size: 10px;
	}

	/* Product photo viewer becomes true full screen on mobile. */
	html body.mo24-product-page-active .mo24-image-dialog[open] {
		width: 100vw !important;
		height: 100dvh !important;
		padding: 0 !important;
		background: #111 !important;
	}

	body.mo24-product-page-active .mo24-image-dialog__frame {
		width: 100vw;
		height: 100dvh;
	}

	body.mo24-product-page-active .mo24-image-dialog__frame img {
		max-width: 100vw;
		max-height: 100dvh;
		box-shadow: none;
	}

	body.mo24-product-page-active .mo24-image-dialog .mo24-dialog-close {
		top: calc(12px + env(safe-area-inset-top));
		right: 12px;
	}

	body.mo24-product-page-active .mo24-image-dialog .mo24-dialog-arrow {
		width: 38px;
		height: 38px;
		margin-top: -19px;
	}

	/* Content dialogs behave like mobile sheets, not tiny desktop windows. */
	html body.mo24-product-page-active .mo24-size-dialog[open],
	html body.mo24-product-page-active .mo24-size-dialog.is-open,
	html body.mo24-product-page-active .mo24-paypo-dialog[open],
	html body.mo24-product-page-active .mo24-paypo-dialog.is-open,
	html body.mo24-product-page-active .mo24-review-dialog[open],
	html body.mo24-product-page-active .mo24-review-dialog.is-open {
		inset: auto 0 0 0 !important;
		width: 100vw !important;
		max-width: none !important;
		max-height: min(88dvh, 760px) !important;
		margin: auto 0 0 !important;
		padding: 28px 18px calc(24px + env(safe-area-inset-bottom)) !important;
		border-radius: 16px 16px 0 0 !important;
	}
}

@media (max-width: 360px) {
	body.mo24-product-page-active .mo24-title {
		font-size: 21px !important;
	}

	body.mo24-product-page-active .mo24-global-benefits {
		grid-template-columns: 1fr;
	}

	body.mo24-product-page-active .mo24-global-benefits > div,
	body.mo24-product-page-active .mo24-global-benefits > div:nth-child(odd),
	body.mo24-product-page-active .mo24-global-benefits > div:nth-last-child(1) {
		grid-column: auto;
		border-right: 0 !important;
		border-bottom: 1px solid var(--mo24-line);
	}

	body.mo24-product-page-active .mo24-global-benefits > div:last-child {
		border-bottom: 0;
	}

	body.mo24-product-page-active .mo24-product-rail {
		grid-auto-columns: 72%;
	}
}

/* ========================================================================== */
/* v1.4.0 — mobile-first polish for real iPhone widths                        */
/* ========================================================================== */

@media (max-width: 767px) {
	/* The store notice is styled by Jaroti very aggressively on phones. JS marks
	   the exact free-shipping notice with .mo24-theme-promo so we can compact it
	   without touching unrelated banners/popups. */
	body.mo24-product-page-active .mo24-theme-promo {
		box-sizing: border-box !important;
		min-height: 38px !important;
		max-height: 44px !important;
		padding: 8px 42px 8px 12px !important;
		margin: 0 !important;
		font-size: 10.5px !important;
		font-weight: 600 !important;
		line-height: 1.2 !important;
		letter-spacing: .06em !important;
		text-align: center !important;
		white-space: nowrap !important;
		overflow: hidden !important;
	}

	body.mo24-product-page-active .mo24-theme-promo__text {
		display: block !important;
		margin: 0 !important;
		padding: 0 !important;
		font-size: inherit !important;
		line-height: inherit !important;
		white-space: nowrap !important;
	}

	body.mo24-product-page-active .mo24-theme-promo a,
	body.mo24-product-page-active .mo24-theme-promo button {
		max-width: 32px !important;
		max-height: 32px !important;
		font-size: 18px !important;
		line-height: 1 !important;
	}

	/* The floating "back to top" square visually collides with the sticky cart. */
	body.mo24-product-page-active .ts-back-to-top,
	body.mo24-product-page-active .back-to-top,
	body.mo24-product-page-active #to-top,
	body.mo24-product-page-active #back-to-top,
	body.mo24-product-page-active .scroll-button,
	body.mo24-product-page-active .ts-floating-sidebar .back-to-top {
		display: none !important;
	}

	/* More editorial spacing directly after the buybox. */
	body.mo24-product-page-active .mo24-cart-area .iworks-omnibus {
		margin-top: 9px !important;
		font-size: 10.5px !important;
		line-height: 1.45 !important;
		color: #777 !important;
	}

	/* Benefits are no longer a large table. They become compact horizontally
	   scrollable reassurance cards. Free delivery is omitted here because the
	   same message already exists in the gold store notice. */
	body.mo24-product-page-active .mo24-global-benefits {
		display: flex !important;
		grid-template-columns: none !important;
		gap: 8px !important;
		margin: 17px 0 0 !important;
		padding: 0 16px 5px !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		overflow-x: auto !important;
		overflow-y: hidden !important;
		scroll-snap-type: x proximity;
		scroll-padding-inline: 16px;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	body.mo24-product-page-active .mo24-global-benefits::-webkit-scrollbar {
		display: none;
	}

	body.mo24-product-page-active .mo24-global-benefits > div {
		flex: 0 0 154px !important;
		display: grid !important;
		grid-template-columns: 21px minmax(0, 1fr) !important;
		gap: 9px !important;
		align-items: center !important;
		min-height: 62px !important;
		padding: 10px 11px !important;
		border: 1px solid #e9e7e2 !important;
		border-radius: 9px !important;
		background: #faf9f7 !important;
		scroll-snap-align: start;
	}

	body.mo24-product-page-active .mo24-global-benefits > div:nth-child(3) {
		display: none !important;
	}

	body.mo24-product-page-active .mo24-global-benefits svg {
		width: 19px !important;
		height: 19px !important;
	}

	body.mo24-product-page-active .mo24-global-benefits strong {
		font-size: 9.5px !important;
		line-height: 1.28 !important;
		letter-spacing: .01em !important;
		text-transform: uppercase !important;
	}

	/* Details read like a mobile settings list instead of a large boxed desktop
	   accordion. */
	body.mo24-product-page-active .mo24-product-info {
		margin: 21px 16px 0 !important;
	}

	body.mo24-product-page-active .mo24-accordion {
		border: 0 !important;
		border-top: 1px solid var(--mo24-line) !important;
		border-bottom: 1px solid var(--mo24-line) !important;
		border-radius: 0 !important;
		background: #fff !important;
	}

	body.mo24-product-page-active .mo24-accordion__item + .mo24-accordion__item {
		border-top: 1px solid var(--mo24-line) !important;
	}

	body.mo24-product-page-active .mo24-product-2026 .mo24-accordion__trigger,
	body.mo24-product-page-active .mo24-product-2026 .mo24-accordion__trigger:hover,
	body.mo24-product-page-active .mo24-product-2026 .mo24-accordion__trigger:focus,
	body.mo24-product-page-active .mo24-product-2026 .mo24-accordion__trigger[aria-expanded="true"] {
		min-height: 49px !important;
		padding: 0 2px !important;
		background: #fff !important;
		color: #111 !important;
		font-size: 11px !important;
		font-weight: 700 !important;
		line-height: 1.2 !important;
		letter-spacing: .025em !important;
	}

	body.mo24-product-page-active .mo24-product-2026 .mo24-accordion__trigger i {
		font-size: 20px !important;
		font-weight: 300 !important;
	}

	body.mo24-product-page-active .mo24-accordion__panel {
		padding: 0 2px 16px !important;
		font-size: 12px !important;
		line-height: 1.6 !important;
		color: #555 !important;
	}

	body.mo24-product-page-active .mo24-accordion__panel p {
		margin: 0 0 9px !important;
	}

	body.mo24-product-page-active .mo24-accordion__panel .shop_attributes th,
	body.mo24-product-page-active .mo24-accordion__panel .shop_attributes td {
		padding: 8px 0 !important;
		font-size: 11px !important;
	}

	/* Review summary is much smaller and no longer feels like another hero card. */
	body.mo24-product-page-active .mo24-review-card {
		margin-top: 20px !important;
		padding: 18px 0 2px !important;
		border: 0 !important;
		border-radius: 0 !important;
		border-top: 1px solid var(--mo24-line) !important;
		background: #fff !important;
	}

	body.mo24-product-page-active .mo24-review-card h2 {
		margin: 0 0 12px !important;
		font-size: 20px !important;
		line-height: 1.2 !important;
	}

	body.mo24-product-page-active .mo24-review-card p {
		margin: 0 0 12px !important;
		font-size: 12px !important;
		line-height: 1.5 !important;
	}

	body.mo24-product-page-active .mo24-review-card__score {
		display: grid !important;
		grid-template-columns: auto auto minmax(0, 1fr) !important;
		gap: 5px 7px !important;
		align-items: center !important;
		margin-bottom: 13px !important;
	}

	body.mo24-product-page-active .mo24-review-card__score > strong {
		font-size: 29px !important;
		line-height: 1 !important;
	}

	body.mo24-product-page-active .mo24-review-card__score > span:not(.mo24-stars) {
		font-size: 15px !important;
		color: #666 !important;
	}

	body.mo24-product-page-active .mo24-review-card__score .mo24-stars {
		font-size: 16px !important;
	}

	body.mo24-product-page-active .mo24-review-card__score small {
		grid-column: 1 / -1 !important;
		width: auto !important;
		font-size: 10.5px !important;
	}

	body.mo24-product-page-active .mo24-fit-scale {
		margin: 15px 0 !important;
	}

	body.mo24-product-page-active .mo24-review-card .mo24-secondary-button {
		min-height: 44px !important;
		margin-top: 8px !important;
		font-size: 10px !important;
	}

	/* Recommendation cards: show almost two at once so the carousel clearly
	   communicates that it can be swiped. */
	body.mo24-product-page-active .mo24-product-rail {
		grid-auto-columns: 47% !important;
		gap: 10px !important;
	}

	body.mo24-product-page-active .mo24-product-card__title {
		font-size: 11px !important;
		line-height: 1.35 !important;
	}

	body.mo24-product-page-active .mo24-product-card__price {
		font-size: 11px !important;
	}

	/* Review list itself should not reproduce the oversized desktop spacing. */
	body.mo24-product-page-active .mo24-reviews-section {
		margin-top: 28px !important;
		padding-top: 20px !important;
	}

	body.mo24-product-page-active .mo24-review-item {
		padding: 15px !important;
		border-radius: 8px !important;
	}
}

@media (max-width: 390px) {
	body.mo24-product-page-active .mo24-global-benefits > div {
		flex-basis: 145px !important;
	}

	body.mo24-product-page-active .mo24-product-rail {
		grid-auto-columns: 51% !important;
	}
}


/* ========================================================================== */
/* v1.5.0 — mobile details use the full screen width                          */
/* ========================================================================== */
@media (max-width: 767px) {
	body.mo24-product-page-active .mo24-product-info {
		width: 100% !important;
		max-width: none !important;
		margin: 22px 0 0 !important;
		padding: 0 !important;
	}

	body.mo24-product-page-active .mo24-product-info .mo24-accordion,
	body.mo24-product-page-active .mo24-product-info .mo24-review-card {
		width: 100% !important;
		max-width: none !important;
		box-sizing: border-box !important;
	}

	/* Full-width section, but the text keeps a comfortable 16px reading inset. */
	body.mo24-product-page-active .mo24-product-2026 .mo24-accordion__trigger,
	body.mo24-product-page-active .mo24-product-2026 .mo24-accordion__trigger:hover,
	body.mo24-product-page-active .mo24-product-2026 .mo24-accordion__trigger:focus,
	body.mo24-product-page-active .mo24-product-2026 .mo24-accordion__trigger[aria-expanded="true"] {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}

	body.mo24-product-page-active .mo24-accordion__panel {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}

	body.mo24-product-page-active .mo24-review-card {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}
}

/* Generic auto-generated size tables (v1.7.0). */
.mo24-size-table-wrap {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.mo24-size-table-wrap .mo24-size-table {
	min-width: 100%;
	width: max-content;
	max-width: none;
}
.mo24-size-table-wrap .mo24-size-table th,
.mo24-size-table-wrap .mo24-size-table td {
	min-width: 110px;
	white-space: nowrap;
}
.mo24-size-table-wrap .mo24-size-table th:first-child,
.mo24-size-table-wrap .mo24-size-table td:first-child {
	position: sticky;
	left: 0;
	z-index: 1;
	min-width: 72px;
	background: #fff;
}
.mo24-size-table-wrap .mo24-size-table th:first-child {
	background: #fafafa;
}
@media (max-width: 767px) {
	.mo24-size-table-wrap {
		margin-left: -16px;
		width: calc(100% + 32px);
		padding: 0 16px 4px;
	}
}
