/* ============================================================
	STYLEGUIDE
	 ============================================================ */
:root {
--d-h1-font-family: "Neue Haas Grotesk Text Pro", Helvetica;
--d-h1-font-weight: 400;
--d-h1-font-size: 58.959999084472656px;
--d-h1-letter-spacing: -2.3583999633789063px;
--d-h1-line-height: 56px;
--d-h1-font-style: normal;
--d-h2-font-family: "Neue Haas Grotesk Text Pro", Helvetica;
--d-h2-font-weight: 700;
--d-h2-font-size: 37.52000045776367px;
--d-h2-letter-spacing: -1.12560001373291px;
--d-h2-line-height: 36px;
--d-h2-font-style: normal;
--d-b1-font-family: "Neue Haas Grotesk Text Pro", Helvetica;
--d-b1-font-weight: 400;
--d-b1-font-size: 22.350000381469727px;
--d-b1-letter-spacing: 0.4470000076293945px;
--d-b1-line-height: 28px;
--d-b1-font-style: normal;
}


/* ============================================================
	 BASE
	 ============================================================ */
*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	background-color: #e7e7e7;
	font-family: "Neue Haas Grotesk Text Pro", Helvetica, sans-serif;
	color: #000000;
	/* min-width: 1280px; */
}

a {
	text-decoration: none;
	color: inherit;
	/* color: #0066ff; */
}

button {
	cursor: pointer;
	border: none;
	font-family: inherit;
}

.page-wrapper {
	background-color: #E8E8E8;
	transition: background-color 0.3s ease;
}
.faq-page, .yellow-page {
	background-color: #ffff0f;
}
.green-page {
	background-color: #00ae5c;
}
.pink-page {
	background-color: #ffa5a5;
}

/* ============================================================
	 UTILITY CLASSES
	 ============================================================ */
.section-offset-top {
	margin-top: 112px !important;
}

/* ============================================================
	 DEFAULT CONTAINER
	 ============================================================ */
.default-container {
	width: 100%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px;
}

/* ============================================================
	 SITE HEADER
	 ============================================================ */
.site-header {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding-top: 20px;
}

.logo-wrapper a {
	display: block;
	text-decoration: none;
	color: inherit;
}

.logo-wrapper svg {
	width: 100%;
	height: auto;
	display: block;
}

.main-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 12px;
}

.nav-links-primary,
.nav-links-secondary {
	font-size: 27px;
	font-weight: 400;
	line-height: 1.185;
	color: #000000;
	text-transform: capitalize;
}

/* ============================================================
	 HERO SECTION
	 ============================================================ */
.hero-section {
	margin-top: 80px;
	padding: 0 112px;
}

.hero-heading {
	font-size: 58.96px;
	font-weight: 400;
	letter-spacing: -4%;
	line-height: 56px;
	text-align: center;
	text-transform: capitalize;
	color: #000000;
}

/* ============================================================
	 FEATURED IMAGE
	 ============================================================ */
.featured-image-placeholder {
	width: 100%;
	height: 616px;
	background-color: #d7d7d7;
	margin-top: 28px;
	flex-shrink: 0;
}
.featured-image-placeholder img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mobile-menu {
	display: none;
}

/* ============================================================
	 INTRO SECTION
	 ============================================================ */
.intro-section {
	display: flex;
	align-items: flex-start;
	gap: 64px;
	margin-top: 28px;
}

.intro-tagline {
	flex: 0 0 616px;
	font-size: 37.52px;
	font-weight: 700;
	letter-spacing: -0.48px;
	line-height: 0.959;
	color: #000000;
}

.intro-body {
	flex: 1;
	font-size: 22.35px;
	font-weight: 400;
	letter-spacing: 0.32px;
	line-height: 1.253;
	color: #000000;
}

.founders-story-link {
	color: #0066ff;
	font-size: 22.35px;
	font-weight: 400;
	letter-spacing: 0.32px;
}

/* ============================================================
	 PRODUCT PURCHASE BAR
	 ============================================================ */
.product-purchase-bar {
	display: flex;
	align-items: center;
	height: 60px;
}

