:root {
	--ms-header-height: 79px;
	--ms-shadow: 0 18px 45px rgba(7, 25, 48, 0.12);
	--ms-radius: 6px;
	--ms-radius-soft: 16px;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: #ffffff;
	color: #42526a;
	font-family: "Inter", sans-serif;
}

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: 760px;
}

a {
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

.wp-site-blocks {
	overflow-x: clip;
}

.ms-site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	margin-block-start: 0;
	background: #ffffff;
	box-shadow: 0 1px 0 rgba(13, 34, 63, 0.07);
	transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.home .ms-site-header,
.page-id-533 .ms-site-header,
.page-id-297 .ms-site-header {
	position: fixed;
	inset: 0 0 auto;
	background: transparent;
	box-shadow: none;
}

.home.admin-bar .ms-site-header,
.page-id-533.admin-bar .ms-site-header,
.page-id-297.admin-bar .ms-site-header {
	top: 32px;
}

.ms-header-scrolled .ms-site-header,
.home.ms-header-scrolled .ms-site-header {
	background: rgba(255, 255, 255, 0.96);
	box-shadow: var(--ms-shadow);
	backdrop-filter: blur(14px);
}

.ms-header-inner {
	min-height: var(--ms-header-height);
	padding: 0;
	width: min(1200px, calc(100% - 48px));
	margin-inline: auto;
	gap: 32px;
}

.ms-logo {
	position: relative;
	display: inline-grid;
	align-items: center;
	width: 132px;
	min-width: 132px;
	height: 47px;
}

.ms-logo img {
	grid-area: 1 / 1;
	width: auto;
	max-width: 132px;
	height: auto;
	transition: opacity 180ms ease, transform 180ms ease;
}

.ms-logo-color {
	opacity: 1;
}

.ms-logo-light {
	opacity: 0;
}

.home:not(.ms-header-scrolled) .ms-logo-color,
.page-id-533:not(.ms-header-scrolled) .ms-logo-color,
.page-id-297:not(.ms-header-scrolled) .ms-logo-color {
	opacity: 0;
	transform: translateY(2px);
}

.home:not(.ms-header-scrolled) .ms-logo-light,
.page-id-533:not(.ms-header-scrolled) .ms-logo-light,
.page-id-297:not(.ms-header-scrolled) .ms-logo-light {
	opacity: 1;
}

.ms-primary-nav {
	gap: 4px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.ms-primary-nav .wp-block-navigation-item__content {
	padding: 13px 10px;
}

.ms-primary-nav a {
	color: #0d223f;
	text-decoration: none;
}

.home:not(.ms-header-scrolled) .ms-primary-nav a,
.page-id-533:not(.ms-header-scrolled) .ms-primary-nav a,
.page-id-297:not(.ms-header-scrolled) .ms-primary-nav a {
	color: #ffffff;
	text-shadow: 0 1px 18px rgba(0, 0, 0, 0.28);
}

.ms-primary-nav a:hover,
.ms-primary-nav a:focus {
	color: #0067ff;
}

/* === Mobile overlay menu === */

.ms-primary-nav .wp-block-navigation__responsive-container-open,
.ms-primary-nav .wp-block-navigation__responsive-container-close {
	color: #0d223f;
}

.home:not(.ms-header-scrolled) .ms-primary-nav .wp-block-navigation__responsive-container-open,
.page-id-533:not(.ms-header-scrolled) .ms-primary-nav .wp-block-navigation__responsive-container-open,
.page-id-297:not(.ms-header-scrolled) .ms-primary-nav .wp-block-navigation__responsive-container-open {
	color: #ffffff;
}

.ms-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-close {
	color: #ffffff;
}

.ms-primary-nav .wp-block-navigation__responsive-container.is-menu-open {
	padding: clamp(64px, 12vh, 96px) 24px 32px;
}

.ms-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,
.ms-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
	justify-content: center;
	align-items: stretch;
	gap: 4px;
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
}

.ms-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item {
	width: 100%;
	text-align: center;
}

.ms-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
	display: block;
	padding: 18px 16px;
	font-size: 22px;
	letter-spacing: 0.04em;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	transition: color 0.2s ease, background-color 0.2s ease;
}

.ms-primary-nav .wp-block-navigation__responsive-container.is-menu-open a {
	text-shadow: none;
}

.ms-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content:hover,
.ms-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content:focus {
	color: #00b8d9;
	background-color: rgba(255, 255, 255, 0.04);
}

.has-modal-open .ms-site-header .ms-logo,
.has-modal-open .ms-site-header .ms-header-actions {
	visibility: hidden;
}

.ms-cart-link {
	display: inline-flex;
	position: relative;
	align-items: center;
	min-height: var(--ms-header-height);
	border-radius: 0;
	padding: 0 0 0 32px;
	background: transparent !important;
	background-color: transparent !important;
	color: #0d223f;
	font-size: 15px;
	font-weight: 600;
	line-height: var(--ms-header-height);
	text-decoration: none;
}

.home:not(.ms-header-scrolled) .ms-cart-link,
.page-id-533:not(.ms-header-scrolled) .ms-cart-link,
.page-id-297:not(.ms-header-scrolled) .ms-cart-link {
	background: transparent !important;
	background-color: transparent !important;
	color: #ffffff;
}

.ms-cart-link::before {
	content: "\f174";
	position: absolute;
	left: 0;
	top: 50%;
	width: 24px;
	height: 24px;
	font-family: dashicons;
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	transform: translateY(-50%);
}

body.ms-cart-drawer-open {
	overflow: hidden;
}

.ms-cart-drawer {
	position: fixed;
	inset: 0;
	z-index: 100000;
	pointer-events: none;
	visibility: hidden;
}

.ms-cart-drawer[aria-hidden="false"] {
	pointer-events: auto;
	visibility: visible;
}

.ms-cart-drawer__overlay {
	position: absolute;
	inset: 0;
	background: rgba(4, 12, 28, 0.52);
	opacity: 0;
	transition: opacity 220ms ease;
}

.ms-cart-drawer[aria-hidden="false"] .ms-cart-drawer__overlay {
	opacity: 1;
}

.ms-cart-drawer__panel {
	position: absolute;
	top: 0;
	right: 0;
	display: grid;
	grid-template-rows: auto minmax(0, 1fr) auto;
	width: min(460px, 100vw);
	height: 100%;
	background: #fff;
	color: #071225;
	box-shadow: -28px 0 80px rgba(7, 18, 37, 0.22);
	transform: translateX(104%);
	transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
	outline: none;
}

.admin-bar .ms-cart-drawer__panel {
	top: 32px;
	height: calc(100% - 32px);
}

.ms-cart-drawer[aria-hidden="false"] .ms-cart-drawer__panel {
	transform: translateX(0);
}

.ms-cart-drawer__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
	padding: 30px 30px 22px;
	border-bottom: 1px solid #e7edf5;
}

.ms-cart-drawer__header p {
	margin: 0 0 4px;
	color: #0067ff;
	font-family: "Inter", sans-serif;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ms-cart-drawer__header h2 {
	margin: 0;
	color: #071225;
	font-family: "Inter", sans-serif;
	font-size: 27px;
	font-weight: 850;
	line-height: 1.05;
}

.ms-cart-drawer__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid #d9e2ee;
	border-radius: 50%;
	background: #f7faff;
	color: #071225;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	transition: background-color 160ms ease, transform 160ms ease;
}

.ms-cart-drawer__close:hover,
.ms-cart-drawer__close:focus-visible {
	background: #eaf2ff;
	outline: none;
	transform: rotate(8deg);
}

.ms-cart-drawer__body {
	overflow-y: auto;
	padding: 18px 24px 24px;
	background: linear-gradient(180deg, #f7fbff 0%, #fff 34%);
}

.ms-cart-drawer__loading,
.ms-cart-empty {
	display: grid;
	align-content: center;
	min-height: 280px;
	border: 1px solid #e2ebf6;
	border-radius: 22px;
	background: #fff;
	padding: 28px;
	text-align: center;
}

.ms-cart-empty h3 {
	margin: 0 0 8px;
	font-family: "Inter", sans-serif;
	font-size: 22px;
	font-weight: 850;
}

.ms-cart-empty p {
	margin: 0 0 20px;
	color: #66758d;
	font-size: 15px;
	line-height: 1.55;
}

.ms-cart-empty a {
	display: inline-flex;
	justify-content: center;
	min-height: 48px;
	border-radius: 14px;
	background: #071225;
	padding: 15px 22px;
	color: #fff;
	font-weight: 800;
	text-decoration: none;
}

.ms-cart-items {
	display: grid;
	gap: 14px;
}

.ms-cart-item {
	display: grid;
	grid-template-columns: 94px minmax(0, 1fr);
	gap: 14px;
	border: 1px solid #e2ebf6;
	border-radius: 22px;
	background: #fff;
	padding: 12px;
	box-shadow: 0 18px 38px -34px rgba(7, 18, 37, 0.5);
	transition: opacity 160ms ease;
}

.ms-cart-item.is-updating {
	opacity: 0.55;
	pointer-events: none;
}

.ms-cart-item__image {
	overflow: hidden;
	aspect-ratio: 1;
	border-radius: 16px;
	background: #eef5ff;
}

.ms-cart-item__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ms-cart-item__content {
	min-width: 0;
}

.ms-cart-item h3 {
	margin: 2px 0 9px;
	font-family: "Inter", sans-serif;
	font-size: 15px;
	font-weight: 850;
	line-height: 1.22;
}

.ms-cart-item h3 a {
	color: inherit;
	text-decoration: none;
}

.ms-cart-item__meta {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	color: #7a8799;
	font-size: 13px;
	font-weight: 700;
}

.ms-cart-item__meta strong {
	color: #c40000;
	font-size: 15px;
	font-weight: 850;
	text-align: right;
}

.ms-cart-item__controls {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 13px;
}

.ms-cart-item__controls button,
.ms-cart-item__controls span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	height: 34px;
	border: 1px solid #dbe5f1;
	border-radius: 12px;
	background: #fff;
	color: #071225;
	font-size: 14px;
	font-weight: 850;
	line-height: 1;
}

.ms-cart-item__controls button {
	cursor: pointer;
	transition: background-color 160ms ease, border-color 160ms ease;
}

.ms-cart-item__controls button:hover,
.ms-cart-item__controls button:focus-visible {
	border-color: #071225;
	background: #071225;
	color: #fff;
	outline: none;
}

.ms-cart-item__remove {
	margin-left: auto;
	padding-inline: 12px;
	color: #65748a !important;
	font-size: 12px !important;
}

.ms-cart-item__remove:hover,
.ms-cart-item__remove:focus-visible {
	color: #fff !important;
}

.ms-cart-drawer__footer {
	border-top: 1px solid #e7edf5;
	background: #fff;
	padding: 20px 30px 26px;
	box-shadow: 0 -16px 38px -34px rgba(7, 18, 37, 0.45);
}

.ms-cart-drawer__total {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 16px;
	color: #65748a;
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
}

.ms-cart-drawer__total strong {
	color: #071225;
	font-size: 22px;
	font-weight: 900;
	text-align: right;
	text-transform: none;
}

.ms-cart-drawer__checkout,
.ms-cart-drawer__cart-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 54px;
	border-radius: 15px;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 850;
	text-align: center;
	text-decoration: none;
}

.ms-cart-drawer__checkout {
	background: #071225;
	color: #fff;
	box-shadow: 0 18px 26px -22px rgba(7, 18, 37, 0.8);
}

.ms-cart-drawer__checkout:hover,
.ms-cart-drawer__checkout:focus-visible {
	background: #0067ff;
	color: #fff;
	outline: none;
}

.ms-cart-drawer__cart-link {
	margin-top: 9px;
	color: #65748a;
}

.ms-cart-drawer__cart-link:hover,
.ms-cart-drawer__cart-link:focus-visible {
	color: #0067ff;
	outline: none;
}

.ms-home-main {
	margin-block-start: 0;
	font-family: "Poppins", sans-serif;
}

.ms-home-main > .wp-block-post-content {
	margin-block-start: 0;
	max-width: none;
}

.ms-home-main .alignwide {
	width: min(1200px, calc(100% - 48px));
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

.ms-content-template {
	margin-block-start: 0;
}

.ms-content-template > .wp-block-post-content {
	margin-block-start: 0;
	max-width: none;
}

.ms-content-template > .wp-block-post-content > :where(:not(.alignfull):not(.alignwide):not(.ms-about-page)) {
	max-width: 760px;
	margin-right: auto;
	margin-left: auto;
}

.ms-content-template > .wp-block-post-content > .alignwide {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

.ms-content-template .alignwide {
	width: min(1200px, calc(100% - 48px));
	max-width: 1200px;
	margin-inline: auto;
}

.page-id-533 .ms-content-template > .wp-block-post-content > p:first-child,
.page-id-533 .ms-content-template > .wp-block-post-content > p:nth-child(2) {
	display: none;
}

.ms-section {
	padding-top: 82px;
	padding-bottom: 82px;
	margin-block-start: 0;
}

.ms-hero {
	position: relative;
	display: flex;
	align-items: stretch;
	overflow: hidden;
	margin-block-start: 0;
	background-position: center center;
}

.ms-hero.wp-block-cover {
	min-height: 100vh !important;
	min-height: 100svh !important;
}

.ms-hero .wp-block-cover__inner-container {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: min(1200px, calc(100% - 48px));
	max-width: 1200px;
	margin-inline: auto;
	padding-top: clamp(140px, 22vh, 240px);
	padding-bottom: clamp(40px, 6vh, 72px);
}

.ms-hero .wp-block-cover__image-background,
.ms-hero .ms-hero-background {
	position: absolute;
	inset: 0;
	z-index: 0;
	display: block;
	width: 100%;
	max-width: none;
	height: 100%;
	background-position: center center;
	background-size: cover;
	object-fit: cover;
	opacity: 1;
	transition: transform 120ms linear;
}

.ms-hero .wp-block-cover__background {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: #071930 !important;
	opacity: 0.55 !important;
}

.ms-hero-content {
	margin-left: 0 !important;
	padding-top: 0;
	color: #ffffff;
	max-width: 660px !important;
}

.ms-hero-chip {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 22px;
	padding: 9px 18px 9px 14px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	background: rgba(8, 20, 35, 0.32);
	backdrop-filter: blur(12px);
	color: #ffffff;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1.2;
	width: fit-content;
}

.ms-hero-chip__dot {
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: #34d399;
	box-shadow: 0 0 0 4px rgba(52, 211, 153, 0.22);
	flex: 0 0 auto;
}

.ms-hero-scroll {
	align-self: center;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	margin: 0;
	padding: 12px 16px 8px;
	border: 0;
	background: transparent;
	color: rgba(255, 255, 255, 0.78);
	font: inherit;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	cursor: pointer;
	border-radius: 14px;
	transition: color 220ms cubic-bezier(0.4, 0, 0.2, 1);
}

.ms-hero-scroll:hover,
.ms-hero-scroll:focus-visible {
	color: #ffffff;
	outline: none;
}

.ms-hero-scroll:focus-visible {
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.45);
}

.ms-hero-scroll__arrow {
	display: inline-flex;
	width: 38px;
	height: 38px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, 0.32);
	border-radius: 999px;
	background: rgba(8, 20, 35, 0.28);
	backdrop-filter: blur(8px);
	transition: border-color 220ms cubic-bezier(0.4, 0, 0.2, 1), background-color 220ms cubic-bezier(0.4, 0, 0.2, 1);
}

