@media (max-width: 1200px) {
	.gm-home-promo__panel,
	.gm-site-footer__grid {
		grid-template-columns: 1fr;
	}

	.gm-home-values__panel {
		gap: 2rem;
	}

	.gm-home-blog__track {
		--gm-blog-per-page: 2;
	}

	.gm-site-footer__columns {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gm-site-footer__catalog {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.gm-home-finds__grid {
		grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
	}

	.gm-home-values {
		--gm-home-values-slide-width: 20rem;
		--gm-home-values-slide-width-active: 20rem;
		--gm-home-values-slide-gap: 1.25rem;
		--gm-home-values-figure-height: 12.5rem;
		--gm-home-values-figure-height-active: 12.5rem;
	}
}

@media (max-width: 989px) {
	:root {
		--gm-shell: min(100vw - 2rem, 100%);
		--gm-section-space: 3rem;
	}

	.gm-site-announcement__inner {
		flex-direction: column;
		gap: 0.3rem;
		padding: 0.45rem 0;
	}

	.gm-site-header {
		--gm-header-height: 4.2rem;
	}

	.gm-site-header__frame {
		padding: 0.45rem 0 0.5rem;
	}

	.gm-site-header__top {
		grid-template-columns: auto 1fr auto;
		min-height: 3.7rem;
	}

	.gm-site-header__branding {
		grid-column: 2;
		justify-self: center;
	}

	.gm-site-nav--utility,
	.gm-site-header__bottom,
	.gm-site-header__actions > .gm-site-header__tool {
		display: none;
	}

	.gm-nav-toggle {
		display: inline-flex;
	}

	.gm-mobile-nav {
		display: block;
		position: absolute;
		top: calc(100% + 1rem);
		right: 0;
		left: 0;
		height: calc(100dvh - var(--gm-admin-offset) - var(--gm-header-measured-height, var(--gm-header-height)) - 1rem);
		min-height: calc(100dvh - var(--gm-admin-offset) - var(--gm-header-measured-height, var(--gm-header-height)) - 1rem);
		background: var(--gm-color-bg);
		border-top: 1px solid rgba(49, 52, 53, 0.08);
		opacity: 0;
		pointer-events: none;
		overflow-y: auto;
		overflow-x: clip;
		transition: opacity var(--gm-transition);
	}

	.gm-site-header.is-open .gm-mobile-nav {
		opacity: 1;
		pointer-events: auto;
	}

	body.gm-mobile-menu-open {
		overflow: hidden;
	}

	.gm-home-hero {
		padding-top: 0.8rem;
	}

	.gm-hero-slider {
		--gm-hero-pad: 1.25rem;
	}

	.gm-hero-media {
		min-height: 440px;
		padding: var(--gm-hero-pad);
	}

	.gm-hero-media::after {
		background: linear-gradient(180deg, rgba(241, 241, 241, 0.04) 18%, rgba(241, 241, 241, 0.18) 42%, rgba(241, 241, 241, 0.92) 100%);
	}

	.gm-hero-header {
		width: min(100%, 22rem);
		max-width: 100%;
		gap: 0.45rem;
	}

	.gm-hero-header--measure {
		top: var(--gm-hero-pad);
		left: var(--gm-hero-pad);
		width: min(100%, 22rem);
		max-width: calc(100% - (var(--gm-hero-pad) * 2));
	}

	.gm-hero-title {
		font-size: clamp(1.9rem, 10vw, 3.2rem);
	}

	.gm-hero-cta {
		width: 2.9rem;
		height: 2.9rem;
		min-height: 2.9rem;
	}

	.gm-hero-slider__dots {
		justify-content: center;
		padding-left: 0;
	}

	.gm-home-category-strip {
		--gm-category-card-width: clamp(12.5rem, 68vw, 16.5rem);
		--gm-category-gap: 0.8rem;
	}

	.gm-home-category-strip__button {
		display: none;
	}

	.gm-home-promo {
		padding: 8rem 0;
	}

	.gm-home-promo__products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1.5rem;
	}

	.gm-home-promo-product {
		min-width: 0;
	}

	.gm-home-promo-product__media {
		min-width: 0;
		min-height: 0;
		width: 100%;
	}

	.gm-home-promo-product__media img,
	.gm-home-promo-product:first-child .gm-home-promo-product__media img,
	.gm-home-promo-product:nth-child(2) .gm-home-promo-product__media img {
		width: 100%;
		max-width: 100%;
		height: auto;
		max-height: none;
		padding: 0;
		object-fit: contain;
	}

	.gm-site-footer__columns {
		grid-template-columns: 1fr;
	}

	.gm-site-footer__catalog {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gm-home-promo__products > .gm-home-promo-product:first-child {
		padding-right: 0;
	}

	.gm-home-finds {
		--gm-find-card-media-height: clamp(11rem, 28vw, 13rem);
		padding: 3.75rem 0 4rem;
	}

	.gm-home-finds__kicker {
		font-size: 12px;
	}

	.gm-home-finds__heading h2 {
		margin: 0 auto;
		max-width: 100%;
		font-size: 24px;
		gap: 0.8em;
	}

	.gm-home-finds__title-line {
		gap: 0.3em;
	}

	.gm-home-finds__title-inline-media {
		width: 110px;
	}

	.gm-home-finds__tabs {
		gap: 0.6rem;
		margin-top: 2rem;
	}

	.gm-home-finds__grid {
		grid-template-columns: 1fr;
	}

	.gm-find-card--feature {
		grid-column: auto;
		grid-row: auto;
		min-height: 420px;
	}

	.gm-home-finds__products {
		grid-column: auto;
		grid-row: auto;
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: none;
		min-height: 0;
	}

	.gm-home-finds__products > .gm-find-card .gm-find-card__tile {
		grid-template-columns: 1fr;
		align-content: start;
	}

	.gm-home-finds__products > .gm-find-card .gm-find-card__tile-media {
		min-height: var(--gm-find-card-media-height);
	}

	.gm-home-finds__grid > .gm-find-card:not(.gm-find-card--feature) {
		grid-column: auto;
	}

	.gm-home-values {
		padding: 3.75rem 0 4rem;
		--gm-home-values-slide-width: 14rem;
		--gm-home-values-slide-width-active: 14rem;
		--gm-home-values-slide-gap: 0.9rem;
		--gm-home-values-figure-height: 9rem;
		--gm-home-values-figure-height-active: 9rem;
	}

	.gm-home-values__slider {
		padding-inline: 0.75rem;
	}

	.gm-home-values__nav {
		width: 2.75rem;
		height: 2.75rem;
	}

	.gm-home-values__nav--prev {
		left: 0.75rem;
	}

	.gm-home-values__nav--next {
		right: 0.75rem;
	}

	.gm-home-values__slide-title {
		font-size: 1.05rem;
	}

	.gm-home-values__slide-description {
		font-size: 0.85rem;
	}

	.gm-home-promo__copy h2 {
		max-width: 90%;
	}

	.gm-home-blog {
		padding: 3.75rem 0 4rem;
	}

	.gm-home-blog__heading-row {
		align-items: start;
		flex-direction: column;
	}

	.gm-site-footer__bottom {
		grid-template-columns: 1fr;
	}

	.gm-site-footer__social {
		justify-self: start;
	}

	.gm-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1rem;
	}

	.gm-product-grid--all-product {
		--gm-all-product-grid-gap: 1rem;
		--gm-all-product-card-height: clamp(14rem, 40vw, 18rem);
	}

	.gm-all-product-page__lifestyle {
		grid-column: span 2;
	}

	.gm-all-product-page__title {
		font-size: clamp(2.35rem, 11vw, 4rem);
	}

	.gm-all-product-page__filters {
		display: grid;
		gap: 0;
		margin-top: 1.2rem;
	}

	.gm-all-product-page__filter-row {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		gap: 2rem;
		padding: 1rem 0 0.95rem;
		border-bottom: 1px solid var(--gm-color-line);
	}

	.gm-all-product-page__filter-row:last-child {
		border-bottom: 0;
	}

	.gm-all-product-page__filter {
		display: inline-flex;
		align-items: flex-start;
		width: auto;
		min-height: 0;
		justify-content: flex-start;
		padding: 0;
		border: 0;
		font-size: 14px;
		line-height: 1.25;
	}

	.gm-all-product-page__filter-pill {
		min-height: 0;
		padding: 0;
		border: 0;
		border-radius: 999px;
		text-align: left;
		justify-content: flex-start;
	}

	.gm-all-product-page__filter.is-active .gm-all-product-page__filter-pill {
		padding: 0.4rem 0.95rem;
		border: 1px solid currentColor;
	}

	.gm-product-card__meta {
		flex-direction: column;
		padding: 0.9rem;
	}

	.gm-product-card__title {
		width: 100%;
	}
}

@media (max-width: 640px) {
	.gm-mobile-nav__types,
	.gm-product-grid {
		grid-template-columns: 1fr;
	}

	.gm-product-grid--all-product {
		--gm-all-product-card-height: auto;
	}

	.gm-all-product-page__lifestyle {
		grid-column: span 1;
	}

	.gm-all-product-page__lifestyle--2x1 .gm-all-product-page__lifestyle-link,
	.gm-all-product-page__lifestyle--2x2 .gm-all-product-page__lifestyle-link {
		min-height: clamp(16rem, 60vw, 22rem);
	}

	.gm-site-announcement__inner {
		font-size: 0.63rem;
	}

	.gm-home-category-strip {
		--gm-category-card-width: clamp(12.5rem, 78vw, 17rem);
	}

	.gm-home-category-card__media {
		border-radius: var(--gm-radius-home);
	}

	.gm-home-category-card h2 {
		font-size: clamp(1.2rem, 5.8vw, 1.55rem);
	}

	.gm-home-finds {
		--gm-find-card-media-height: clamp(8.5rem, 34vw, 10rem);
	}

	.gm-home-finds__heading h2 {
		max-width: 100%;
	}

	.gm-home-finds__grid {
		grid-template-columns: 1fr;
		gap: 0.75rem;
	}

	.gm-site-footer__catalog {
		columns: 2;
		column-gap: 1rem;
	}

	.gm-home-finds__products {
		grid-template-columns: 1fr;
	}

	.gm-home-values {
		--gm-home-values-slide-width: 11rem;
		--gm-home-values-slide-width-active: 11rem;
		--gm-home-values-slide-gap: 0.75rem;
		--gm-home-values-figure-height: 7rem;
		--gm-home-values-figure-height-active: 7rem;
	}

	.gm-home-values__nav {
		top: 4.5rem;
		width: 2.35rem;
		height: 2.35rem;
	}

	.gm-home-values__slide-meta {
		column-gap: 0.55rem;
	}

	.gm-home-values__slide-index {
		font-size: 1.45rem;
	}

	.gm-home-values__slide-title {
		font-size: 0.9rem;
	}

	.gm-home-values__slide-description {
		font-size: 0.72rem;
	}

	.gm-find-card--feature {
		min-height: 360px;
	}

	.gm-find-card__overlay {
		max-width: calc(100% - 2rem);
	}

	.gm-home-blog__track {
		--gm-blog-per-page: 1;
	}

	.gm-home-blog__nav {
		display: none;
	}

	.gm-site-footer__columns {
		grid-template-columns: 1fr;
	}

}
