/*
Theme Name: VocalMeet Studio
Theme URI: https://localhost:8443/
Author: Billy Tran
Description: A polished storefront theme for the VocalMeet WooCommerce and Elementor assignment.
Version: 1.0.0
Requires at least: 6.6
Tested up to: 6.9
Requires PHP: 8.1
Text Domain: vocalmeet-studio
*/

:root {
	--vms-ink: #10202b;
	--vms-ink-soft: #435766;
	--vms-sand: #f6efe5;
	--vms-sand-strong: #ece2d2;
	--vms-paper: #fffdfa;
	--vms-coral: #ef5b3f;
	--vms-teal: #0f766e;
	--vms-sun: #f1b81b;
	--vms-line: rgba(16, 32, 43, 0.12);
	--vms-shadow: 0 24px 60px rgba(16, 32, 43, 0.12);
	--vms-radius-lg: 32px;
	--vms-radius-md: 22px;
	--vms-radius-sm: 16px;
	--vms-wrap: min(1180px, calc(100vw - 32px));
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	color: var(--vms-ink);
	background:
		radial-gradient(circle at top left, rgba(239, 91, 63, 0.12), transparent 30%),
		radial-gradient(circle at 85% 15%, rgba(15, 118, 110, 0.16), transparent 28%),
		linear-gradient(180deg, #fffaf2 0%, #f5ecdf 48%, #f8f1e8 100%);
	font-family: "Space Grotesk", "Helvetica Neue", sans-serif;
	line-height: 1.65;
}

a {
	color: inherit;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.vms-site-shell {
	position: relative;
	overflow: clip;
}

.vms-site-shell::before,
.vms-site-shell::after {
	content: "";
	position: fixed;
	z-index: -1;
	width: 520px;
	height: 520px;
	border-radius: 50%;
	filter: blur(70px);
	opacity: 0.4;
}

.vms-site-shell::before {
	top: -200px;
	left: -120px;
	background: rgba(239, 91, 63, 0.18);
}

.vms-site-shell::after {
	right: -160px;
	bottom: 120px;
	background: rgba(15, 118, 110, 0.2);
}

.vms-wrap {
	width: var(--vms-wrap);
	margin: 0 auto;
}

.vms-header {
	position: sticky;
	top: 0;
	z-index: 30;
	backdrop-filter: blur(16px);
	background: rgba(255, 250, 242, 0.78);
	border-bottom: 1px solid rgba(16, 32, 43, 0.08);
}

.vms-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 16px 0;
}

.vms-header__actions {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-left: auto;
}

.vms-brand {
	display: inline-grid;
	gap: 2px;
	text-decoration: none;
}

.vms-brand__eyebrow {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--vms-coral);
}

.vms-brand__name {
	font-family: "Fraunces", Georgia, serif;
	font-size: clamp(1.35rem, 2vw, 1.7rem);
	font-weight: 700;
	line-height: 1;
}

.vms-nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
}

.vms-nav__link,
.vms-chip,
.button,
button,
input[type="submit"],
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	border-radius: 999px;
	transition:
		transform 180ms ease,
		box-shadow 180ms ease,
		background-color 180ms ease,
		border-color 180ms ease;
}

.vms-nav__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 16px;
	gap: 10px;
	text-decoration: none;
	font-weight: 500;
	color: var(--vms-ink-soft);
}

.vms-cart-link {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 999px;
	background: rgba(16, 32, 43, 0.06);
	color: var(--vms-ink);
	text-decoration: none;
	transition:
		transform 180ms ease,
		box-shadow 180ms ease,
		background-color 180ms ease,
		border-color 180ms ease;
}

.vms-cart-link:hover,
.vms-cart-link:focus-visible {
	background: rgba(16, 32, 43, 0.12);
	box-shadow: 0 16px 28px rgba(16, 32, 43, 0.14);
	transform: translateY(-1px);
}

.vms-cart-link.vms-nav__link--active {
	background: linear-gradient(135deg, var(--vms-coral), #f18f43);
	color: #fff;
	box-shadow: 0 10px 24px rgba(239, 91, 63, 0.2);
}

.vms-cart-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
}

.vms-cart-icon svg {
	width: 100%;
	height: 100%;
	fill: currentColor;
}