.ms-hero-scroll__arrow svg {
	animation: ms-hero-scroll-bob 1800ms cubic-bezier(0.4, 0, 0.2, 1) infinite;
	will-change: transform;
}

.ms-hero-scroll:hover .ms-hero-scroll__arrow,
.ms-hero-scroll:focus-visible .ms-hero-scroll__arrow {
	border-color: rgba(255, 255, 255, 0.7);
	background: rgba(255, 255, 255, 0.14);
}

@keyframes ms-hero-scroll-bob {
	0%, 100% { transform: translateY(0); }
	50%      { transform: translateY(6px); }
}

.ms-hero h1 {
	max-width: 660px;
	margin: 0;
	color: #ffffff;
	font-size: 88px;
	line-height: 1.4;
	letter-spacing: 0;
	text-transform: none;
}

.ms-hero-lead {
	max-width: 532px;
	margin-top: 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.9);
}

.wp-block-button__link {
	transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.wp-block-button__link:hover,
.wp-block-button__link:focus {
	transform: translateY(-1px);
}

.ms-button-secondary .wp-block-button__link,
.ms-outline-button .wp-block-button__link {
	border: 2px solid #0067ff;
	border-radius: 3px;
	padding: 18px 24px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}

.ms-button-secondary .wp-block-button__link {
	background: #0067ff;
	color: #ffffff;
}

.ms-button-secondary .wp-block-button__link:hover {
	background: #005ee9;
	border-color: #005ee9;
	color: #ffffff;
}

.ms-outline-button .wp-block-button__link {
	background: #0067ff;
	color: #ffffff;
	min-width: 169px;
	text-align: center;
	text-transform: uppercase;
}

.ms-outline-button .wp-block-button__link:hover {
	background: #005ee9;
	border-color: #005ee9;
	color: #ffffff;
}

.ms-intro {
	background: #ffffff;
	padding-top: clamp(64px, 8vw, 120px);
}

.ms-open-note {
	max-width: none !important;
	margin: 0 0 106px !important;
	padding: 12px 24px;
	color: #0f172a;
	font-size: 13px;
	font-weight: 700;
}

.ms-two-col {
	gap: 20px;
}

.ms-two-col > .wp-block-column {
	flex-basis: calc((100% - 20px) / 2) !important;
}

.ms-two-col h2,
.ms-section h2 {
	color: #111827;
	letter-spacing: 0;
}

.ms-two-col h2 {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.3;
	margin-top: 0;
	margin-bottom: 18px;
}

.ms-two-col p {
	color: #344054;
	line-height: 1.75;
	margin-bottom: 25px;
}

.ms-image-soft {
	margin: 0;
}

.ms-image-soft img {
	width: 100%;
	height: auto;
	border-radius: 16px;
	box-shadow: none;
	display: block;
}

.ms-card img,
.ms-event-card img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: var(--ms-radius-soft);
	box-shadow: var(--ms-shadow);
}

.ms-stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
	width: min(1120px, calc(100% - 48px));
	max-width: 1120px;
	margin: 60px auto 0;
	padding: 0;
}

.ms-stat {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	text-align: center;
}

.ms-stat strong {
	display: block;
	color: #005ee9;
	font-size: 69px;
	font-weight: 600;
	line-height: 1;
}

.ms-stat strong::after {
	content: "+";
}

.ms-stat strong[data-ms-counter="365"]::after {
	content: "";
}

.ms-stat span {
	display: block;
	margin-top: 0;
	color: #364151;
	font-size: 19px;
	font-weight: 400;
	line-height: 2.5;
	text-transform: none;
}

.ms-news,
.ms-shop {
	background: #ffffff;
}

.ms-section-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 24px;
	margin-bottom: 30px;
}

.ms-news .ms-section-heading {
	justify-content: center;
}

.ms-section-heading h2,
.ms-section-heading h4 {
	margin: 0;
}

.ms-card-grid {
	display: grid;
	gap: 30px;
}

.ms-card-grid-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ms-card,
.ms-event-card,
.ms-product-card,
.ms-category-card {
	overflow: hidden;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	transition: transform 160ms ease, box-shadow 160ms ease;
}

.ms-card:hover,
.ms-event-card:hover,
.ms-product-card:hover,
.ms-category-card:hover {
	transform: translateY(-4px);
	box-shadow: none;
}

.ms-card img {
	aspect-ratio: 380 / 251;
	height: auto;
	object-fit: cover;
	border-radius: 0;
	box-shadow: none;
}

.ms-card > div {
	padding: 20px 0 0;
}

.ms-card h3,
.ms-product-card h3,
.ms-event-card h3 {
	margin: 0 0 10px;
	color: #027eff;
	font-size: 18px;
	line-height: 1.3;
}

.ms-card p,
.ms-event-card p,
.ms-product-card p {
	margin: 0;
}

.ms-card p {
	color: #777777;
	font-size: 14px;
	line-height: 1.5;
}

.ms-card a {
	display: inline-block;
	margin-top: 14px;
	color: #027eff;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
}

.ms-eyebrow {
	margin-bottom: 8px !important;
	color: #0067ff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.ms-events > h2 {
	margin-bottom: 36px;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.3;
}

.ms-event-card {
	padding: 0;
	text-align: left;
}

.ms-event-card img {
	aspect-ratio: 1;
	height: auto;
	object-fit: cover;
	margin-top: 16px;
	border-radius: 0;
	box-shadow: none;
}

.ms-event-card h3 {
	color: #364151;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.65;
	text-align: center;
}

.ms-event-card p {
	display: none;
	color: #364151;
	font-size: 12px;
}

.ms-night-tour {
	margin-top: 28px;
	padding: 0;
	border-left: 0;
	border-radius: 0;
	background: transparent;
	color: #364151;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.65;
	text-align: left;
}

.ms-contest {
	gap: 20px;
	margin-top: 72px;
}

.ms-contest .ms-image-soft img {
	width: auto;
	max-width: 100%;
	max-height: 520px;
	margin-inline: auto;
}

.ms-category-grid {
	display: grid;
	grid-template-columns: repeat(2, 130px);
	gap: 18px;
	margin-bottom: 70px;
}

.ms-category-card {
	display: grid;
	place-items: center;
	padding: 12px;
	min-height: 90px;
	background: #d7c9c1;
	color: #0d223f;
	text-align: center;
	text-decoration: none;
}

.ms-category-card img {
	width: 70px;
	height: auto;
	margin-bottom: 16px;
}

.ms-category-card strong {
	color: #0f172a;
	font-size: 14px;
	line-height: 1.2;
}

.ms-category-card span {
	display: none;
}

.ms-product-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.ms-product-card {
	padding: 0;
	background: #ffffff;
}

.ms-product-card img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: var(--ms-radius-soft);
}

.ms-product-card span {
	display: block;
	margin-top: 16px;
	color: #777777;
	font-size: 12px;
	font-weight: 400;
	text-transform: none;
}

.ms-product-card p {
	margin-top: 12px;
	color: #027eff;
	font-weight: 700;
}

.ms-product-card a {
	display: inline-block;
	margin-top: 16px;
	color: #027eff;
	font-weight: 700;
}

.ms-product-card .ms-add-to-cart {
	padding: 11px 15px;
	background: #027eff;
	color: #ffffff;
	font-size: 12px;
	line-height: 1;
	text-decoration: none;
}

.ms-pricing {
	background: #ffffff;
}

.ms-price-list {
	display: grid;
	gap: 18px;
}

.ms-price-list a {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 12px !important;
	align-items: baseline;
	color: #0d223f;
	font-size: 19px;
	font-weight: 600;
	text-decoration: none;
}

.ms-price-list i {
	border-bottom: 2px dotted rgba(13, 34, 63, 0.26);
}

.ms-price-list strong {
	color: #0067ff;
}

.ms-pricing-note {
	margin-top: 34px;
	padding: 24px;
	border-radius: var(--ms-radius);
	background: #f2f7fb;
}

.ms-before-footer {
	margin-block-start: 0;
	padding: 96px 24px 76px;
	background: #d1dae5;
	color: #0f172a;
}

.ms-before-footer h3,
.ms-before-footer p {
	color: #0f172a;
}

.ms-before-footer h3 {
	margin-top: 0;
	font-size: 32px;
	line-height: 1.3;
}

.ms-newsletter-label {
	margin-bottom: 12px;
	color: #005ee9 !important;
	font-size: 16px;
	font-weight: 600;
}

.ms-newsletter-form {
	display: flex;
	justify-content: center;
	gap: 9px;
	margin-top: 26px;
}

.ms-newsletter-form input {
	width: min(431px, 70vw);
	height: 52px;
	padding: 0 11px;
	border: 1px solid #dddddd;
	background: #ffffff;
	font: inherit;
}

.ms-newsletter-form button {
	width: 160px;
	height: 54px;
	border: 0;
	background: #0057b8;
	color: #ffffff;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

.ms-footer {
	margin-block-start: 0;
	padding: 72px 24px 0;
	background: linear-gradient(180deg, #0f172a 0%, #081423 100%);
	color: rgba(255, 255, 255, 0.72);
	font-size: 15px;
	line-height: 1.7;
}

.ms-footer h3 {
	margin-top: 0;
	margin-bottom: 20px;
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.ms-footer h3::after {
	content: "";
	display: block;
	width: 28px;
	height: 2px;
	margin-top: 10px;
	border-radius: 1px;
	background: #00b8d9;
}

.ms-footer a {
	color: rgba(255, 255, 255, 0.72);
	text-decoration: none;
	transition: color 0.15s ease;
}

.ms-footer a:hover {
	color: #ffffff;
}

.ms-footer strong {
	color: #ffffff;
}

.ms-footer-grid {
	gap: 40px 48px;
}

.ms-footer-brand .wp-block-image {
	margin-bottom: 24px;
}

.ms-footer-brand p {
	max-width: 34ch;
}

.ms-footer-social {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
}

.ms-footer-social a {
	display: inline-flex;
	align-items: center;
	padding: 7px 18px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	color: #ffffff;
	font-size: 13px;
	font-weight: 600;
	transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}

.ms-footer-social a:hover {
	border-color: #00b8d9;
	background: rgba(0, 184, 217, 0.1);
	color: #00b8d9;
}

.ms-footer-links {
	padding-left: 0;
	list-style: none;
}

.ms-footer-links li + li {
	margin-top: 10px;
}

.ms-footer-nav-link a {
	color: #00b8d9;
	font-weight: 600;
}

.ms-footer-nav-link a::after {
	content: " →";
}

.ms-footer-nav-link a:hover {
	color: #ffffff;
}

.ms-footer-hours {
	max-width: 240px;
	padding-left: 0;
	list-style: none;
}

.ms-footer-hours li {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding: 7px 0;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.14);
}

.ms-footer-hours li span:last-child {
	color: #ffffff;
	font-variant-numeric: tabular-nums;
}

.ms-footer-bottom {
	margin-top: 56px;
	padding: 26px 0 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 13px;
}

.ms-footer-bottom p {
	margin: 0;
	color: rgba(255, 255, 255, 0.45);
	font-size: 13px;
}

.ms-footer-bottom img {
	opacity: 0.75;
	transition: opacity 0.15s ease;
}

.ms-footer-bottom a:hover img {
	opacity: 1;
}

.ms-footer-copy {
	margin-top: 0;
	color: rgba(255, 255, 255, 0.58);
	font-size: 13px;
}

.ms-content-template {
	padding: 120px 24px 80px;
}

.page-id-533 .ms-content-template,
.page-id-297 .ms-content-template {
	padding: 0;
}

.ms-about-page {
	width: 100%;
	max-width: none;
	margin-block-start: 0;
	color: #334155;
	background: #ffffff;
}

.ms-about-hero {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 100vh;
	min-height: 100svh;
	margin-block-start: 0;
	padding-top: clamp(140px, 22vh, 240px);
	padding-bottom: clamp(40px, 6vh, 72px);
	overflow: hidden;
	background: #081423;
}

.ms-about-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(8, 20, 35, 0.38) 0%, rgba(8, 20, 35, 0.08) 42%, rgba(8, 20, 35, 0.35) 100%);
}

.ms-about-hero img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ms-about-hero-content {
	position: relative;
	z-index: 1;
	width: min(1200px, calc(100% - 48px));
	margin: 0 auto;
	padding: 0;
	color: #ffffff;
	text-align: left;
}

.ms-about-hero-content > * {
	max-width: 660px;
}

.ms-about-hero .ms-hero-scroll {
	margin-top: auto;
	text-decoration: none;
}

.ms-about-kicker {
	margin: 0 0 18px;
	color: #ffffff;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.2;
}

.ms-about-hero h1 {
	max-width: 660px;
	margin: 0;
	color: #ffffff;
	font-size: clamp(54px, 7vw, 88px);
	font-weight: 800;
	line-height: 1.04;
	letter-spacing: 0;
}

.ms-about-scroll {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 60px;
	color: #ffffff;
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
}

.ms-about-section {
	padding: 96px 24px;
}