.purchase-bar-label {
	background: #00ae5c;
	color: #000000;
	font-size: 37.52px;
	font-weight: 400;
	line-height: 0.95;
	text-transform: uppercase;
	padding: 6px 17px;
	flex: 1;
	height: 100%;
	display: flex;
	align-items: center;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.product-purchase-bar:has(.purchase-bar-btn:hover) .purchase-bar-label,
.product-purchase-bar:has(.purchase-bar-btn:focus-visible) .purchase-bar-label {
	background-color: #FF4848;
	color: #FFF;
}

.purchase-bar-btn {
	background: #ffa5a5;
	color: #000000;
	font-size: 37.52px;
	font-weight: 400;
	line-height: 0.95;
	text-transform: uppercase;
	text-align: center;
	margin-left: 8px;
	white-space: nowrap;
	min-width: 304px;
	transition: opacity 0.2s ease;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.3s ease;
}

.purchase-bar-btn:hover {
	background-color: #FFFF0F;
}

/* ============================================================
	 LOCATION SECTION
	 ============================================================ */
.location-heading {
	font-size: 58.96px;
	font-weight: 400;
	letter-spacing: -0.64px;
	line-height: 0.95;
	text-align: center;
	color: #000000;
}

/* ============================================================
	 CITY GALLERY
	 ============================================================ */
.city-gallery-row {
	display: flex;
	gap: 8px;
	margin-top: 28px;
	padding: 0 104px;
}
.city-gallery-scroll-wrapper {
	/* width: fit-content; */
	/* max-width: calc(100vw - 208px); */
	width: 100%;
	overflow: visible;
	margin: auto;
	margin-top: 8px;
	width: 100vw;
	position: relative;
	left: calc( -0.5 * (100vw - 1240px) );
	overflow: hidden;
	overflow-x: scroll;
	scroll-behavior: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.city-gallery-scroll-row {
	width: fit-content;
	/* max-width: calc(100vw - 312px); */
	display: flex;
	gap: 8px;
	overflow-x: visible;
	scroll-behavior: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
	/* padding-left: 104px; */

	padding-left: calc( 0.5 * (100vw - 1032px) );
	padding-right: calc( 0.5 * (100vw - 1032px) );
	height: 616px;
}
.city-gallery-scroll-row::-webkit-scrollbar, .city-gallery-scroll-wrapper::-webkit-scrollbar {
	display: none;
}
.city-gallery-scroll-row img {
	height: 100%;
	width: auto;
}

.city-gallery-photo {
	flex: 1;
	height: 460px;
	background-color: #d7d7d7;
}
.city-gallery-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* ============================================================
	 EDITORIAL TAGLINE + DESCRIPTION
	 ============================================================ */
.editorial-tagline-section {
	margin-top: 44px;
}

.editorial-tagline-heading {
	font-size: 37.52px;
	font-weight: 700;
	letter-spacing: -0.48px;
	line-height: 0.959;
	text-align: center;
	text-transform: capitalize;
	color: #000000;
}

.editorial-body-text {
	font-size: 22.35px;
	font-weight: 400;
	letter-spacing: 2%;
	line-height: 28px;
	text-align: left;
	color: #000000;
	width: 720px;
	margin: auto;
	margin-top: 24px;
}

/* ============================================================
	 GUIDE SECTION
	 ============================================================ */
.guide-section {
	padding: 0 56px;
}

.guide-display-word {
	font-size: 198.32px;
	font-weight: 400;
	letter-spacing: -0.32px;
	line-height: 0.959;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
}

.guide-contents-heading {
	font-size: 58.96px;
	font-weight: 400;
	letter-spacing: -0.64px;
	line-height: 0.95;
	text-align: center;
	text-transform: capitalize;
	color: #000000;
}

/* ============================================================
	 MOBILE PREVIEW + GUIDE FEATURES (paired)
	 ============================================================ */
.guide-paired-section {
	display: flex;
	/* flex-direction: column; */
	margin-top: 44px;
	gap: 8px;
}

.guide-paired-row {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
}

.guide-paired-cell {
	display: flex;
	flex-direction: column;
}

.guide-paired-cell--image {
	flex-shrink: 0;
	width: 100%;
}

.guide-paired-cell--text {
	flex: 1;
	min-width: 0;
}

.mobile-card {
	background-color: #d7d7d7;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 408px;
	height: 616px;
}

.phone-frame {
	display: flex;
	align-items: center;
	justify-content: center;
	/* padding: 5px 11px; */
}

.phone-screen {
	width: 275px;
	height: 555px;
	border-radius: 44px;
	background-color: #d7d7d7;
	flex-shrink: 0;
}
.phone-screen img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.phone-screen--gray {
	background-color: #a1aaaf;
}

.guide-feature-item {
	/* width: 408px; */
}

.guide-feature-text {
	font-size: 22.35px;
	font-weight: 400;
	letter-spacing: 0.32px;
	line-height: 1.253;
	color: #000000;
}

.guide-feature-text strong {
	font-weight: 700;
}

/* ============================================================
	 PRICING CARDS
	 ============================================================ */
.pricing-cards-row {
	display: flex;
	gap: 8px;
	margin-top: 60px;
}

.pricing-card {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 92px 80px 76px;
	justify-content: space-between;
	gap: 56px;
	transition: background-color 0.3s ease, color 0.3s ease;
	min-height: 616px;
}

.pricing-card--green {
	background-color: #00ae5c;
}

.pricing-card--pink {
	background-color: #ffa5a5;
}

.pricing-card-details {
	font-size: 37.52px;
	font-weight: 400;
	letter-spacing: -0.48px;
	line-height: 0.959;
	text-align: center;
}

.pricing-card--green .pricing-card-details {
	color: #ffffff;
}

.pricing-card--pink .pricing-card-details {
	color: #000000;
}

.pricing-card-cta {
	height: 96px;
	width: 288px;
	/* margin-top: 24px; */
	transition: background-color 0.3s ease, color 0.3s ease;
	cursor: pointer;
}

.pricing-card-cta--dark {
	background-color: #000000;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 37.52px;
	font-weight: 400;
	letter-spacing: -0.48px;
	line-height: 0.959;
	text-transform: uppercase;
	text-align: center;
}

.pricing-card-cta--light {
	background-color: #d7d7d7;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000000;
	font-size: 37.52px;
	font-weight: 400;
	letter-spacing: -0.48px;
	line-height: 0.959;
	text-transform: uppercase;
	text-align: center;
}

.pricing-card-cta--light:hover {
	background-color: #FF4848;
	color: #FFF;
}

.pricing-card-cta--dark:hover {
	background-color: #FFFF0F;
	color: #000000;
}

.pricing-card--pink:has(.pricing-card-cta--light:hover),
.pricing-card--pink:has(.pricing-card-cta--light:focus-visible) {
	background-color: #FFFF0F;
}

.pricing-card--green:has(.pricing-card-cta--dark:hover),
.pricing-card--green:has(.pricing-card-cta--dark:focus-visible) {
	background-color: #FF4848;
}

/* ============================================================
	 WHO WE'RE SECTION
	 ============================================================ */
.who-section {
	margin: auto;
	display: flex;
	flex-direction: column;
	gap: 44px;
}

.who-display-heading {
	font-size: 198.32px;
	font-weight: 400;
	letter-spacing: -7.93px;
	line-height: 0.847;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	color: #000000;
}

.team-members-row {
	display: flex;
	gap: 8px;
	justify-content: center;
}

.team-member {
	/* flex: 1; */
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: 512px;
}

.team-photo-placeholder {
	flex-shrink: 0;
	height: 616px;
	background-color: #d7d7d7;
}

.team-photo-placeholder img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.team-bio-col {
	flex: 1;
}

.team-bio-text {
	font-size: 22.35px;
	font-weight: 400;
	letter-spacing: 2%;
	line-height: 1.253;
	color: #000000;
}

/* ============================================================
	 NEWSLETTER
	 ============================================================ */
.newsletter-section {
	margin-top: 144px;
}

.newsletter-heading {
	font-size: 58.96px;
	font-weight: 400;
	letter-spacing: -0.64px;
	line-height: 0.95;
	text-transform: uppercase;
	color: #000000;
}

.newsletter-form-row {
	display: flex;
	align-items: center;
	margin-top: 44px;
	height: 60px;
	position: relative;
	overflow: hidden;
}

.email-input-field {
	flex: 1;
	border: 2px solid #000000;
	padding: 6px 19px;
	font-size: 37.52px;
	font-weight: 400;
	line-height: 0.95;
	text-transform: uppercase;
	color: #000000;
	height: 100%;
	background-color: transparent;
	outline: none;
}

.email-input-field::placeholder {
	color: #afafaf;
	opacity: 1;
}

.newsletter-submit-btn {
	background-color: #ffa5a5;
	color: #000000;
	font-size: 37.52px;
	font-weight: 400;
	line-height: 0.95;
	text-transform: uppercase;
	text-align: center;
	/* padding: 5px 124px; */
	margin-left: 8px;
	transition: background-color 0.3s ease;
	height: 100%;
	width: 304px;
}
.newsletter-submit-btn::before {
	content: 'GO';
}

.newsletter-submit-btn:hover {
	background-color: #FFFF0F;
}
.error.newsletter-submit-btn::before {
	content: 'ERROR';
}
.newsletter-submit-btn.error {
	background-color: #FF4848;
}

.newsletter-success-banner {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #FFFF0F;
	color: #000000;
	font-size: 30px;
	text-transform: uppercase;
	opacity: 0;
	pointer-events: none;
	transform: translateY(10px);
	transition: opacity 0.35s ease, transform 0.35s ease;
	z-index: 5;
}

.newsletter-success-banner.is-visible {
	opacity: 1;
	transform: translateY(0);
}

/* ============================================================
	 SITE FOOTER
	 ============================================================ */
.site-footer {
	/* margin-top: 96px; */
}

.footer-nav-row {
	display: flex;
	align-items: flex-start;
	gap: 384px;
}

.footer-nav-heading {
	font-size: 58.96px;
	font-weight: 400;
	letter-spacing: -0.64px;
	line-height: 0.95;
	text-transform: capitalize;
	color: #000000;
}

.copyright-notice {
	font-size: 22.35px;
	font-weight: 400;
	letter-spacing: 0.32px;
	line-height: 1.253;
	color: #000000;
	margin-top: 24px;
	padding-bottom: 35px;
}

/* ============================================================
	 EDITORIAL (BLOG) PAGE
	 ============================================================ */
.editorial-page {
	background-color: #ffa5a5;
}

.editorial-page .newsletter-submit-btn {
	background-color: #00ae5c;
	color: #ffffff;
}

/* ARTICLES GRID */
.articles-section {
	padding: 0 148px;
	margin-top: 72px;
	display: flex;
	flex-direction: column;
	gap: 36px;
}

.articles-row {
	display: flex;
	gap: 16px;
}

.article-card-link {
	display: block;
	color: inherit;
	text-decoration: none;
	flex: 1;
}

.article-card {
	display: flex;
	flex-direction: column;
	gap: 12px;
	flex: 1;
}

.article-card-image {
	width: 100%;
	object-fit: cover;
	display: block;
}

.article-card-image--tall {
	height: 372px;
}

.article-card-image--square {
	height: 304px;
}

.article-card-meta {
	font-size: 11px;
	font-weight: 400;
	line-height: 12px;
	letter-spacing: 0.332px;
	text-transform: capitalize;
	color: #000000;
	/* padding: 8px 0 4px; */
}

.article-card-title {
	font-size: 37.52px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: -1.126px;
	color: #000000;
	/* padding: 8px 0; */
}

/* ============================================================
	 BLOG DETAIL PAGE
	 ============================================================ */
.article-hero-heading {
	font-size: 58.96px;
	font-weight: 400;
	letter-spacing: -2.358px;
	line-height: 56px;
	text-align: center;
	text-transform: capitalize;
	color: #000000;
	/* padding: 8px 112px; */
}

.article-featured-image {
	width: 100%;
	height: 616px;
	object-fit: cover;
	display: block;
	background-color: #d7d7d7;
}

.article-image-caption {
	font-size: 11px;
	font-weight: 400;
	line-height: 12px;
	letter-spacing: 0.332px;
	text-transform: capitalize;
	color: #000000;
	margin-top: 12px;
}

.article-content-col {
	display: flex;
	flex-direction: column;
	gap: 39px;
	width: 720px;
	margin: 0 auto;
	/* padding: 7px 0 24px; */
}

.article-author-meta {
	font-size: 22.35px;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: 0.447px;
	color: #000000;
}

.article-body {
	font-size: 22.35px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.447px;
	color: #000000;
}

/* .article-body p + p {
	margin-top: 1em;
} */

.article-image-pair {
	display: flex;
	gap: 16px;
}

.article-image-pair-item {
	display: flex;
	flex-direction: column;
	flex: 1;
	gap: 4px;
}

.article-image-pair-item img {
	width: 100%;
	height: 372px;
	object-fit: cover;
	display: block;
}

.article-pullquote {
	display: flex;
	flex-direction: column;
	width: 720px;
	margin: 0 auto;
	gap: 23px;
	padding: 20px 0 24px;
}

.article-pullquote-heading {
	font-size: 37.52px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: -1.126px;
	text-align: center;
	color: #000000;
}

.article-full-image-wrapper {
	display: flex;
	flex-direction: column;
	gap: 4px;
	width: 720px;
	margin: 0 auto;
}

.article-full-image-wrapper img {
	width: 100%;
	height: 720px;
	object-fit: cover;
	display: block;
}

.article-sections-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 36px;
	margin-top: 80px;
}

.related-materials-heading {
	font-size: 58.96px;
	font-weight: 400;
	letter-spacing: -1.179px;
	line-height: 56px;
	text-transform: uppercase;
	text-align: center;
	color: #000000;
	margin-top: 140px;
}

.related-articles-section {
	display: flex;
	flex-direction: column;
	gap: 56px;
	width: 944px;
	margin: 44px auto 0;
}

/* ============================================================
	 FAQ PAGE
	 ============================================================ */

.faq-page-title {
	font-size: 58.96px;
	font-weight: 400;
	letter-spacing: -0.64px;
	line-height: 0.95;
	text-transform: uppercase;
	text-align: center;
	color: #000000;
}

.faq-columns-section {
	display: flex;
	gap: 8px;
	margin-top: 44px;
	align-items: flex-start;
}

.faq-col {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.faq-item {
	display: flex;
	flex-direction: column;
	padding: 11px 0 16px;
	/* border-top: 2px solid #000000; */
	/* gap: 12px; */
}

/* .faq-col:last-child .faq-item:last-child,
.faq-col:first-child .faq-item:last-child {
	border-bottom: 2px solid #000000;
} */

.faq-question {
	font-size: 22.35px;
	font-weight: 700;
	letter-spacing: 0.447px;
	line-height: 28px;
	text-transform: uppercase;
	color: #000000;
	cursor: pointer;
}

.faq-answer {
	font-size: 22.35px;
	font-weight: 400;
	letter-spacing: 0.32px;
	line-height: 1.253;
	color: #000000;
}

.faq-page .newsletter-submit-btn {
	background-color: #ffa5a5;
}
.faq-question {
	cursor: pointer;
}

.faq-answer {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	margin-top: 0;
	transition: max-height 0.35s ease, opacity 0.35s ease, margin-top 0.35s ease;
}

.faq-item.is-open .faq-answer {
	opacity: 1;
	margin-top: 12px;
}

/* ============================================================
	 ABOUT US PAGE
	 ============================================================ */
.about-page {
	background-color: #00ae5c;
}

.about-intro-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 47px;
	padding-top: 80px;
}

.about-section-label {
	font-size: 58.96px;
	font-weight: 400;
	line-height: 56px;
	text-transform: uppercase;
	text-align: center;
	color: #000000;
	margin-top: 80px;
}

.about-hero-block {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	width: 100%;
	margin-top: 25px;
}

.about-subtitle {
	font-size: 37.52px;
	font-weight: 400;
	letter-spacing: -0.48px;
	line-height: 0.959;
	text-align: center;
	color: #000000;
}

.about-intro-section .editorial-body-text {
	margin-top: 0;
}

.about-email-input {
	background-color: #e8e8e8;
	border: none;
	outline: none;
	font-family: inherit;
	font-size: 37.52px;
	font-weight: 400;
	text-transform: uppercase;
	color: #afafaf;
	flex: 1;
	height: 100%;
	padding: 6px 19px;
}

.about-email-input::placeholder {
	color: #afafaf;
}

.about-footer-nav-row {
	gap: 8px;
	align-items: flex-end;
}

.about-footer-nav-row .footer-nav-col {
	flex: 1;
}
.mobile-visible {
	display: none;
}

.mobile-visible .nav-links-primary {
	cursor: pointer;
}

/* ============================================================
   CHECKOUT MODAL
   ============================================================ */
.checkout-modal {
	position: fixed;
	inset: 0;
	background-color: #E8E8E8;
	z-index: 1000;
	overflow-y: auto;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
}

.checkout-modal.is-open {
	opacity: 1;
	pointer-events: all;
}

body.modal-open {
	overflow: hidden;
}

.checkout-modal-scroll {
	min-height: 100%;
}

/* --- Header --- */
.checkout-modal-header {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding-top: 16px;
	padding-bottom: 12px;
}

.checkout-logo-wrap svg {
	width: 383px;
	height: auto;
	display: block;
}

.checkout-close-btn {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
	cursor: pointer;
	padding: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* --- Body / Grid --- */
.checkout-modal-body {
	padding-bottom: 80px;
}

.checkout-content-grid {
	display: grid;
	grid-template-columns: 388px 388px;
	gap: 64px;
	max-width: 840px;
	margin: 0 auto;
	padding-top: 44px;
}

/* --- Column headings --- */
.checkout-col-heading {
	font-size: 27px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.54px;
	color: #000;
	margin-bottom: 24px;
}

/* --- Cart items --- */
.checkout-items-list {
	display: flex;
	flex-direction: column;
}

.checkout-item {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	padding: 8px 0;
}

.checkout-item-thumb {
	width: 148px;
	height: 164px;
	flex-shrink: 0;
	background: #d7d7d7;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px 0;
}

.checkout-item-thumb img {
	width: 63px;
	height: auto;
	border-radius: 8px;
	object-fit: contain;
}

.checkout-item-details {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-width: 0;
}

.checkout-item-name,
.checkout-item-price {
	font-size: 11px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0.332px;
	text-transform: capitalize;
	color: #000;
	padding: 8px 0;
}

.checkout-remove-btn {
	flex-shrink: 0;
	background: none;
	border: none;
	cursor: pointer;
	padding: 8px 0;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	width: 68px;
}

.checkout-remove-label {
	font-size: 11px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0.332px;
	text-transform: uppercase;
	color: #000;
}

.checkout-remove-icon {
	display: none;
}

/* --- Totals --- */
.checkout-totals {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 12px;
}

.checkout-total-label {
	font-size: 11px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0.332px;
	color: #000;
}

.checkout-total-price {
	font-size: 27px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.54px;
	color: #000;
}

/* --- Empty state --- */
.checkout-empty-cart {
	font-size: 22.35px;
	font-weight: 400;
	line-height: 28px;
	color: #939393;
	padding: 20px 0;
}

/* --- Email column --- */
.checkout-email-col {
	display: flex;
	flex-direction: column;
}

.checkout-email-input {
	border: 2px solid #000;
	padding: 16px 12px;
	font-family: inherit;
	font-size: 15.77px;
	font-weight: 400;
	line-height: 14px;
	color: #000;
	background: #E8E8E8;
	width: 100%;
	outline: none;
}

.checkout-email-input::placeholder {
	color: #afafaf;
}

.checkout-email-input.has-error {
	border-color: #FF4848;
}

.checkout-status-text {
	font-size: 11px;
	line-height: 16px;
	letter-spacing: 0.332px;
	color: #939393;
	margin: 8px 0 0;
	min-height: 0;
}

.checkout-status-text:not(:empty) {
	min-height: 16px;
}

.checkout-status-text.checkout-status--error {
	color: #FF4848;
}

.checkout-email-note {
	font-size: 11px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0.332px;
	text-transform: capitalize;
	color: #939393;
	margin-top: 8px;
}

.checkout-subscribe-label {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 16px;
	cursor: pointer;
}

.checkout-subscribe-check-input {
	display: none;
}

.checkout-checkbox-box {
	width: 16px;
	height: 16px;
	border: 2px solid #000;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.checkout-check-icon {
	display: none;
	width: 12px;
	height: 12px;
}

.checkout-subscribe-check-input:checked ~ .checkout-checkbox-box .checkout-check-icon {
	display: block;
}

.checkout-subscribe-text {
	font-size: 11px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0.332px;
	color: #000;
}

.checkout-continue-btn {
	background: #ffa5a5;
	color: #000;
	font-family: inherit;
	font-size: 27px;
	font-weight: 400;
	line-height: 24px;
	text-transform: uppercase;
	text-align: center;
	border: none;
	cursor: pointer;
	margin-top: 44px;
	height: 44px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px 0;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.checkout-continue-btn:hover {
	background-color: #FF4848;
	color: #fff;
}

.checkout-continue-btn.is-success {
	background-color: #FFFF0F;
	color: #000;
}

/* ============================================================
   NAV LOGIN / ACCOUNT BUTTONS
   ============================================================ */
.nav-login-btn {
	background: none;
	border: none;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	cursor: pointer;
	padding: 0;
	text-transform: capitalize;
}

.nav-account-link {
	display: none;
	/* text-transform: uppercase; */
}

.nav-user {
	display: none;
}

.nav-user-email, .nav-user-email-separator {
	text-transform: none;
	word-break: break-all;
	display: none;
}

.nav-links-secondary.is-logged-in .nav-login-btn {
	display: none;
}

.nav-links-secondary.is-logged-in .nav-account-link {
	display: inline;
}

.nav-links-secondary.is-logged-in .nav-user {
	display: inline;
}

/* ============================================================
   AUTH MODAL
   ============================================================ */
.auth-modal {
	position: fixed;
	inset: 0;
	z-index: 1100;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.25s ease;
}

.auth-modal.is-open {
	opacity: 1;
	pointer-events: all;
}

.auth-modal-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.35);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
}

.auth-modal-card {
	position: relative;
	z-index: 1;
	background: #E8E8E8;
	width: 456px;
	padding: 32px 28px 36px;
	display: flex;
	flex-direction: column;
	gap: 0;
}

/* --- Tabs --- */
.auth-tabs {
	display: flex;
	gap: 24px;
	margin-bottom: 32px;
}

.auth-tab {
	background: none;
	border: none;
	font-family: inherit;
	font-weight: 400;
	color: #939393;
	cursor: pointer;
	padding: 0;
	letter-spacing: 0.34px;
	transition: color 0.2s ease;
	font-size: 27px;
}

.auth-tab--active {
	color: #000;
	/* font-weight: 700; */
}

/* --- Form --- */
.auth-form {
	display: flex;
	flex-direction: column;
}

.auth-form--hidden {
	display: none;
}

.auth-field-label {
	font-size: 11px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0.332px;
	color: #000;
	margin-bottom: 4px;
}

.auth-input {
	border: 1.5px solid #000;
	background: transparent;
	font-family: inherit;
	font-size: 15.77px;
	font-weight: 400;
	color: #000;
	padding: 10px 12px;
	width: 100%;
	margin-bottom: 16px;
	outline: none;
	transition: border-color 0.2s ease;
}

.auth-input::placeholder {
	color: #afafaf;
}

.auth-input.has-error {
	border-color: #FF4848;
}

.auth-forgot-link {
	font-size: 11px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0.332px;
	color: #939393;
	margin-bottom: 20px;
}

.auth-submit-btn {
	background: #ffa5a5;
	color: #000;
	font-family: inherit;
	font-size: 27px;
	font-weight: 400;
	letter-spacing: 0.315px;
	text-transform: uppercase;
	text-align: center;
	border: none;
	cursor: pointer;
	height: 44px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.2s ease;
	margin-bottom: 44px;
}

.auth-submit-btn:hover {
	background-color: #FFFF0F;
	/* color: #fff; */
}

.auth-submit-btn.is-success {
	background-color: #FFFF0F;
	color: #000;
}

.auth-divider-text {
	font-size: 27px;
	font-weight: 400;
	letter-spacing: 0.26px;
	text-align: center;
	color: #000;
	margin-bottom: 44px;
	text-transform: uppercase;
}

.auth-social-btn {
	background: #d7d7d7;
	color: #000;
	font-family: inherit;
	font-size: 27px;
	font-weight: 400;
	letter-spacing: 0.315px;
	text-transform: uppercase;
	text-align: center;
	border: none;
	cursor: pointer;
	height: 44px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	transition: background-color 0.2s ease;
}

.auth-social-btn--apple {
	/* background: #c4c4c4; */
	margin-bottom: 0;
}

.auth-social-btn:hover {
	background-color: #00AE5C;
}

/* --- OTP / status / links --- */
.auth-code-hint {
	font-size: 13px;
	line-height: 18px;
	color: #000;
	margin: 0 0 20px;
	letter-spacing: 0.26px;
}

.auth-input--code {
	font-variant-numeric: tabular-nums;
	font-size: 22px;
	letter-spacing: 8px;
	text-align: center;
}

.auth-status-text {
	font-size: 11px;
	line-height: 16px;
	letter-spacing: 0.332px;
	color: #939393;
	margin: 0 0 16px;
	min-height: 16px;
}

.auth-status-text--error {
	color: #FF4848;
}

.auth-status-text--success {
	color: #1f8a1f;
}

.auth-code-actions {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	margin-top: 4px;
}

.auth-link-btn {
	background: none;
	border: none;
	padding: 0;
	font-family: inherit;
	font-size: 11px;
	letter-spacing: 0.332px;
	line-height: 16px;
	color: #000;
	text-decoration: underline;
	cursor: pointer;
}

.auth-link-btn:disabled {
	color: #939393;
	text-decoration: none;
	cursor: default;
}

.auth-submit-btn:disabled {
	opacity: 0.55;
	cursor: default;
}

/* ============================================================
   ACCOUNT PAGE
   ============================================================ */
.account-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	padding-bottom: 112px;
	position: relative;
	gap: 60px;
}

