/*
Theme Name: PineCanvas
Theme URI: https://pine.art.baichuanbailian.com/
Description: A warm, editorial Storefront child theme for the PineCanvas preview shop.
Author: PineCanvas
Version: 0.1.0
Template: storefront
Text Domain: pinecanvas
Requires at least: 6.8
Requires PHP: 8.2
*/

:root {
	--pc-ink: #20231e;
	--pc-muted: #66695f;
	--pc-pine: #244436;
	--pc-pine-deep: #173127;
	--pc-moss: #70806b;
	--pc-walnut: #76513b;
	--pc-clay: #b77a58;
	--pc-cream: #f5f0e7;
	--pc-paper: #fcfaf5;
	--pc-white: #fffefa;
	--pc-line: rgba(32, 35, 30, 0.15);
	--pc-shadow: 0 22px 70px rgba(33, 45, 36, 0.12);
	--pc-radius-sm: 0.4rem;
	--pc-radius-md: 0.8rem;
	--pc-radius-lg: 1.4rem;
	--pc-serif: Georgia, "Times New Roman", Times, serif;
	--pc-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
	--pc-wrap: min(1180px, calc(100% - 2.5rem));
}

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

html {
	scroll-behavior: smooth;
}

body {
	background: var(--pc-paper);
	color: var(--pc-ink);
	font-family: var(--pc-sans);
	font-size: 16px;
	line-height: 1.65;
	text-rendering: optimizeLegibility;
}

body,
button,
input,
select,
textarea {
	font-family: var(--pc-sans);
}

a {
	color: var(--pc-pine);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
}

a:hover,
a:focus {
	color: var(--pc-walnut);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
	outline: 3px solid rgba(183, 122, 88, 0.55);
	outline-offset: 3px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--pc-ink);
	font-family: var(--pc-serif);
	font-weight: 400;
	letter-spacing: -0.025em;
}

h1 {
	font-size: clamp(2.5rem, 6vw, 5.4rem);
	line-height: 0.98;
}

h2 {
	font-size: clamp(2rem, 4vw, 3.75rem);
	line-height: 1.08;
}

h3 {
	font-size: clamp(1.3rem, 2vw, 1.75rem);
	line-height: 1.2;
}

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