.ms-about-section-inner {
	width: min(1200px, 100%);
	margin-inline: auto;
}

.ms-about-intro-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 72px;
	align-items: start;
}

.ms-about-section h2 {
	margin: 0 0 24px;
	color: #111827;
	font-size: clamp(38px, 5vw, 64px);
	font-weight: 800;
	line-height: 1.04;
	letter-spacing: 0;
}

.ms-about-section h3 {
	margin: 0 0 14px;
	color: #111827;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.2;
}

.ms-about-section p {
	margin: 0;
	font-size: 16px;
	line-height: 1.8;
}

.ms-about-section p + p {
	margin-top: 18px;
}

.ms-about-stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	margin-top: 64px;
}

.ms-about-stat {
	border-top: 2px solid #e5edf7;
	padding-top: 22px;
}

.ms-about-stat strong {
	display: block;
	color: #0067ff;
	font-size: 46px;
	font-weight: 800;
	line-height: 1;
}

.ms-about-stat span {
	display: block;
	margin-top: 8px;
	color: #475569;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.ms-about-split {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 32px;
}

.ms-about-panel {
	padding: 42px;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
}

.ms-about-soft {
	background: #f2f7fb;
}

.ms-about-offer-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	margin-top: 44px;
}

.ms-about-card {
	padding: 34px;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.ms-about-card-icon {
	display: grid;
	width: 48px;
	height: 48px;
	margin-bottom: 24px;
	place-items: center;
	border-radius: 50%;
	background: #0067ff;
	color: #ffffff;
	font-size: 24px;
	font-weight: 800;
}

.ms-about-gallery {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 44px;
}

.ms-about-gallery img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	border-radius: 16px;
	object-fit: cover;
}

.ms-about-history {
	padding-top: 120px;
}

.ms-about-history h2 {
	text-align: center;
}

.ms-about-timeline {
	--ms-timeline-progress: 0%;
	position: relative;
	display: grid;
	gap: 24px;
	max-width: 1040px;
	margin: 24px auto 0;
	padding: 0;
}

.ms-about-timeline::before,
.ms-about-timeline::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 1px;
	transform: translateX(-50%);
}

.ms-about-timeline::before {
	background: #e7e7e7;
}

.ms-about-timeline::after {
	height: var(--ms-timeline-progress);
	background: #1e88e5;
	transition: height 180ms linear;
}

.ms-about-timeline-item {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 44px minmax(0, 1fr);
	align-items: center;
	column-gap: 16px;
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 520ms ease, transform 520ms ease;
}

.ms-about-timeline-item.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.ms-about-timeline-card {
	position: relative;
	grid-column: 1;
	padding: 30px 25px;
	border-radius: 16px;
	background: #ffffff;
	filter: drop-shadow(0 1px 10px rgba(219, 219, 219, 0.59));
}

.ms-about-timeline-card::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -10px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #ffffff;
	transform: translateY(-50%);
}

.ms-about-timeline-item:nth-child(even) .ms-about-timeline-card {
	grid-column: 3;
}

.ms-about-timeline-item:nth-child(even) .ms-about-timeline-card::after {
	right: auto;
	left: -10px;
	border-right: 10px solid #ffffff;
	border-left: 0;
}

.ms-about-timeline-marker {
	position: relative;
	z-index: 2;
	display: grid;
	grid-column: 2;
	width: 44px;
	height: 44px;
	place-items: center;
}