.account-section-heading {
	font-size: 58.96px;
	font-weight: 400;
	letter-spacing: -0.64px;
	line-height: 0.95;
	color: #000;
	margin-bottom: 44px;
}

/* --- Information column --- */
.account-info-row {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	padding: 16px 0;
	/* border-top: 1px solid #000; */
}

.account-info-row:last-of-type {
	border-bottom: 1px solid #000;
}

.account-info-value {
	font-size: 27px;
	font-weight: 400;
	line-height: 1.185;
	color: #000;
}

.account-edit-link {
	font-size: 27px;
	font-weight: 400;
	line-height: 1.185;
	color: #000;
	text-decoration: none;
	flex-shrink: 0;
}

.account-edit-link:hover {
	text-decoration: underline;
}

.account-subscribe-row {
	margin-top: 24px;
}

.account-subscribe-label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	gap: 16px;
}

.account-subscribe-text {
	font-size: 27px;
	font-weight: 400;
	line-height: 1.185;
	color: #000;
}

.account-checkbox-input {
	display: none;
}

.account-checkbox-box {
	width: 20px;
	height: 20px;
	border: 2px solid #000;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.account-check-icon {
	display: none;
}
.account-checkbox-input:checked ~ .account-checkbox-box {
	background-color: #00ae5c;
	/* border-color: #00ae5c; */
}