.vms-cart-count {
	position: absolute;
	top: -4px;
	right: -2px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 22px;
	height: 22px;
	padding: 0 6px;
	border-radius: 999px;
	background: var(--vms-teal);
	color: #fff;
	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1;
	box-shadow: 0 8px 16px rgba(15, 118, 110, 0.2);
}

.vms-cart-link.vms-nav__link--active .vms-cart-count {
	background: #fff;
	color: var(--vms-coral);
}

.vms-nav__link:hover,
.vms-nav__link:focus-visible {
	background: rgba(16, 32, 43, 0.06);
	color: var(--vms-ink);
}

.vms-nav__link--active,
.vms-nav__link--cta {
	color: #fff;
	background: linear-gradient(135deg, var(--vms-coral), #f18f43);
	box-shadow: 0 10px 24px rgba(239, 91, 63, 0.2);
}

.vms-nav__link--active:hover,
.vms-nav__link--cta:hover,
.vms-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
button:hover,
input[type="submit"]:hover {
	transform: translateY(-1px);
	box-shadow: 0 16px 28px rgba(16, 32, 43, 0.14);
}

.vms-main {
	padding-bottom: 84px;
}

.vms-hero {
	padding: 46px 0 22px;
}

.vms-hero__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
	gap: 28px;
	align-items: stretch;
}

.vms-hero__copy,
.vms-surface,
.vms-story,
.vms-products,
.vms-workflow,
.vms-page-panel,
.vms-footer__card,
.woocommerce .woocommerce-notices-wrapper + *,
.woocommerce .cart-empty,
.woocommerce ul.products li.product,
.woocommerce div.product,
.vmb-panel,
.vmb-product-card {
	background: rgba(255, 253, 250, 0.86);
	border: 1px solid rgba(16, 32, 43, 0.08);
	box-shadow: var(--vms-shadow);
}

.vms-hero__copy,
.vms-surface,
.vms-story,
.vms-products,
.vms-workflow,
.vms-page-panel,
.vms-footer__card,
.woocommerce .cart-empty,
.woocommerce ul.products li.product,
.woocommerce div.product,
.vmb-panel,
.vmb-product-card {
	border-radius: var(--vms-radius-lg);
}

.vms-hero__copy {
	position: relative;
	padding: 34px;
	overflow: hidden;
}

.vms-hero__copy::before {
	content: "";
	position: absolute;
	inset: auto auto -60px -40px;
	width: 220px;
	height: 220px;
	border-radius: 999px;
	background: radial-gradient(circle, rgba(241, 184, 27, 0.26), transparent 70%);
}

.vms-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(16, 32, 43, 0.06);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--vms-coral);
}

.vms-eyebrow::before {
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: currentColor;
}

.vms-title,
.vms-page-title,
.woocommerce-products-header__title.page-title,
.product_title.entry-title {
	margin: 18px 0 16px;
	font-family: "Fraunces", Georgia, serif;
	font-size: clamp(2.4rem, 5vw, 5.1rem);
	line-height: 0.95;
	letter-spacing: -0.04em;
}

.vms-page-title,
.woocommerce-products-header__title.page-title,
.product_title.entry-title {
	font-size: clamp(2rem, 4vw, 3.5rem);
}

.vms-lead,
.vms-page-lead {
	max-width: 58ch;
	margin: 0;
	font-size: clamp(1rem, 1.3vw, 1.15rem);
	color: var(--vms-ink-soft);
}

.vms-hero__actions,
.vms-section__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 28px;
}

.vms-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
button,
input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 20px;
	border: 1px solid transparent;
	background: linear-gradient(135deg, var(--vms-coral), #f18f43) !important;
	color: #fff !important;
	font-family: inherit;
	font-size: 0.98rem;
	font-weight: 700 !important;
	text-decoration: none;
	cursor: pointer;
}

.vms-button--secondary {
	background: rgba(16, 32, 43, 0.04) !important;
	border-color: rgba(16, 32, 43, 0.08);
	color: var(--vms-ink) !important;
	box-shadow: none;
}

.vms-hero__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 28px;
}

.vms-stat {
	padding: 18px;
	border-radius: 22px;
	background: rgba(16, 32, 43, 0.04);
}