.ms-about-timeline-dot {
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 999px;
	background: #333333;
	box-shadow: 0 0 0 8px rgba(231, 231, 231, 0);
	transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.ms-about-timeline-item.is-visible .ms-about-timeline-dot {
	background: #1e88e5;
	box-shadow: 0 0 0 8px rgba(30, 136, 229, 0.08);
	transform: scale(1.08);
}

.ms-about-year {
	margin: 0 0 5px;
	color: #0067ff;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.2;
}

.ms-about-timeline-item h3 {
	margin: 0 0 5px;
	color: #333333;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.25;
}

.ms-about-timeline-item p {
	margin: 0;
	color: #42526a;
	font-size: 15px;
	line-height: 1.65;
}

.ms-about-report-link {
	margin: 72px auto 0 !important;
	text-align: center;
}

@media (max-width: 921px) {
	.ms-about-hero-content {
		width: min(100% - 36px, 720px);
		padding-bottom: 64px;
	}

	.ms-about-kicker {
		font-size: 22px;
	}

	.ms-about-intro-grid,
	.ms-about-split,
	.ms-about-offer-grid,
	.ms-about-gallery {
		grid-template-columns: 1fr;
	}

	.ms-about-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ms-about-section {
		padding: 72px 18px;
	}

	.ms-about-timeline {
		gap: 22px;
		padding-left: 34px;
	}

	.ms-about-timeline::before,
	.ms-about-timeline::after {
		left: 6px;
	}

	.ms-about-timeline-item {
		display: block;
	}

	.ms-about-timeline-marker {
		position: absolute;
		top: 30px;
		left: -50px;
	}

	.ms-about-timeline-card::after,
	.ms-about-timeline-item:nth-child(even) .ms-about-timeline-card::after {
		right: auto;
		left: -10px;
		border-right: 10px solid #ffffff;
		border-left: 0;
	}
}

@media (max-width: 544px) {
	.ms-about-hero {
		min-height: 760px;
	}

	.ms-about-hero h1 {
		font-size: 48px;
	}

	.ms-about-history {
		padding-top: 88px;
	}

	.ms-about-timeline-card {
		padding: 20px;
	}

	.ms-about-stats {
		grid-template-columns: 1fr;
	}

	.ms-about-panel,
	.ms-about-card {
		padding: 28px;
	}
}

.woocommerce .wp-site-blocks {
	background: #ffffff;
}

.woocommerce main,
.woocommerce-page main {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 24px;
	padding-left: 24px;
}

.js-ms-reveal {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 620ms cubic-bezier(0.4, 0, 0.2, 1), transform 620ms cubic-bezier(0.4, 0, 0.2, 1);
	will-change: transform, opacity;
}

.js-ms-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.ms-hero-content.js-ms-reveal {
	opacity: 1;
	transform: none;
	animation: ms-hero-rise 820ms cubic-bezier(0.4, 0, 0.2, 1) both;
	animation-delay: 120ms;
}

.ms-hero-scroll {
	opacity: 0;
	animation: ms-hero-scroll-in 720ms cubic-bezier(0.4, 0, 0.2, 1) 720ms forwards;
}

@keyframes ms-hero-rise {
	from { opacity: 0; transform: translateY(20px); }
	to   { opacity: 1; transform: translateY(0); }
}

@keyframes ms-hero-scroll-in {
	from { opacity: 0; transform: translateY(8px); }
	to   { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
	.js-ms-reveal,
	.js-ms-reveal.is-visible,
	.ms-hero-content.js-ms-reveal,
	.ms-hero-scroll {
		opacity: 1 !important;
		transform: none !important;
		animation: none !important;
		transition: none !important;
	}

	.ms-hero-scroll__arrow svg {
		animation: none !important;
	}
}

@media (max-width: 921px) {
	.home.admin-bar .ms-site-header,
	.page-id-533.admin-bar .ms-site-header,
	.page-id-297.admin-bar .ms-site-header {
		top: 46px;
	}

	.ms-header-inner {
		min-height: 76px;
		padding: 0 18px;
	}

	.ms-header-actions {
		display: none;
	}

	.ms-primary-nav {
		font-size: 14px;
	}

	.ms-hero h1 {
		font-size: 64px;
	}

	.ms-card-grid-3,
	.ms-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ms-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding: 0 24px;
	}

	.ms-two-col,
	.ms-contest {
		gap: 32px;
	}
}

@media (max-width: 640px) {
	.ms-section {
		padding-top: 64px;
		padding-bottom: 64px;
	}

	.ms-hero .wp-block-cover__inner-container {
		padding-top: 160px;
	}

	.ms-hero h1 {
		font-size: 48px;
		line-height: 1.08;
	}

	.ms-hero-lead {
		font-size: 17px;
	}

	.ms-card-grid-3,
	.ms-product-grid,
	.ms-stats {
		grid-template-columns: 1fr;
	}

	.ms-category-grid {
		grid-template-columns: repeat(2, minmax(0, 130px));
	}

	.ms-newsletter-form {
		flex-direction: column;
		align-items: center;
	}

	.ms-newsletter-form input,
	.ms-newsletter-form button {
		width: 100%;
		max-width: 431px;
	}

	.ms-price-list a {
		grid-template-columns: 1fr auto;
		font-size: 16px;
	}

	.ms-price-list i {
		display: none;
	}

	.ms-stat strong {
		font-size: 40px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	* {
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}

	.js-ms-reveal {
		opacity: 1;
		transform: none;
	}
}
/* ==========================================================================
   WooCommerce shop archive (archive-product.html)
   ========================================================================== */

body.woocommerce-shop,
body.tax-product_cat,
body.post-type-archive-product {
	background: var(--wp--preset--color--sand, #fbf7ee);
}

.ms-shop-archive {
	padding: clamp(40px, 6vw, 88px) 24px clamp(80px, 8vw, 120px);
	margin-block-start: 0;
}

.ms-shop-archive > .alignwide,
.ms-shop-archive .wp-block-woocommerce-product-collection.alignwide {
	max-width: 1200px;
	margin-inline: auto;
}

/* Toolbar: title + sort */
.ms-shop-toolbar {
	margin-bottom: 28px;
	gap: 16px 24px;
}

.ms-shop-title {
	margin: 0;
	color: var(--wp--preset--color--heading, #0d223f);
	font-size: clamp(36px, 4.5vw, 56px);
	font-weight: 800;
	letter-spacing: -0.01em;
	line-height: 1.04;
}

.ms-shop-sort {
	margin: 0;
}

.ms-shop-sort .orderby,
.ms-shop-sort select {
	appearance: none;
	-webkit-appearance: none;
	padding: 12px 44px 12px 18px;
	min-width: 220px;
	border: 1px solid #e5dfd0;
	border-radius: 999px;
	background: #fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='none' stroke='%230d223f' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round' d='M1 1.5l5 5 5-5'/></svg>") no-repeat right 18px center;
	color: var(--wp--preset--color--heading, #0d223f);
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.ms-shop-sort select:hover,
.ms-shop-sort select:focus {
	border-color: var(--wp--preset--color--primary, #0067ff);
	box-shadow: 0 0 0 3px rgba(0, 103, 255, 0.12);
	outline: none;
}

/* Category chips (rendered by woocommerce/product-categories with className=ms-shop-chips) */
.ms-shop-chips {
	margin: 0 0 36px;
}

.ms-shop-chips ul,
.ms-shop-chips .wc-block-product-categories-list,
.ms-shop-chips .wc-block-product-categories-list--depth-0 {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.ms-shop-chips ul ul {
	display: none; /* hide nested category lists */
}

.ms-shop-chips li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ms-shop-chips a {
	display: inline-flex;
	align-items: center;
	padding: 9px 18px;
	border: 1px solid #e5dfd0;
	border-radius: 999px;
	background: #fff;
	color: var(--wp--preset--color--heading, #0d223f);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.ms-shop-chips a:hover,
.ms-shop-chips a:focus-visible {
	background: var(--wp--preset--color--deep-sea, #081423);
	color: #fff;
	border-color: var(--wp--preset--color--deep-sea, #081423);
	transform: translateY(-1px);
}

body.tax-product_cat .ms-shop-chips a[href*="/product-category/"]:not(:hover) {
	/* keep neutral; current category not easily detectable from category list block */
}

/* Product collection grid */
.ms-product-collection {
	margin-block: 0 56px;
}

.ms-product-collection .wc-block-product-template,
.ms-product-collection .ms-product-template {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.ms-product-collection .wc-block-product-template > li,
.ms-product-collection .ms-product-template > li {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Card */
.ms-product-card {
	display: flex !important;
	flex-direction: column;
	gap: 14px;
	padding: 16px;
	height: 100%;
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 1px 0 rgba(13, 34, 63, 0.04), 0 18px 30px -28px rgba(13, 34, 63, 0.18);
	transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.ms-product-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 1px 0 rgba(13, 34, 63, 0.04), 0 28px 40px -24px rgba(13, 34, 63, 0.28);
}

.ms-product-card .wc-block-components-product-image {
	margin: 0;
	overflow: hidden;
	border-radius: 12px;
	background: var(--wp--preset--color--soft-blue, #f2f7fb);
}

.ms-product-card .wc-block-components-product-image,
.ms-product-card .wc-block-components-product-image .wc-block-components-product-image,
.ms-product-card .wc-block-components-product-image a,
.ms-product-card .wc-block-components-product-image picture {
	display: block;
	position: relative;
	aspect-ratio: 4 / 5;
}

.ms-product-card .wc-block-components-product-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.ms-product-card:hover .wc-block-components-product-image img {
	transform: scale(1.04);
}

/* Sale badge → coral pill */
.ms-product-card .wc-block-components-product-sale-badge {
	position: absolute;
	top: 12px;
	right: 12px;
	left: auto;
	padding: 6px 12px;
	border-radius: 999px;
	background: var(--wp--preset--color--coral, #ff6b5b);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	box-shadow: 0 6px 16px -8px rgba(255, 107, 91, 0.6);
}

.ms-product-card__title {
	margin: 4px 4px 0;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.3;
	color: var(--wp--preset--color--heading, #0d223f);
	min-height: 2.6em;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.ms-product-card__title,
.ms-product-card__title a {
	color: var(--wp--preset--color--heading, #0d223f) !important;
	text-decoration: none;
}

.ms-product-card__title a:hover {
	color: var(--wp--preset--color--primary, #0067ff) !important;
}

.ms-product-card .wc-block-components-product-price,
.ms-product-card .wp-block-woocommerce-product-price,
.ms-product-card .wp-block-woocommerce-product-price .wc-block-components-product-price {
	margin: 0 4px;
	font-size: 18px;
	font-weight: 800;
	color: var(--wp--preset--color--heading, #0d223f);
	line-height: 1.3;
}

.ms-product-card .wc-block-components-product-price .woocommerce-Price-amount,
.ms-product-card .wc-block-components-product-price bdi {
	display: inline;
	white-space: nowrap;
}

.ms-product-card .wc-block-components-product-price .woocommerce-Price-currencySymbol {
	display: inline;
	margin-left: 2px;
}

.ms-product-card .wc-block-components-product-price .woocommerce-price-suffix {
	display: block;
	margin-top: 2px;
	color: #94a3b8;
	font-size: 12px;
	font-weight: 500;
}

.ms-product-card .wc-block-components-product-price del,
.ms-product-card .wc-block-components-product-price .wc-block-components-product-price__regular {
	margin-right: 8px;
	color: #94a3b8;
	font-weight: 500;
	text-decoration: line-through;
}

.ms-product-card .wc-block-components-product-price ins,
.ms-product-card .wc-block-components-product-price .wc-block-components-product-price__value.is-discounted {
	color: var(--wp--preset--color--coral, #ff6b5b);
	text-decoration: none;
}

.ms-product-card__button {
	display: block !important;
	width: 100%;
	margin-top: auto;
	text-align: stretch;
}

.ms-product-card__button .wp-block-button__link,
.ms-product-card__button .wc-block-components-product-button .wp-block-button__link,
.ms-product-card__button a.button,
.ms-product-card__button > button,
.ms-product-card__button > .wc-block-components-product-button__button,
.ms-product-card__button button.wp-block-button__link {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 52px;
	box-sizing: border-box;
	padding: 16px 24px;
	border: none;
	border-radius: 999px;
	background: var(--wp--preset--color--coral, #ff6b5b) !important;
	color: #ffffff !important;
	font-family: var(--wp--preset--font-family--inter, 'Inter', sans-serif);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	box-shadow: 0 10px 20px -10px rgba(255, 107, 91, 0.55);
	transition: background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
	cursor: pointer;
}

.ms-product-card__button .wp-block-button__link > span,
.ms-product-card__button button > span:not([hidden]) {
	display: inline-block;
	color: inherit !important;
	font: inherit;
	letter-spacing: inherit;
	line-height: inherit;
}

.ms-product-card__button .wp-block-button__link:hover,
.ms-product-card__button a.button:hover,
.ms-product-card__button button:hover {
	background: #ef5947 !important;
	color: #ffffff !important;
	transform: translateY(-1px);
	box-shadow: 0 16px 28px -12px rgba(255, 107, 91, 0.75);
}

.ms-product-card__button .wp-block-button__link:active,
.ms-product-card__button button:active {
	transform: translateY(0);
	box-shadow: 0 6px 14px -8px rgba(255, 107, 91, 0.6);
}

.ms-product-card__button [hidden] {
	display: none !important;
}

.ms-product-card__button .added_to_cart {
	margin-top: 8px;
	text-align: center;
	color: var(--wp--preset--color--primary, #0067ff);
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
}

.ms-product-card__button > span:not([hidden]) .added_to_cart {
	display: block;
}

/* Pagination */
.ms-shop-pagination {
	margin-top: 16px;
	gap: 8px;
}

.ms-shop-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 12px;
	border-radius: 999px;
	background: #fff;
	color: var(--wp--preset--color--heading, #0d223f);
	font-weight: 600;
	text-decoration: none;
	transition: background 0.18s ease, color 0.18s ease;
}

.ms-shop-pagination .page-numbers.current {
	background: var(--wp--preset--color--deep-sea, #081423);
	color: #fff;
}

.ms-shop-pagination .page-numbers:hover {
	background: var(--wp--preset--color--soft-blue, #f2f7fb);
}

/* Responsive */
@media (max-width: 960px) {
	.ms-product-collection .wc-block-product-template,
	.ms-product-collection .ms-product-template {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px;
	}

	.ms-shop-toolbar {
		flex-direction: column;
		align-items: flex-start;
	}

	.ms-shop-sort select {
		min-width: 0;
		width: 100%;
	}
}

@media (max-width: 560px) {
	.ms-product-collection .wc-block-product-template,
	.ms-product-collection .ms-product-template {
		grid-template-columns: minmax(0, 1fr);
	}

	.ms-shop-archive {
		padding-inline: 16px;
	}
}

/* Figma-aligned shop archive refinement with left category panel. */
body.woocommerce-shop,
body.tax-product_cat,
body.post-type-archive-product {
	background: #ffffff;
}

.ms-shop-archive {
	padding: 56px 24px 96px;
	font-family: "Inter", sans-serif;
}

main.ms-shop-archive {
	width: 100vw !important;
	max-width: none !important;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	padding-left: 0;
	padding-right: 0;
	overflow-x: clip;
}

.ms-shop-archive > .alignwide,
.ms-shop-layout {
	width: min(1284px, calc(100% - 48px));
	max-width: 1284px;
	margin-inline: auto;
}

.ms-shop-toolbar {
	margin-bottom: 32px;
}

.ms-shop-title {
	color: #09090b;
	font-size: clamp(42px, 4vw, 58px);
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0;
}

.ms-shop-sort .orderby,
.ms-shop-sort select {
	min-width: 202px;
	height: 40px;
	padding: 9px 42px 9px 13px;
	border: 1px solid #d3d5d8;
	border-radius: 16px;
	background-color: #ffffff;
	color: #09090b;
	font-size: 14.6px;
	font-weight: 500;
	line-height: 17px;
	box-shadow: none;
}

.ms-shop-layout {
	display: grid;
	grid-template-columns: 248px minmax(0, 1fr);
	gap: 40px;
	align-items: start;
}

.ms-shop-sidebar {
	position: sticky;
	top: 112px;
	padding: 22px;
	border: 1px solid #e4e7ec;
	border-radius: 20px;
	background: #f7fbff;
	box-shadow: 0 18px 40px -34px rgba(9, 9, 11, 0.35);
}

.ms-shop-sidebar__title {
	margin: 0;
	color: #09090b;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.2;
}

.ms-shop-sidebar__intro {
	margin: 8px 0 18px;
	color: #667085;
	font-size: 13px;
	line-height: 1.45;
}

.ms-shop-categories {
	margin: 0;
}

.ms-shop-categories ul,
.ms-shop-categories .wc-block-product-categories-list,
.ms-shop-categories .wc-block-product-categories-list--depth-0 {
	display: grid;
	gap: 8px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.ms-shop-categories li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ms-shop-categories ul ul {
	display: none;
}

.ms-shop-categories a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 42px;
	padding: 10px 13px;
	border: 1px solid transparent;
	border-radius: 14px;
	background: #ffffff;
	color: #111827;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
	text-decoration: none;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.ms-shop-categories a::after {
	content: "→";
	color: #98a2b3;
	font-weight: 700;
}

.ms-shop-categories a:hover,
.ms-shop-categories a:focus-visible {
	border-color: #09090b;
	background: #ffffff;
	color: #09090b;
	transform: translateX(2px);
	outline: none;
}

.ms-shop-results {
	min-width: 0;
}

.ms-product-collection {
	margin: 0 0 64px;
}

.ms-product-collection .wc-block-product-template,
.ms-product-collection .ms-product-template {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 32px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.ms-product-card {
	display: flex !important;
	flex-direction: column;
	align-items: stretch;
	gap: 8px !important;
	height: 100%;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	text-align: center;
	transition: transform 180ms ease;
}

.ms-product-card.wp-block-group,
.ms-product-card.is-layout-flex,
.ms-product-card.wp-block-group-is-layout-flex {
	gap: 8px !important;
}

.ms-product-card > * {
	margin-block-start: 0 !important;
	margin-block-end: 0 !important;
}

.ms-product-card:hover {
	transform: translateY(-3px);
	box-shadow: none;
}

.ms-product-card .wc-block-components-product-image {
	position: relative;
	margin: 0;
	overflow: hidden;
	border-radius: 16px;
	background: #f2f7fb;
	box-shadow: none;
}

.ms-product-card .wc-block-components-product-image,
.ms-product-card .wc-block-components-product-image .wc-block-components-product-image,
.ms-product-card .wc-block-components-product-image a,
.ms-product-card .wc-block-components-product-image picture {
	display: block;
	aspect-ratio: 1;
}

.ms-product-card .wc-block-components-product-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 240ms ease;
}

.ms-product-card:hover .wc-block-components-product-image img {
	transform: scale(1.025);
}

.ms-product-card .wc-block-components-product-sale-badge {
	position: absolute;
	top: 8px;
	right: 8px;
	left: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 26px;
	padding: 4px 9px;
	border: 1px solid #09090b;
	border-radius: 16px;
	background: #b80f0a;
	color: #ffffff;
	font-size: 12px;
	font-style: italic;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	text-transform: uppercase;
	box-shadow: none;
}

.ms-product-card__title {
	min-height: 0;
	margin: 0;
	color: #0a0a0a;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.4;
	letter-spacing: 0.18px;
	text-align: center;
}

.ms-product-card__title,
.ms-product-card__title a {
	color: #0a0a0a !important;
	text-decoration: none;
}

.ms-product-card__title a:hover {
	color: #005ee9 !important;
}

.ms-product-card .wc-block-components-product-price,
.ms-product-card .wp-block-woocommerce-product-price,
.ms-product-card .wp-block-woocommerce-product-price .wc-block-components-product-price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: center;
	gap: 0 13px;
	margin: 0;
	color: #b80f0a;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.25;
	text-align: center;
}

.ms-product-card .wc-block-components-product-price del,
.ms-product-card .wc-block-components-product-price del *,
.ms-product-card .wp-block-woocommerce-product-price del,
.ms-product-card .wp-block-woocommerce-product-price del * {
	margin: 0;
	color: #211916;
	font-weight: 500;
	opacity: 1;
	text-decoration-line: line-through !important;
	text-decoration-style: solid !important;
	text-decoration-thickness: 1px !important;
	text-underline-offset: 0 !important;
}

.ms-product-card .wc-block-components-product-price ins {
	color: #b80f0a;
	font-weight: 600;
	text-decoration: none;
}

.ms-product-card .wc-block-components-product-price .woocommerce-Price-amount,
.ms-product-card .wc-block-components-product-price bdi {
	white-space: nowrap;
}

.ms-product-card .wc-block-components-product-price .woocommerce-price-suffix {
	flex-basis: 100%;
	margin-top: 0;
	color: #98a2b3;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.35;
}

.ms-product-card__button {
	display: block !important;
	width: 100%;
	margin-top: 0;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

.ms-product-card__button.wc-block-components-product-button,
.ms-product-card__button .wc-block-components-product-button,
.ms-product-card__button .wc-block-components-product-button__button {
	width: 100% !important;
	max-width: none !important;
}

.ms-product-card__button .wp-block-button__link,
.ms-product-card__button .wc-block-components-product-button .wp-block-button__link,
.ms-product-card__button a.button,
.ms-product-card__button > button,
.ms-product-card__button > .wc-block-components-product-button__button,
.ms-product-card__button button.wp-block-button__link,
.ms-product-card__button button.wc-block-components-product-button__button,
.ms-product-card__button .wc-block-components-product-button__button {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	min-width: 0 !important;
	min-height: 54px !important;
	box-sizing: border-box !important;
	padding: 0 25px !important;
	border: 1px solid #0a0a0a !important;
	border-radius: 16px !important;
	background: #ffffff !important;
	color: #211916 !important;
	font-family: "Inter", sans-serif;
	font-size: 18px !important;
	font-weight: 600 !important;
	line-height: 1 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	box-shadow: none !important;
	text-decoration: none !important;
}

.ms-product-card__button .wp-block-button__link span,
.ms-product-card__button button.wp-block-button__link span,
.ms-product-card__button .wc-block-components-product-button__button span {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	color: inherit !important;
	font: inherit !important;
	line-height: inherit !important;
	transform: translateY(-1px);
}

.ms-product-card__button .wp-block-button__link:hover,
.ms-product-card__button a.button:hover,
.ms-product-card__button button:hover,
.ms-product-card__button .wc-block-components-product-button__button:hover {
	border-color: #0a0a0a !important;
	background: #0a0a0a !important;
	color: #ffffff !important;
	transform: none;
	box-shadow: none;
}

.ms-product-card__button .added_to_cart {
	display: block;
	margin-top: 8px;
	color: #005ee9;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
}

.ms-shop-pagination {
	margin-top: 36px;
	gap: 16px;
}

.ms-shop-pagination .page-numbers {
	min-width: 48px;
	height: 48px;
	border-radius: 16px;
	background: transparent;
	color: #211916;
	font-size: 18px;
	font-weight: 700;
}

.ms-shop-pagination .page-numbers.current {
	background: #0a0a0a;
	color: #ffffff;
}

@media (max-width: 1180px) {
	.ms-shop-layout {
		grid-template-columns: 220px minmax(0, 1fr);
		gap: 28px;
	}

	.ms-product-collection .wc-block-product-template,
	.ms-product-collection .ms-product-template {
		gap: 24px;
	}
}

@media (max-width: 960px) {
	.ms-shop-layout {
		grid-template-columns: 1fr;
	}

	.ms-shop-sidebar {
		position: static;
	}

	.ms-shop-categories ul,
	.ms-shop-categories .wc-block-product-categories-list,
	.ms-shop-categories .wc-block-product-categories-list--depth-0 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	.ms-shop-archive {
		padding: 40px 16px 72px;
	}

	.ms-shop-archive > .alignwide,
	.ms-shop-layout {
		width: 100%;
	}

	.ms-product-collection .wc-block-product-template,
	.ms-product-collection .ms-product-template {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 28px 18px;
	}

	.ms-product-card__title {
		font-size: 15px;
	}

	.ms-product-card .wc-block-components-product-price,
	.ms-product-card .wp-block-woocommerce-product-price,
	.ms-product-card .wp-block-woocommerce-product-price .wc-block-components-product-price {
		font-size: 16px;
		line-height: 1.45;
	}

	.ms-product-card__button .wp-block-button__link,
	.ms-product-card__button .wc-block-components-product-button .wp-block-button__link,
	.ms-product-card__button a.button,
	.ms-product-card__button > button,
	.ms-product-card__button > .wc-block-components-product-button__button,
	.ms-product-card__button button.wp-block-button__link {
		min-height: 46px;
		font-size: 14px;
	}
}

@media (max-width: 460px) {
	.ms-shop-categories ul,
	.ms-shop-categories .wc-block-product-categories-list,
	.ms-shop-categories .wc-block-product-categories-list--depth-0,
	.ms-product-collection .wc-block-product-template,
	.ms-product-collection .ms-product-template {
		grid-template-columns: 1fr;
	}
}

/* Native WooCommerce product archive block. */
.ms-wc-archive {
	width: min(1480px, calc(100% - clamp(32px, 6vw, 96px)));
	max-width: 1480px !important;
	margin-inline: auto !important;
	font-family: "Inter", sans-serif;
	color: #09090b;
}

body .is-layout-constrained > .ms-wc-archive.alignwide {
	width: min(1480px, calc(100% - clamp(32px, 6vw, 96px)));
	max-width: 1480px !important;
	margin-inline: auto !important;
}

main.ms-shop-archive > .ms-wc-archive.alignwide,
.ms-shop-archive .ms-wc-archive.alignwide {
	width: min(1480px, calc(100% - clamp(32px, 6vw, 96px))) !important;
	max-width: 1480px !important;
	margin-inline: auto !important;
}

.ms-wc-hero {
	display: grid;
	grid-template-columns: 320px minmax(0, 1fr);
	gap: 56px;
	align-items: end;
	margin-bottom: 34px;
}

.ms-wc-hero > div {
	grid-column: 1 / 2;
}

.ms-wc-eyebrow {
	margin: 0 0 10px;
	color: #005ee9;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
}

.ms-wc-hero h1 {
	margin: 0;
	color: #09090b;
	font-size: clamp(44px, 5vw, 68px);
	font-weight: 800;
	line-height: 0.95;
	letter-spacing: 0;
}

.ms-wc-count {
	margin: 14px 0 0;
	color: #667085;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
}

.ms-wc-sort {
	display: grid;
	justify-self: end;
	gap: 7px;
	min-width: 236px;
	width: 312px;
}

.ms-wc-sort label {
	color: #667085;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
}

.ms-wc-sort select {
	width: 100%;
	height: 44px;
	padding: 10px 44px 10px 15px;
	border: 1px solid #d3d5d8;
	border-radius: 16px;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5 6 6.5 11 1.5' fill='none' stroke='%2309090b' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 17px center;
	color: #09090b;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	box-shadow: 0 12px 28px -26px rgba(9, 9, 11, 0.5);
	appearance: none;
	cursor: pointer;
}

.ms-wc-sort select:hover {
	border-color: #98a2b3;
}

.ms-wc-sort select:focus-visible {
	border-color: #0067ff;
	outline: none;
}

.tax-product_cat .ms-wc-card__category {
	display: none;
}

.ms-wc-layout {
	display: grid;
	grid-template-columns: 320px minmax(0, 1fr);
	gap: 56px;
	align-items: start;
}

.ms-wc-sidebar {
	position: sticky;
	top: 112px;
	padding: 28px;
	border: 1px solid #e3e8ef;
	border-radius: 28px;
	background:
		linear-gradient(160deg, rgba(0, 94, 233, 0.08), rgba(255, 255, 255, 0) 46%),
		#f8fbff;
	box-shadow: 0 28px 64px -44px rgba(9, 9, 11, 0.55);
}

.ms-wc-sidebar__header h2 {
	margin: 0;
	color: #09090b;
	font-size: 30px;
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.01em;
}

.ms-wc-sidebar__header p {
	margin: 12px 0 24px;
	color: #5f6f86;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5;
}

.ms-wc-categories {
	display: grid;
	gap: 12px;
}

.ms-wc-category-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	min-height: 64px;
	padding: 16px 20px;
	border: 1px solid transparent;
	border-radius: 18px;
	background: #fff;
	color: #111827;
	text-decoration: none;
	transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.ms-wc-category-link span {
	min-width: 0;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.2;
}

.ms-wc-category-link small {
	flex: 0 0 auto;
	color: #98a2b3;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
}

.ms-wc-category-link.is-child {
	margin-left: 16px;
	min-height: 56px;
	background: rgba(255, 255, 255, 0.74);
}

.ms-wc-category-link.is-child span {
	font-size: 16px;
}

.ms-wc-category-link:hover,
.ms-wc-category-link:focus-visible,
.ms-wc-category-link.is-active {
	border-color: #09090b;
	background: #09090b;
	color: #fff;
	transform: translateX(2px);
	outline: none;
	box-shadow: 0 18px 28px -22px rgba(9, 9, 11, 0.8);
}

.ms-wc-category-link:hover small,
.ms-wc-category-link:focus-visible small,
.ms-wc-category-link.is-active small {
	color: rgba(255, 255, 255, 0.72);
}

.ms-wc-results {
	min-width: 0;
}

.ms-wc-grid {
	display: grid;
	grid-template-columns: repeat(var(--ms-wc-columns, 3), minmax(0, 1fr));
	gap: 44px 44px;
}

.ms-wc-card {
	display: grid;
	grid-template-rows: auto 1fr auto;
	gap: 14px;
	min-width: 0;
	text-align: center;
	transition: transform 180ms ease;
}

.ms-wc-card:hover {
	transform: translateY(-4px);
}

.ms-wc-card.is-variable {
	gap: 14px;
	padding: 12px;
	border: 1px solid #e3e8ef;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 24px 54px -44px rgba(9, 9, 11, 0.48);
	text-align: left;
}

.ms-wc-card.is-variable:hover {
	box-shadow: 0 28px 60px -42px rgba(9, 9, 11, 0.56);
}

.ms-wc-card__image {
	position: relative;
	display: block;
	overflow: hidden;
	aspect-ratio: 1;
	border-radius: 18px;
	background: #eef5fb;
	box-shadow: 0 20px 46px -38px rgba(9, 9, 11, 0.75);
}

.ms-wc-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 260ms ease;
}

.ms-wc-card:hover .ms-wc-card__image img {
	transform: scale(1.03);
}

.ms-wc-card__badge {
	position: absolute;
	top: 10px;
	right: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	padding: 4px 10px;
	border: 1px solid #09090b;
	border-radius: 999px;
	background: #b80f0a;
	color: #fff;
	font-size: 12px;
	font-style: italic;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
}

.ms-wc-card__body {
	display: grid;
	gap: 8px;
	min-height: 126px;
	padding-inline: 10px;
	align-content: start;
}

.ms-wc-card.is-variable .ms-wc-card__body {
	gap: 8px;
	padding-inline: 4px;
}

.ms-wc-card__category {
	margin: 0;
	color: #667085;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
}

.ms-wc-card h3 {
	margin: 0;
	color: #0a0a0a;
	font-size: 19px;
	font-weight: 800;
	line-height: 1.24;
	letter-spacing: 0;
}

.ms-wc-card h3 a {
	color: inherit;
	text-decoration: none;
}

.ms-wc-card h3 a:hover {
	color: #005ee9;
}

.ms-wc-card.is-variable h3 {
	font-size: 20px;
	line-height: 1.2;
}

.ms-wc-card__price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: center;
	gap: 0 12px;
	min-height: 25px;
	color: #b80f0a;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.25;
}

.ms-wc-card__price del,
.ms-wc-card__price del * {
	color: #211916;
	font-size: 14px;
	font-weight: 600;
	opacity: 1;
	text-decoration-line: line-through !important;
	text-decoration-thickness: 1px !important;
	text-decoration-style: solid !important;
	text-underline-offset: 0 !important;
}

.ms-wc-card__price ins {
	color: #b80f0a;
	text-decoration: none;
}

.ms-wc-card__price .woocommerce-Price-amount,
.ms-wc-card__price bdi {
	white-space: nowrap;
}

.ms-wc-card__price .woocommerce-price-suffix {
	flex-basis: 100%;
	margin-top: -1px;
	color: #98a2b3;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.25;
}

.ms-wc-card.is-variable .ms-wc-card__price {
	justify-content: flex-start;
	color: #b80f0a;
	font-size: 22px;
	font-weight: 800;
}

.ms-wc-card__options {
	display: grid;
	gap: 10px;
	margin-top: 2px;
	padding: 12px;
	border: 1px solid #d8e2ef;
	border-radius: 18px;
	background: #f8fbff;
}

.ms-wc-card__options-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 10px;
}

.ms-wc-card__options-head span {
	color: #5f6f86;
	font-size: 12px;
	font-weight: 850;
	line-height: 1;
	text-transform: uppercase;
}

.ms-wc-card__options-head strong {
	color: #b80f0a;
	font-size: 16px;
	font-weight: 850;
	line-height: 1.1;
	white-space: nowrap;
}

.ms-wc-card__option-grid {
	display: grid;
	gap: 8px;
}

.ms-wc-card__option-form {
	margin: 0;
}

.ms-wc-card__option {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
	min-height: 44px;
	padding: 9px 11px;
	border: 1px solid #d8e2ef;
	border-radius: 14px;
	background: #fff;
	color: #111827;
	font-family: "Inter", sans-serif;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.ms-wc-card__option span {
	min-width: 0;
	font-size: 13px;
	font-weight: 850;
	line-height: 1.15;
}

.ms-wc-card__option strong {
	flex: 0 0 auto;
	color: #b80f0a;
	font-size: 13px;
	font-weight: 850;
	line-height: 1;
	white-space: nowrap;
}

.ms-wc-card__option:hover,
.ms-wc-card__option:focus-visible,
.ms-wc-card__option.is-active {
	border-color: #09090b;
	background: #09090b;
	color: #fff;
	outline: none;
	transform: translateY(-1px);
	box-shadow: 0 14px 22px -18px rgba(9, 9, 11, 0.82);
}

.ms-wc-card__option:hover strong,
.ms-wc-card__option:focus-visible strong,
.ms-wc-card__option.is-active strong {
	color: #fff;
}

.ms-wc-card__option.is-loading {
	opacity: 0.68;
	cursor: progress;
}

.ms-wc-card__button,
.woocommerce a.ms-wc-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 55px;
	padding: 0 24px;
	border: 1px solid #0067ff;
	border-radius: 16px;
	background: #0067ff;
	color: #ffffff;
	font-family: "Inter", sans-serif;
	font-size: 17px;
	font-weight: 750;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	box-shadow: none;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

body.tax-product_cat:not(.term-adopce) .ms-wc-grid,
body.woocommerce-shop .ms-wc-grid,
body.post-type-archive-product .ms-wc-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.tax-product_cat:not(.term-adopce) .ms-wc-card,
body.woocommerce-shop .ms-wc-card,
body.post-type-archive-product .ms-wc-card {
	padding: 10px;
	border: 1px solid transparent;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 20px 48px -42px rgba(9, 9, 11, 0.42);
}

body.tax-product_cat:not(.term-adopce) .ms-wc-card__image,
body.woocommerce-shop .ms-wc-card__image,
body.post-type-archive-product .ms-wc-card__image {
	border-radius: 16px;
}

body.tax-product_cat:not(.term-adopce) .ms-wc-card__button,
body.tax-product_cat:not(.term-adopce).woocommerce a.ms-wc-card__button,
body.woocommerce-shop .ms-wc-card__button,
body.woocommerce-shop.woocommerce a.ms-wc-card__button,
body.post-type-archive-product .ms-wc-card__button,
body.post-type-archive-product.woocommerce a.ms-wc-card__button {
	min-height: 52px;
	border-radius: 15px;
}

.ms-wc-card__button:hover,
.ms-wc-card__button:focus-visible,
.woocommerce a.ms-wc-card__button:hover,
.woocommerce a.ms-wc-card__button:focus-visible {
	border-color: #005ee9;
	background: #005ee9;
	color: #fff;
	outline: none;
	box-shadow: 0 16px 24px -20px rgba(0, 94, 233, 0.8);
}

.ms-wc-card__button.loading {
	opacity: 0.72;
	pointer-events: none;
}

.ms-wc-card .added_to_cart {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	color: #005ee9;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

.tax-product_cat.term-adopce .ms-wc-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 44px;
}

/* Native WooCommerce product detail. */
.ms-product-template {
	width: 100vw !important;
	max-width: none !important;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	padding: 54px 24px 88px;
	font-family: "Inter", sans-serif;
	color: #09090b;
	overflow-x: clip;
}

.ms-product-template > .ms-product-detail.alignwide,
body .is-layout-constrained > .ms-product-template > .ms-product-detail.alignwide,
.ms-product-detail {
	box-sizing: border-box;
	width: min(1180px, 100%) !important;
	max-width: 1180px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.ms-product-detail__hero {
	display: grid;
	grid-template-columns: minmax(0, 680px) minmax(300px, 360px);
	gap: clamp(22px, 3vw, 36px);
	align-items: start;
	justify-content: center;
}

.ms-product-detail__gallery {
	display: grid;
	gap: 16px;
	min-width: 0;
}

.ms-product-detail__main-image {
	overflow: hidden;
	border-radius: 22px;
	background: #eef5fb;
	box-shadow: 0 24px 58px -44px rgba(9, 9, 11, 0.62);
}

.ms-product-detail__main-image img {
	display: block;
	width: 100%;
	aspect-ratio: 1.08 / 1;
	height: auto;
	object-fit: cover;
}

.ms-product-detail__thumbs {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.ms-product-detail__thumbs img {
	display: block;
	width: 100%;
	aspect-ratio: 1;
	border-radius: 16px;
	object-fit: cover;
	background: #eef5fb;
}

.ms-product-detail__summary {
	position: sticky;
	top: 112px;
	display: grid;
	gap: 13px;
	min-width: 0;
	padding: clamp(20px, 2vw, 26px);
	border: 1px solid #e3e8ef;
	border-radius: 22px;
	background:
		linear-gradient(160deg, rgba(0, 94, 233, 0.08), rgba(255, 255, 255, 0) 42%),
		#fff;
	box-shadow: 0 28px 72px -54px rgba(9, 9, 11, 0.62);
}

.ms-product-detail__eyebrow,
.ms-product-detail__section-label {
	margin: 0;
	color: #005ee9;
	font-size: 13px;
	font-weight: 850;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
}

.ms-product-detail__summary h1 {
	margin: 0;
	color: #09090b;
	font-size: clamp(32px, 3vw, 42px);
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1;
}

.ms-product-detail__price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0 14px;
	color: #b80f0a;
	font-size: clamp(23px, 2vw, 28px);
	font-weight: 850;
	line-height: 1.1;
}

.ms-product-detail__price del,
.ms-product-detail__price del * {
	color: #211916;
	font-size: 17px;
	font-weight: 700;
	opacity: 1;
	text-decoration-line: line-through !important;
	text-decoration-thickness: 1px !important;
}

.ms-product-detail__price ins {
	color: #b80f0a;
	text-decoration: none;
}

.ms-product-detail__price .woocommerce-price-suffix {
	flex-basis: 100%;
	margin-top: 2px;
	color: #98a2b3;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
}

.ms-product-detail__availability {
	margin: -6px 0 0;
	color: #667085;
	font-size: 14px;
	font-weight: 750;
}

.ms-product-detail__short {
	color: #42526b;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
}

.ms-product-detail__short p {
	margin: 0;
}

.ms-product-detail__purchase {
	display: grid;
	gap: 14px;
	margin-top: 4px;
}

.ms-product-detail__purchase form.cart {
	display: grid;
	gap: 10px;
	margin: 0;
}

.ms-product-detail__purchase .quantity {
	display: inline-grid;
	width: 126px;
}

.ms-product-detail__purchase .qty {
	width: 100%;
	min-height: 48px;
	padding: 0 14px;
	border: 1px solid #d3d5d8;
	border-radius: 15px;
	background: #fff;
	color: #09090b;
	font-family: "Inter", sans-serif;
	font-size: 17px;
	font-weight: 800;
	text-align: center;
}

.ms-product-detail__purchase .single_add_to_cart_button,
.woocommerce .ms-product-detail__purchase .single_add_to_cart_button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 52px;
	padding: 0 26px;
	border: 1px solid #09090b;
	border-radius: 17px;
	background: #09090b;
	color: #fff;
	font-family: "Inter", sans-serif;
	font-size: 17px;
	font-weight: 850;
	line-height: 1;
	text-decoration: none;
	box-shadow: 0 18px 32px -24px rgba(9, 9, 11, 0.82);
	transition: background-color 160ms ease, color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.ms-product-detail__purchase .single_add_to_cart_button:hover,
.ms-product-detail__purchase .single_add_to_cart_button:focus-visible {
	background: #005ee9;
	border-color: #005ee9;
	color: #fff;
	outline: none;
	transform: translateY(-1px);
}

.ms-product-detail__purchase .single_add_to_cart_button.loading {
	opacity: 0.72;
	cursor: progress;
}

.ms-product-detail__purchase table.variations {
	width: 100%;
	margin: 0;
	border: 0;
	border-collapse: separate;
	border-spacing: 0 10px;
}

.ms-product-detail__purchase table.variations th,
.ms-product-detail__purchase table.variations td {
	display: block;
	padding: 0;
	border: 0;
	text-align: left;
}

.ms-product-detail__purchase table.variations label {
	display: block;
	margin-bottom: 10px;
	color: #667085;
	font-size: 12px;
	font-weight: 850;
	line-height: 1;
	text-transform: uppercase;
}

.ms-product-detail__purchase table.variations .value {
	display: grid;
	gap: 10px;
}

.ms-product-detail__purchase table.variations select {
	width: 100%;
	min-height: 52px;
	padding: 0 42px 0 14px;
	border: 1px solid #d3d5d8;
	border-radius: 15px;
	background: #fff;
	color: #09090b;
	font-family: "Inter", sans-serif;
	font-size: 15px;
	font-weight: 750;
}

.ms-product-detail__purchase .cfvsw-swatches-container {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	margin: 0;
	padding: 10px;
	border: 1px solid #d8e2ef;
	border-radius: 17px;
	background: #f8fbff;
}

.ms-product-detail__purchase .cfvsw-swatches-option {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 40px;
	margin: 0 !important;
	padding: 9px 10px !important;
	border: 1px solid #d8e2ef !important;
	border-radius: 14px !important;
	background: #fff !important;
	color: #111827 !important;
	box-shadow: none !important;
	cursor: pointer;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.ms-product-detail__purchase .cfvsw-swatches-option::after {
	content: none;
}

.ms-product-detail__purchase .cfvsw-swatches-option .cfvsw-swatch-inner,
.ms-product-detail__purchase .cfvsw-swatches-option span {
	color: inherit !important;
	font-family: "Inter", sans-serif;
	font-size: 13px !important;
	font-weight: 850 !important;
	line-height: 1.15 !important;
}

.ms-product-detail__purchase .cfvsw-swatches-option:hover,
.ms-product-detail__purchase .cfvsw-swatches-option:focus-visible,
.ms-product-detail__purchase .cfvsw-swatches-option.cfvsw-selected-swatch,
.ms-product-detail__purchase .cfvsw-swatches-option.selected {
	border-color: #09090b !important;
	background: #09090b !important;
	color: #fff !important;
	outline: none;
	transform: translateY(-1px);
	box-shadow: 0 14px 22px -18px rgba(9, 9, 11, 0.82) !important;
}

.ms-product-detail__purchase .cfvsw-swatches-option:hover::after,
.ms-product-detail__purchase .cfvsw-swatches-option:focus-visible::after,
.ms-product-detail__purchase .cfvsw-swatches-option.cfvsw-selected-swatch::after,
.ms-product-detail__purchase .cfvsw-swatches-option.selected::after {
	content: none;
}

.ms-product-detail__purchase .reset_variations {
	display: none !important;
}

.ms-product-detail__purchase .reset_variations:hover,
.ms-product-detail__purchase .reset_variations:focus-visible {
	background: #dfeaf6;
	color: #09090b;
	outline: none;
}

.ms-product-detail__purchase .woocommerce-variation-price {
	margin: 4px 0 0;
	color: #b80f0a;
	font-size: 20px;
	font-weight: 850;
}

.ms-product-detail__purchase .woocommerce-variation-description {
	margin: -10px 0 0;
	padding: 12px 14px;
	border-radius: 16px;
	background: #f8fbff;
	color: #42526b;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.45;
}

.ms-product-detail__purchase .woocommerce-variation-add-to-cart {
	display: grid;
	gap: 12px;
}

.ms-product-detail__purchase .woocommerce-variation-add-to-cart .quantity {
	margin-top: 8px;
}

.ms-product-detail__purchase .woocommerce-variation-description p {
	margin: 0;
}

.ms-product-detail__notice {
	margin: 0;
	padding: 12px 14px;
	border: 1px solid #ffd1d1;
	border-radius: 14px;
	background: #fff5f5;
	color: #b80f0a;
	font-size: 13px;
	font-weight: 750;
}

.ms-product-detail__notice:empty {
	display: none;
}

.ms-product-detail__trust {
	display: grid;
	grid-template-columns: 1fr;
	gap: 9px;
}

.ms-product-detail__trust span {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 8px;
	border-radius: 14px;
	background: #f2f7fb;
	color: #42526b;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.15;
	text-align: center;
}

.ms-product-detail__description {
	display: grid;
	grid-template-columns: 236px minmax(0, 860px);
	gap: clamp(28px, 3.6vw, 54px);
	margin-top: 46px;
	padding-top: 34px;
	border-top: 1px solid #e3e8ef;
}

.ms-product-detail__description h2,
.ms-product-detail__description h3 {
	margin: 0 0 14px;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.08;
}

.ms-product-detail__description p,
.ms-product-detail__description li {
	color: #42526b;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.72;
}

.ms-product-detail__description p:first-child {
	margin-top: 0;
}

.ms-product-related {
	margin-top: 54px;
}

.ms-product-related__head {
	margin-bottom: 28px;
}

.ms-product-related__head h2 {
	margin: 8px 0 0;
	color: #09090b;
	font-size: clamp(32px, 3.4vw, 48px);
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1;
}

.ms-product-related__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.ms-wc-card.is-compact {
	gap: 10px;
	min-width: 0;
	padding: 9px;
	border: 1px solid transparent;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 20px 46px -42px rgba(9, 9, 11, 0.5);
}

.ms-wc-card.is-compact .ms-wc-card__image {
	border-radius: 15px;
}

.ms-wc-card.is-compact .ms-wc-card__body {
	min-height: 112px;
	gap: 7px;
	padding-inline: 4px;
}

.ms-wc-card.is-compact .ms-wc-card__category {
	font-size: 11px;
}

.ms-wc-card.is-compact h3 {
	font-size: 16px;
	line-height: 1.22;
}

.ms-wc-card.is-compact .ms-wc-card__price {
	font-size: 17px;
	gap: 0 9px;
}

.ms-wc-card.is-compact .ms-wc-card__price del,
.ms-wc-card.is-compact .ms-wc-card__price del * {
	font-size: 12px;
}

.ms-wc-card.is-compact .ms-wc-card__button,
.woocommerce .ms-wc-card.is-compact a.ms-wc-card__button {
	min-height: 46px;
	border-radius: 14px;
	font-size: 14px;
}

.ms-wc-pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-top: 48px;
}

.ms-wc-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 46px;
	height: 46px;
	padding: 0 15px;
	border-radius: 15px;
	background: #f2f7fb;
	color: #211916;
	font-size: 15px;
	font-weight: 800;
	text-decoration: none;
}

.ms-wc-pagination .page-numbers.current,
.ms-wc-pagination .page-numbers:hover {
	background: #0a0a0a;
	color: #fff;
}

.ms-wc-empty {
	padding: 54px 24px;
	border: 1px dashed #cbd5e1;
	border-radius: 22px;
	background: #f8fbff;
	text-align: center;
}

.ms-wc-empty h2 {
	margin: 0 0 8px;
	font-size: 28px;
}

.ms-wc-empty p {
	margin: 0;
	color: #667085;
}

/* Native WooCommerce checkout. */
.ms-checkout-template {
	width: 100%;
	padding: 34px 24px 84px;
	background:
		linear-gradient(180deg, rgba(0, 94, 233, 0.045), rgba(255, 255, 255, 0) 260px),
		#fff;
	color: #09090b;
	overflow-x: clip;
}

.ms-checkout-template > .ms-checkout-shell.alignwide,
.ms-checkout-shell {
	box-sizing: border-box;
	width: min(1180px, 100%) !important;
	max-width: 1180px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.ms-checkout-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 24px;
	align-items: end;
	max-width: none;
	margin-bottom: 22px;
}

.ms-checkout-eyebrow {
	grid-column: 1;
	margin: 0 0 10px;
	color: #005ee9;
	font-size: 13px;
	font-weight: 850;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
}

.ms-checkout-hero h1 {
	grid-column: 1;
	margin: 0;
	color: #09090b;
	font-size: clamp(42px, 5vw, 64px);
	font-weight: 850;
	letter-spacing: 0;
	line-height: 0.98;
}

.ms-checkout-subtitle {
	grid-column: 1;
	max-width: 620px;
	margin: 12px 0 0;
	color: #667085;
	font-size: 17px;
	font-weight: 650;
	line-height: 1.55;
}

.ms-checkout-benefits {
	grid-column: 2;
	grid-row: 1 / 4;
	justify-content: flex-end;
	align-self: end;
	gap: 8px !important;
	margin: 0;
}

.ms-checkout-benefits p {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	margin: 0 !important;
	padding: 7px 12px;
	border: 1px solid #d8e2ef;
	border-radius: 999px;
	background: #f8fbff;
	color: #42526b;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
}

.ms-checkout-template .woocommerce {
	width: 100%;
}

.ms-checkout-template .woocommerce-notices-wrapper,
.ms-checkout-template .woocommerce-form-coupon-toggle {
	display: none;
}

.ms-checkout-template .woocommerce-info,
.ms-checkout-template .woocommerce-error,
.ms-checkout-template .woocommerce-message {
	display: block;
	margin: 0 0 18px;
	padding: 15px 18px;
	border: 1px solid #d8e2ef;
	border-radius: 18px;
	background: #f8fbff;
	color: #42526b;
	font-size: 15px;
	font-weight: 650;
	line-height: 1.45;
}

.ms-checkout-template .woocommerce-error {
	border-color: #ffd1d1;
	background: #fff5f5;
	color: #b80f0a;
}

.ms-checkout-template .woocommerce-info a,
.ms-checkout-template .woocommerce-message a {
	color: #005ee9;
	font-weight: 850;
	text-decoration: none;
}

.ms-checkout-template form.woocommerce-checkout {
	display: grid;
	grid-template-columns: minmax(0, 690px) minmax(360px, 430px);
	gap: clamp(24px, 3.4vw, 40px);
	align-items: start;
}

.ms-checkout-template #customer_details {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
	grid-column: 1;
	min-width: 0;
	margin: 0;
}

.ms-checkout-template #customer_details::before,
.ms-checkout-template #customer_details::after {
	content: none;
}

.ms-checkout-template #customer_details .col-1,
.ms-checkout-template #customer_details .col-2 {
	float: none;
	width: auto;
	min-width: 0;
	padding: 24px 28px 28px;
	border: 1px solid #e3e8ef;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 24px 58px -50px rgba(9, 9, 11, 0.58);
}

.ms-checkout-template .woocommerce-billing-fields h3,
.ms-checkout-template .woocommerce-additional-fields h3,
.ms-checkout-template #order_review_heading {
	margin: 0 0 18px;
	color: #09090b;
	font-size: 32px;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.05;
}

.ms-checkout-template .woocommerce-billing-fields__field-wrapper {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 15px 16px;
}

.ms-checkout-template .form-row {
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.ms-checkout-template .form-row-first,
.ms-checkout-template .form-row-last {
	width: 100%;
}

.ms-checkout-template .form-row-first {
	margin-right: 0 !important;
}

.ms-checkout-template .form-row-wide {
	clear: both;
	width: 100%;
}

.ms-checkout-template #billing_country_field,
.ms-checkout-template #billing_address_1_field,
.ms-checkout-template #billing_city_field,
.ms-checkout-template #billing_postcode_field,
.ms-checkout-template #billing_email_field {
	grid-column: 1 / -1;
}

.ms-checkout-template label {
	display: block;
	margin: 0 0 7px;
	color: #344054;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.25;
}

.ms-checkout-template .required {
	color: #b80f0a;
	text-decoration: none;
}

.ms-checkout-template input.input-text,
.ms-checkout-template textarea,
.ms-checkout-template select,
.ms-checkout-template .select2-container .select2-selection--single {
	box-sizing: border-box;
	width: 100%;
	min-height: 50px;
	padding: 0 15px;
	border: 1px solid #d3d5d8;
	border-radius: 15px;
	background: #fff;
	color: #09090b;
	font-family: "Inter", sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.25;
	box-shadow: none;
	transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.ms-checkout-template textarea {
	min-height: 112px;
	padding-top: 14px;
	resize: vertical;
}

.ms-checkout-template input.input-text:focus,
.ms-checkout-template textarea:focus,
.ms-checkout-template select:focus,
.ms-checkout-template .select2-container--focus .select2-selection--single {
	border-color: #005ee9;
	outline: none;
	box-shadow: 0 0 0 4px rgba(0, 94, 233, 0.12);
}

.ms-checkout-template .woocommerce-input-wrapper strong {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 0 14px;
	border-radius: 14px;
	background: #f2f7fb;
	color: #42526b;
	font-size: 15px;
	font-weight: 850;
}

.ms-checkout-template #order_review_heading {
	display: none;
}

.ms-checkout-template #order_review {
	position: sticky;
	top: 112px;
	grid-column: 2;
	grid-row: 1;
	z-index: 3;
	box-sizing: border-box;
	width: 100%;
	min-width: 0;
	padding: 24px;
	border: 1px solid #e3e8ef;
	border-radius: 22px;
	background:
		linear-gradient(160deg, rgba(0, 94, 233, 0.08), rgba(255, 255, 255, 0) 42%),
		#fff;
	box-shadow: 0 28px 68px -54px rgba(9, 9, 11, 0.62);
}

.ms-checkout-template .woocommerce-checkout-review-order-table {
	display: block;
	box-sizing: border-box;
	width: 100% !important;
	min-width: 100%;
	max-width: none;
	margin: 0 0 18px;
	border: 0;
	color: #09090b;
}

.ms-checkout-template .woocommerce-checkout-review-order-table thead,
.ms-checkout-template .woocommerce-checkout-review-order-table tbody,
.ms-checkout-template .woocommerce-checkout-review-order-table tfoot {
	display: block;
	width: 100%;
}

.ms-checkout-template .woocommerce-checkout-review-order-table tr {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	padding: 9px 0;
	border: 0;
}

.ms-checkout-template .woocommerce-checkout-review-order-table thead tr {
	padding: 0 0 10px;
	border-bottom: 1px solid rgba(211, 218, 230, 0.7);
}

.ms-checkout-template .woocommerce-checkout-review-order-table th,
.ms-checkout-template .woocommerce-checkout-review-order-table td {
	display: block;
	min-width: 0;
	padding: 0;
	border: 0;
	color: #42526b;
	font-size: 14px;
	font-weight: 750;
	line-height: 1.35;
	vertical-align: top;
}

.ms-checkout-template .woocommerce-checkout-review-order-table thead th {
	padding-top: 0;
	color: #667085;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.ms-checkout-template .woocommerce-checkout-review-order-table td:last-child,
.ms-checkout-template .woocommerce-checkout-review-order-table th:last-child {
	text-align: right;
	white-space: nowrap;
}

.ms-checkout-template .woocommerce-checkout-review-order-table .product-name {
	color: #09090b;
	font-weight: 850;
	overflow-wrap: anywhere;
}

.ms-checkout-template .woocommerce-checkout-review-order-table .product-name strong {
	display: inline-flex;
	align-items: center;
	min-height: 22px;
	margin-top: 3px;
	padding: 2px 8px;
	border-radius: 999px;
	background: #eef5fb;
	color: #42526b;
	font-size: 12px;
	font-weight: 850;
}

.ms-checkout-template .woocommerce-checkout-review-order-table tbody {
	display: grid;
	gap: 8px;
	padding: 12px 0 14px;
	border-bottom: 0;
}

.ms-checkout-template .woocommerce-checkout-review-order-table tbody tr {
	min-height: 58px;
	padding: 0;
}

.ms-checkout-item {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	gap: 10px;
	align-items: center;
	min-width: 0;
}

.ms-checkout-item__thumb {
	display: block;
	width: 48px;
	height: 48px;
	overflow: hidden;
	border-radius: 13px;
	background: #eef5fb;
}

.ms-checkout-item__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ms-checkout-item__body {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.ms-checkout-item__name {
	display: block;
	color: #09090b;
	font-size: 14px;
	font-weight: 850;
	line-height: 1.2;
	overflow-wrap: anywhere;
}

.ms-checkout-template .woocommerce-checkout-review-order-table dl.variation {
	margin: 2px 0 0;
	color: #42526b;
	font-size: 12px;
	font-weight: 750;
	line-height: 1.25;
}

.ms-checkout-template .woocommerce-checkout-review-order-table dl.variation dt,
.ms-checkout-template .woocommerce-checkout-review-order-table dl.variation dd,
.ms-checkout-template .woocommerce-checkout-review-order-table dl.variation p {
	margin: 0;
	padding: 0;
}

.ms-checkout-template .woocommerce-checkout-review-order-table .product-total,
.ms-checkout-template .woocommerce-checkout-review-order-table .cart-subtotal td,
.ms-checkout-template .woocommerce-checkout-review-order-table .order-total td {
	color: #b80f0a;
	font-weight: 850;
}

.ms-checkout-template .woocommerce-checkout-review-order-table .order-total th,
.ms-checkout-template .woocommerce-checkout-review-order-table .order-total td {
	padding-top: 0;
	border-bottom: 0;
	font-size: 18px;
}

.ms-checkout-template .woocommerce-checkout-review-order-table .order-total {
	margin-top: 2px;
	padding: 14px 16px;
	border: 0;
	border-radius: 16px;
	background: #fff;
}

.ms-checkout-template .woocommerce-checkout-review-order-table tfoot {
	display: grid;
	gap: 5px;
	padding-top: 8px;
	border-top: 1px solid rgba(211, 218, 230, 0.7);
}

.ms-checkout-template .woocommerce-checkout-review-order-table tfoot tr:not(.order-total) {
	padding: 6px 0;
}

.ms-checkout-summary {
	display: grid;
	gap: 18px;
	width: 100%;
}

.ms-checkout-summary__title {
	margin: 0;
	color: #09090b;
	font-size: 32px;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.05;
}

.ms-checkout-summary__items {
	display: grid;
	gap: 18px;
}

.ms-checkout-summary__item {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr) auto;
	gap: 14px;
	align-items: center;
	min-width: 0;
}

.ms-checkout-summary__thumb {
	position: relative;
	width: 58px;
	height: 58px;
}

.ms-checkout-summary__thumb img {
	display: block;
	width: 58px;
	height: 58px;
	border-radius: 16px;
	object-fit: cover;
	background: #eef5fb;
}

.ms-checkout-summary__qty {
	position: absolute;
	top: -10px;
	right: -9px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 28px;
	height: 28px;
	padding: 0 8px;
	border: 2px solid #fff;
	border-radius: 999px;
	background: #09090b;
	color: #fff;
	font-size: 13px;
	font-weight: 850;
	line-height: 1;
	box-shadow: 0 12px 20px -14px rgba(9, 9, 11, 0.8);
}

.ms-checkout-summary__content {
	min-width: 0;
}

.ms-checkout-summary__content strong {
	display: block;
	color: #09090b;
	font-size: 15px;
	font-weight: 850;
	line-height: 1.18;
	overflow-wrap: anywhere;
}

.ms-checkout-summary__price {
	color: #b80f0a;
	font-size: 16px;
	font-weight: 850;
	line-height: 1.1;
	text-align: right;
	white-space: nowrap;
}

.ms-checkout-summary__totals {
	display: grid;
	gap: 0;
	margin-top: 2px;
	padding-top: 18px;
	border-top: 1px solid rgba(211, 218, 230, 0.9);
}

.ms-checkout-summary__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 44px;
	color: #42526b;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
}

.ms-checkout-summary__row strong {
	color: #b80f0a;
	font-size: 16px;
	font-weight: 850;
	white-space: nowrap;
}

.ms-checkout-summary__row--total {
	margin-top: 8px;
	padding-top: 18px;
	border-top: 1px solid rgba(211, 218, 230, 0.9);
	color: #09090b;
	font-size: 20px;
	font-weight: 850;
}

.ms-checkout-summary__row--total strong {
	font-size: 22px;
}

.ms-checkout-template .woocommerce-checkout-payment {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent !important;
}

.ms-checkout-template #payment,
.ms-checkout-template #payment div.payment_box,
.ms-checkout-template #payment ul.payment_methods {
	background-color: transparent !important;
}

.ms-checkout-template .woocommerce-checkout-payment ul.payment_methods {
	margin: 0 0 18px;
	padding: 0;
	border: 0;
	list-style: none;
}

.ms-checkout-template .woocommerce-checkout-payment li {
	margin: 0;
	padding: 13px;
	border: 1px solid #d8e2ef;
	border-radius: 17px;
	background: #fff;
	color: #42526b;
}

.ms-checkout-template .woocommerce-checkout-payment label {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	color: #09090b;
	font-size: 15px;
	font-weight: 850;
}

.ms-checkout-template .payment_box {
	margin: 10px 0 0;
	padding: 11px 13px;
	border-radius: 14px;
	background: #f8fbff !important;
	color: #42526b;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.45;
}

.ms-checkout-template .payment_box::before {
	border-bottom-color: #f8fbff !important;
}

.ms-checkout-template .payment_box.payment_method_comgate,
.ms-checkout-template .payment_box.payment_method_comgate > *,
.ms-checkout-template .payment_box.payment_method_comgate div,
.ms-checkout-template .payment_box.payment_method_comgate p {
	background-color: #f8fbff !important;
	color: #42526b !important;
}

.ms-checkout-template .payment_box.payment_method_comgate label,
.ms-checkout-template .payment_box.payment_method_comgate strong {
	color: #09090b !important;
}

.ms-checkout-template .place-order {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

.ms-checkout-template #place_order,
.ms-checkout-template button.button,
.ms-checkout-template .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 0 24px;
	border: 1px solid #09090b;
	border-radius: 17px;
	background: #09090b;
	color: #fff;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 850;
	line-height: 1;
	text-decoration: none;
	box-shadow: 0 18px 32px -24px rgba(9, 9, 11, 0.82);
	transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.ms-checkout-template #place_order {
	width: 100%;
	min-height: 56px;
	font-size: 17px;
}

.ms-checkout-template #place_order:hover,
.ms-checkout-template #place_order:focus-visible,
.ms-checkout-template button.button:hover,
.ms-checkout-template button.button:focus-visible,
.ms-checkout-template .button:hover,
.ms-checkout-template .button:focus-visible {
	border-color: #005ee9;
	background: #005ee9;
	color: #fff;
	outline: none;
	transform: translateY(-1px);
}

@media (max-width: 1180px) {
	.ms-product-detail__hero {
		grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
		gap: 22px;
	}

	.ms-product-related__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ms-wc-hero {
		grid-template-columns: 226px minmax(0, 1fr);
	}

	.ms-wc-layout {
		grid-template-columns: 226px minmax(0, 1fr);
		gap: 28px;
	}

	.ms-wc-grid {
		gap: 32px 24px;
	}

	body.tax-product_cat:not(.term-adopce) .ms-wc-grid,
	body.woocommerce-shop .ms-wc-grid,
	body.post-type-archive-product .ms-wc-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ms-checkout-template form.woocommerce-checkout {
		grid-template-columns: minmax(0, 1fr) minmax(330px, 390px);
		gap: 28px;
	}

	.ms-checkout-template #customer_details {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 960px) {
	.ms-product-template {
		padding-top: 42px;
	}

	.ms-product-detail__hero,
	.ms-product-detail__description {
		grid-template-columns: 1fr;
	}

	.ms-product-detail__summary {
		position: static;
	}

	.ms-product-detail__description {
		gap: 18px;
	}

	.ms-product-related__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ms-wc-hero {
		align-items: flex-start;
		grid-template-columns: 1fr;
	}

	.ms-wc-hero > div {
		grid-column: auto;
	}

	.ms-wc-sort {
		justify-self: start;
	}

	.ms-wc-layout {
		grid-template-columns: 1fr;
	}

	.ms-wc-sidebar {
		position: static;
	}

	.ms-wc-categories {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tax-product_cat.term-adopce .ms-wc-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.tax-product_cat:not(.term-adopce) .ms-wc-grid,
	body.woocommerce-shop .ms-wc-grid,
	body.post-type-archive-product .ms-wc-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ms-checkout-template {
		padding-top: 42px;
	}

	.ms-checkout-hero {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.ms-checkout-benefits {
		grid-column: 1;
		grid-row: auto;
		justify-content: flex-start;
	}

	.ms-checkout-template form.woocommerce-checkout {
		grid-template-columns: 1fr;
	}

	.ms-checkout-template #customer_details,
	.ms-checkout-template #order_review_heading,
	.ms-checkout-template #order_review {
		grid-column: 1;
		grid-row: auto;
	}

	.ms-checkout-template #order_review_heading {
		display: none;
	}

	.ms-checkout-template #order_review {
		position: static;
		padding-top: 24px;
	}
}

@media (max-width: 720px) {
	.ms-product-detail {
		width: 100% !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.ms-product-detail__main-image img {
		aspect-ratio: 1;
	}

	.ms-product-detail__summary {
		padding: 22px;
		border-radius: 22px;
	}

	.ms-product-detail__summary h1 {
		font-size: 34px;
	}

	.ms-product-detail__price {
		font-size: 25px;
	}

	.ms-product-detail__trust {
		grid-template-columns: 1fr;
	}

	.ms-product-detail__description,
	.ms-product-related {
		margin-top: 46px;
	}

	.ms-product-related__head {
		display: block;
	}

	.ms-product-related__grid {
		gap: 24px 18px;
	}

	.ms-wc-archive {
		width: 100%;
	}

	.ms-wc-hero h1 {
		font-size: 44px;
	}

	.ms-wc-sort {
		width: 100%;
	}

	.ms-wc-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 30px 18px;
	}

	body.tax-product_cat:not(.term-adopce) .ms-wc-grid,
	body.woocommerce-shop .ms-wc-grid,
	body.post-type-archive-product .ms-wc-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tax-product_cat.term-adopce .ms-wc-grid {
		grid-template-columns: 1fr;
	}

	.ms-wc-card {
		gap: 9px;
	}

	.ms-wc-card__body {
		padding-inline: 0;
	}

	.ms-wc-card__category {
		font-size: 10px;
	}

	.ms-wc-card h3 {
		font-size: 15px;
		line-height: 1.25;
	}

	.ms-wc-card.is-variable h3 {
		font-size: 18px;
	}

	.ms-wc-card__price {
		font-size: 16px;
	}

	.ms-wc-card__button,
	.woocommerce a.ms-wc-card__button {
		min-height: 47px;
		padding-inline: 12px;
		border-radius: 14px;
		font-size: 14px;
	}

	.ms-checkout-template {
		padding-inline: 16px;
		padding-bottom: 64px;
	}

	.ms-checkout-hero h1 {
		font-size: 44px;
	}

	.ms-checkout-subtitle {
		font-size: 15px;
	}

	.ms-checkout-benefits {
		margin-bottom: 26px;
	}

	.ms-checkout-template #customer_details .col-1,
	.ms-checkout-template #customer_details .col-2,
	.ms-checkout-template #order_review,
	.ms-checkout-template #order_review_heading {
		padding-inline: 18px;
		border-radius: 20px;
	}

	.ms-checkout-template #order_review_heading {
		padding-inline: 0;
	}

	.ms-checkout-template .form-row-first,
	.ms-checkout-template .form-row-last {
		float: none;
		width: 100%;
		margin-right: 0 !important;
	}

	.ms-checkout-template input.input-text,
	.ms-checkout-template textarea,
	.ms-checkout-template select,
	.ms-checkout-template .select2-container .select2-selection--single {
		min-height: 50px;
	}
}

@media (max-width: 460px) {
	.ms-product-related__grid,
	.ms-wc-categories,
	.ms-wc-grid {
		grid-template-columns: 1fr;
	}
}

/* ----------------------------------------------------------------------
   Blog (templates/home.html, templates/single.html)
---------------------------------------------------------------------- */

.ms-blog-archive {
	padding: clamp(48px, 7vw, 96px) 0 clamp(64px, 8vw, 112px);
	background: #ffffff;
}

.ms-blog-archive > .alignwide {
	width: min(1200px, calc(100% - 48px));
	max-width: 1200px;
	margin-inline: auto;
}

.ms-blog-hero {
	margin-bottom: clamp(40px, 5vw, 64px);
	text-align: left;
}

.ms-blog-hero__eyebrow {
	margin: 0 0 14px;
	color: #005ee9;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
}

.ms-blog-hero__title {
	margin: 0 0 16px;
	color: #09090b;
	font-size: clamp(48px, 6vw, 80px);
	font-weight: 800;
	line-height: 1.02;
	letter-spacing: -0.02em;
}

.ms-blog-hero__lead {
	margin: 0;
	max-width: 680px;
	color: #5f6f86;
	font-size: clamp(16px, 1.4vw, 19px);
	line-height: 1.55;
}

.ms-blog-query .wp-block-post-template.ms-blog-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 36px 28px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.ms-blog-query .wp-block-post-template.ms-blog-grid > li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ms-blog-card {
	display: flex;
	flex-direction: column;
	gap: 0;
	height: 100%;
	border: 1px solid #e8edf3;
	border-radius: 22px;
	background: #ffffff;
	overflow: hidden;
	transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.ms-blog-card:hover,
.ms-blog-card:focus-within {
	transform: translateY(-3px);
	border-color: #d6dee9;
	box-shadow: 0 28px 48px -28px rgba(9, 9, 11, 0.28);
}

.ms-blog-card__image {
	margin: 0;
}

.ms-blog-card__image a,
.ms-blog-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ms-blog-card__image img {
	transition: transform 320ms ease;
}

.ms-blog-card:hover .ms-blog-card__image img {
	transform: scale(1.03);
}

.ms-blog-card__body {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 22px 24px 26px;
	flex: 1 1 auto;
}

.ms-blog-card__date {
	margin: 0;
	color: #98a2b3;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.ms-blog-card__title {
	margin: 0;
	color: #09090b;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.22;
	letter-spacing: -0.01em;
}

.ms-blog-card__title a {
	color: inherit;
	text-decoration: none;
}

.ms-blog-card__title a:hover,
.ms-blog-card__title a:focus-visible {
	color: #005ee9;
}

.ms-blog-card__excerpt {
	margin: 0;
	color: #5f6f86;
	font-size: 15px;
	line-height: 1.55;
}

.ms-blog-card__excerpt p {
	margin: 0 0 10px;
}

.ms-blog-card__excerpt .wp-block-post-excerpt__more-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 4px;
	color: #005ee9;
	font-weight: 700;
	font-size: 14px;
	text-decoration: none;
}

.ms-blog-card__excerpt .wp-block-post-excerpt__more-link::after {
	content: "→";
}

.ms-blog-pagination {
	margin-top: clamp(40px, 5vw, 64px);
	gap: 8px;
}

.ms-blog-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 12px;
	border: 1px solid #e4e7ec;
	border-radius: 12px;
	background: #ffffff;
	color: #09090b;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}

.ms-blog-pagination .page-numbers:hover,
.ms-blog-pagination .page-numbers:focus-visible {
	border-color: #09090b;
	background: #09090b;
	color: #ffffff;
}

.ms-blog-pagination .page-numbers.current {
	border-color: #09090b;
	background: #09090b;
	color: #ffffff;
}

/* ---- Single post ---- */

.ms-blog-single {
	padding: clamp(48px, 6vw, 88px) 0 clamp(64px, 8vw, 112px);
	background: #ffffff;
}

.ms-blog-single__hero {
	width: min(1100px, calc(100% - 48px));
	max-width: 1100px;
	margin: 0 auto clamp(36px, 4vw, 56px);
	text-align: center;
}

.ms-blog-single__date {
	margin: 0 0 14px;
	color: #98a2b3;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ms-blog-single__title {
	margin: 0 0 32px;
	color: #09090b;
	font-size: clamp(36px, 5vw, 64px);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.02em;
}

.ms-blog-single__image {
	margin: 0;
}

.ms-blog-single__image img {
	width: 100%;
	height: auto;
	border-radius: 24px;
	object-fit: cover;
}

.ms-blog-single__content {
	width: min(760px, calc(100% - 48px)) !important;
	max-width: 760px !important;
	margin-inline: auto !important;
	color: #1f2937;
	font-size: 18px;
	line-height: 1.7;
}

.ms-blog-single__content p {
	margin: 0 0 22px;
}

.ms-blog-single__content h2 {
	margin: 48px 0 18px;
	color: #09090b;
	font-size: 32px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.01em;
}

.ms-blog-single__content h3 {
	margin: 36px 0 14px;
	color: #09090b;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.3;
}

.ms-blog-single__content a {
	color: #005ee9;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.ms-blog-single__content ul,
.ms-blog-single__content ol {
	margin: 0 0 22px;
	padding-left: 22px;
}

.ms-blog-single__content li {
	margin-bottom: 6px;
}

.ms-blog-single__content blockquote {
	margin: 28px 0;
	padding: 20px 28px;
	border-left: 4px solid #005ee9;
	background: #f2f7fb;
	border-radius: 0 16px 16px 0;
	color: #1f2937;
	font-size: 19px;
	font-style: italic;
}

.ms-blog-single__content .wp-block-image {
	margin: 36px 0;
}

.ms-blog-single__content .wp-block-image img {
	width: 100%;
	height: auto;
	border-radius: 18px;
}

.ms-blog-single__content .wp-block-image figcaption {
	margin-top: 10px;
	color: #6b7280;
	font-size: 14px;
	text-align: center;
}

.ms-blog-single__content .wp-block-gallery {
	margin: 36px 0;
}

.ms-blog-single__content .wp-block-gallery .wp-block-image img {
	border-radius: 14px;
}

@media (max-width: 960px) {
	.ms-blog-query .wp-block-post-template.ms-blog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.ms-blog-query .wp-block-post-template.ms-blog-grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.ms-blog-single__title {
		font-size: clamp(28px, 7vw, 40px);
	}

	.ms-blog-single__content {
		font-size: 17px;
	}
}

/* ----------------------------------------------------------------------
   Adopce page (morskysvet/adopce-*)
---------------------------------------------------------------------- */

.ms-adopce-section {
	width: 100%;
	padding: clamp(64px, 8vw, 112px) 0;
	background: #ffffff;
}

.ms-adopce-section + .ms-adopce-section {
	padding-top: clamp(40px, 5vw, 72px);
}

.ms-adopce-section__inner {
	width: min(1200px, calc(100% - 48px));
	max-width: 1200px;
	margin-inline: auto;
}

/* Proč adoptovat? */

.ms-adopce-why__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: clamp(40px, 6vw, 88px);
	align-items: center;
}

.ms-adopce-why__image {
	margin: 0;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 28px;
	box-shadow: 0 28px 56px -32px rgba(9, 9, 11, 0.4);
}

.ms-adopce-why__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.ms-adopce-why__content h2 {
	margin: 0 0 32px;
	color: #09090b;
	font-size: clamp(36px, 4vw, 56px);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.01em;
}

.ms-adopce-why__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.ms-adopce-why__list li {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr);
	gap: 16px;
	align-items: start;
	color: #5f6f86;
	font-size: 17px;
	line-height: 1.55;
}

.ms-adopce-why__check {
	display: inline-flex;
	width: 28px;
	height: 28px;
	align-items: center;
	justify-content: center;
	color: #0067ff;
	flex: 0 0 auto;
	margin-top: 1px;
}

/* Jak se stát adoptivním rodičem? */

.ms-adopce-steps__title {
	margin: 0 0 clamp(48px, 6vw, 88px);
	color: #09090b;
	font-size: clamp(36px, 4vw, 56px);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.01em;
	text-align: center;
}

.ms-adopce-steps__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	position: relative;
}

.ms-adopce-steps__item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 0 24px;
}

.ms-adopce-steps__item + .ms-adopce-steps__item::before {
	content: "";
	position: absolute;
	top: 28px;
	right: calc(50% + 36px);
	left: calc(-50% + 36px);
	height: 2px;
	background: #d6dee9;
}

.ms-adopce-steps__bubble {
	display: inline-flex;
	width: 56px;
	height: 56px;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: #0067ff;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 36px;
	position: relative;
	z-index: 1;
}

.ms-adopce-steps__heading {
	margin: 0 0 14px;
	color: #09090b;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
}

.ms-adopce-steps__text {
	margin: 0;
	max-width: 320px;
	color: #5f6f86;
	font-size: 15px;
	line-height: 1.55;
}

/* Živočichové k adopci */

.ms-adopce-products__title {
	margin: 0 0 clamp(40px, 5vw, 64px);
	color: #09090b;
	font-size: clamp(36px, 4vw, 56px);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.01em;
	text-align: center;
}

.ms-adopce-products__grid {
	gap: 36px 28px;
}

.ms-adopce-products__empty {
	text-align: center;
	color: #98a2b3;
}

@media (max-width: 920px) {
	.ms-adopce-why__grid {
		grid-template-columns: 1fr;
	}

	.ms-adopce-steps__list {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.ms-adopce-steps__item + .ms-adopce-steps__item::before {
		display: none;
	}

	.ms-adopce-products__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.ms-adopce-products__grid {
		grid-template-columns: 1fr;
	}
}

/* ----------------------------------------------------------------------
   Ceník page (morskysvet/cenik-*)
---------------------------------------------------------------------- */

.ms-cenik-group,
.ms-cenik-info {
	width: 100%;
	padding: clamp(48px, 6vw, 88px) 0;
	background: #ffffff;
}

.ms-cenik-group__inner,
.ms-cenik-info__inner {
	width: min(1100px, calc(100% - 48px));
	max-width: 1100px;
	margin-inline: auto;
}

.ms-cenik-group__title {
	margin: 0 0 16px;
	color: #09090b;
	font-size: clamp(32px, 3.4vw, 48px);
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: -0.01em;
	text-align: center;
}

.ms-cenik-group__intro {
	margin: 0 auto clamp(32px, 4vw, 48px);
	max-width: 720px;
	color: #5f6f86;
	font-size: 16px;
	line-height: 1.55;
	text-align: center;
}

.ms-cenik-group__scroll {
	overflow-x: auto;
	border-radius: 18px;
	border: 1px solid #e8edf3;
	background: #ffffff;
	box-shadow: 0 18px 36px -28px rgba(9, 9, 11, 0.22);
}

.ms-cenik-group__table {
	width: 100%;
	border-collapse: collapse;
	font-size: 15px;
	line-height: 1.4;
	color: #1f2937;
}

.ms-cenik-group__table thead th {
	padding: 18px 18px;
	background: #f2f7fb;
	color: #0d223f;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 1px solid #e1e8ef;
}

.ms-cenik-group__table thead th:first-child {
	text-align: left;
}

.ms-cenik-group__table tbody th {
	padding: 16px 18px;
	color: #09090b;
	font-weight: 700;
	text-align: left;
	border-bottom: 1px solid #eef1f5;
	background: #fcfdfe;
	white-space: nowrap;
}

.ms-cenik-group__table tbody td {
	padding: 16px 18px;
	text-align: center;
	border-bottom: 1px solid #eef1f5;
	color: #42526a;
	font-weight: 600;
}

.ms-cenik-group__table tbody tr:last-child th,
.ms-cenik-group__table tbody tr:last-child td {
	border-bottom: 0;
}

.ms-cenik-group__note {
	margin: 28px auto 0;
	max-width: 820px;
	color: #5f6f86;
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
}

/* Info section */

.ms-cenik-info {
	padding-top: clamp(32px, 4vw, 56px);
	padding-bottom: clamp(32px, 4vw, 56px);
}

.ms-cenik-info__inner {
	max-width: 760px;
}

.ms-cenik-info__title {
	margin: 0 0 18px;
	color: #09090b;
	font-size: clamp(20px, 2vw, 24px);
	font-weight: 700;
	line-height: 1.25;
}

.ms-cenik-info__inner p {
	margin: 0 0 16px;
	color: #42526a;
	font-size: 15px;
	line-height: 1.7;
}

.ms-cenik-info__inner p:last-child {
	margin-bottom: 0;
}

@media (max-width: 720px) {
	.ms-cenik-group__table thead th,
	.ms-cenik-group__table tbody th,
	.ms-cenik-group__table tbody td {
		padding: 12px 14px;
		font-size: 13px;
	}
}