/* --- Orders column --- */
.account-order-item {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 8px 0;
	border-top: 1px solid #000;
}

.account-order-item:last-child {
	border-bottom: 1px solid #000;
}

.account-order-thumb {
	width: 148px;
	height: 164px;
	flex-shrink: 0;
	background: #d7d7d7;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px 0;
}

.account-order-thumb img {
	width: 63px;
	height: auto;
	object-fit: contain;
}

.account-order-name {
	flex: 1;
	font-size: 11px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0.332px;
	color: #000;
	padding: 8px 0;
}

.account-download-link {
	font-size: 11px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0.332px;
	color: #000;
	text-decoration: none;
	flex-shrink: 0;
	padding: 8px 0;
}

.account-download-link:hover {
	text-decoration: underline;
}

/* Account page - loading overlay */
.account-loading {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.9);
	z-index: 10;
	justify-content: center;
	align-items: center;
}

.account-loading.is-visible {
	display: flex;
}

.account-loading-text {
	font-size: 27px;
	color: #000;
}

/* Account page - username editing */
.account-info-input {
	display: none;
	font-size: 27px;
	font-weight: 400;
	line-height: 1.4;
	font-family: inherit;
	border: none;
	border-bottom: 1px solid #000;
	background: transparent;
	padding: 0;
	margin: 0;
	outline: none;
	flex: 1;
	margin-right: 10px;
}