.vms-stat strong {
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
}

.vms-stat span {
	display: block;
	margin-top: 8px;
	font-size: 0.95rem;
	color: var(--vms-ink-soft);
}

.vms-surface {
	position: relative;
	padding: 22px;
	overflow: hidden;
}

.vms-surface::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(125deg, rgba(15, 118, 110, 0.14), transparent 45%),
		linear-gradient(315deg, rgba(239, 91, 63, 0.16), transparent 40%);
	pointer-events: none;
}

.vms-surface__hero {
	position: relative;
	border-radius: 26px;
	overflow: hidden;
	background: #f7efe3;
}

.vms-surface__hero img {
	width: 100%;
	min-height: 440px;
	object-fit: cover;
}

.vms-float-card {
	position: absolute;
	z-index: 2;
	display: grid;
	gap: 6px;
	padding: 14px 16px;
	border-radius: 18px;
	background: rgba(255, 253, 250, 0.94);
	box-shadow: 0 18px 40px rgba(16, 32, 43, 0.14);
}

.vms-float-card--top {
	top: 30px;
	right: 22px;
}

.vms-float-card--bottom {
	left: 22px;
	bottom: 24px;
}

.vms-float-card__label {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--vms-teal);
}

.vms-float-card__value {
	font-family: "Fraunces", Georgia, serif;
	font-size: 1.35rem;
	line-height: 1;
}

.vms-section {
	padding: 26px 0;
}

.vms-section__header {
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 20px;
}

.vms-section__title {
	margin: 0;
	font-family: "Fraunces", Georgia, serif;
	font-size: clamp(1.8rem, 3vw, 2.8rem);
	line-height: 1;
	letter-spacing: -0.04em;
}

.vms-section__copy {
	max-width: 56ch;
	margin: 10px 0 0;
	color: var(--vms-ink-soft);
}

.vms-products,
.vms-workflow,
.vms-story,
.vms-page-panel {
	padding: 28px;
}

.vms-product-grid,
.vms-workflow__grid,
.vms-story__grid,
.vms-footer__grid {
	display: grid;
	gap: 18px;
}

.vms-product-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vms-product-card {
	display: grid;
	grid-template-rows: auto 1fr;
	gap: 16px;
	padding: 18px;
	border-radius: 24px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(248, 241, 232, 0.9));
	text-decoration: none;
	color: inherit;
}

.vms-product-card:hover {
	transform: translateY(-4px);
}

.vms-product-card__media {
	border-radius: 18px;
	overflow: hidden;
	background: #f1e7d7;
	aspect-ratio: 1 / 1;
}

.vms-product-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vms-product-card__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--vms-ink-soft);
}

.vms-product-card__name {
	margin: 12px 0 8px;
	font-family: "Fraunces", Georgia, serif;
	font-size: 1.5rem;
	line-height: 1;
}

.vms-product-card__desc {
	margin: 0;
	color: var(--vms-ink-soft);
}

.vms-product-card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 18px;
	padding-top: 16px;
	border-top: 1px solid rgba(16, 32, 43, 0.08);
}

.vms-price {
	font-family: "Fraunces", Georgia, serif;
	font-size: 1.45rem;
	line-height: 1;
}

.vms-chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 14px;
	background: rgba(15, 118, 110, 0.08);
	font-size: 0.85rem;
	font-weight: 700;
	text-decoration: none;
	color: var(--vms-teal);
}

.vms-workflow__grid,
.vms-story__grid,
.vms-footer__grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vms-step,
.vms-story-card,
.vms-footer__card {
	padding: 24px;
	border-radius: 26px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(248, 241, 232, 0.88));
}

.vms-step__index {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--vms-coral), #f18f43);
	color: #fff;
	font-weight: 700;
}

.vms-step h3,
.vms-story-card h3,
.vms-footer__title {
	margin: 18px 0 10px;
	font-family: "Fraunces", Georgia, serif;
	font-size: 1.5rem;
	line-height: 1;
}

.vms-step p,
.vms-story-card p,
.vms-footer__card p {
	margin: 0;
	color: var(--vms-ink-soft);
}

.vms-story__grid {
	align-items: stretch;
}

.vms-story-card--image {
	overflow: hidden;
	padding: 0;
}