.col-full {
	max-width: 1180px;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.site {
	overflow: clip;
}

.pc-preview-bar {
	align-items: center;
	background: var(--pc-pine-deep);
	color: rgba(255, 255, 255, 0.9);
	display: flex;
	font-size: 0.72rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.15em;
	min-height: 34px;
	padding: 0.45rem 1.25rem;
	text-align: center;
	text-transform: uppercase;
}

.site-header {
	background: rgba(252, 250, 245, 0.96);
	border-bottom: 1px solid var(--pc-line);
	margin-bottom: 0;
	padding: 1.35rem 0 0;
}

.site-branding .site-title {
	font-family: var(--pc-serif);
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: -0.035em;
}

.site-branding .site-title a {
	color: var(--pc-pine-deep);
}

.site-branding .site-description {
	color: var(--pc-muted);
	font-size: 0.76rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.storefront-primary-navigation {
	background: transparent;
	border-top: 1px solid var(--pc-line);
}

.main-navigation ul.menu > li > a,
.main-navigation ul.nav-menu > li > a {
	color: var(--pc-ink);
	font-size: 0.79rem;
	font-weight: 650;
	letter-spacing: 0.08em;
	padding-bottom: 1.15rem;
	padding-top: 1.15rem;
	text-transform: uppercase;
}

.main-navigation ul li a:hover,
.main-navigation ul li:hover > a,
.site-header-cart .cart-contents:hover {
	color: var(--pc-walnut);
}

.site-header-cart .cart-contents {
	padding-bottom: 1.15rem;
	padding-top: 1.15rem;
}

.site-search .widget_product_search form::before {
	color: var(--pc-muted);
}

.site-search .widget_product_search input[type="search"] {
	background: var(--pc-white);
	border: 1px solid var(--pc-line);
	border-radius: 999px;
	box-shadow: none;
}

.site-content {
	margin-top: 0;
}

.pc-home .site-content > .col-full,
.pc-home .site-content .site-main,
.pc-home .site-content .content-area {
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

.pc-wrap {
	margin-inline: auto;
	width: var(--pc-wrap);
}

.pc-section {
	padding: clamp(4rem, 8vw, 7.5rem) 0;
}

.pc-section--cream {
	background: var(--pc-cream);
}

.pc-section--dark {
	background: var(--pc-pine-deep);
	color: rgba(255, 255, 255, 0.78);
}

.pc-section--dark h2,
.pc-section--dark h3,
.pc-section--dark a {
	color: var(--pc-white);
}

.pc-eyebrow {
	color: var(--pc-walnut);
	display: block;
	font-size: 0.73rem;
	font-weight: 750;
	letter-spacing: 0.18em;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.pc-section-heading {
	align-items: end;
	display: flex;
	gap: 2rem;
	justify-content: space-between;
	margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

.pc-section-heading h2,
.pc-section-heading p {
	margin: 0;
}

.pc-section-heading p {
	color: var(--pc-muted);
	max-width: 34rem;
}

.pc-link {
	align-items: center;
	display: inline-flex;
	font-size: 0.76rem;
	font-weight: 750;
	gap: 0.6rem;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-transform: uppercase;
}

.pc-link::after {
	content: "→";
	transition: transform 180ms ease;
}

.pc-link:hover::after {
	transform: translateX(0.25rem);
}

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.added_to_cart,
.widget a.button {
	background: var(--pc-pine);
	border: 1px solid var(--pc-pine);
	border-radius: 999px;
	color: #fff;
	font-size: 0.78rem;
	font-weight: 750;
	letter-spacing: 0.08em;
	padding: 0.95rem 1.45rem;
	text-transform: uppercase;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.added_to_cart:hover,
.widget a.button:hover {
	background: var(--pc-pine-deep);
	border-color: var(--pc-pine-deep);
	color: #fff;
	transform: translateY(-1px);
}

.pc-button--light {
	background: var(--pc-white);
	border-color: var(--pc-white);
	color: var(--pc-pine-deep);
}

.pc-button--ghost {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.55);
	color: var(--pc-white);
}

.pc-button--ghost:hover {
	background: var(--pc-white);
	border-color: var(--pc-white);
	color: var(--pc-pine-deep);
}

.pc-hero .pc-button--ghost {
	border-color: var(--pc-pine);
	color: var(--pc-pine);
}

.pc-hero .pc-button--ghost:hover {
	background: var(--pc-pine);
	border-color: var(--pc-pine);
	color: #fff;
}

.pc-hero {
	background:
		radial-gradient(circle at 80% 20%, rgba(183, 122, 88, 0.22), transparent 32%),
		linear-gradient(130deg, #edf0e8 0%, #f7f1e7 56%, #e5ddcf 100%);
	min-height: min(790px, calc(100vh - 120px));
	overflow: hidden;
	position: relative;
}

.pc-hero::before,
.pc-hero::after {
	border: 1px solid rgba(36, 68, 54, 0.16);
	border-radius: 50%;
	content: "";
	position: absolute;
}

.pc-hero::before {
	height: 32rem;
	left: -15rem;
	top: -18rem;
	width: 32rem;
}

.pc-hero::after {
	bottom: -24rem;
	height: 48rem;
	right: -25rem;
	width: 48rem;
}

.pc-hero__inner {
	align-items: center;
	display: grid;
	gap: clamp(2.5rem, 6vw, 6rem);
	grid-template-columns: minmax(0, 0.92fr) minmax(340px, 1.08fr);
	min-height: inherit;
	padding-bottom: clamp(4rem, 8vw, 7rem);
	padding-top: clamp(4rem, 8vw, 7rem);
	position: relative;
	z-index: 1;
}

.pc-hero__copy {
	max-width: 37rem;
}

.pc-hero__title {
	margin: 0 0 1.5rem;
}

.pc-hero__text {
	color: #51564d;
	font-family: var(--pc-serif);
	font-size: clamp(1.1rem, 1.7vw, 1.35rem);
	line-height: 1.55;
	margin: 0 0 2rem;
	max-width: 32rem;
}

.pc-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
}

.pc-hero__facts {
	border-top: 1px solid var(--pc-line);
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: clamp(2.5rem, 6vw, 4.5rem);
	padding-top: 1.4rem;
}

.pc-hero__fact strong {
	display: block;
	font-family: var(--pc-serif);
	font-size: 1.05rem;
	font-weight: 400;
}

.pc-hero__fact span {
	color: var(--pc-muted);
	font-size: 0.7rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.pc-hero__visual {
	min-height: 580px;
	position: relative;
}

.pc-hero__frame {
	background: #e3ded2;
	box-shadow: var(--pc-shadow);
	overflow: hidden;
	position: absolute;
}

.pc-hero__frame img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.pc-hero__frame--main {
	border: 12px solid rgba(255, 254, 250, 0.92);
	height: 82%;
	right: 0;
	top: 0;
	width: 78%;
}

.pc-hero__frame--detail {
	border: 9px solid var(--pc-white);
	bottom: 0;
	height: 43%;
	left: 0;
	width: 47%;
}

.pc-image-placeholder {
	align-items: center;
	background:
		linear-gradient(145deg, transparent 0 45%, rgba(36, 68, 54, 0.1) 45% 46%, transparent 46%),
		radial-gradient(circle at 60% 35%, #b88968 0 4%, transparent 4.5%),
		linear-gradient(135deg, #d9d2c4, #aeb8a6);
	color: rgba(32, 35, 30, 0.58);
	display: flex;
	font-family: var(--pc-serif);
	font-style: italic;
	height: 100%;
	justify-content: center;
	padding: 2rem;
	text-align: center;
	width: 100%;
}

.pc-collections {
	display: grid;
	gap: 1.2rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pc-collection {
	background: var(--pc-white);
	color: var(--pc-ink);
	display: block;
	min-height: 390px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}

.pc-collection__image {
	height: 100%;
	inset: 0;
	position: absolute;
}

.pc-collection__image img {
	height: 100%;
	object-fit: cover;
	transition: transform 550ms cubic-bezier(0.2, 0.75, 0.35, 1);
	width: 100%;
}

.pc-collection__image::after {
	background: linear-gradient(to top, rgba(13, 23, 18, 0.78), transparent 66%);
	content: "";
	inset: 0;
	position: absolute;
}

.pc-collection__content {
	bottom: 0;
	color: #fff;
	left: 0;
	padding: 1.6rem;
	position: absolute;
	right: 0;
	z-index: 1;
}

.pc-collection__content h3 {
	color: #fff;
	margin: 0 0 0.25rem;
}

.pc-collection__content span {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.pc-collection:hover .pc-collection__image img {
	transform: scale(1.035);
}

.pc-product-grid ul.products {
	display: grid;
	gap: clamp(1.25rem, 2.5vw, 2.25rem);
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0;
}

.pc-product-grid ul.products::before,
.pc-product-grid ul.products::after {
	display: none;
}

.pc-product-grid ul.products li.product,
.woocommerce ul.products li.product {
	float: none;
	margin: 0;
	text-align: left;
	width: auto;
}

.woocommerce ul.products li.product .woocommerce-loop-product__link {
	color: var(--pc-ink);
	text-decoration: none;
}

.woocommerce ul.products li.product img {
	aspect-ratio: 4 / 5;
	background: #ebe5d9;
	margin: 0 0 1rem;
	object-fit: cover;
	transition: opacity 180ms ease, transform 350ms ease;
}

.woocommerce ul.products li.product:hover img {
	opacity: 0.93;
	transform: translateY(-3px);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-family: var(--pc-serif);
	font-size: 1.3rem;
	font-weight: 400;
	margin: 0 0 0.35rem;
	padding: 0;
}

.woocommerce ul.products li.product .price {
	color: var(--pc-pine);
	font-size: 0.88rem;
	font-weight: 700;
}

.woocommerce ul.products li.product .button {
	background: transparent;
	border: 0;
	border-bottom: 1px solid currentColor;
	border-radius: 0;
	color: var(--pc-pine);
	font-size: 0.7rem;
	margin-top: 0.75rem;
	padding: 0.25rem 0;
}

.woocommerce ul.products li.product .button:hover {
	background: transparent;
	color: var(--pc-walnut);
	transform: none;
}

.onsale {
	background: var(--pc-pine-deep);
	border: 0;
	border-radius: 999px;
	color: #fff;
	font-size: 0.65rem;
	font-weight: 750;
	letter-spacing: 0.1em;
	padding: 0.55rem 0.75rem;
	text-transform: uppercase;
}

.pc-story {
	align-items: center;
	display: grid;
	gap: clamp(3rem, 7vw, 7rem);
	grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
}

.pc-story__visual {
	aspect-ratio: 4 / 5;
	background: #d8d0c1;
	box-shadow: var(--pc-shadow);
	overflow: hidden;
}

.pc-story__visual img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.pc-story__copy p {
	color: var(--pc-muted);
	font-size: 1.04rem;
	max-width: 31rem;
}

.pc-story__steps {
	border-top: 1px solid var(--pc-line);
	counter-reset: pc-step;
	list-style: none;
	margin: 2.25rem 0;
	padding: 0;
}

.pc-story__steps li {
	align-items: center;
	border-bottom: 1px solid var(--pc-line);
	counter-increment: pc-step;
	display: grid;
	gap: 1rem;
	grid-template-columns: 2rem 1fr;
	padding: 0.95rem 0;
}

.pc-story__steps li::before {
	color: var(--pc-walnut);
	content: "0" counter(pc-step);
	font-family: var(--pc-serif);
	font-size: 0.85rem;
}

.pc-scenes {
	display: grid;
	gap: 1.25rem;
	grid-template-columns: 1.35fr 0.65fr;
}

.pc-scene {
	background: #d8d0c1;
	min-height: 530px;
	overflow: hidden;
	position: relative;
}

.pc-scene:nth-child(2) {
	margin-top: 5rem;
	min-height: 460px;
}

.pc-scene img {
	height: 100%;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

.pc-scene > .pc-image-placeholder {
	inset: 0;
	position: absolute;
}

.pc-scene__caption {
	background: rgba(252, 250, 245, 0.94);
	bottom: 1rem;
	left: 1rem;
	max-width: calc(100% - 2rem);
	padding: 1rem 1.2rem;
	position: absolute;
	z-index: 1;
}

.pc-scene__caption strong {
	display: block;
	font-family: var(--pc-serif);
	font-size: 1.15rem;
	font-weight: 400;
}

.pc-scene__caption span {
	color: var(--pc-muted);
	font-size: 0.7rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.pc-custom {
	align-items: center;
	display: grid;
	gap: clamp(2rem, 6vw, 7rem);
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.8fr);
}

.pc-custom h2 {
	margin-bottom: 1.25rem;
}

.pc-custom p {
	max-width: 38rem;
}

.pc-custom__card {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.16);
	padding: clamp(2rem, 5vw, 4rem);
}

.pc-custom__card p {
	font-family: var(--pc-serif);
	font-size: 1.45rem;
	font-style: italic;
	line-height: 1.4;
}

.pc-values {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(3, 1fr);
	background: var(--pc-line);
	border: 1px solid var(--pc-line);
}

.pc-value {
	background: var(--pc-paper);
	padding: clamp(1.75rem, 4vw, 3.5rem);
}

.pc-value__number {
	color: var(--pc-clay);
	display: block;
	font-family: var(--pc-serif);
	font-size: 1rem;
	margin-bottom: 3rem;
}

.pc-value h3 {
	margin-bottom: 0.75rem;
}

.pc-value p {
	color: var(--pc-muted);
	margin-bottom: 0;
}

.pc-newsletter {
	align-items: center;
	display: grid;
	gap: 2rem;
	grid-template-columns: 1fr 1fr;
}

.pc-newsletter h2 {
	margin: 0;
}

.pc-newsletter p {
	color: var(--pc-muted);
	margin-bottom: 0;
}

.pc-newsletter__form {
	display: flex;
	gap: 0.7rem;
	justify-self: stretch;
}

.pc-newsletter__form label {
	flex: 1;
	margin: 0;
}

.pc-newsletter__form input[type="email"] {
	background: var(--pc-white);
	border: 1px solid var(--pc-line);
	border-radius: 999px;
	box-shadow: none;
	height: 100%;
	padding: 0.85rem 1.25rem;
	width: 100%;
}

.pc-newsletter__message {
	color: var(--pc-pine);
	font-size: 0.85rem;
	grid-column: 1 / -1;
	margin: 0;
}

.site-footer {
	background: var(--pc-pine-deep);
	color: rgba(255, 255, 255, 0.68);
	padding: 4rem 0 2rem;
}

.site-footer a,
.site-footer h2,
.site-footer h3 {
	color: var(--pc-white);
}

.site-info {
	font-size: 0.75rem;
	letter-spacing: 0.04em;
	padding: 1.5rem 0;
}

.pc-footer {
	align-items: end;
	display: grid;
	gap: 2rem;
	grid-template-columns: minmax(250px, 0.8fr) minmax(300px, 1.2fr);
	padding-bottom: 2rem;
}

.pc-footer__brand strong {
	color: var(--pc-white);
	display: block;
	font-family: var(--pc-serif);
	font-size: 2rem;
	font-weight: 400;
	margin-bottom: 0.5rem;
}

.pc-footer__brand p {
	margin: 0;
	max-width: 24rem;
}

.pc-footer__nav ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1.5rem;
	justify-content: flex-end;
	list-style: none;
	margin: 0;
	padding: 0;
}

.pc-footer__nav a {
	font-size: 0.73rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
}

.site-info a {
	display: none;
}

.pc-footer-note {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 0.73rem;
	letter-spacing: 0.08em;
	margin-top: 2rem;
	padding-top: 1.5rem;
	text-transform: uppercase;
}

.woocommerce-breadcrumb {
	color: var(--pc-muted);
	font-size: 0.75rem;
	margin-bottom: 2rem;
	padding-top: 2rem;
}

.storefront-full-width-content .woocommerce-products-header {
	padding-bottom: 2rem;
	padding-top: 3rem;
	text-align: left;
}

.woocommerce-products-header__title.page-title,
.entry-title {
	font-size: clamp(2.4rem, 5vw, 4.8rem);
}

.single-product div.product .woocommerce-product-gallery {
	margin-bottom: 3rem;
}

.single-product div.product .woocommerce-product-gallery img {
	background: var(--pc-cream);
}

.single-product div.product .summary {
	padding-top: 1rem;
}

.single-product div.product .product_title {
	font-size: clamp(2.2rem, 4vw, 4rem);
}

.single-product div.product p.price {
	color: var(--pc-pine);
	font-size: 1.2rem;
}

.woocommerce-tabs ul.tabs li a {
	color: var(--pc-muted);
	font-size: 0.75rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

table:not(.has-background) th,
table:not(.has-background) tbody td {
	background: rgba(245, 240, 231, 0.58);
}

table:not(.has-background) tbody tr:nth-child(2n) td {
	background: rgba(245, 240, 231, 0.3);
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
.input-text {
	background: var(--pc-white);
	border: 1px solid var(--pc-line);
	border-radius: var(--pc-radius-sm);
	box-shadow: none;
	color: var(--pc-ink);
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	background: var(--pc-pine);
	border-left: 0.35rem solid var(--pc-clay);
}

.widget_shopping_cart,
.site-header-cart .widget_shopping_cart {
	background: var(--pc-paper);
}

.pc-empty {
	background: var(--pc-cream);
	color: var(--pc-muted);
	padding: 2rem;
}

@media (max-width: 980px) {
	.pc-hero__inner {
		grid-template-columns: 1fr 0.9fr;
	}

	.pc-hero__visual {
		min-height: 480px;
	}

	.pc-collections,
	.pc-product-grid ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pc-story,
	.pc-custom {
		gap: 3rem;
	}

	.pc-section-heading {
		align-items: start;
		flex-direction: column;
	}
}

@media (max-width: 767px) {
	:root {
		--pc-wrap: min(100% - 2rem, 42rem);
	}

	.site-header {
		padding-top: 1rem;
	}

	.site-header .site-branding {
		margin-bottom: 1rem;
		width: calc(100% - 5rem);
	}

	.site-branding .site-title {
		font-size: 1.65rem;
	}

	.menu-toggle {
		background: transparent;
		border-color: var(--pc-line);
		color: var(--pc-ink);
		padding: 0.65rem 0.9rem;
	}

	.main-navigation ul.menu > li > a,
	.main-navigation ul.nav-menu > li > a {
		padding: 0.85rem 0;
	}

	.pc-section {
		padding: 4rem 0;
	}

	.pc-hero {
		min-height: auto;
	}

	.pc-hero__inner {
		display: block;
		padding-bottom: 4rem;
		padding-top: 4rem;
	}

	.pc-hero__visual {
		margin-top: 3rem;
		min-height: 430px;
	}

	.pc-hero__facts {
		gap: 0.75rem;
	}

	.pc-hero__fact strong {
		font-size: 0.95rem;
	}

	.pc-hero__fact span {
		font-size: 0.62rem;
	}

	.pc-collections,
	.pc-product-grid ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pc-collection {
		min-height: 310px;
	}

	.pc-story,
	.pc-scenes,
	.pc-custom,
	.pc-newsletter {
		grid-template-columns: 1fr;
	}

	.pc-story__visual {
		max-height: 560px;
	}

	.pc-scenes {
		gap: 1rem;
	}

	.pc-scene,
	.pc-scene:nth-child(2) {
		margin-top: 0;
		min-height: 420px;
	}

	.pc-values {
		grid-template-columns: 1fr;
	}

	.pc-footer {
		align-items: start;
		grid-template-columns: 1fr;
	}

	.pc-footer__nav ul {
		justify-content: flex-start;
	}

	.pc-value__number {
		margin-bottom: 1.25rem;
	}

	.pc-newsletter__form {
		justify-self: auto;
	}

	.storefront-full-width-content .woocommerce-products-header {
		padding-top: 2rem;
	}
}

@media (max-width: 480px) {
	.pc-hero__actions,
	.pc-newsletter__form {
		align-items: stretch;
		flex-direction: column;
	}

	.pc-hero__actions .button,
	.pc-newsletter__form .button {
		text-align: center;
		width: 100%;
	}

	.pc-hero__visual {
		min-height: 370px;
	}

	.pc-hero__frame--main {
		height: 82%;
		width: 84%;
	}

	.pc-hero__frame--detail {
		height: 39%;
		width: 51%;
	}

	.pc-collections,
	.pc-product-grid ul.products {
		grid-template-columns: 1fr;
	}

	.pc-collection {
		min-height: 390px;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