.account-info-input.has-error {
	border-bottom-color: #c00;
}

.account-edit-actions {
	display: none;
	gap: 16px;
}

.account-info-row.is-editing .account-info-value,
.account-info-row.is-editing .account-edit-link {
	display: none;
}

.account-info-row.is-editing .account-info-input,
.account-info-row.is-editing .account-edit-actions {
	display: flex;
}

.account-save-btn,
.account-cancel-btn {
	font-size: 27px;
	font-weight: 400;
	line-height: 1.4;
	font-family: inherit;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	color: #000;
}

.account-save-btn:hover,
.account-cancel-btn:hover {
	text-decoration: underline;
}

.account-save-btn:disabled {
	opacity: 0.5;
	cursor: default;
	text-decoration: none;
}

.account-info-value--placeholder {
	color: #999;
	/* font-style: italic; */
}

/* Account page - logout */
.account-logout-row {
	margin-top: 32px;
	padding-top: 24px;
	/* border-top: 1px solid #000; */
}

.account-logout-btn {
	font-size: 27px;
	font-weight: 400;
	line-height: 1.4;
	font-family: inherit;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	color: #000;
}

.account-logout-btn:hover {
	text-decoration: underline;
}

/* Account page - orders */
.account-orders-list {
	/* Container for dynamic order items */
}