.vms-story-card--image img {
	width: 100%;
	height: 100%;
	min-height: 100%;
	object-fit: cover;
}

.vms-page-hero {
	padding: 34px 0 18px;
}

.vms-page-panel__content {
	max-width: 980px;
}

.vms-page-shell {
	padding: 10px 0 34px;
}

.vms-page-content {
	padding-top: 6px;
}

.entry-content > :first-child {
	margin-top: 0;
}

.entry-content > :last-child {
	margin-bottom: 0;
}

.vms-footer {
	padding: 36px 0 60px;
}

.vms-footer__grid {
	align-items: stretch;
	margin-bottom: 18px;
}

.vms-footer__card {
	padding: 24px;
}

.vms-footer__card--brand {
	background:
		radial-gradient(circle at top right, rgba(239, 91, 63, 0.14), transparent 30%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(248, 241, 232, 0.94));
}

.vms-footer__list {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.vms-footer__list a {
	text-decoration: none;
	color: var(--vms-ink-soft);
}

.vms-footer__list a:hover {
	color: var(--vms-ink);
}

.vms-footer__meta {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
	color: var(--vms-ink-soft);
}

.vms-footer__meta li {
	position: relative;
	padding-left: 18px;
}

.vms-footer__meta li::before {
	content: "";
	position: absolute;
	top: 0.72em;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--vms-coral), var(--vms-sun));
}

.vms-footer__bottom {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 0 6px;
	color: var(--vms-ink-soft);
	font-size: 0.95rem;
}

.vms-footer__bottom p {
	margin: 0;
}

.woocommerce .woocommerce-breadcrumb {
	margin: 0 0 14px;
	color: var(--vms-ink-soft);
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
	margin-bottom: 20px;
}

.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin: 0;
	padding: 0;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none;
}

.woocommerce ul.products li.product {
	float: none;
	width: auto;
	margin: 0;
	padding: 18px;
}

.woocommerce ul.products li.product a img {
	margin: 0 0 16px;
	border-radius: 18px;
	background: #f1e7d7;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	padding: 0;
	font-family: "Fraunces", Georgia, serif;
	font-size: 1.45rem;
	line-height: 1;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: var(--vms-teal);
	font-weight: 700;
}

