/*
Theme Name: mazyliu-planeta-studio (WPVibe Draft)
Text Domain: mazyliu-planeta-studio
Description: Lightweight WooCommerce-ready custom storefront with an original visual system and reference-matched information hierarchy.
Version: 1.4.18
Requires at least: 6.9
Requires PHP: 8.1
License: GPL-2.0-or-later
WPVibe: yes
*/

:root {
	--color-baby-blue: #cbeaf7;
	--color-baby-blue-light: #eaf7fc;
	--color-blue-accent: #397a9b;
	--color-blue-accent-hover: #2f6886;
	--color-soft-pink: #f6d3de;
	--color-soft-pink-light: #fceef2;
	--color-pink-accent: #a95370;
	--color-pink-accent-dark: #7f3f56;
	--color-white: #ffffff;
	--color-text: #26343b;
	--color-text-muted: #66747b;
	--color-border: #dce7eb;
	--color-background: #ffffff;
	--color-surface: #f8fbfc;
	--color-success: #2f7d4a;
	--color-warning: #8a6200;
	--color-error: #b42318;
	--color-footer-text: #24343c;
	--color-button-primary: #397a9b;
	--color-button-primary-hover: #2f6886;
	--color-button-secondary: #f6d3de;
	--color-button-secondary-text: #7f3f56;

	--mps-font-heading: Georgia, "Times New Roman", serif;
	--mps-font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--mps-text: var(--color-text);
	--mps-muted: var(--color-text-muted);
	--mps-accent: var(--color-soft-pink);
	--mps-accent-dark: var(--color-pink-accent);
	--mps-blush: var(--color-soft-pink-light);
	--mps-cream: var(--color-baby-blue-light);
	--mps-surface: var(--color-background);
	--mps-border: var(--color-border);
	--mps-dark: var(--color-blue-accent);
	--mps-container: 1240px;
	--mps-section: clamp(72px, 8vw, 116px);
	--mps-radius: 2px;
	--mps-shadow: 0 16px 42px rgba(48, 38, 31, 0.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	color: var(--mps-text);
	background: var(--mps-surface);
	font-family: var(--mps-font-body);
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}
body.mps-menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible {
	outline: 3px solid rgba(173, 127, 112, .45);
	outline-offset: 3px;
}
.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px; padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link:focus {
	position: fixed !important; top: 12px; left: 12px; z-index: 99999;
	width: auto; height: auto; clip: auto; margin: 0; padding: 10px 16px;
	background: #fff; color: #111; box-shadow: var(--mps-shadow);
}
.mps-container { width: min(calc(100% - 48px), var(--mps-container)); margin-inline: auto; }
.site-main { min-height: 45vh; }

/* Header */
.mps-announcement {
	min-height: 36px; display: grid; place-items: center;
	background: var(--mps-dark); color: #fff; text-align: center;
	font-size: 12px; letter-spacing: .12em; text-transform: uppercase;
}
.mps-announcement .mps-container { padding: 8px 0; }
.mps-contact-strip { border-bottom: 1px solid var(--mps-border); background: #fff; }
.mps-contact-grid {
	min-height: 42px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; gap: 24px;
	font-size: 12px; color: var(--mps-muted);
}
.mps-contact-grid span:nth-child(2) { text-align: center; }
.mps-contact-grid span:nth-child(3) { text-align: right; }
.mps-contact-grid strong { color: var(--mps-text); font-weight: 600; margin-right: 4px; }
.mps-site-header { position: relative; z-index: 50; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--mps-border); }
.mps-header-row { min-height: 94px; display: grid; grid-template-columns: 230px 1fr auto; gap: 34px; align-items: center; }
.mps-brand > a, .mps-footer-logo { display: inline-flex; align-items: center; gap: 12px; }
.mps-brand strong, .mps-footer-logo strong { display: block; font-family: var(--mps-font-heading); font-size: 23px; line-height: 1.05; font-weight: 500; }
.mps-brand small { display: block; margin-top: 4px; color: var(--mps-muted); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.mps-brand-mark {
	width: 44px; height: 44px; display: inline-grid; place-items: center; flex: 0 0 auto;
	border-radius: 50%; background: var(--mps-blush); color: var(--mps-accent-dark);
	font-family: var(--mps-font-heading); font-size: 25px;
}
.custom-logo { max-height: 64px; width: auto; }
.mps-desktop-nav { display: flex; justify-content: center; align-items: center; gap: 28px; }
.mps-desktop-nav .menu { list-style: none; margin: 0; padding: 0; display: flex; gap: 28px; align-items: center; }
.mps-desktop-nav a, .mps-products-trigger {
	border: 0; background: transparent; color: var(--mps-text); padding: 12px 0;
	font-size: 13px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
}
.mps-desktop-nav a:hover, .mps-products-trigger:hover { color: var(--mps-accent-dark); }
.mps-products-trigger { display: inline-flex; align-items: center; gap: 7px; }
.mps-products-menu { position: relative; }
.mps-products-menu::after {
	content: "";
	position: absolute;
	top: 100%;
	left: -24px;
	right: -24px;
	height: 20px;
	z-index: 1;
}
.mps-mega-menu {
	position: absolute; top: calc(100% + 12px); left: 50%; width: min(1040px, calc(100vw - 64px));
	transform: translate(-34%, 10px); visibility: hidden; opacity: 0; pointer-events: none; z-index: 2;
	background: #fff; border: 1px solid var(--mps-border); box-shadow: var(--mps-shadow); padding: 34px;
	transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.mps-products-menu:hover .mps-mega-menu, .mps-products-menu:focus-within .mps-mega-menu, .mps-mega-menu.is-open {
	visibility: visible; opacity: 1; pointer-events: auto; transform: translate(-34%, 0);
}
.mps-mega-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px 42px; }
.mps-mega-column { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; }
.mps-mega-column a { padding: 2px 0; font-size: 13px; font-weight: 400; letter-spacing: 0; text-transform: none; color: var(--mps-muted); }
.mps-mega-column .mps-mega-title { margin-bottom: 5px; color: var(--mps-text); font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.mps-header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 10px; }
.mps-icon-button { width: 42px; height: 42px; display: inline-grid; place-items: center; border: 1px solid var(--mps-border); background: #fff; color: var(--mps-text); }
.mps-icon-button:hover { border-color: var(--mps-accent); color: var(--mps-accent-dark); }
.mps-menu-toggle { display: none; }
.mps-menu-toggle span:not(.screen-reader-text) { display: block; width: 18px; height: 1px; background: currentColor; margin: 2px 0; }
.mps-cart-link { position: relative; display: flex; align-items: center; gap: 9px; min-width: 118px; }
.mps-cart-icon { font-size: 19px; }
.mps-cart-copy { display: flex; flex-direction: column; line-height: 1.15; }
.mps-cart-total { font-size: 13px; font-weight: 700; }
.mps-cart-copy small { margin-top: 3px; color: var(--mps-muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.mps-cart-count {
	position: absolute; top: -8px; left: 18px; min-width: 19px; height: 19px; padding: 0 4px;
	display: grid; place-items: center; border-radius: 20px; background: var(--mps-accent); color: #fff; font-size: 10px; font-weight: 700;
}
.mps-search-panel { border-top: 1px solid var(--mps-border); background: var(--mps-cream); padding: 18px 0; }
.mps-search-panel form { display: flex; gap: 10px; }
.mps-search-panel input { flex: 1; min-width: 0; height: 48px; border: 1px solid var(--mps-border); padding: 0 16px; background: #fff; }

/* Mobile navigation */
.mps-mobile-overlay { position: fixed; inset: 0; z-index: 199; background: rgba(22,20,18,.46); }
.mps-mobile-drawer {
	position: fixed; inset: 0 auto 0 0; z-index: 200; width: min(390px, 90vw); padding: 0;
	background: #fff; transform: translateX(-101%); transition: transform .25s ease; overflow-y: auto;
}
.mps-mobile-drawer.is-open { transform: translateX(0); }
.mps-drawer-header { min-height: 72px; display: flex; align-items: center; justify-content: space-between; padding: 0 22px; border-bottom: 1px solid var(--mps-border); }
.mps-drawer-body { padding: 22px; }
.mps-drawer-products { width: 100%; display: flex; justify-content: space-between; padding: 14px 0; border: 0; border-bottom: 1px solid var(--mps-border); background: transparent; font-weight: 700; }
.mps-drawer-groups { padding: 8px 0 14px; }
.mps-drawer-groups details { border-bottom: 1px solid var(--mps-border); }
.mps-drawer-groups summary { padding: 12px 0; font-weight: 600; cursor: pointer; }
.mps-drawer-groups a { display: block; padding: 6px 12px; color: var(--mps-muted); font-size: 14px; }
.mps-mobile-menu, .mps-drawer-body .menu { list-style: none; margin: 12px 0 0; padding: 0; }
.mps-mobile-menu a, .mps-drawer-body .menu a { display: block; padding: 13px 0; border-bottom: 1px solid var(--mps-border); font-weight: 600; }

/* Buttons / type */
.mps-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .wp-element-button {
	min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	border: 1px solid var(--mps-dark) !important; border-radius: 0 !important; background: var(--mps-dark) !important; color: #fff !important;
	padding: 12px 24px !important; font-size: 12px !important; font-weight: 700 !important; letter-spacing: .09em; text-transform: uppercase;
	transition: background .18s ease, border-color .18s ease, color .18s ease;
}
.mps-button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { background: var(--mps-accent-dark) !important; border-color: var(--mps-accent-dark) !important; }
.mps-button-light { background: #fff !important; color: var(--mps-text) !important; border-color: #fff !important; }
.mps-eyebrow { margin: 0 0 13px; color: var(--mps-accent-dark); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.mps-text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--mps-text); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; border-bottom: 1px solid currentColor; }
.mps-section { padding: var(--mps-section) 0; }
.mps-section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; margin-bottom: 38px; }
.mps-section-heading h2, .mps-newsletter h2, .mps-collection h2 { margin: 0; font-family: var(--mps-font-heading); font-size: clamp(34px, 4.2vw, 54px); font-weight: 500; line-height: 1.08; }

/* Hero */
.mps-hero {
	position: relative; min-height: clamp(560px, 68vw, 760px); display: grid; align-items: center; overflow: hidden;
	background-image: var(--mps-hero-image); background-size: cover; background-position: center;
}
.mps-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(250,246,239,.95) 0%, rgba(250,246,239,.72) 42%, rgba(250,246,239,.08) 70%); }
.mps-hero-inner { position: relative; z-index: 1; }
.mps-hero-copy { max-width: 620px; padding: 72px 0; }
.mps-hero-copy h1 { margin: 0 0 24px; font-family: var(--mps-font-heading); font-size: clamp(48px, 6.2vw, 82px); font-weight: 500; line-height: .98; letter-spacing: -.035em; }
.mps-hero-copy > p:not(.mps-eyebrow) { max-width: 520px; margin: 0 0 34px; color: #58534d; font-size: 18px; }

/* Benefits */
.mps-benefits { border-bottom: 1px solid var(--mps-border); background: #fff; }
.mps-benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.mps-benefit-grid article { min-height: 148px; display: flex; align-items: center; gap: 20px; padding: 28px 40px; border-right: 1px solid var(--mps-border); }
.mps-benefit-grid article:first-child { padding-left: 0; }
.mps-benefit-grid article:last-child { border-right: 0; padding-right: 0; }
.mps-benefit-icon { width: 58px; height: 58px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--mps-blush); color: var(--mps-accent-dark); font-family: var(--mps-font-heading); font-size: 20px; }
.mps-benefit-grid h2 { margin: 0 0 5px; font-family: var(--mps-font-heading); font-size: 22px; font-weight: 500; }
.mps-benefit-grid p { margin: 0; color: var(--mps-muted); font-size: 13px; }

/* Category cards */
.mps-category-promos { padding-top: 88px; }
.mps-category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.mps-category-card { position: relative; min-height: 470px; overflow: hidden; background-image: var(--mps-card-image); background-size: cover; background-position: center; }
.mps-category-card::before { content: ""; position: absolute; inset: 0; background: inherit; background-size: cover; background-position: center; transition: transform .5s ease; }
.mps-category-card:hover::before { transform: scale(1.035); }
.mps-category-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(20,18,16,.68) 100%); }
.mps-category-copy { position: absolute; z-index: 1; inset: auto 34px 34px; color: #fff; }
.mps-category-copy h2 { margin: 0 0 12px; font-family: var(--mps-font-heading); font-size: clamp(34px, 3vw, 46px); font-weight: 500; }
.mps-category-copy a { display: inline-flex; gap: 16px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.8); padding-bottom: 4px; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

/* Products */
.mps-products-section { background: var(--mps-cream); }
.mps-popular-section { background: #fff; }
.mps-placeholder-products, .woocommerce ul.products, ul.products.mps-home-products {
	list-style: none; margin: 0 !important; padding: 0 !important; display: grid !important; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px;
}
.mps-product-card, .woocommerce ul.products li.product {
	width: auto !important; float: none !important; margin: 0 !important; background: #fff; border: 1px solid var(--mps-border); position: relative;
}
.mps-product-image, .woocommerce ul.products li.product a img { aspect-ratio: 4 / 5; width: 100%; object-fit: cover; margin: 0 !important; background: #f2ede6; }
.mps-product-image img { width: 100%; height: 100%; object-fit: cover; }
.mps-product-meta, .woocommerce ul.products li.product .woocommerce-loop-product__link + .button, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product .price { margin-left: 20px !important; margin-right: 20px !important; }
.mps-product-meta { padding: 22px 0 25px; }
.mps-product-meta h3, .woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 0 !important; margin-top: 17px !important; margin-bottom: 9px !important; font-family: var(--mps-font-heading); font-size: 20px !important; font-weight: 500; line-height: 1.25; }
.mps-stock-badge, .woocommerce span.onsale, .mps-featured-badge {
	min-height: auto !important; min-width: auto !important; line-height: 1 !important; border-radius: 0 !important;
	padding: 7px 10px !important; font-size: 10px !important; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
}
.mps-featured-badge {
	position: absolute; top: 12px; left: 12px; z-index: 6;
	background: var(--color-soft-pink); color: var(--color-pink-accent-dark);
	border: 1px solid rgba(169,83,112,.24);
}
.woocommerce ul.products li.product span.onsale {
	top: 12px !important; right: 12px !important; left: auto !important; margin: 0 !important;
}
.single-product .mps-featured-badge {
	position: static; display: inline-flex; margin: 0 0 14px;
}
.mps-product-meta .price, .woocommerce ul.products li.product .price { color: var(--mps-text) !important; font-size: 15px !important; font-weight: 700 !important; }
.woocommerce ul.products li.product .button { margin-bottom: 20px !important; }
.woocommerce ul.products li.product .star-rating { margin: 0 20px 12px !important; color: var(--mps-accent); }

/* Stats and collection */
.mps-stats { background: var(--mps-dark); color: #fff; }
.mps-stats-grid { min-height: 230px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.mps-stat { text-align: center; padding: 34px 20px; border-right: 1px solid rgba(255,255,255,.14); }
.mps-stat:last-child { border-right: 0; }
.mps-stat strong { display: block; font-family: var(--mps-font-heading); font-size: clamp(42px, 5vw, 64px); font-weight: 500; line-height: 1; }
.mps-stat span { display: block; margin-top: 12px; color: rgba(255,255,255,.7); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.mps-collection { min-height: 560px; display: grid; align-items: center; padding: 70px; background-image: linear-gradient(90deg, rgba(43,37,33,.9), rgba(43,37,33,.54), rgba(43,37,33,.04)), var(--mps-collection-image); background-size: cover; background-position: center; color: #fff; }
.mps-collection-copy { max-width: 570px; }
.mps-collection .mps-eyebrow { color: #f0d8cb; }
.mps-collection p:not(.mps-eyebrow) { max-width: 470px; margin: 20px 0 30px; color: rgba(255,255,255,.82); font-size: 17px; }

/* Newsletter and footer */
.mps-newsletter { padding: 76px 0; background: var(--mps-blush); }
.mps-newsletter-inner { display: grid; grid-template-columns: 1fr 1.2fr; align-items: center; gap: 70px; }
.mps-newsletter-inner > div > p:last-child { max-width: 520px; color: var(--mps-muted); }
.mps-newsletter-form label:first-child { display: block; margin-bottom: 7px; font-size: 12px; font-weight: 700; }
.mps-newsletter-fields { display: flex; }
.mps-newsletter-fields input { min-width: 0; flex: 1; height: 52px; border: 1px solid rgba(121,84,72,.35); padding: 0 16px; background: rgba(255,255,255,.82); }
.mps-consent { display: flex !important; align-items: flex-start; gap: 9px; margin-top: 14px; color: var(--mps-muted); font-size: 12px !important; font-weight: 400 !important; }
.mps-consent input { margin-top: 4px; }
.mps-newsletter-form small { display: block; margin-top: 9px; color: var(--mps-muted); font-size: 11px; }
.mps-site-footer { background: #252321; color: rgba(255,255,255,.78); }
.mps-footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1.15fr 1fr; gap: 60px; padding-top: 78px; padding-bottom: 72px; }
.mps-footer-grid h2 { margin: 0 0 24px; color: #fff; font-family: var(--mps-font-heading); font-size: 21px; font-weight: 500; }
.mps-footer-brand p { max-width: 340px; margin: 20px 0; color: rgba(255,255,255,.64); }
.mps-contact-list, .mps-footer-menu { list-style: none; margin: 0; padding: 0; }
.mps-contact-list li, .mps-footer-menu li { margin-bottom: 10px; }
.mps-footer-menu a:hover, .mps-contact-list a:hover { color: #fff; }
.mps-socials { display: flex; gap: 18px; margin-top: 20px; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.mps-payment-placeholder { display: flex; gap: 8px; margin-top: 22px; }
.mps-payment-placeholder span { min-width: 52px; padding: 8px 9px; border: 1px solid rgba(255,255,255,.24); text-align: center; color: #fff; font-size: 10px; font-weight: 700; }
.mps-footer-bottom { border-top: 1px solid rgba(255,255,255,.12); }
.mps-footer-bottom .mps-container { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 11px; color: rgba(255,255,255,.48); }

/* Content and WooCommerce */
.mps-page-content, .shop-main { padding: 70px 0; }
.mps-prose, .entry-content { max-width: 780px; }
.mps-prose h1, .mps-prose h2, .mps-prose h3, .entry-title, .woocommerce-products-header__title, .product_title {
	font-family: var(--mps-font-heading); font-weight: 500;
}
.shop-main { background: var(--mps-cream); }
.woocommerce .woocommerce-breadcrumb { margin-bottom: 28px; color: var(--mps-muted); font-size: 12px; }
.woocommerce-products-header { margin-bottom: 35px; }
.woocommerce-products-header__title { font-size: clamp(38px, 5vw, 58px); }
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering { margin-bottom: 28px; }
.woocommerce .woocommerce-ordering select { height: 46px; border: 1px solid var(--mps-border); padding: 0 12px; background: #fff; }
.woocommerce div.product { padding: 70px 0; }
.woocommerce div.product div.images img { background: var(--mps-cream); }
.woocommerce div.product .product_title { font-size: clamp(36px, 5vw, 58px); line-height: 1.05; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--mps-accent-dark); font-size: 24px; }
.woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { border-radius: 0; background: var(--mps-cream); }
.woocommerce table.shop_table { border-radius: 0; border-color: var(--mps-border); }
.woocommerce-cart table.cart img { width: 90px; background: var(--mps-cream); }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select, .select2-container--default .select2-selection--single {
	min-height: 48px; border: 1px solid var(--mps-border); border-radius: 0; padding: 10px 13px; background: #fff;
}
.woocommerce-message, .woocommerce-info, .woocommerce-error { border-top-color: var(--mps-accent); background: var(--mps-cream); }
.woocommerce-message::before, .woocommerce-info::before { color: var(--mps-accent-dark); }

/* Responsive */
@media (max-width: 1100px) {
	.mps-header-row { grid-template-columns: 210px 1fr auto; gap: 20px; }
	.mps-desktop-nav { gap: 18px; }
	.mps-desktop-nav .menu { gap: 18px; }
	.mps-benefit-grid article { padding-inline: 24px; }
	.mps-footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
	.mps-footer-service { grid-column: 2 / 4; }
}
@media (max-width: 900px) {
	.mps-container { width: min(calc(100% - 36px), var(--mps-container)); }
	.mps-contact-grid { grid-template-columns: 1fr 1fr; }
	.mps-contact-grid span:nth-child(2) { text-align: right; }
	.mps-contact-grid span:nth-child(3) { display: none; }
	.mps-header-row { min-height: 78px; grid-template-columns: auto 1fr auto; }
	.mps-menu-toggle { display: inline-grid; }
	.mps-desktop-nav { display: none; }
	.mps-brand { justify-self: center; }
	.mps-brand small { display: none; }
	.mps-header-actions .mps-icon-button { display: none; }
	.mps-cart-copy { display: none; }
	.mps-cart-link { min-width: 42px; justify-content: center; }
	.mps-benefit-grid { grid-template-columns: 1fr; }
	.mps-benefit-grid article { min-height: 112px; padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--mps-border); }
	.mps-benefit-grid article:last-child { border-bottom: 0; }
	.mps-category-grid { grid-template-columns: 1fr 1fr; }
	.mps-category-card:last-child { grid-column: 1 / -1; min-height: 400px; }
	.mps-placeholder-products, .woocommerce ul.products, ul.products.mps-home-products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.mps-stats-grid { grid-template-columns: repeat(2, 1fr); }
	.mps-stat:nth-child(2) { border-right: 0; }
	.mps-stat:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }
	.mps-collection { padding: 52px; min-height: 500px; }
	.mps-newsletter-inner { grid-template-columns: 1fr; gap: 28px; }
	.mps-footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
	.mps-footer-service { grid-column: auto; }
}
@media (max-width: 600px) {
	:root { --mps-section: 66px; }
	.mps-container { width: min(calc(100% - 28px), var(--mps-container)); }
	.mps-announcement { font-size: 10px; }
	.mps-contact-strip { display: none; }
	.mps-header-row { min-height: 72px; }
	.mps-brand strong { font-size: 18px; }
	.mps-brand-mark { width: 36px; height: 36px; font-size: 20px; }
	.mps-hero { min-height: 610px; background-position: 62% center; align-items: end; }
	.mps-hero-overlay { background: linear-gradient(180deg, rgba(250,246,239,.08) 14%, rgba(250,246,239,.9) 62%, rgba(250,246,239,.98) 100%); }
	.mps-hero-copy { max-width: none; padding: 70px 0 54px; }
	.mps-hero-copy h1 { font-size: clamp(44px, 13vw, 62px); }
	.mps-hero-copy > p:not(.mps-eyebrow) { font-size: 16px; }
	.mps-category-promos { padding-top: 60px; }
	.mps-category-grid { grid-template-columns: 1fr; }
	.mps-category-card, .mps-category-card:last-child { grid-column: auto; min-height: 400px; }
	.mps-section-heading { align-items: flex-start; flex-direction: column; }
	.mps-placeholder-products, .woocommerce ul.products, ul.products.mps-home-products { grid-template-columns: 1fr 1fr; gap: 12px; }
	.mps-product-meta { padding: 16px 0 20px; }
	.mps-product-meta, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product .price { margin-left: 12px !important; margin-right: 12px !important; }
	.mps-product-meta h3, .woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 16px !important; }
	.mps-product-meta .mps-text-link, .woocommerce ul.products li.product .button { font-size: 9px !important; }
	.mps-stats-grid { min-height: auto; }
	.mps-stat { padding: 32px 10px; }
	.mps-stat strong { font-size: 40px; }
	.mps-collection { min-height: 540px; padding: 32px 24px; align-items: end; background-image: linear-gradient(180deg, rgba(43,37,33,.05), rgba(43,37,33,.9)), var(--mps-collection-image); }
	.mps-newsletter-fields { flex-direction: column; gap: 10px; }
	.mps-footer-grid { grid-template-columns: 1fr; padding-top: 58px; }
	.mps-footer-bottom .mps-container { align-items: flex-start; justify-content: center; flex-direction: column; padding-block: 18px; }
}
@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Baby-blue and soft-pink palette application */
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible {
	outline-color: rgba(57, 122, 155, .5);
}
.mps-announcement { background: var(--color-baby-blue); color: var(--color-text); }
.mps-contact-strip { background: var(--color-baby-blue-light); }
.mps-site-header { background: rgba(255,255,255,.98); }
.mps-brand-mark { background: var(--color-soft-pink); color: var(--color-pink-accent-dark); }
.mps-desktop-nav a, .mps-products-trigger { position: relative; }
.mps-desktop-nav a::after, .mps-products-trigger::after {
	content: ""; position: absolute; left: 0; right: 0; bottom: 5px; height: 2px;
	background: var(--color-pink-accent); transform: scaleX(0); transform-origin: left; transition: transform .18s ease;
}
.mps-desktop-nav a:hover, .mps-products-trigger:hover { color: var(--color-blue-accent); }
.mps-desktop-nav a:hover::after, .mps-products-trigger:hover::after, .mps-desktop-nav .current-menu-item > a::after { transform: scaleX(1); }
.mps-desktop-nav .current-menu-item > a { color: var(--color-blue-accent); }
.mps-mega-column a { border-radius: 3px; padding: 5px 8px; margin-left: -8px; }
.mps-mega-column:nth-child(odd) a:hover { background: var(--color-soft-pink-light); color: var(--color-pink-accent-dark); }
.mps-mega-column:nth-child(even) a:hover { background: var(--color-baby-blue-light); color: var(--color-blue-accent); }
.mps-mega-column .mps-mega-title { color: var(--color-blue-accent); }
.mps-icon-button:hover { border-color: var(--color-blue-accent); color: var(--color-blue-accent); background: var(--color-baby-blue-light); }
.mps-cart-count { background: var(--color-soft-pink); color: var(--color-pink-accent-dark); border: 1px solid rgba(169,83,112,.25); }
.mps-search-panel { background: var(--color-baby-blue-light); }
.mps-drawer-products[aria-expanded="true"], .mps-drawer-groups details[open] > summary, .mps-mobile-menu .current-menu-item > a, .mps-drawer-body .menu .current-menu-item > a {
	background: var(--color-baby-blue-light); color: var(--color-blue-accent); padding-inline: 10px;
}
.mps-drawer-groups a:hover { background: var(--color-soft-pink-light); color: var(--color-pink-accent-dark); }

.mps-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .wp-element-button {
	border-color: var(--color-button-primary) !important; background: var(--color-button-primary) !important; color: var(--color-white) !important;
}
.mps-button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .wp-element-button:hover {
	background: var(--color-button-primary-hover) !important; border-color: var(--color-button-primary-hover) !important;
}
.mps-button:focus-visible, .woocommerce a.button:focus-visible, .woocommerce button.button:focus-visible, .woocommerce input.button:focus-visible {
	outline: 4px solid rgba(203,234,247,.95); outline-offset: 3px;
}
.mps-button-light, .mps-button-secondary {
	background: var(--color-button-secondary) !important; border-color: var(--color-button-secondary) !important; color: var(--color-button-secondary-text) !important;
}
.mps-button-light:hover, .mps-button-secondary:hover { background: #efbdcd !important; border-color: #efbdcd !important; }
.mps-button-outline { background: transparent !important; border-color: var(--color-blue-accent) !important; color: var(--color-blue-accent) !important; }
.mps-button-outline:hover { background: var(--color-baby-blue-light) !important; }
button:disabled, .button.disabled, .button:disabled { opacity: .55; cursor: not-allowed; }
.mps-eyebrow { color: var(--color-pink-accent); }
.mps-text-link { color: var(--color-blue-accent); }
.mps-text-link:hover { color: var(--color-pink-accent); }

.mps-hero-overlay { background: linear-gradient(90deg, rgba(234,247,252,.95) 0%, rgba(252,238,242,.68) 43%, rgba(255,255,255,.06) 72%); }
.mps-hero-copy h1 { color: var(--color-text); }
.mps-hero-copy > p:not(.mps-eyebrow) { color: var(--color-text-muted); }

.mps-benefits { background: var(--color-white); }
.mps-benefit-grid article:nth-child(1) { background: var(--color-baby-blue-light); }
.mps-benefit-grid article:nth-child(2) { background: var(--color-white); }
.mps-benefit-grid article:nth-child(3) { background: var(--color-soft-pink-light); }
.mps-benefit-grid article:nth-child(1) .mps-benefit-icon { background: var(--color-baby-blue); color: var(--color-blue-accent); }
.mps-benefit-grid article:nth-child(2) .mps-benefit-icon { background: var(--color-white); color: var(--color-blue-accent); border: 1px solid var(--color-border); }
.mps-benefit-grid article:nth-child(3) .mps-benefit-icon { background: var(--color-soft-pink); color: var(--color-pink-accent); }

.mps-category-card:nth-child(1) .mps-category-shade { background: linear-gradient(180deg, rgba(203,234,247,.05) 22%, rgba(57,122,155,.76) 100%); }
.mps-category-card:nth-child(2) .mps-category-shade { background: linear-gradient(180deg, rgba(246,211,222,.04) 22%, rgba(127,63,86,.76) 100%); }
.mps-category-card:nth-child(3) .mps-category-shade { background: linear-gradient(180deg, rgba(234,247,252,.04) 20%, rgba(57,122,155,.48) 68%, rgba(169,83,112,.72) 100%); }
.mps-category-copy a { border: 1px solid rgba(255,255,255,.82); background: rgba(255,255,255,.92); color: var(--color-text); padding: 8px 12px; }
.mps-category-copy a:hover { background: var(--color-soft-pink); color: var(--color-pink-accent-dark); }

.mps-products-section, .shop-main { background: var(--color-baby-blue-light); }
.mps-popular-section { background: var(--color-white); }
.mps-product-card, .woocommerce ul.products li.product { background: var(--color-white); border-color: var(--color-border); transition: border-color .18s ease, box-shadow .18s ease, background .18s ease; }
.mps-product-card:hover, .woocommerce ul.products li.product:hover { border-color: var(--color-baby-blue); box-shadow: 0 12px 30px rgba(57,122,155,.10); background: rgba(234,247,252,.28); }
.mps-product-image, .woocommerce ul.products li.product a img { background: var(--color-surface); }
.mps-stock-badge { background: var(--color-baby-blue) !important; color: var(--color-blue-accent) !important; }
.woocommerce span.onsale { background: var(--color-soft-pink) !important; color: var(--color-pink-accent-dark) !important; }
.woocommerce ul.products li.product.outofstock::after {
	content: "Išparduota"; position: absolute; top: 12px; right: 12px; z-index: 2; padding: 7px 10px;
	background: #e6eaec; color: #4b5960; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
}
.mps-product-meta .price, .woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--color-blue-accent) !important; }
.woocommerce .price ins { color: var(--color-pink-accent) !important; }
.woocommerce .price del { color: var(--color-text-muted) !important; }
.woocommerce ul.products li.product .star-rating { color: var(--color-pink-accent); }

.mps-stats { background: var(--color-baby-blue-light); color: var(--color-text); border-block: 1px solid var(--color-baby-blue); }
.mps-stat { border-right-color: var(--color-soft-pink); }
.mps-stat strong { color: var(--color-blue-accent); }
.mps-stat span { color: var(--color-text); }
.mps-stat::after { content: ""; display: block; width: 30px; height: 3px; margin: 18px auto 0; background: var(--color-soft-pink); }

.mps-collection { background-image: linear-gradient(90deg, rgba(36,52,60,.91), rgba(57,122,155,.68), rgba(246,211,222,.12)), var(--mps-collection-image); }
.mps-collection .mps-eyebrow { color: var(--color-soft-pink); }

.mps-newsletter { background: var(--color-soft-pink); }
.mps-newsletter-fields input { border-color: var(--color-blue-accent); background: var(--color-white); }
.mps-newsletter-fields input:focus { border-color: var(--color-pink-accent); box-shadow: 0 0 0 4px rgba(246,211,222,.72); outline: none; }

.mps-site-footer { background: var(--color-footer-text); color: rgba(255,255,255,.84); }
.mps-footer-grid h2 { color: var(--color-baby-blue); }
.mps-footer-brand p { color: rgba(255,255,255,.72); }
.mps-footer-menu a:hover, .mps-contact-list a:hover, .mps-socials a:hover { color: var(--color-soft-pink); }
.mps-payment-placeholder span { border-color: rgba(203,234,247,.36); color: var(--color-baby-blue); }
.mps-footer-bottom { border-top-color: rgba(203,234,247,.2); background: rgba(255,255,255,.035); }
.mps-footer-bottom .mps-container { color: rgba(255,255,255,.66); }

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select, .select2-container--default .select2-selection--single {
	border-color: var(--color-border); background: var(--color-white);
}
.woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea:focus, .woocommerce form .form-row select:focus, .select2-container--focus .select2-selection--single {
	border-color: var(--color-blue-accent); box-shadow: 0 0 0 4px rgba(203,234,247,.65); outline: none;
}
.woocommerce-checkout #payment { background: var(--color-surface); }
.woocommerce-checkout #payment ul.payment_methods { border-bottom-color: var(--color-border); }
.woocommerce-checkout #payment ul.payment_methods li { border-radius: 3px; padding: 10px; }
.woocommerce-checkout #payment ul.payment_methods li:has(input:checked) { background: var(--color-soft-pink-light); box-shadow: inset 3px 0 0 var(--color-pink-accent); }
.woocommerce-checkout .woocommerce-info, .woocommerce-account .woocommerce-MyAccount-navigation .is-active a { background: var(--color-baby-blue-light); color: var(--color-blue-accent); }
.woocommerce-account .woocommerce-MyAccount-navigation ul { list-style: none; margin: 0; padding: 0; }
.woocommerce-account .woocommerce-MyAccount-navigation a { display: block; padding: 11px 14px; border-bottom: 1px solid var(--color-border); }
.woocommerce-account .woocommerce-MyAccount-navigation a:hover { background: var(--color-soft-pink-light); color: var(--color-pink-accent-dark); }
.woocommerce-message { border-top-color: var(--color-success); background: #edf8f0; }
.woocommerce-message::before { color: var(--color-success); }
.woocommerce-info { border-top-color: var(--color-blue-accent); background: var(--color-baby-blue-light); }
.woocommerce-info::before { color: var(--color-blue-accent); }
.woocommerce-error { border-top-color: var(--color-error); background: #fff0ee; }
.woocommerce-error::before { color: var(--color-error); }
.woocommerce a.remove { color: var(--color-error) !important; }
.woocommerce a.remove:hover { background: var(--color-error) !important; color: var(--color-white) !important; }
.woocommerce table.shop_table, .woocommerce div.product .woocommerce-tabs ul.tabs li { border-color: var(--color-border); }
.woocommerce div.product .woocommerce-tabs ul.tabs li { background: var(--color-baby-blue-light); }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { background: var(--color-soft-pink-light); color: var(--color-pink-accent-dark); }

@media (max-width: 900px) {
	.mps-stat:nth-child(-n+2) { border-bottom-color: var(--color-soft-pink); }
}
@media (max-width: 600px) {
	.mps-hero-overlay { background: linear-gradient(180deg, rgba(234,247,252,.04) 14%, rgba(252,238,242,.82) 60%, rgba(234,247,252,.97) 100%); }
	.mps-benefit-grid article:first-child, .mps-benefit-grid article:last-child { padding-inline: 14px; }
	.mps-collection { background-image: linear-gradient(180deg, rgba(57,122,155,.04), rgba(36,52,60,.92)), var(--mps-collection-image); }
}

/* Contrast refinements for small text on pastel surfaces. */
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
.mps-stock-badge,
.mps-text-link {
	color: var(--color-blue-accent-hover) !important;
}

/* Global turquoise header and editable WooCommerce mega menu. */
:root {
	--mps-mm-bg: #49bdd0;
	--mps-mm-accent: #ff4f72;
	--mps-mm-hover: #ff4f72;
	--mps-mm-font: Roboto, Arial, sans-serif;
	--mps-mm-nav-size: 15px;
	--mps-mm-link-size: 15px;
	--mps-mm-max-width: 1240px;
	--mps-mm-gap: 56px;
	--mps-mm-pad-x: 16px;
	--mps-mm-pad-y: 30px;
}

.mps-announcement,
.mps-contact-strip,
.mps-site-header {
	background: var(--mps-mm-bg) !important;
	color: #fff !important;
	font-family: var(--mps-mm-font);
}

.mps-announcement {
	min-height: 34px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .06em;
}

.mps-contact-strip {
	border: 0 !important;
	background: var(--mps-mm-bg) !important;
}

.mps-contact-grid,
.mps-contact-grid strong,
.mps-contact-grid a {
	color: #fff !important;
}

.mps-contact-grid {
	border-top: 1px solid rgba(255,255,255,.18);
	font-size: 12px;
}

.mps-site-header {
	position: relative;
	z-index: 80;
	border: 0 !important;
	box-shadow: none !important;
}

.mps-header-row {
	min-height: 76px;
	display: flex !important;
	align-items: center;
	gap: 30px;
}

.mps-brand {
	margin-right: auto;
	flex: 0 0 auto;
}

.mps-brand > a,
.mps-brand .custom-logo-link {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: #fff;
}

.mps-brand strong {
	color: #fff;
	font-family: var(--mps-mm-font);
	font-size: 22px;
	font-weight: 700;
}

.mps-brand small {
	color: rgba(255,255,255,.82);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: .12em;
}

.mps-brand-mark {
	background: #fff !important;
	color: var(--mps-mm-bg) !important;
	font-family: var(--mps-mm-font);
	font-weight: 700;
}

.mps-brand .custom-logo {
	max-height: 52px;
	width: auto;
}

.mps-desktop-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	margin-inline: auto;
}

.mps-desktop-nav .menu {
	display: flex;
	align-items: center;
	gap: 30px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mps-desktop-nav .menu ul {
	display: none;
}

.mps-desktop-nav a,
.mps-products-trigger {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 44px;
	padding: 10px 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: #fff !important;
	font-family: var(--mps-mm-font);
	font-size: var(--mps-mm-nav-size) !important;
	font-weight: 700 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	text-decoration: none !important;
}

.mps-desktop-nav a::after,
.mps-products-trigger::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 4px;
	height: 3px;
	background: var(--mps-mm-accent);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .18s ease;
}

.mps-products-trigger.is-active,
.mps-products-trigger[aria-expanded="true"] {
	color: var(--mps-mm-accent) !important;
}

.mps-products-trigger.is-active::after,
.mps-products-trigger[aria-expanded="true"]::after,
.mps-desktop-nav a:hover::after,
.mps-desktop-nav a:focus-visible::after,
.mps-desktop-nav .current-menu-item > a::after,
.mps-desktop-nav .current-menu-ancestor > a::after {
	transform: scaleX(1);
}

.mps-desktop-nav a:hover,
.mps-desktop-nav a:focus-visible {
	color: var(--mps-mm-hover) !important;
}

.mps-products-trigger svg {
	transition: transform .18s ease;
}

.mps-products-trigger[aria-expanded="true"] svg {
	transform: rotate(180deg);
}

.mps-products-menu {
	position: static !important;
}

.mps-products-menu::after {
	display: none !important;
}

.mps-mega-menu {
	position: absolute !important;
	top: 100% !important;
	left: 50% !important;
	right: auto !important;
	z-index: 90;
	width: min(var(--mps-mm-max-width), calc(100vw - 32px)) !important;
	margin: 0 !important;
	padding: 0 !important;
	background: var(--mps-mm-bg) !important;
	border: 0 !important;
	box-shadow: none !important;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, 0);
	transform-origin: top center;
}

.mps-mega-menu.is-full-width {
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
	transform: none !important;
}

.mps-mega-menu--left:not(.is-full-width) {
	left: 16px !important;
	transform: none !important;
}

.mps-mega-menu--right:not(.is-full-width) {
	left: auto !important;
	right: 16px !important;
	transform: none !important;
}

.mps-mega-menu--slide {
	transform: translate(-50%, -10px);
	transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}

.mps-mega-menu--slide.is-full-width {
	transform: translateY(-10px) !important;
}

.mps-mega-menu--fade {
	transition: opacity .18s ease, visibility .18s ease;
}

.mps-mega-menu--none {
	transition: none;
}

.mps-mega-menu.is-open {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, 0);
}

.mps-mega-menu--slide.is-full-width.is-open {
	transform: translateY(0) !important;
}

.mps-mega-menu.is-full-width.is-open,
.mps-mega-menu--left.is-open,
.mps-mega-menu--right.is-open {
	transform: none;
}

.mps-mega-inner {
	width: min(calc(100% - 32px), var(--mps-mm-max-width));
	margin-inline: auto;
	padding: var(--mps-mm-pad-y) var(--mps-mm-pad-x);
}

.mps-mega-grid {
	display: grid;
	grid-template-columns: repeat(var(--mps-mm-columns, 3), minmax(0, 1fr));
	gap: var(--mps-mm-gap);
}

.mps-mega-column {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 28px;
}

.mps-mega-column-heading {
	color: rgba(255,255,255,.78);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.mps-mega-group {
	margin: 0;
	padding: 0;
}

.mps-mega-title,
.mps-mega-group > summary {
	display: flex !important;
	align-items: center;
	gap: 10px;
	margin: 0 0 10px !important;
	padding: 0 !important;
	color: #fff !important;
	font-family: var(--mps-mm-font);
	font-size: 16px !important;
	font-weight: 700 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	text-decoration: none !important;
}

.mps-mega-group > summary {
	cursor: pointer;
	list-style: none;
}

.mps-mega-group > summary::-webkit-details-marker {
	display: none;
}

.mps-mega-group > summary::after {
	content: "+";
	margin-left: auto;
	font-size: 18px;
	font-weight: 400;
}

.mps-mega-group[open] > summary::after {
	content: "−";
}

.mps-mega-icon {
	width: 28px;
	height: 28px;
	object-fit: cover;
	border-radius: 50%;
	background: #fff;
}

.mps-mega-links {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.mps-mega-links a,
.mps-mega-parent-link {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 5px 0 !important;
	margin: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: #fff !important;
	font-family: var(--mps-mm-font);
	font-size: var(--mps-mm-link-size) !important;
	font-weight: 400 !important;
	line-height: 1.45;
	letter-spacing: 0 !important;
	text-transform: none !important;
	text-decoration: none !important;
}

.mps-mega-links a:hover,
.mps-mega-links a:focus-visible,
.mps-mega-links a.is-highlighted {
	color: var(--mps-mm-hover) !important;
}

.mps-mega-count {
	opacity: .78;
	font-size: .86em;
}

.mps-header-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	margin-left: auto;
}

.mps-icon-button {
	width: 44px;
	height: 44px;
	border: 0 !important;
	background: transparent !important;
	color: #fff !important;
}

.mps-icon-button:hover,
.mps-icon-button:focus-visible {
	background: rgba(255,255,255,.12) !important;
	color: #fff !important;
}

.mps-menu-toggle span:not(.screen-reader-text) {
	background: #fff;
}

.mps-cart-link {
	min-height: 44px;
	color: #fff;
}

.mps-cart-copy small,
.mps-cart-total,
.mps-cart-icon {
	color: #fff !important;
}

.mps-cart-count {
	background: var(--mps-mm-accent) !important;
	color: #5a1830 !important;
	border: 0 !important;
}

.mps-search-panel {
	background: var(--mps-mm-bg) !important;
	border: 0 !important;
	padding: 16px 0;
}

.mps-search-panel form {
	width: min(100%, 760px);
	margin-inline: auto;
}

.mps-search-panel input {
	border: 0;
	background: #fff;
}

.mps-mobile-overlay {
	background: rgba(0, 48, 58, .42);
}

.mps-mobile-drawer {
	background: var(--mps-mm-bg) !important;
	color: #fff;
	font-family: var(--mps-mm-font);
}

.mps-drawer-header {
	border-bottom: 1px solid rgba(255,255,255,.2);
}

.mps-drawer-body {
	padding: 20px;
}

.mps-drawer-products {
	min-height: 52px;
	padding: 12px 0;
	border: 0 !important;
	border-bottom: 1px solid rgba(255,255,255,.2) !important;
	background: transparent !important;
	color: var(--mps-mm-accent) !important;
	font-size: 16px;
	font-weight: 700;
}

.mps-drawer-products svg {
	transition: transform .18s ease;
}

.mps-drawer-products[aria-expanded="true"] svg {
	transform: rotate(180deg);
}

.mps-drawer-groups {
	padding: 8px 0 18px;
}

.mps-mobile-column-heading {
	margin: 16px 0 6px;
	color: rgba(255,255,255,.72);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.mps-mobile-mega-group {
	border-bottom: 1px solid rgba(255,255,255,.18);
}

.mps-mobile-mega-group summary {
	min-height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	list-style: none;
}

.mps-mobile-mega-group summary::-webkit-details-marker {
	display: none;
}

.mps-mobile-mega-group summary::after {
	content: "+";
	font-size: 20px;
	font-weight: 400;
}

.mps-mobile-mega-group[open] summary::after {
	content: "−";
}

.mps-mobile-mega-group a,
.mps-mobile-menu a,
.mps-drawer-body .menu a {
	display: flex;
	align-items: center;
	min-height: 46px;
	padding: 8px 12px !important;
	border: 0 !important;
	background: transparent !important;
	color: #fff !important;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
}

.mps-mobile-mega-group a:hover,
.mps-mobile-mega-group a:focus-visible,
.mps-mobile-mega-group a.is-highlighted,
.mps-mobile-menu a:hover,
.mps-mobile-menu a:focus-visible,
.mps-mobile-menu .current-menu-item > a {
	color: var(--mps-mm-hover) !important;
	background: rgba(255,255,255,.08) !important;
}

.mps-mobile-parent-link {
	font-weight: 700 !important;
}

.mps-mobile-menu,
.mps-drawer-body .menu {
	margin-top: 14px;
}

@media (max-width: 1100px) {
	.mps-header-row {
		gap: 18px;
	}

	.mps-desktop-nav,
	.mps-desktop-nav .menu {
		gap: 20px;
	}

	.mps-cart-copy {
		display: none;
	}

	.mps-cart-link {
		min-width: 44px;
		justify-content: center;
	}
}

@media (max-width: 900px) {
	.mps-header-row {
		min-height: 70px;
	}

	.mps-brand {
		margin-inline: auto;
	}

	.mps-header-actions {
		margin-left: 0;
	}

	.mps-mega-menu {
		display: none !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.mps-mega-menu,
	.mps-products-trigger svg,
	.mps-drawer-products svg {
		transition: none !important;
	}
}

/* 2026 production polish: Mažylių Planeta */
:root {
	--mps-font-heading: "Nunito Sans", sans-serif;
	--mps-font-body: "Nunito Sans", sans-serif;
	--mps-mm-bg: #ffffff;
	--mps-mm-accent: #a95370;
	--mps-mm-hover: #a95370;
	--mps-mm-font: "Nunito Sans", sans-serif;
}

html,
body,
button,
input,
select,
textarea {
	font-family: "Nunito Sans", sans-serif !important;
}

h1, h2, h3, h4, h5, h6,
.mps-section-heading h2,
.mps-newsletter h2,
.mps-collection h2,
.woocommerce-products-header__title,
.woocommerce div.product .product_title {
	font-family: "Nunito Sans", sans-serif !important;
	font-weight: 800 !important;
	letter-spacing: -.025em;
}

body .mps-announcement {
	background: #cbeaf7 !important;
	color: #26343b !important;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .1em;
}

body .mps-contact-strip {
	background: #eef8fc !important;
	color: #66747b !important;
	border-bottom: 1px solid #dce7eb !important;
}

body .mps-contact-grid,
body .mps-contact-grid strong,
body .mps-contact-grid a {
	color: #52636b !important;
}

body .mps-site-header {
	background: #fff !important;
	color: #26343b !important;
	border-bottom: 1px solid #dce7eb !important;
	box-shadow: none !important;
}

body .mps-header-row {
	min-height: 90px;
	display: grid !important;
	grid-template-columns: minmax(220px, 1fr) auto minmax(180px, 1fr);
	align-items: center;
	gap: 32px;
}

body .mps-brand {
	margin: 0 !important;
	justify-self: start;
}

body .mps-brand .custom-logo-link {
	display: inline-flex;
	align-items: center;
}

body .mps-brand .custom-logo {
	width: auto;
	max-width: 230px;
	max-height: 60px;
}

body .mps-desktop-nav,
body .mps-desktop-nav .menu {
	gap: 30px;
}

body .mps-desktop-nav {
	margin: 0;
	justify-self: center;
}

body .mps-desktop-nav a,
body .mps-products-trigger {
	color: #26343b !important;
	font-family: "Nunito Sans", sans-serif !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	text-transform: uppercase !important;
	letter-spacing: .04em !important;
}

body .mps-products-trigger,
body .mps-products-trigger:hover,
body .mps-products-trigger[aria-expanded="true"] {
	color: #397a9b !important;
}

body .mps-products-trigger::after,
body .mps-desktop-nav a::after {
	background: #f6d3de !important;
	height: 3px;
}

body .mps-products-trigger:hover::after,
body .mps-products-trigger[aria-expanded="true"]::after,
body .mps-desktop-nav a:hover::after,
body .mps-desktop-nav .current-menu-item > a::after {
	transform: scaleX(1);
}

body .mps-desktop-nav a:hover,
body .mps-desktop-nav .current-menu-item > a {
	color: #a95370 !important;
}

body .mps-header-actions {
	margin: 0;
	justify-self: end;
}

body .mps-icon-button {
	border: 1px solid #dce7eb !important;
	background: #fff !important;
	color: #397a9b !important;
}

body .mps-icon-button:hover,
body .mps-icon-button:focus-visible {
	background: #eaf7fc !important;
	color: #2f6886 !important;
}

body .mps-menu-toggle span:not(.screen-reader-text) {
	background: #397a9b !important;
}

body .mps-cart-link,
body .mps-cart-icon,
body .mps-cart-total {
	color: #26343b !important;
}

body .mps-cart-copy small {
	color: #66747b !important;
}

body .mps-cart-count {
	background: #f6d3de !important;
	color: #7f3f56 !important;
}

body .mps-mega-menu {
	position: absolute !important;
	top: 100% !important;
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
	background: #fff !important;
	border: 0 !important;
	border-top: 1px solid #dce7eb !important;
	box-shadow: 0 20px 45px rgba(38,52,59,.12) !important;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transform: translateY(-8px) !important;
	transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}

body .mps-mega-menu.is-open {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0) !important;
}

body .mps-mega-inner {
	width: min(calc(100% - 48px), 1240px);
	padding: 32px 0 36px;
}

body .mps-mega-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 44px 64px;
}

body .mps-mega-column {
	display: flex;
	flex-direction: column;
	gap: 26px;
}

body .mps-mega-title {
	display: inline-flex !important;
	margin: 0 0 8px !important;
	padding: 0 !important;
	color: #397a9b !important;
	font-family: "Nunito Sans", sans-serif !important;
	font-size: 15px !important;
	font-weight: 800 !important;
	text-transform: uppercase !important;
	letter-spacing: .04em !important;
}

body .mps-mega-links a {
	min-height: 34px;
	padding: 5px 0 !important;
	color: #52636b !important;
	font-family: "Nunito Sans", sans-serif !important;
	font-size: 15px !important;
	font-weight: 600 !important;
}

body .mps-mega-links a:hover,
body .mps-mega-links a:focus-visible {
	color: #a95370 !important;
}

body .mps-search-panel {
	background: #eaf7fc !important;
	border-top: 1px solid #dce7eb !important;
}

body .mps-mobile-drawer {
	background: #fff !important;
	color: #26343b !important;
}

body .mps-drawer-header {
	border-bottom: 1px solid #dce7eb !important;
}

body .mps-drawer-products {
	color: #397a9b !important;
	border-bottom: 1px solid #dce7eb !important;
}

body .mps-mobile-mega-group {
	border-bottom: 1px solid #dce7eb !important;
}

body .mps-mobile-mega-group summary {
	color: #26343b !important;
}

body .mps-mobile-mega-group a,
body .mps-mobile-menu a,
body .mps-drawer-body .menu a {
	color: #52636b !important;
}

body .mps-mobile-mega-group a:hover,
body .mps-mobile-mega-group a:focus-visible,
body .mps-mobile-menu a:hover,
body .mps-mobile-menu a:focus-visible,
body .mps-mobile-menu .current-menu-item > a {
	color: #a95370 !important;
	background: #fceef2 !important;
}

.mps-hero {
	background-position: 67% center;
}

.mps-hero-copy h1 {
	font-size: clamp(46px, 5.5vw, 76px);
	max-width: 680px;
}

.mps-benefit-icon svg {
	width: 27px;
	height: 27px;
}

.mps-category-grid--eight {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.mps-category-grid--eight .mps-category-card,
.mps-category-grid--eight .mps-category-card:last-child {
	grid-column: auto;
	min-height: 320px;
	background-position: center;
}

.mps-category-grid--eight .mps-category-card::before {
	background-position: center;
}

.mps-category-grid--eight .mps-category-shade {
	background: linear-gradient(180deg, rgba(38,52,59,.02) 36%, rgba(38,52,59,.74) 100%) !important;
}

.mps-category-grid--eight .mps-category-copy {
	inset: auto 24px 24px;
}

.mps-category-grid--eight .mps-category-copy h3 {
	margin: 0 0 10px;
	color: #fff;
	font-size: 26px;
	font-weight: 800;
}

.mps-category-grid--eight .mps-category-copy a {
	background: #fff;
	color: #397a9b;
	border: 0;
	padding: 8px 12px;
	font-size: 11px;
	font-weight: 800;
}

.mps-trust-strip {
	background: #eaf7fc;
	border-block: 1px solid #cbeaf7;
}

.mps-trust-grid {
	min-height: 190px;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	align-items: stretch;
}

.mps-trust-grid > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 34px 26px;
	border-right: 1px solid #f6d3de;
}

.mps-trust-grid > div:last-child {
	border-right: 0;
}

.mps-trust-grid strong {
	color: #397a9b;
	font-size: 20px;
	font-weight: 800;
}

.mps-trust-grid span {
	margin-top: 7px;
	color: #52636b;
	font-size: 13px;
}

.woocommerce ul.products li.product,
.mps-product-card {
	border: 1px solid #dce7eb !important;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 10px 28px rgba(57,122,155,.07);
}

.woocommerce ul.products li.product:hover,
.mps-product-card:hover {
	border-color: #cbeaf7 !important;
	box-shadow: 0 16px 36px rgba(57,122,155,.14);
}

.woocommerce ul.products li.product a img,
.mps-product-image {
	aspect-ratio: 1 / 1;
	object-fit: contain !important;
	background: #fff !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	min-height: 52px;
	font-family: "Nunito Sans", sans-serif !important;
	font-weight: 800 !important;
}

.woocommerce ul.products li.product .price {
	color: #397a9b !important;
	font-size: 17px !important;
}

.woocommerce .price del {
	color: #7b878d !important;
	opacity: 1;
}

.woocommerce .price ins {
	color: #a95370 !important;
	font-weight: 800;
	text-decoration: none;
}

.woocommerce span.onsale,
.mps-featured-badge {
	top: 14px !important;
	z-index: 8;
	border-radius: 999px !important;
	padding: 8px 12px !important;
	box-shadow: 0 5px 14px rgba(169,83,112,.18);
}

.woocommerce span.onsale {
	right: 14px !important;
	left: auto !important;
	background: #f6d3de !important;
	color: #7f3f56 !important;
}

.mps-featured-badge {
	left: 14px !important;
	background: #cbeaf7 !important;
	color: #2f6886 !important;
}

.woocommerce ul.products li.product .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.mps-inquiry-button {
	border-radius: 999px !important;
	background: #397a9b !important;
	border-color: #397a9b !important;
	color: #fff !important;
	font-family: "Nunito Sans", sans-serif !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.woocommerce ul.products li.product .button {
	margin: 6px 20px 22px !important;
	width: calc(100% - 40px);
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.mps-inquiry-button:hover {
	background: #2f6886 !important;
	border-color: #2f6886 !important;
}

.single-product .mps-inquiry-button {
	display: inline-flex;
	margin-top: 14px;
}

.woocommerce div.product div.images img {
	width: 100%;
	max-height: 720px;
	object-fit: contain;
	background: #fff;
}

.mps-contact-actions {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.mps-site-footer {
	background: #24343c;
}

.mps-footer-logo .custom-logo-link {
	display: inline-flex;
	padding: 12px 16px;
	background: #fff;
	border-radius: 14px;
}

.mps-footer-logo .custom-logo {
	max-width: 210px;
	max-height: 52px;
}

.mps-footer-contact-link {
	color: #cbeaf7;
	font-weight: 800;
}

.mps-empty-products {
	padding: 28px;
	background: #fff;
	border: 1px solid #dce7eb;
	border-radius: 14px;
}

@media (max-width: 1100px) {
	body .mps-header-row {
		grid-template-columns: minmax(190px, 1fr) auto minmax(120px, 1fr);
		gap: 18px;
	}

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

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

	.mps-trust-grid > div:nth-child(2) {
		border-right: 0;
	}

	.mps-trust-grid > div:nth-child(-n+2) {
		border-bottom: 1px solid #f6d3de;
	}
}

@media (max-width: 900px) {
	body .mps-header-row {
		display: grid !important;
		grid-template-columns: 44px 1fr auto;
		min-height: 74px;
	}

	body .mps-brand {
		justify-self: center;
	}

	body .mps-brand .custom-logo {
		max-width: 180px;
		max-height: 48px;
	}

	body .mps-search-toggle,
	body .mps-cart-copy {
		display: none;
	}

	body .mps-mega-menu {
		display: none !important;
	}

	.mps-contact-actions {
		justify-content: flex-start;
	}
}

@media (max-width: 600px) {
	.mps-category-grid--eight {
		grid-template-columns: 1fr;
	}

	.mps-category-grid--eight .mps-category-card {
		min-height: 300px;
	}

	.mps-trust-grid {
		grid-template-columns: 1fr;
	}

	.mps-trust-grid > div {
		border-right: 0;
		border-bottom: 1px solid #f6d3de;
	}

	.mps-trust-grid > div:last-child {
		border-bottom: 0;
	}

	.mps-contact-actions {
		flex-direction: column;
	}

	.mps-contact-actions .mps-button {
		width: 100%;
	}
}

/* Brand-correct product and responsive header polish. */
.mps-brand-logo {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	min-width: 0;
	color: #26343b;
	text-decoration: none;
}

.mps-brand-logo:hover,
.mps-brand-logo:focus-visible {
	color: #397a9b;
}

.mps-brand-logo__mark {
	display: inline-flex;
	width: 50px;
	height: 50px;
	flex: 0 0 50px;
	color: #397a9b;
}

.mps-brand-logo__mark svg {
	display: block;
	width: 100%;
	height: 100%;
}

.mps-brand-logo__copy {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

.mps-brand-logo__name {
	display: block !important;
	position: relative;
	z-index: 1;
	color: #26343b !important;
	opacity: 1 !important;
	visibility: visible !important;
	font-family: "Nunito Sans", sans-serif !important;
	font-size: 22px;
	font-weight: 800 !important;
	line-height: 1;
	letter-spacing: -.035em;
	white-space: nowrap;
}

.mps-brand-logo__copy small {
	margin-top: 5px;
	color: #66747b;
	font-family: "Nunito Sans", sans-serif !important;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .035em;
	text-transform: none;
	white-space: nowrap;
}

.mps-brand-logo--footer {
	color: #fff;
}

.mps-brand-logo--footer:hover,
.mps-brand-logo--footer:focus-visible {
	color: #cbeaf7;
}

.mps-brand-logo--footer .mps-brand-logo__mark {
	color: #cbeaf7;
}

.mps-brand-logo--footer .mps-brand-logo__copy small {
	color: rgba(255,255,255,.68);
}

body .mps-mega-title {
	letter-spacing: 0 !important;
	text-transform: none !important;
}

.woocommerce ul.products li.product .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.mps-inquiry-button,
.mps-button,
.mps-category-copy a,
.mps-text-link {
	letter-spacing: 0 !important;
	text-transform: none !important;
}

.woocommerce ul.products li.product .button,
.mps-inquiry-button {
	font-size: 14px !important;
}

.single-product .woocommerce-product-gallery__image {
	overflow: hidden;
	border: 1px solid #dce7eb;
	border-radius: 20px;
	background: #fff;
}

.single-product .woocommerce-product-gallery__image img {
	padding: 18px;
	background: #fff !important;
}

.single-product .flex-control-thumbs li img {
	border: 1px solid #dce7eb;
	border-radius: 10px;
	background: #fff;
}

.single-product .summary.entry-summary {
	padding-top: 10px;
}

.single-product .woocommerce-product-details__short-description {
	margin: 22px 0;
	color: #52636b;
	font-size: 17px;
	line-height: 1.75;
}

.single-product .stock.out-of-stock {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	margin: 0 0 4px;
	padding: 7px 12px;
	border-radius: 999px;
	background: #fceef2;
	color: #7f3f56;
	font-size: 13px;
	font-weight: 800;
}

.single-product .mps-inquiry-button {
	min-height: 48px;
	align-items: center;
	justify-content: center;
	padding: 13px 24px !important;
}

.single-product .product_meta {
	margin-top: 24px;
	padding-top: 20px;
	border-top: 1px solid #dce7eb;
	color: #66747b;
	font-size: 13px;
}

.single-product .woocommerce-tabs {
	margin-top: 58px;
}

.single-product .woocommerce-Tabs-panel {
	max-width: 900px;
	padding: 34px;
	border: 1px solid #dce7eb;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(57,122,155,.07);
}

.single-product .woocommerce-Tabs-panel h2 {
	margin-top: 0;
	color: #26343b;
	font-size: 28px;
}

.single-product .woocommerce-Tabs-panel h2:not(:first-child) {
	margin-top: 34px;
}

.single-product .woocommerce-Tabs-panel ul {
	padding-left: 22px;
}

.single-product .woocommerce-Tabs-panel li {
	margin-bottom: 10px;
}

@media (max-width: 900px) {
	body .mps-header-row {
		grid-template-columns: 44px minmax(0, 1fr) 44px !important;
		gap: 10px !important;
		min-height: 68px;
		padding-block: 7px;
	}

	body .mps-menu-toggle {
		width: 44px;
		height: 44px;
		justify-self: start;
	}

	body .mps-brand {
		display: flex;
		width: 100%;
		min-width: 0;
		justify-content: center;
		justify-self: stretch;
	}

	body .mps-brand-logo--header {
		max-width: 100%;
		gap: 8px;
	}

	body .mps-brand-logo--header .mps-brand-logo__mark {
		width: 39px;
		height: 39px;
		flex-basis: 39px;
	}

	body .mps-brand-logo--header .mps-brand-logo__copy strong {
		font-size: 17px;
	}

	body .mps-brand-logo--header .mps-brand-logo__copy small {
		display: none;
	}

	body .mps-header-actions {
		display: flex;
		width: 44px;
		min-width: 44px;
		flex-wrap: nowrap;
		justify-self: end;
	}

	body .mps-cart-link {
		position: relative;
		display: inline-flex;
		width: 44px;
		height: 44px;
		min-width: 44px;
		padding: 0 !important;
		align-items: center;
		justify-content: center;
		flex: 0 0 44px;
		flex-wrap: nowrap;
		white-space: nowrap;
	}

	body .mps-cart-count {
		position: absolute;
		top: 1px;
		right: 0;
		min-width: 18px;
		height: 18px;
		padding: 0 5px;
		line-height: 18px;
	}
}

@media (max-width: 420px) {
	body .mps-container.mps-header-row {
		width: calc(100% - 20px);
	}

	body .mps-brand-logo--header {
		gap: 6px;
	}

	body .mps-brand-logo--header .mps-brand-logo__mark {
		width: 35px;
		height: 35px;
		flex-basis: 35px;
	}

	body .mps-brand-logo--header .mps-brand-logo__copy strong {
		font-size: 15.5px;
	}

	.single-product .woocommerce-Tabs-panel {
		padding: 24px 20px;
	}
}

/* Client-ready storefront polish. */
body > .mps-announcement {
	position: relative !important;
	inset: auto !important;
	z-index: 60;
}

body > .mps-announcement ~ .mps-announcement {
	display: none !important;
}

body .mps-header-row {
	grid-template-columns: minmax(270px, 1fr) auto minmax(190px, 1fr);
}

body .mps-brand-logo--header .mps-brand-logo__mark {
	width: 58px;
	height: 58px;
	flex-basis: 58px;
}

body .mps-brand-logo--header .mps-brand-logo__copy strong {
	font-size: 26px;
	line-height: .98;
}

body .mps-brand-logo--header .mps-brand-logo__copy small {
	font-size: 11px;
}

body .mps-brand-logo--footer .mps-brand-logo__mark {
	width: 56px;
	height: 56px;
	flex-basis: 56px;
}

body .mps-brand-logo--footer .mps-brand-logo__copy strong {
	font-size: 24px;
}

.woocommerce ul.products,
ul.products.mps-home-products {
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	clear: both;
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after,
ul.products.mps-home-products::before,
ul.products.mps-home-products::after {
	display: none !important;
	content: none !important;
}

.woocommerce ul.products li.product,
ul.products.mps-home-products li.product {
	width: auto !important;
	min-width: 0;
	min-height: 100%;
	margin: 0 !important;
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

.woocommerce ul.products li.product .woocommerce-loop-product__link,
ul.products.mps-home-products li.product .woocommerce-loop-product__link {
	display: flex;
	min-width: 0;
	flex: 1 1 auto;
	flex-direction: column;
	color: inherit;
}

.woocommerce ul.products li.product a img,
ul.products.mps-home-products li.product a img {
	width: 100% !important;
	aspect-ratio: 1 / 1;
	object-fit: contain !important;
	background: #fff !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
ul.products.mps-home-products li.product .woocommerce-loop-product__title {
	min-height: 54px;
	margin: 18px 20px 8px !important;
	padding: 0 !important;
	font-size: 18px !important;
	line-height: 1.35;
}

.woocommerce ul.products li.product .price,
ul.products.mps-home-products li.product .price {
	margin: 0 20px 17px !important;
	font-size: 17px !important;
	line-height: 1.35;
}

.woocommerce ul.products li.product .button,
ul.products.mps-home-products li.product .button {
	display: inline-flex !important;
	width: calc(100% - 40px) !important;
	min-height: 46px;
	margin: auto 20px 20px !important;
	padding: 11px 16px !important;
	align-items: center;
	justify-content: center;
	line-height: 1.2 !important;
	text-align: center;
	white-space: normal;
}

.woocommerce ul.products li.product.outofstock,
ul.products.mps-home-products li.product.outofstock {
	position: relative;
}

.woocommerce ul.products li.product.outofstock::after,
ul.products.mps-home-products li.product.outofstock::after {
	content: "Išparduota";
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 7;
	border-radius: 999px;
	padding: 8px 11px;
	background: #eef2f4;
	color: #52636b;
	box-shadow: 0 5px 14px rgba(38,52,59,.1);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .04em;
	text-transform: none;
}

body.woocommerce-shop .shop-main > .mps-container,
body.tax-product_cat .shop-main > .mps-container,
body.post-type-archive-product .shop-main > .mps-container {
	width: min(calc(100% - 48px), 1240px);
	margin-inline: auto;
}

body.woocommerce-shop .woocommerce-result-count,
body.tax-product_cat .woocommerce-result-count {
	float: left;
	margin: 0 0 26px;
	color: #66747b;
}

body.woocommerce-shop .woocommerce-ordering,
body.tax-product_cat .woocommerce-ordering {
	float: right;
	margin: 0 0 26px;
}

body.woocommerce-shop ul.products,
body.tax-product_cat ul.products {
	clear: both;
}

@media (max-width: 1024px) {
	body .mps-contact-strip {
		display: none !important;
	}

	body .mps-header-row {
		grid-template-columns: 48px minmax(0, 1fr) 48px !important;
		gap: 12px !important;
		min-height: 72px;
		padding-block: 7px;
	}

	body .mps-menu-toggle {
		display: inline-grid !important;
		width: 48px;
		height: 48px;
		justify-self: start;
	}

	body .mps-desktop-nav {
		display: none !important;
	}

	body .mps-brand {
		display: flex;
		width: 100%;
		min-width: 0;
		justify-content: center;
		justify-self: stretch;
	}

	body .mps-brand-logo--header {
		max-width: 100%;
		gap: 8px;
	}

	body .mps-brand-logo--header .mps-brand-logo__mark {
		width: 42px;
		height: 42px;
		flex-basis: 42px;
	}

	body .mps-brand-logo--header .mps-brand-logo__copy strong {
		font-size: 19px;
	}

	body .mps-brand-logo--header .mps-brand-logo__copy small {
		display: none;
	}

	body .mps-header-actions {
		display: flex;
		width: 48px;
		min-width: 48px;
		flex: 0 0 48px;
		flex-wrap: nowrap;
		justify-self: end;
	}

	body .mps-search-toggle,
	body .mps-cart-copy {
		display: none !important;
	}

	body .mps-cart-link {
		position: relative;
		display: inline-flex;
		width: 48px;
		height: 48px;
		min-width: 48px;
		margin: 0;
		padding: 0 !important;
		align-items: center;
		justify-content: center;
		flex: 0 0 48px;
		flex-wrap: nowrap;
		white-space: nowrap;
	}

	body .mps-cart-count {
		position: absolute;
		top: 2px;
		right: 1px;
		left: auto;
	}

	.woocommerce ul.products,
	ul.products.mps-home-products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px;
	}
}

@media (max-width: 620px) {
	body .mps-container.mps-header-row {
		width: calc(100% - 20px);
	}

	body .mps-brand-logo--header .mps-brand-logo__mark {
		width: 38px;
		height: 38px;
		flex-basis: 38px;
	}

	body .mps-brand-logo--header .mps-brand-logo__copy strong {
		font-size: 17px;
	}

	.woocommerce ul.products,
	ul.products.mps-home-products {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.woocommerce ul.products li.product .woocommerce-loop-product__title,
	ul.products.mps-home-products li.product .woocommerce-loop-product__title {
		min-height: 0;
	}

	body.woocommerce-shop .shop-main > .mps-container,
	body.tax-product_cat .shop-main > .mps-container,
	body.post-type-archive-product .shop-main > .mps-container {
		width: min(calc(100% - 28px), 1240px);
	}

	body.woocommerce-shop .woocommerce-result-count,
	body.tax-product_cat .woocommerce-result-count,
	body.woocommerce-shop .woocommerce-ordering,
	body.tax-product_cat .woocommerce-ordering {
		float: none;
		width: 100%;
		margin-bottom: 16px;
	}

	body.woocommerce-shop .woocommerce-ordering select,
	body.tax-product_cat .woocommerce-ordering select {
		width: 100%;
	}
}

/* Keep the Mažylių Planeta wordmark visible at every width. */
body .mps-brand-logo__copy {
	display: flex !important;
	min-width: max-content;
	overflow: visible !important;
	flex: 0 0 auto;
}

body .mps-brand-logo__name {
	display: block !important;
	position: relative !important;
	z-index: 2;
	color: #26343b !important;
	opacity: 1 !important;
	visibility: visible !important;
	font-size: 26px;
	font-weight: 800 !important;
	line-height: 1 !important;
	white-space: nowrap;
	-webkit-text-fill-color: #26343b;
}

body .mps-brand-logo--footer .mps-brand-logo__name {
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff;
	font-size: 24px;
}

@media (max-width: 1024px) {
	body .mps-brand-logo--header .mps-brand-logo__name {
		font-size: 19px;
	}
}

@media (max-width: 620px) {
	body .mps-brand-logo--header .mps-brand-logo__name {
		font-size: 17px;
	}
}

@media (max-width: 380px) {
	body .mps-brand-logo--header .mps-brand-logo__mark {
		width: 34px;
		height: 34px;
		flex-basis: 34px;
	}

	body .mps-brand-logo--header .mps-brand-logo__name {
		font-size: 15px;
	}
}

/* Final mega-menu and catalogue polish. */
body .mps-mega-menu {
	background: #eaf7fc !important;
	border-top: 1px solid #cbeaf7 !important;
	box-shadow: 0 22px 48px rgba(47, 104, 134, .16) !important;
}

body .mps-mega-inner {
	width: min(calc(100% - 48px), 1240px);
	padding: 34px 0 38px;
}

body .mps-mega-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 34px 64px !important;
}

body .mps-mega-column {
	display: flex;
	flex-direction: column;
	gap: 28px;
}

body .mps-mega-group {
	min-width: 0;
}

body .mps-mega-title {
	margin-bottom: 9px !important;
	color: #2f6886 !important;
	font-size: 16px !important;
	font-weight: 800 !important;
}

body .mps-mega-links a {
	min-height: 36px;
	padding: 6px 0 !important;
	color: #455a64 !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	line-height: 1.45;
}

body .mps-mega-links a:hover,
body .mps-mega-links a:focus-visible {
	color: #a95370 !important;
}

body .mps-drawer-groups {
	padding: 4px 0 18px;
}

body .mps-mobile-mega-group {
	border-bottom: 1px solid #dce7eb !important;
}

body .mps-mobile-mega-group summary {
	min-height: 52px;
	padding: 12px 4px;
	color: #2f6886 !important;
	font-size: 16px;
	font-weight: 800;
}

body .mps-mobile-mega-group a {
	min-height: 48px;
	padding: 10px 14px !important;
	border-radius: 10px;
	font-size: 15px;
	font-weight: 600;
}

body .mps-mobile-parent-link {
	background: #eef8fc !important;
	font-weight: 800 !important;
}

.woocommerce ul.products li.product .button,
ul.products.mps-home-products li.product .button {
	white-space: normal !important;
	text-indent: 0 !important;
}

@media (max-width: 1024px) {
	body .mps-mega-menu {
		display: none !important;
	}

	body .mps-desktop-nav {
		display: none !important;
	}

	body .mps-header-row {
		grid-template-columns: 48px minmax(0, 1fr) 48px !important;
		align-items: center;
		gap: 10px !important;
		white-space: nowrap;
	}

	body .mps-brand-logo--header {
		max-width: 100%;
		justify-content: center;
		overflow: hidden;
	}

	body .mps-brand-logo--header .mps-brand-logo__copy {
		min-width: 0;
		overflow: hidden !important;
	}

	body .mps-brand-logo--header .mps-brand-logo__name {
		display: block !important;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	body .mps-header-actions,
	body .mps-cart-link {
		width: 48px !important;
		min-width: 48px !important;
		flex-basis: 48px !important;
	}
}

@media (max-width: 620px) {
	body .mps-announcement {
		font-size: 10px;
		letter-spacing: .06em;
		text-align: center;
	}

	body .mps-brand-logo--header .mps-brand-logo__mark {
		width: 36px;
		height: 36px;
		flex-basis: 36px;
	}

	body .mps-brand-logo--header .mps-brand-logo__name {
		font-size: 16px;
	}
}

/* Header actions and WooCommerce coupon polish. */
body .mps-header-actions {
	display: flex !important;
	align-items: center !important;
	justify-content: flex-end;
	gap: 12px !important;
	min-width: max-content;
	flex-wrap: nowrap !important;
}

body .mps-search-toggle {
	display: inline-grid !important;
	width: 44px;
	height: 44px;
	min-width: 44px;
	margin: 0;
	padding: 0 !important;
	place-items: center;
	align-self: center;
	flex: 0 0 44px;
	border-radius: 999px !important;
}

body .mps-search-toggle svg {
	display: block;
}

body .mps-cart-link {
	position: relative;
	display: inline-flex;
	min-width: 126px;
	height: 44px;
	min-height: 44px;
	margin: 0;
	padding: 5px 12px 5px 9px !important;
	align-items: center;
	justify-content: flex-start;
	gap: 9px;
	flex: 0 0 auto;
	flex-wrap: nowrap;
	border: 1px solid #dce7eb;
	border-radius: 999px;
	background: #fff;
	color: #26343b;
	box-sizing: border-box;
	text-decoration: none;
	white-space: nowrap;
	overflow: visible;
}

body .mps-cart-link:hover,
body .mps-cart-link:focus-visible {
	border-color: #8dc7dc;
	background: #f3fbfe;
	color: #2f6886;
}

body .mps-cart-visual {
	position: relative;
	display: flex;
	width: 28px;
	height: 28px;
	flex: 0 0 28px;
	align-items: center;
	justify-content: center;
	line-height: 0;
}

body .mps-cart-icon {
	display: flex;
	width: 22px;
	height: 22px;
	align-items: center;
	justify-content: center;
	line-height: 0;
}

body .mps-cart-icon svg {
	display: block;
	width: 20px !important;
	height: 20px !important;
	transform: none;
}

body .mps-cart-visual .mps-cart-count {
	position: absolute;
	top: -4px;
	right: -5px;
	left: auto;
	display: grid;
	min-width: 16px;
	height: 16px;
	padding: 0 3px;
	place-items: center;
	border: 2px solid #fff;
	border-radius: 999px;
	background: #f6d3de;
	color: #7f3f56;
	box-sizing: border-box;
	font-size: 8px;
	font-weight: 800;
	line-height: 1;
	pointer-events: none;
}

body .mps-cart-link > .mps-cart-count {
	display: none !important;
}

body .mps-cart-copy {
	display: flex;
	min-width: 66px;
	height: 32px;
	flex: 0 0 auto;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 1px;
	line-height: 1;
}

body .mps-cart-total {
	font-size: 13px;
	font-weight: 800;
	line-height: 1.1;
}

body .mps-cart-copy small {
	margin: 0;
	color: #66747b;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.woocommerce-cart-form td.actions {
	vertical-align: middle;
}

.woocommerce-cart-form td.actions .coupon {
	display: flex !important;
	align-items: center;
	gap: 10px;
	float: left;
}

.woocommerce-cart-form td.actions .coupon #coupon_code {
	width: 210px !important;
	height: 42px !important;
	min-height: 42px;
	margin: 0 !important;
	padding: 0 14px !important;
	border: 1px solid #cfe0e6 !important;
	border-radius: 12px !important;
	background: #fff;
	box-sizing: border-box;
	font-family: "Nunito Sans", sans-serif;
	font-size: 13px;
	line-height: normal;
}

.woocommerce-cart-form td.actions .coupon #coupon_code:focus {
	border-color: #397a9b !important;
	box-shadow: 0 0 0 4px rgba(203,234,247,.7);
	outline: none;
}

.woocommerce-cart-form td.actions .coupon button[name="apply_coupon"] {
	display: inline-flex !important;
	width: auto !important;
	height: 42px !important;
	min-height: 42px !important;
	margin: 0 !important;
	padding: 0 18px !important;
	align-items: center;
	justify-content: center;
	border: 1px solid #397a9b !important;
	border-radius: 12px !important;
	background: #397a9b !important;
	color: #fff !important;
	box-sizing: border-box;
	font-family: "Nunito Sans", sans-serif;
	font-size: 13px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	letter-spacing: 0 !important;
	text-align: center;
	text-transform: none !important;
}

.woocommerce-cart-form td.actions .coupon button[name="apply_coupon"]:hover,
.woocommerce-cart-form td.actions .coupon button[name="apply_coupon"]:focus-visible {
	border-color: #2f6886 !important;
	background: #2f6886 !important;
}

@media (max-width: 1024px) {
	body .mps-header-actions {
		width: 48px !important;
		min-width: 48px;
		gap: 0 !important;
	}

	body .mps-search-toggle {
		display: none !important;
	}

	body .mps-cart-link {
		width: 48px !important;
		height: 48px;
		min-width: 48px !important;
		min-height: 48px;
		padding: 0 !important;
		justify-content: center;
		gap: 0;
		flex-basis: 48px !important;
		border-radius: 999px;
	}

	body .mps-cart-copy {
		display: none !important;
	}

	body .mps-cart-visual {
		width: 30px;
		height: 30px;
		flex-basis: 30px;
	}
}

@media (max-width: 620px) {
	.woocommerce-cart-form td.actions .coupon {
		display: grid !important;
		width: 100%;
		grid-template-columns: 1fr;
		gap: 10px;
		float: none;
		margin-bottom: 12px;
	}

	.woocommerce-cart-form td.actions .coupon #coupon_code,
	.woocommerce-cart-form td.actions .coupon button[name="apply_coupon"] {
		width: 100% !important;
		min-width: 0 !important;
	}
}

/* Clean cart control rebuild. */
body .mps-cart-link {
	display: grid !important;
	grid-template-columns: 36px auto;
	align-items: center !important;
	column-gap: 10px;
	width: auto;
	min-width: 132px;
	height: 46px;
	min-height: 46px;
	padding: 5px 13px 5px 7px !important;
	overflow: visible;
}

body .mps-cart-icon-wrap {
	position: relative;
	display: grid;
	width: 36px;
	height: 36px;
	place-items: center;
	border-radius: 999px;
	background: #eef8fc;
	color: #2f6886;
	line-height: 0;
}

body .mps-cart-icon {
	display: grid;
	width: 22px;
	height: 22px;
	place-items: center;
	line-height: 0;
}

body .mps-cart-icon svg {
	display: block;
	width: 20px !important;
	height: 20px !important;
	transform: none !important;
}

body .mps-cart-icon-wrap .mps-cart-count {
	position: absolute;
	top: -3px;
	right: -4px;
	left: auto;
	display: grid;
	min-width: 17px;
	height: 17px;
	padding: 0 3px;
	place-items: center;
	border: 2px solid #fff;
	border-radius: 999px;
	background: #f6d3de;
	color: #7f3f56;
	box-sizing: border-box;
	font-size: 8px;
	font-weight: 800;
	line-height: 1;
	pointer-events: none;
}

body .mps-cart-link > .mps-cart-count {
	display: none !important;
}

body .mps-cart-copy {
	display: grid;
	min-width: 66px;
	height: auto;
	align-content: center;
	justify-items: start;
	gap: 2px;
	line-height: 1;
}

body .mps-cart-total {
	display: block;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.05;
}

body .mps-cart-label {
	display: block;
	margin: 0;
	color: #66747b;
	font-size: 9px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: .07em;
	text-transform: uppercase;
}

@media (max-width: 1024px) {
	body .mps-cart-link {
		display: grid !important;
		grid-template-columns: 1fr;
		width: 46px !important;
		height: 46px;
		min-width: 46px !important;
		min-height: 46px;
		padding: 0 !important;
		place-items: center;
		border-radius: 999px;
	}

	body .mps-cart-icon-wrap {
		width: 34px;
		height: 34px;
		background: transparent;
	}

	body .mps-cart-copy {
		display: none !important;
	}

	body .mps-cart-icon-wrap .mps-cart-count {
		top: -2px;
		right: -3px;
	}
}

/* Cart control v2: self-contained icon, badge and text. */
body .mps-cart-link {
	display: inline-flex !important;
	width: auto;
	min-width: 140px;
	height: 48px;
	min-height: 48px;
	padding: 6px 14px 6px 8px !important;
	align-items: center !important;
	justify-content: flex-start;
	gap: 10px;
	overflow: hidden;
	border: 1px solid #d8e7ec;
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 3px 12px rgba(47, 104, 134, .06);
}

body .mps-cart-icon-wrap {
	position: relative;
	display: grid;
	width: 34px;
	height: 34px;
	flex: 0 0 34px;
	place-items: center;
	border-radius: 999px;
	background: #edf8fc;
	color: #2f6886;
	line-height: 0;
}

body .mps-cart-icon {
	display: grid;
	width: 20px;
	height: 20px;
	place-items: center;
	line-height: 0;
}

body .mps-cart-icon svg {
	display: block;
	width: 19px !important;
	height: 19px !important;
	transform: none !important;
}

body .mps-cart-icon-wrap .mps-cart-count {
	position: absolute;
	top: 0;
	right: -1px;
	left: auto;
	display: grid;
	min-width: 15px;
	height: 15px;
	padding: 0 3px;
	place-items: center;
	border: 1.5px solid #fff;
	border-radius: 999px;
	background: #f6d3de;
	color: #7f3f56;
	box-sizing: border-box;
	font-size: 8px;
	font-weight: 800;
	line-height: 1;
	pointer-events: none;
}

body .mps-cart-copy {
	display: flex;
	min-width: 72px;
	height: 34px;
	flex: 0 0 auto;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 2px;
	line-height: 1;
}

body .mps-cart-total {
	display: block;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.05;
}

body .mps-cart-label {
	display: block;
	color: #66747b;
	font-size: 9px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: .06em;
	text-transform: uppercase;
}

@media (max-width: 1024px) {
	body .mps-cart-link {
		display: grid !important;
		grid-template-columns: 1fr;
		width: 46px !important;
		height: 46px;
		min-width: 46px !important;
		min-height: 46px;
		padding: 0 !important;
		place-items: center;
		overflow: hidden;
		border-radius: 999px;
	}

	body .mps-cart-icon-wrap {
		width: 34px;
		height: 34px;
		flex-basis: 34px;
		background: #edf8fc;
	}

	body .mps-cart-copy {
		display: none !important;
	}

	body .mps-cart-icon-wrap .mps-cart-count {
		top: 0;
		right: -1px;
	}
}

/* Apie mus page — soft pastel editorial layout. */
.page-id-600 main > article {
	max-width: none !important;
	padding: 0 !important;
}

.page-id-600 main > article > header {
	display: none;
}

.page-id-600 .prose {
	max-width: none !important;
}

.mps-about-page {
	position: relative;
	overflow: hidden;
	background: #fff;
	color: #26343b;
}

.mps-about-page .wp-block-columns {
	margin-bottom: 0;
}

.mps-about-hero {
	position: relative;
	isolation: isolate;
	padding: clamp(64px, 8vw, 112px) 24px clamp(72px, 9vw, 124px);
	border-radius: 0 0 56px 56px;
	background:
		radial-gradient(circle at 8% 18%, rgba(246,211,222,.78) 0 74px, transparent 75px),
		radial-gradient(circle at 92% 12%, rgba(203,234,247,.9) 0 98px, transparent 99px),
		linear-gradient(135deg, #f8fdff 0%, #edf9fd 54%, #fff3f7 100%);
}

.mps-about-hero::after {
	content: "";
	position: absolute;
	right: -70px;
	bottom: -110px;
	z-index: -1;
	width: 300px;
	height: 210px;
	border-radius: 58% 42% 55% 45%;
	background: rgba(246,211,222,.48);
	filter: blur(2px);
}

.mps-about-hero-grid,
.mps-about-values,
.mps-about-gallery {
	width: min(1180px, 100%);
	margin-inline: auto;
}

.mps-about-hero-grid {
	gap: clamp(36px, 6vw, 76px);
	align-items: center;
}

.mps-about-eyebrow {
	display: inline-flex;
	margin: 0 0 18px !important;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(255,255,255,.76);
	box-shadow: 0 10px 30px rgba(47,104,134,.08);
	color: #397a9b;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.mps-about-title {
	margin: 0 0 12px !important;
	color: #26343b;
	font-size: clamp(42px, 6vw, 72px) !important;
	font-weight: 850 !important;
	line-height: .98 !important;
	letter-spacing: -.045em;
}

.mps-about-lead {
	max-width: 650px;
	margin: 0 0 26px !important;
	color: #a95370;
	font-size: clamp(24px, 3vw, 36px) !important;
	font-weight: 750 !important;
	line-height: 1.18 !important;
	letter-spacing: -.025em;
}

.mps-about-copy {
	max-width: 680px;
	margin: 0 0 16px !important;
	color: #52636b;
	font-size: 17px;
	line-height: 1.8;
}

.mps-about-copy--intro {
	color: #2f6886;
	font-size: 19px;
	font-weight: 800;
}

.mps-about-actions {
	margin-top: 30px;
	gap: 12px;
}

.mps-about-button .wp-block-button__link {
	min-height: 48px;
	padding: 13px 24px;
	border-radius: 999px !important;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: none;
	box-shadow: none;
}

.mps-about-button--primary .wp-block-button__link {
	background: #397a9b !important;
	color: #fff !important;
}

.mps-about-button--secondary .wp-block-button__link {
	border: 1px solid #cfe0e6;
	background: rgba(255,255,255,.78) !important;
	color: #397a9b !important;
}

.mps-about-main-image {
	position: relative;
	margin: 0 !important;
}

.mps-about-main-image img {
	display: block;
	width: 100%;
	min-height: 500px;
	object-fit: cover;
	border: 10px solid rgba(255,255,255,.72);
	border-radius: 44px 44px 120px 44px;
	box-shadow: 0 28px 64px rgba(47,104,134,.18);
}

.mps-about-main-image figcaption,
.mps-about-lifestyle-image figcaption {
	margin-top: 10px;
	color: #7b8a90;
	font-size: 10px;
	text-align: center;
}

.mps-about-values {
	padding: clamp(72px, 8vw, 112px) 24px;
}

.mps-about-section-title {
	max-width: 760px;
	margin: 0 auto 42px !important;
	color: #26343b;
	font-size: clamp(30px, 4vw, 48px) !important;
	font-weight: 850 !important;
	line-height: 1.1 !important;
	letter-spacing: -.035em;
}

.mps-about-value-grid {
	gap: 22px;
}

.mps-about-value-card {
	height: 100%;
	padding: 34px 26px 30px;
	border: 1px solid rgba(255,255,255,.7);
	border-radius: 30px;
	box-shadow: 0 18px 42px rgba(38,52,59,.08);
}

.mps-about-value-card--blue { background: #eaf7fc; }
.mps-about-value-card--pink { background: #fceef2; }
.mps-about-value-card--cream { background: #fff9ed; }

.mps-about-value-icon {
	margin: 0 auto 14px !important;
	color: #397a9b;
	font-size: 34px;
	font-weight: 900;
	line-height: 1;
}

.mps-about-value-card h3 {
	margin: 0 0 10px !important;
	color: #26343b;
	font-size: 20px !important;
	font-weight: 800 !important;
}

.mps-about-value-card p:last-child {
	margin-bottom: 0 !important;
	color: #5d6d74;
	font-size: 15px;
	line-height: 1.65;
}

.mps-about-gallery-section {
	position: relative;
	padding: clamp(70px, 8vw, 112px) 24px;
	border-radius: 56px 56px 0 0;
	background:
		radial-gradient(circle at 12% 90%, rgba(203,234,247,.8) 0 95px, transparent 96px),
		linear-gradient(135deg, #fff7fa 0%, #f4fbfe 100%);
}

.mps-about-gallery {
	gap: clamp(26px, 5vw, 62px);
	align-items: center;
}

.mps-about-product-image,
.mps-about-lifestyle-image {
	margin: 0 !important;
}

.mps-about-product-image img,
.mps-about-lifestyle-image img {
	display: block;
	width: 100%;
	object-fit: cover;
	box-shadow: 0 24px 56px rgba(47,104,134,.14);
}

.mps-about-product-image img {
	min-height: 570px;
	border-radius: 110px 34px 34px 34px;
}

.mps-about-lifestyle-image img {
	min-height: 360px;
	border-radius: 34px 110px 34px 34px;
}

.mps-about-quote {
	position: relative;
	margin: 28px 0 0 !important;
	padding: 26px 30px;
	border: 0 !important;
	border-radius: 28px;
	background: rgba(255,255,255,.82);
	box-shadow: 0 16px 38px rgba(38,52,59,.08);
}

.mps-about-quote p {
	margin: 0 !important;
	color: #52636b;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
}

@media (max-width: 900px) {
	.mps-about-hero {
		padding-top: 56px;
		border-radius: 0 0 38px 38px;
	}

	.mps-about-hero-grid,
	.mps-about-gallery {
		gap: 32px;
	}

	.mps-about-main-image img {
		min-height: 420px;
		border-radius: 34px 34px 86px 34px;
	}

	.mps-about-value-grid {
		flex-wrap: wrap !important;
	}

	.mps-about-value-grid > .wp-block-column {
		flex-basis: calc(50% - 12px) !important;
	}
}

@media (max-width: 700px) {
	.mps-about-hero,
	.mps-about-values,
	.mps-about-gallery-section {
		padding-left: 18px;
		padding-right: 18px;
	}

	.mps-about-hero-grid,
	.mps-about-gallery {
		flex-direction: column;
	}

	.mps-about-hero-grid > .wp-block-column,
	.mps-about-gallery > .wp-block-column,
	.mps-about-value-grid > .wp-block-column {
		flex-basis: 100% !important;
	}

	.mps-about-title {
		font-size: 44px !important;
	}

	.mps-about-lead {
		font-size: 26px !important;
	}

	.mps-about-copy {
		font-size: 16px;
	}

	.mps-about-actions {
		align-items: stretch;
	}

	.mps-about-actions .wp-block-button,
	.mps-about-actions .wp-block-button__link {
		width: 100%;
	}

	.mps-about-main-image img,
	.mps-about-product-image img,
	.mps-about-lifestyle-image img {
		min-height: 340px;
		border-radius: 30px;
	}

	.mps-about-value-card {
		padding: 28px 22px;
	}

	.mps-about-gallery-section {
		border-radius: 38px 38px 0 0;
	}
}

/* Mažylių Planeta visual system — use consistently across all pages. */
:root {
	--mps-blue-50: #f5fbfe;
	--mps-blue-100: #eaf7fc;
	--mps-blue-200: #cbeaf7;
	--mps-blue-500: #397a9b;
	--mps-pink-50: #fff7fa;
	--mps-pink-100: #fceef2;
	--mps-pink-200: #f6d3de;
	--mps-pink-500: #a95370;
	--mps-cream: #fff9ed;
	--mps-text: #26343b;
	--mps-muted: #5d6d74;
	--mps-border: #dce7eb;
	--mps-radius-sm: 14px;
	--mps-radius-md: 22px;
	--mps-radius-lg: 32px;
	--mps-shadow-soft: 0 16px 40px rgba(38, 52, 59, .08);
	--mps-shadow-float: 0 24px 56px rgba(47, 104, 134, .14);
}

body {
	background: linear-gradient(180deg, #ffffff 0%, var(--mps-blue-50) 100%);
	color: var(--mps-text);
}

main {
	position: relative;
}

main::before {
	content: "";
	position: fixed;
	top: 18%;
	left: -90px;
	z-index: -1;
	width: 210px;
	height: 210px;
	border-radius: 50%;
	background: rgba(203, 234, 247, .28);
	filter: blur(2px);
	pointer-events: none;
}

main::after {
	content: "";
	position: fixed;
	right: -100px;
	bottom: 10%;
	z-index: -1;
	width: 240px;
	height: 180px;
	border-radius: 52% 48% 58% 42%;
	background: rgba(246, 211, 222, .24);
	pointer-events: none;
}

body,
button,
input,
select,
textarea {
	font-family: "Nunito Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--mps-text);
	letter-spacing: -.025em;
}

p,
li,
label,
input,
select,
textarea {
	line-height: 1.65;
}

button,
.button,
.wp-element-button,
input,
select,
textarea,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	border-radius: var(--mps-radius-sm) !important;
}

input,
select,
textarea,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	border: 1px solid var(--mps-border) !important;
	background: #fff;
	box-shadow: none;
}

input:focus,
select:focus,
textarea:focus {
	border-color: var(--mps-blue-500) !important;
	box-shadow: 0 0 0 4px rgba(203, 234, 247, .65) !important;
	outline: none;
}

.mps-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.wp-block-button__link {
	border: 0 !important;
	border-radius: 999px !important;
	box-shadow: 0 10px 24px rgba(57, 122, 155, .14);
	font-weight: 800 !important;
	text-transform: none !important;
}

.mps-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.wp-block-button__link:hover {
	transform: translateY(-1px);
	box-shadow: 0 14px 30px rgba(57, 122, 155, .2);
}

.woocommerce ul.products li.product,
.mps-product-card,
.mps-category-card,
.woocommerce .cart_totals,
.woocommerce-checkout-review-order,
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content,
.mps-content-card,
.mps-contact-card {
	border: 1px solid rgba(220, 231, 235, .9) !important;
	border-radius: var(--mps-radius-md) !important;
	background: rgba(255, 255, 255, .94) !important;
	box-shadow: var(--mps-shadow-soft) !important;
}

.woocommerce ul.products li.product:hover,
.mps-product-card:hover,
.mps-category-card:hover {
	transform: translateY(-3px);
	box-shadow: var(--mps-shadow-float) !important;
}

.woocommerce table.shop_table,
.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
	border-color: var(--mps-border) !important;
}

.woocommerce table.shop_table {
	overflow: hidden;
	border-radius: var(--mps-radius-md) !important;
	background: #fff;
	box-shadow: var(--mps-shadow-soft);
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	border: 0 !important;
	border-radius: var(--mps-radius-sm);
	box-shadow: 0 10px 28px rgba(38, 52, 59, .07);
}

.woocommerce-message { background: var(--mps-blue-100); }
.woocommerce-info { background: var(--mps-blue-50); }
.woocommerce-error { background: var(--mps-pink-100); }

.mps-site-footer,
.mps-newsletter,
.mps-benefits,
.mps-feature-section,
.mps-stats,
.mps-collection-section {
	position: relative;
	overflow: hidden;
}

.mps-newsletter,
.mps-benefits,
.mps-feature-section,
.mps-collection-section {
	border-radius: var(--mps-radius-lg);
}

.mps-newsletter::before,
.mps-feature-section::before,
.mps-collection-section::before {
	content: "";
	position: absolute;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	background: rgba(246, 211, 222, .26);
	pointer-events: none;
}

.mps-newsletter::before { top: -70px; right: -40px; }
.mps-feature-section::before { bottom: -80px; left: -60px; }
.mps-collection-section::before { top: -70px; left: -50px; background: rgba(203, 234, 247, .34); }

@media (max-width: 700px) {
	main::before,
	main::after {
		display: none;
	}

	.woocommerce ul.products li.product,
	.mps-product-card,
	.mps-category-card,
	.woocommerce .cart_totals,
	.woocommerce-checkout-review-order,
	.woocommerce form.checkout_coupon,
	.woocommerce form.login,
	.woocommerce form.register,
	.woocommerce-MyAccount-navigation,
	.woocommerce-MyAccount-content {
		border-radius: 20px !important;
	}
}