.account-orders-empty {
	display: none;
	font-size: 27px;
	color: #999;
	/* font-style: italic; */
	padding: 16px 0;
}

.account-orders-empty.is-visible {
	display: block;
}

.main-nav a, .main-nav button, .footer-nav-heading a {
	transition: color 0.2s ease-in-out;
}

.main-nav a:hover, .main-nav button:hover, .footer-nav-heading a:hover {
	color: rgba(0, 0, 0, 0.5);
}

.WordSection1 {
	width: 720px;
	margin: 80px auto 0 !important;
}
.WordSection1 h1 {
	margin-bottom: 60px;
	text-transform: uppercase;
	text-align: center;
	font-size: 58.96px;
	font-weight: 400;
	letter-spacing: -4%;
	line-height: 56px;
	color: #000000;
}
.hidden {
	display: none;
}

@media (max-width: 768px) {
	.mobile-visible {
		display: unset;
	}
	body {
		width: 656px;
		max-width: 656px;
	}
	.guide-feature-text {
		font-size: 32px;
	}
	.WordSection1 {
		width: 100%;
	}
	.WordSection1 p {
		font-size: 32px;
	}
	.WordSection1 h2 {
		margin-top: 32px;
		font-size: 32px;
	}
	.account-grid {
		grid-template-columns: 1fr;
	}
	.account-orders-col {
		order: 1;
	}
	.account-info-col {
		order: 2;
	}
	.desktop-visible {
		display: none;
	}
	/* .mobile-visible {
		position: relative;
	} */
	.mobile-menu {
		display: block;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.3s ease-in-out;
		/* position: absolute;
		top: 100%;
		width: 100%; */
	}
	.mobile-menu.is-open {
		max-height: 500px;
	}
	.mobile-menu ul {
		list-style: none;
		padding: 0;
		margin: 0;
		display: flex;
		flex-direction: column;
		gap: 10px;
		padding-top: 44px;
	}
	.mobile-menu ul li {
		width: 100%;
	}
	.mobile-menu ul li a {
		width: 100%;
		display: block;
		color: #000000;
		text-decoration: none;
		font-size: 47.93px;
		font-weight: 400;
		text-transform: capitalize;
	}
	.site-header {
		padding-top: 10px;
	}
	.nav-links-primary, .nav-links-secondary {
		font-size: 47.93px;
	}
	.main-nav {
		margin-top: 30px;
	}
	.default-container {
		padding: 0 20px;
	}
	.section-offset-top {
		margin-top: 104px !important;
	}
	.hero-section {
		padding: 0 20px;
	}
	.featured-image-placeholder img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.intro-section {
		margin-top: 36px;
		flex-direction: column;
		align-items: center;
		gap: 12px;
	}
	.intro-tagline {
		font-size: 47.93px;
		text-align: center;
		flex: unset;
	}
	.intro-body {
		font-size: 27.93px;
	}
	.founders-story-link {
		font-size: 27.93px;
	}
	.product-purchase-bar {
		height: 220px;
		position: relative;
		/* padding: 28px; */
	}
	.purchase-bar-label {
		width: 100%;
		height: 100%;
		padding: 28px 100px;
		align-items: flex-start;
		justify-content: center;
		text-align: center;
	}
	.purchase-bar-btn {
		position: absolute;
		bottom: 28px;
		left: 28px;
		width: calc(100% - 56px);
		height: 72px;
		margin: auto;
	}
	.city-gallery {
		position: relative;
	}
	.city-gallery-row {
		padding: 0;
		flex-direction: column;
		gap: 632px;
	}
	.city-gallery-photo {
		min-height: 616px;
		height: 616px;
		max-height: 616px;
		width: 100%;
	}
	.city-gallery-photo img {
		height: 616px;
	}
	.city-gallery-scroll-wrapper {
		padding: 0 20px;
		position: absolute;
		top: 624px;
		margin: auto;
		left: calc( -0.5 * (100vw - 656px) );
		width: 100%;
		left: 0;
	}
	.city-gallery-scroll-row {
		padding: 0 !important;
		margin: 0;
	}
	.editorial-tagline-heading {
		font-size: 47.93px;
		text-align: center;
	}
	.editorial-body-text {
		width: 100%;
		margin-top: 12px;
		font-size: 32px;
		line-height: 36px;
	}
	.guide-section {
		padding: 0;
	}
	.guide-paired-section {
		gap: 12px;
		flex-direction: column;
	}
	.guide-paired-row {
		flex-direction: column;
		gap: 12px;
	}
	.guide-paired-cell--text .guide-feature-item {
		width: 100%;
	}
	.mobile-card {
		width: 616px;
		height: 928px;
		padding: 38px;
	}
	.phone-screen {
		height: 100%;
		width: auto;
	}
	.phone-screen img {
		height: 100%;
		width: auto;
	}
	.pricing-cards-row {
		flex-direction: column;
		gap: 20px;
	}
	.who-display-heading {
		white-space: normal;
	}
	.team-members-row {
		flex-direction: column;
		gap: 60px;
	}
	.team-member {
		width: 100%;
	}
	.team-photo-placeholder {
		height: 616px;
	}
	.team-photo-placeholder img {
		height: 100%;
		width: 100%;
	}
	.team-bio-text {
		font-size: 32px;
	}
	.newsletter-form-row {
		max-height: auto;
		height: auto;
	}
	.newsletter-form-row {
		flex-direction: column;
		gap: 8px;
	}
	.newsletter-submit-btn {
		margin: 0;
	}
	.email-input-field, .newsletter-submit-btn {
		width: 100%;
		min-height: 72px;
	}
	.footer-nav-row {
		flex-direction: column;
		gap: 56px;
	}
	.articles-section {
		padding: 0;
	}
	.articles-row {
		flex-direction: column;
		gap: 60px;
	}
	.article-card {
		gap: 16px;
		padding: 0;
	}
	.article-card-image--tall, .article-card-image--square {
		height: 616px;
	}
	.article-card-meta {
		font-size: 21.33px;
	}
	.article-card-title {
		padding: 0;
	}
	.article-hero-heading {
		padding: 0;
	}
	.article-image-caption {
		font-size: 21.33px;
		margin-top: 16px;
		line-height: 24px;
	}
	.article-content-col, .article-pullquote {
		font-size: 32px;
		width: 100%;
		padding: 0;
		/* gap: 24px; */
		line-height: 36px;
	}
	.article-author-meta {
		font-size: 32px;
		line-height: 36px;
	}
	.article-body {
		font-size: 32px;
		line-height: 36px;
	}
	.article-image-pair {
		flex-direction: column;
		gap: 48px;
	}
	.article-full-image-wrapper {
		width: 100%;
		padding: 0;
	}
	.article-image-pair-item img, .article-full-image-wrapper img {
		width: 100%;
		height: 616px;
	}
	.article-pullquote-heading {
		font-size: 47.93px;
	}
	.related-materials-heading {
		font-size: 58.96px;
		margin-top: 136px;
		text-align: center;
	}
	.related-articles-section {
		margin-top: 60px;
		width: 100%;
	}
	.faq-columns-section {
		flex-direction: column;
		gap: 0;
	}
	.faq-col + .faq-col .faq-item:first-child {
		border-top: none;
	}
	.faq-question {
		font-size: 27.93px;
	}
	.faq-answer {
		font-size: 27.93px;
	}
	.faq-page-title {
		font-size: 47.93px;
	}

	/* --- Checkout modal mobile --- */
	.checkout-logo-wrap svg {
		width: 100%;
		max-width: 383px;
	}
	.checkout-content-grid {
		grid-template-columns: 1fr;
		gap: 44px;
		max-width: 100%;
		padding-top: 20px;
	}
	.checkout-col-heading {
		font-size: 59px;
		line-height: 56px;
		letter-spacing: -1.769px;
		margin-bottom: 20px;
	}
	.checkout-item {
		position: relative;
		gap: 12px;
		align-items: flex-start;
	}
	.checkout-item-thumb {
		width: 200px;
		height: 216px;
	}
	.checkout-item-thumb img {
		width: 79px;
	}
	.checkout-item-name,
	.checkout-item-price {
		font-size: 21.33px;
		line-height: 24px;
		letter-spacing: 0.64px;
	}
	.checkout-remove-btn {
		width: 48px;
		padding: 8px 0;
	}
	.checkout-remove-label {
		display: none;
	}
	.checkout-remove-icon {
		display: block;
	}
	.checkout-total-label {
		font-size: 21.33px;
		line-height: 24px;
		letter-spacing: 0.64px;
	}
	.checkout-total-price {
		font-size: 59px;
		line-height: 56px;
		letter-spacing: -1.769px;
	}
	.checkout-empty-cart {
		font-size: 32px;
		line-height: 36px;
	}
	.checkout-email-input {
		font-size: 37.52px;
		line-height: 36px;
		text-align: center;
		text-transform: uppercase;
		height: 72px;
		padding: 18px 12px;
	}
	.checkout-email-input::placeholder {
		font-size: 37.52px;
	}
	.checkout-email-note {
		font-size: 21.33px;
		line-height: 24px;
		letter-spacing: 0.64px;
	}
	.checkout-subscribe-label {
		gap: 8px;
		margin-top: 20px;
	}
	.checkout-checkbox-box {
		width: 36px;
		height: 36px;
	}
	.checkout-check-icon {
		width: 24px;
		height: 24px;
	}
	.checkout-subscribe-text {
		font-size: 21.33px;
		line-height: 24px;
		letter-spacing: 0.64px;
	}
	.checkout-continue-btn {
		height: 72px;
		font-size: 37.52px;
		margin-top: 44px;
	}

	/* .city-gallery-scroll-row {
	
		padding-left: calc( 0.5 * (100vw - 656px) );
		padding-right: calc( 0.5 * (100vw - 656px) );
	} */
}