.woocommerce div.product {
	padding: 22px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image,
.woocommerce div.product div.images img {
	border-radius: 24px;
	overflow: hidden;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding-left: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-radius: 999px 999px 0 0;
}

.woocommerce .quantity .qty,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.vmb-form input {
	width: 100%;
	padding: 14px 16px;
	border: 1px solid rgba(16, 32, 43, 0.12);
	border-radius: 16px;
	background: #fff;
	font: inherit;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	border-top: 0;
	border-radius: 18px;
	background: rgba(255, 253, 250, 0.92);
}

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before {
	top: 16px;
}

.vmb-layout {
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
	gap: 18px;
	margin: 0;
}

.vmb-panel {
	padding: 28px;
	border-color: rgba(16, 32, 43, 0.08);
	background:
		radial-gradient(circle at top right, rgba(241, 184, 27, 0.15), transparent 32%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(247, 238, 228, 0.94));
}

.vmb-panel h2 {
	margin-bottom: 12px;
	font-family: "Fraunces", Georgia, serif;
	font-size: clamp(1.7rem, 2vw, 2.3rem);
	line-height: 1;
}

.vmb-panel p {
	margin: 0 0 20px;
	color: var(--vms-ink-soft);
}

.vmb-form {
	gap: 14px;
}

.vmb-form label span {
	font-size: 0.9rem;
	color: var(--vms-ink-soft);
}

.vmb-notice {
	min-height: 26px;
	font-weight: 500;
}

.vmb-notice--success {
	color: var(--vms-teal);
}

.vmb-notice--warning {
	color: var(--vms-coral);
}

.vmb-product-card {
	position: relative;
	gap: 12px;
	padding: 20px;
	background:
		radial-gradient(circle at 82% 16%, rgba(15, 118, 110, 0.14), transparent 26%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(243, 235, 225, 0.92));
}

.vmb-product-card__media {
	position: relative;
	border-radius: 18px;
	overflow: hidden;
	background: linear-gradient(180deg, #efe4d4, #dcccb1);
	aspect-ratio: 1 / 0.82;
}

.vmb-product-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vmb-product-card__label {
	font-size: 11px;
	letter-spacing: 0.16em;
	color: var(--vms-coral);
}

.vmb-product-card__title {
	font-family: "Fraunces", Georgia, serif;
	font-size: clamp(1.7rem, 2vw, 2.2rem);
}

.vmb-product-card__price {
	font-size: 1.3rem;
	color: var(--vms-teal);
}

.vmb-product-card__link {
	justify-self: start;
	padding: 10px 16px;
	background: rgba(16, 32, 43, 0.06);
	color: var(--vms-ink);
}

.vmb-product-card__link:hover {
	background: rgba(16, 32, 43, 0.1);
}

.vms-page--elementor-product-demo .elementor-widget-wrap.elementor-element-populated {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	align-items: stretch;
}

.vms-page--elementor-product-demo .elementor-widget-wrap.elementor-element-populated > .elementor-widget-vmb_create_product {
	width: 100% !important;
	max-width: 100%;
	margin: 0 !important;
}

.vms-page--elementor-product-demo .elementor-widget-vmb_create_product > .elementor-widget-container,
.vms-page--elementor-product-demo .elementor-widget-vmb_create_product .vmb-product-card {
	height: 100%;
}

.vms-empty-state {
	padding: 24px;
	border: 1px dashed rgba(16, 32, 43, 0.14);
	border-radius: 24px;
	color: var(--vms-ink-soft);
	text-align: center;
}

@media (max-width: 1024px) {
	.vms-hero__layout,
	.vmb-layout,
	.vms-product-grid,
	.vms-workflow__grid,
	.vms-story__grid,
	.vms-footer__grid,
	.woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vms-page--elementor-product-demo .elementor-widget-vmb_create_product {
		width: 100% !important;
	}

	.vms-page--elementor-product-demo .elementor-widget-wrap.elementor-element-populated {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

}

@media (max-width: 720px) {
	.vms-hero__stats,
	.vms-product-grid,
	.vms-workflow__grid,
	.vms-story__grid,
	.vms-footer__grid,
	.vmb-layout,
	.woocommerce ul.products {
		grid-template-columns: 1fr;
	}

	.vms-page--elementor-product-demo .elementor-widget-vmb_create_product {
		width: 100% !important;
	}

	.vms-page--elementor-product-demo .elementor-widget-wrap.elementor-element-populated {
		grid-template-columns: 1fr;
	}

	.vms-hero__layout {
		grid-template-columns: 1fr;
	}

	.vms-header__inner {
		flex-direction: column;
		align-items: flex-start;
	}

	.vms-header__actions {
		width: 100%;
		justify-content: space-between;
	}

	.vms-nav {
		width: 100%;
		justify-content: flex-start;
	}

	.vms-footer__bottom {
		flex-direction: column;
		align-items: flex-start;
	}

	.vms-hero__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.vms-section__header {
		display: block;
	}

	.vms-surface__hero img {
		min-height: 320px;
	}

	.vms-stat {
		padding: 16px;
	}

	.vms-page-hero {
		padding-top: 24px;
	}

	.vms-title,
	.vms-page-title,
	.woocommerce-products-header__title.page-title,
	.product_title.entry-title {
		line-height: 1.02;
	}

	.vms-nav__link,
	.vms-button,
	.woocommerce a.button,
	.woocommerce button.button,
	.woocommerce input.button,
	.woocommerce #respond input#submit {
		width: 100%;
	}

	.woocommerce .woocommerce-ordering,
	.woocommerce-page .woocommerce-ordering {
		float: none;
	}

	.woocommerce .woocommerce-result-count,
	.woocommerce-page .woocommerce-result-count {
		float: none;
		margin-bottom: 12px;
	}

	.woocommerce div.product {
		padding: 18px;
	}

	.vms-hero__copy,
	.vms-surface,
	.vms-products,
	.vms-workflow,
	.vms-story,
	.vms-page-panel,
	.vmb-panel,
	.woocommerce div.product,
	.woocommerce ul.products li.product {
		padding: 22px;
		border-radius: 26px;
	}

	.vms-float-card {
		position: static;
		margin-top: 14px;
	}
}