/* ============================================================
   PAYMENT RESULT PAGES (payment-success.html / payment-failure.html)
   ============================================================ */
.payment-result-section {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 50vh;
	padding: 80px 20px;
}

.payment-result-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 32px;
	max-width: 560px;
	width: 100%;
	text-align: center;
}

.payment-result-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.payment-result-icon svg {
	display: block;
}

.payment-result-heading {
	font-size: 58.96px;
	font-weight: 400;
	letter-spacing: -0.64px;
	line-height: 0.95;
	color: #000000;
	text-transform: capitalize;
}

.payment-result-text {
	font-size: 22.35px;
	font-weight: 400;
	letter-spacing: 0.32px;
	line-height: 1.253;
	color: #000000;
}

.payment-result-btn {
	/* override purchase-bar-btn defaults that assume bar context */
	/* margin-left: 0; */
	height: auto;
	padding: 14px 40px;
	min-width: 280px;
	font-size: 27px;
	line-height: 1;
}

@media (max-width: 768px) {
	.payment-result-section {
		min-height: 40vh;
		padding: 60px 16px;
	}

	.payment-result-heading {
		font-size: 37.52px;
	}

	.payment-result-text {
		font-size: 18px;
	}

	.payment-result-btn {
		margin-left: auto;
		position: inherit;
		font-size: 22px;
		min-width: 220px;
	}
}
