* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.devmode-scrim {
	position: fixed;
    top: -25vh;
    left: -25vw;
    width: 150vw;
    height: 150vh;
    z-index: 95;
	display: none;
    background: rgba(255, 255, 255, 0.2);
}

html.devmode .devmode-scrim {
	display: block;
	pointer-events: none;
}

html.devmode {
	filter: invert(1);
}

/* __________________________________________ */

				/* release */
				/* release */

/* __________________________________________ */

.devmode #product-list .product-details, .devmode #product-list .action-bar, .devmode #product-list nav .menu-list a,.devmode #product-list nav .button.menu {
	display: none;
}

.devmode #product-list nav {
	margin-right: 20px;
	background: none;
	font-weight: 500;
}

#product-list nav p {
	display: none;
}

.devmode #product-list nav p {
	display: block;
	font-weight: 500;
	margin-right: 20px;
}

.devmode #product-list .img-container img {
	cursor: default;
}

.devmode a:active {
	pointer-events: none;
}

/* html.devmode img {
	filter: brightness(1.1) invert(1) contrast(1.2);
} */

/* column width */
@media screen and (max-width: 1690px) {
	.devmode #product-list nav {
		background: white;
	}
}
/* phone */
@media screen and (max-width: 800px) {
	.devmode #product-list nav p {
		margin-right: 0px;
	}
}

/* __________________________________________ */

				/* release */
				/* release */

/* __________________________________________ */

.action-bar,
.button-container,
.button {
	user-select: none;
}

html {
	background: white;
	color: black;
	font-size: 18px;
	font-family: "Barlow", sans-serif;
	font-weight: 400;
	scrollbar-gutter: stable;
}

h1 {
	font-family: "Averia Serif Libre", "Times New Roman", Times, serif;
	font-size: 32px;
	line-height: 42px;
	font-weight: 500;
	letter-spacing: -1.5px;
	margin-bottom: 10px;
}

h2 {
	font-family: "Averia Serif Libre", "Times New Roman", Times, serif;
	margin: 144px 0 60px;
	width: 100%;
	text-align: center;
	font-size: 28px;
	line-height: 36px;
	font-weight: 600;
	letter-spacing: -0.8px;
}

h3 {
	font-family: "Averia Serif Libre", "Times New Roman", Times, serif;
	font-size: 21px;
	line-height: 30px;
	font-weight: 500;
	letter-spacing: -0.8px;
}

h4 {
	font-family: "Averia Serif Libre", "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	letter-spacing: -0.8px;
	margin-bottom: 12px;
}

p {
	font-family: "Averia Serif Libre", "Times New Roman", Times, serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: -0.2px;
}

a {
	text-decoration: none;
	color: black;
}

a.link {
	text-decoration: underline;
	color: #5284D0;
	font-family: "Averia Serif Libre", "Times New Roman", Times, serif;
	font-weight: 600;
}

.button {
	padding: 8px 15px 10px;
	border-radius: 500px;
	text-transform: uppercase;
	font-weight: 500;
	cursor: pointer;
	display: inline-block;
	letter-spacing: 2px;
	text-align: center;
	flex: 1 1 auto;
	font-size: 16px;
	transition-property: all;
	line-height: 16px;
}

.button .icon {
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-right: 8px;
	margin-left: -2px;
	vertical-align: bottom;
	background-position: 0px 1px;
}

.button.light {
	color: black;
	background: none;
	transition-duration: 0.12s;
}

.button.light.active {
	color: black;
	background: rgba(0, 0, 0, 0.1);
	pointer-events: none;
	cursor: default;
}

.button.light:hover {
	color: black;
	background: rgba(0, 0, 0, 0.04);
}

.button.dark {
	color: white;
	background-color: #000;
	background-image: url("button-bg.png");
	background-size: 6000px 80px;
	background-repeat: repeat;
	animation: flow 450s infinite linear;
	transition-property: background-size;
	transition-timing-function: ease-in-out;
	transition-duration: 2s;
	padding: 12px 17px 14px;
    font-size: 18px;
}

.button.dark:hover {
	background-size: 6000px 45px;
	transition-duration: 1s;
	transition-timing-function: cubic-bezier(0.01, 0.55, 0.11, 0.985);
}

@keyframes flow {
	from {
		background-position: 0px 0px;
	}

	to {
		background-position: 40000px 0px;
	}
}

.button.filter .icon {
	background-image: url("../style/filter-icon.svg");
}

.button.sort .icon {
	background-image: url("../style/sort-icon.svg");
}

.button.back .icon {
	background-image: url("../style/back-icon.svg");
}

.button.menu .icon {
	background-image: url("../style/menu-icon.svg");
}

.button.previous .icon {
	background-image: url("../style/previous-icon.svg");
}

.button.next .icon {
	margin-left: 4px;
	background-image: url("../style/next-icon.svg");
}

.button.dark-mode .icon {
	background-image: url("../style/darkmode-icon.svg");
	margin-right: 0;
}

.dropdown-icon {
	background-image: url("../style/dropdown-icon.svg");
}

.button.close .icon,
nav.active .menu-list .button.menu .icon {
	background-image: url("../style/close-icon.svg");
}

.item.include .icon {
	background-image: url("../style/untoggled-icon.svg");
}

.item.include.active .icon {
	background-image: url("../style/toggled-icon.svg");
}

.button.close {
	display: none;
}

.menu-scrim,
.dropdown-scrim {
	position: fixed;
	top: 101vh;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 97;
	background: rgba(0, 0, 0, 0.3);
	display: none;
}

.menu-scrim.active,
.dropdown-scrim.active {
	top: 0;
}

.menu-scrim.active {
	z-index: 99;
}

nav {
	padding: 24px 32px;
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	z-index: 100;
	background: white;
	justify-content: space-between;
}

nav .logo {
	width: 32px;
	height: 32px;
	color: black;
	background-image: url("../style/logo.svg");
	background-size: cover;
	display: inline-block;
	vertical-align: middle;
}

nav > div {
	vertical-align: middle;
	float: right;
}

nav div > * {
	margin-left: 20px;
}

nav .button.menu {
	display: none;
}

main {
	width: 100%;
	margin: 80px 0 48px;
}

main .wrapper {
	margin: 0 auto;
	max-width: 1200px;
	padding: 24px;
}

.action-bar {
	width: 100%;
	padding: 16px 0;
	margin-bottom: 12px;
}

.action-bar > * {
	display: inline-block;
	margin-right: 12px;
}

.action-bar > *:last-child {
	margin-right: 0px;
}

.sorting-type,
.filtering-type {
	display: inline-block;
}

.filtering-number.hidden,
.filtering-plural.hidden,
.filtering-space.hidden {
	display: none;
}

.button.filter.invert-button {
	background: white;
	filter: invert(1);
}

#product-list .sorting-dropdown.hidden,
#product-list .filtering-dropdown.hidden,
#spotlight .share-dropdown.hidden,
#checkout .partners-dropdown.hidden {
	display: none;
}

#product-list .sorting-dropdown,
#product-list .filtering-dropdown,
#spotlight .share-dropdown,
#checkout .partners-dropdown {
	display: block;
	position: absolute;
	z-index: 98;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
	background: white;
	width: 250px;
	margin-top: 8px;
	border-radius: 12px;
	overflow: hidden;
}

#checkout .partners-dropdown {
	width: 350px;
}

#spotlight .share-dropdown {
	z-index: 99;
}

#product-list .sorting-dropdown .item,
#product-list .filtering-dropdown .item,
#spotlight .share-dropdown .item,
#checkout .partners-dropdown .item {
	padding: 14px 16px 16px;
	font-size: 16px;
	font-weight: 500;
	transition-property: all;
	transition-duration: 0.1s;
	transition-timing-function: ease-in-out;
	cursor: pointer;
	text-transform: none;
	letter-spacing: 0px;
	text-align: left;
	line-height: initial;
}

#product-list .action-bar .item.active,
#product-list .action-bar .item:hover,
#spotlight .share-dropdown .item:hover,
#checkout .partners-dropdown .item:hover {
	background: rgba(0, 0, 0, 0.04);
}

#product-list .action-bar .item.include:hover,
#product-list .action-bar .item.include.active {
	background: rgba(0, 0, 0, 0) !important;
}

.sorting-dropdown .item .icon,
.filtering-dropdown .item.category .icon,
.partners-dropdown .item .icon {
	width: 16px;
	height: 16px;
	margin-left: 8px;
	vertical-align: middle;
	float: right;
	background-position: 0px 2px;
	background-image: url(dot-icon.svg);
	opacity: 0;
}

.filtering-dropdown .item.include .icon {
	width: 32px;
    height: 32px;
    background-position: 0px -5px;
    background-repeat: no-repeat;
    background-size: contain;
    float: right;
}

.filtering-dropdown .item.include .text {
	display: inline-block;
}

.sorting-dropdown .active .icon,
.filtering-dropdown .item.category.active .icon,
.partners-dropdown .active .icon {
	opacity: 1;
}


/* ======================== */
/*     - product list -     */
/* ======================== */


.product-list-container,
.fake-product-list-container {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}

.fake-product-list-container {
	opacity: 0.05;
}

.page-loading-animation {
	animation: page-loading 1.525s forwards ease-in-out;
}

@keyframes page-loading {
	0% {
		opacity: 0.05;
	}

	60% {
		opacity: 0.25
	}

	70% {
		opacity: 0.25
	}

	100% {
		opacity: 0;
	}
}

#product-list .ghost-thumbnail {
	width: calc((100% - 48px) / 3);
}

#product-list .zero-state-message {
	font-size: 32px;
	margin: 32vh auto;
	font-family: "Averia Serif Libre", 'Times New Roman', Times, serif;
}

.product-thumbnail {
	text-decoration: none;
}

.product-thumbnail img {
	border-radius: 8px;
	cursor: pointer;
}

.product-thumbnail .thumbnail1 {
	position: absolute;
}

.product-list-container .product-thumbnail,
.fake-product-list-container .product-thumbnail {
	width: calc((100% - 48px) / 3);
	margin-bottom: 40px;
	opacity: 1;
	transform: translateY(0px);
	transition: opacity 0.2s ease-out, transform 0.2s ease-out;
}

.product-list-container .product-thumbnail .img-container,
.fake-product-list-container .product-thumbnail .img-container {
	width: 100%;
}

.product-list-container .product-thumbnail img,
.fake-product-list-container .product-thumbnail img {
	width: 100%;
	border-radius: 8px;
	cursor: pointer;
}

.product-list-container .product-thumbnail .img-container,
.product-list-container .product-thumbnail img {
	transition-property: all;
	transition-timing-function: ease-out;
	transition-duration: 0.12s;
}

.product-list-container .product-thumbnail:hover .img-container {
	transform: scale(1.008);
	box-shadow: 0 3px 16px rgba(0, 0, 0, 0.035);
}

.product-list-container .product-thumbnail:hover .thumbnail1 {
	opacity: 0;
}

.product-list-container .product-thumbnail .product-details,
.fake-product-list-container .product-thumbnail .product-details {
	padding: 6px 8px;
	width: 100%;
}

.product-list-container .product-thumbnail .product-details .top-row,
.fake-product-list-container .product-thumbnail .product-details .top-row {
	display: flex;
}

.product-list-container .product-thumbnail .product-details h3,
.fake-product-list-container .product-thumbnail .product-details h3 {
	cursor: pointer;
	width: fit-content;
	display: inline-block;
	flex: 1 1 auto;
	margin-right: 36px;
}

.product-list-container .product-thumbnail .status,
.fake-product-list-container .product-thumbnail .status {
	display: inline-block;
    padding: 3px 6px 5px 8px;
    line-height: 16px;
    background: lightgrey;
    font-size: 16px;
    border-radius: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    height: 24px;
	margin-top: 3px;
}

.product-list-container .product-thumbnail.sold .status,
.fake-product-list-container .product-thumbnail.sold .status {
    background: lightgrey;
}

.product-list-container .product-thumbnail.reserved .status,
.fake-product-list-container .product-thumbnail.reserved .status {
    background: lightgrey;
}

.product-list-container .product-thumbnail.for.sale .status,
.fake-product-list-container .product-thumbnail.for.sale .status {
	display: none;
}

.product-list-container .product-thumbnail .product-details .price,
.fake-product-list-container .product-thumbnail .product-details .price {
	font-size: 18px;
	line-height: 24px;
}


/* =========================== */
/*    - product spotlight -    */
/* =========================== */


.product-spotlight, .fake-product-spotlight {
	width: 100%;
	display: flex;
	gap: 5%;
}


.fake-product-spotlight {
	opacity: 0.05;
}

.product-spotlight .gallery,
.fake-product-spotlight .gallery {
	width: 160%;
	border-radius: 24px;
	overflow: auto;
	transition-delay: 0.08s;
	display: flex;
    flex-direction: column;
    gap: 3px;
}

.product-spotlight .gallery img,
.fake-product-spotlight .gallery img {
	width: 100%;
}

.product-spotlight .indicator-container {
	margin: 12px 0;
	text-align: center;
	display: none;
}

.product-spotlight .indicator-container .indicator {
    width: 20px;
    height: 20px;
    background: url(dot-icon.svg);
    opacity: 0.14;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    background-size: 24px;
}

.product-spotlight .indicator-container .indicator.active {
	opacity: 1;
}

.product-spotlight .product-info,
.fake-product-spotlight .product-info {
	position: sticky;
	top: 212px;
	height: fit-content;
	width: 100%;
	margin: 36px 0;
}

.product-spotlight .name,
.fake-product-spotlight .name {
	transition-delay: 0.06s;
}

.product-spotlight .price,
.fake-product-spotlight .price {
	font-size: 24px;
	transition-delay: 0.12s;
}

.product-spotlight .button-container,
.fake-product-spotlight .button-container {
	transition-delay: 0.18s;
}

#template-details {
	margin: 24px 0 0;
	transition-delay: 0.24s;
}

.product-list-container .product-thumbnail,
.product-spotlight .product-details h1,
.product-spotlight .product-details h3,
.product-spotlight .template-details .row,
.product-spotlight .button-container,
.product-list-container .product-thumbnail,
.product-spotlight .gallery,
.fake-product-list-container .product-thumbnail,
.fake-product-spotlight .name,
.fake-product-spotlight .price,
.fake-product-spotlight p,
.fake-product-spotlight .button-container,
.fake-product-list-container .product-thumbnail,
.fake-product-spotlight .gallery {
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
}

.product-list-container .product-thumbnail.hidden,
.product-spotlight.hidden .name,
.product-spotlight.hidden .price,
.product-spotlight.hidden .button-container,
.product-spotlight.hidden p {
	transform: translateY(10px);
	opacity: 0;
}

.product-spotlight.hidden .gallery {
	opacity: 0;
}

.product-spotlight.hidden {
	opacity: 0;
	height: 0;
}

.product-spotlight .sold-container {
	line-height: 28px;
    padding: 10px 14px;
    margin: 36px 0 48px;
    background: rgba(0, 0, 0, 0.06);
    font-style: italic;
    border-radius: 8px;
}

.product-spotlight .product-info .button-container,
.fake-product-spotlight .product-info .button-container,
#checkout .button-container {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 100%;
	gap: 14px;
}

#checkout .button-container {
	flex-direction: row;
}

.product-spotlight .product-info .button.dark,
.fake-product-spotlight .product-info .button.dark {
	padding: 12px 17px 14px;
	font-size: 18px;
}

#spotlight.sold #reserve .button,
#spotlight.reserved #reserve .button {
	color: black;
	background: lightgrey;
	cursor: default;
}

.fake-product-spotlight .product-info .button.dark {
	color: white;
	background: black;
	transition-duration: 0s;
}

#spotlight #template-details .row {
	margin-bottom: 36px;
}

#spotlight #template-productName {
	margin-bottom: 24px;
}

#spotlight #template-description {
	font-weight: 300;
	line-height: 34px;
}

#spotlight .product-info {
	text-align: center;
}

.product-spotlight .product-info .button-container,
.fake-product-spotlight .product-info .button-container {
	margin: 48px 0;
	padding: 24px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.12);
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

#spotlight .product-info hr {
	border: none;
	border-top: 1px solid rgba(0, 0, 0, 0.12);
}

#spotlight #template-details .key {
	font-family: "Barlow", sans-serif;
	font-size: 16px;
	line-height: 32px;
	opacity: 0.8;
}

#spotlight #template-details .value {
	font-family: "Averia Serif Libre", "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 36px;
	width: -webkit-fill-available;
}

#spotlight #template-details .value.description {
	font-weight: 300;
	line-height: 28px;
    font-style: italic;
}


/* ====================== */
/*      - checkout -      */
/* ====================== */


#checkout .column-container {
	display: flex;
	gap: 64px;
}

#checkout .summary-column #thumbnail-image {
	width: 400px;
	border-radius: 8px; 
}

#checkout .summary-column .summary-details {
	margin: 16px 8px;
}

#checkout .summary-column h3 {
	margin-bottom: 8px;
	font-size: 28px;
}

#checkout .summary-column div {
	margin-bottom: 12px;
	font-size: 20px;
}

#checkout .main-column h1 {
	margin: 24px 0 48px;
	font-size: 42px;
    line-height: 48px;
}

#checkout .main-column h3 {
	font-size: 28px;
	margin-bottom: 48px;
}

#checkout hr {
	margin: 60px 0 42px;
	border: none;
	border-top: 1px solid rgba(0,0,0,0.07);
}

#checkout .form-section-1,
#checkout .form-section-2,
#checkout .form-section-3 {
	padding: 12px 0;
}

#checkout .form-section-1,
#checkout .form-section-2,
#checkout .row-1,
#checkout .row-2,
#checkout .row-3  {
	display: flex;
	gap: 36px;
}

#checkout .form-field {
	flex: 1 1 auto;
	width: 50%;
}

#checkout input {
	width: 100%;
	background: rgba(0,0,0,0.07);
	padding: 8px 12px 9px;
	border-radius: 4px;
	border: none;
	outline: none;
	color: black;
	font-size: 17px;
	font-family: "Roboto Mono", monospace;
	letter-spacing: -0.5px;
	font-weight: 500;
}

#checkout .partners-input {
	caret-color: transparent;
	cursor: pointer;
	padding: 8px 34px 9px 12px;
	overflow: hidden !important;
    text-overflow: ellipsis;
}

#checkout input::placeholder {
	font-weight: 400;
}

#checkout input:focus::placeholder {
	color: transparent;
}

#checkout .row-1,
#checkout .row-2,
#checkout .row-3 {
	margin-bottom: 40px;
}

#checkout .dropdown-icon {
	position: relative;
    float: right;
    right: 12px;
    bottom: 29px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
	pointer-events: none;
}

#checkout .for-more {
	display: inline-block;
}

#checkout .partner-details {
	display: inline-block;
}

#checkout .form-field.state input {
	text-transform: uppercase;
}

#checkout .form-field.state input::placeholder {
    text-transform: capitalize;
}

#checkout .form-field.error .error {
    opacity: 1 !important;
}

#checkout .form-field .error {
	opacity: 0;
	color: darkred;
    font-size: 14px;
    padding: 8px 0 0 12px;
    font-weight: 400;
    font-family: 'Roboto Mono', monospace;
}

#checkout .form-field.error input {
	background: rgba(210, 30, 70, 0.2);
    color: darkred;
}

#checkout .form-field.error input::placeholder {
    color: darkred;
}

#checkout .submitting-animation .wrapper {
	opacity: 0;
	filter: blur(10px);
	transition-timing-function: cubic-bezier(0.460, 0.430, 0.000, 0.995);
	transition-duration: 1s;
}

#checkout .loading-text {
    font-family: "Averia Serif Libre", serif;
    font-size: 5vw;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 95vh;
    width: 100vw;
    height: 100vh;
    vertical-align: middle;
    opacity: 0;
    filter: blur(100px);
    letter-spacing: 10px;
    pointer-events: none;
    z-index: 999;
    transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.460, 0.430, 0.000, 0.995);
}

#checkout .submitting-animation .loading-text {
	opacity: 1;
	filter: blur(0px);
	letter-spacing: normal;
}


/* ======================= */
/*      - nonprofit -      */
/* ======================= */


#nonprofit .reservation-container.hidden {
	display: none;
}

#nonprofit .totals-container {
	margin-bottom: 92px;
}

#nonprofit .totals-container h1 {
    margin: 120px 100px 0px;
    font-size: 72px;
    line-height: 72px;
    text-align: center;
}

#nonprofit .totals-container h3 {
    margin: 28px 100px 0;
    font-size: 31px;
    line-height: 48px;
    text-align: center;
    font-weight: 300;
}

#nonprofit .totals-container h5 {
	margin: 36px 100px 0;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    font-weight: 300;
}

#nonprofit .donation-list .row {
    margin: 12px 0;
    display: flex;
}

#nonprofit .donation-list .column-container {
	display: flex;
    justify-content: space-between;
    align-items: center;
    width: -webkit-fill-available;
	gap: 3vw;
}

#nonprofit hr {
	margin: 24px 0;
	border: none;
	border-top: 1px solid rgba(0,0,0,0.07);
}

#nonprofit .donation-list .product-thumbnail img {
	height: 72px;
	margin-right: 24px;
	display: inline-block;
	cursor: default;
}

#nonprofit .donation-list .product-details.column {
	flex: 10 1 auto;
	width: 1px;
}

#nonprofit .donation-list .donation-recipient.column {
	min-width: 140px;
}

#nonprofit .donation-list .key {
	font-family: "Barlow", sans-serif;
	font-size: 16px;
	line-height: 20px;
	width: max-content;
	opacity: 0.8;
}

#nonprofit .donation-list .value {
	font-family: "Averia Serif Libre", "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 36px;
	text-overflow: ellipsis;
    overflow: hidden;
    text-wrap: nowrap;
}


/* ======================= */
/*    - media queries -    */
/* ======================= */


/* laptop */
@media screen and (max-width: 1000px) {

	#checkout .column-container {
		gap: 24px;
	}
	
	#checkout .summary-column #thumbnail-image {
		width: 250px;
	}

	#nonprofit h1 {
		margin: 48px 4vw 52px;
		font-size: 38px;
		line-height: 72px;
	}

}


/* tablet */
@media screen and (max-width: 800px) {

	.product-thumbnail .thumbnail2 {
		display: none;
	}

	.product-list-container .product-thumbnail:hover .img-container {
		transform: none;
		box-shadow: none;
	}
	
	.product-list-container .product-thumbnail:hover .thumbnail1 {
		opacity: 1;
	}

	.product-thumbnail .thumbnail1 {
		position: static;
	}

	.button.dark-mode {
		display: none;
	}

	.ghost-thumbnail {
		display: none;
	}

	main {
		margin-top: 60px;
	}

	main .wrapper {
		padding: 0 4px;
	}

	#nonprofit .wrapper > h3,
	#nonprofit .wrapper > p,
	#checkout .main-column {
		padding-left: 8px;
		padding-right: 8px;
	}

	.product-list-container .product-thumbnail,
	.fake-product-list-container .product-thumbnail {
		width: calc((100% - 4px) / 2);
	}

	.action-bar {
		margin-bottom: 0px;
		margin-top: 8px;
		padding: 24px 0 20px;
	}

	.action-bar > * {
		margin-right: 4px;
	}

	.product-spotlight,
	.fake-product-spotlight {
		display: block;
	}

	.product-spotlight .gallery,
	.fake-product-spotlight .gallery {
		flex-direction: row;
		width: 100%;
	}

	.product-spotlight .gallery {
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
		scroll-behavior: smooth;
	}
	.product-spotlight .gallery::-webkit-scrollbar {
		display: none;
	}

	.product-spotlight .gallery img {
		scroll-snap-align: center;
	}

	.product-spotlight .indicator-container {
		display: block;
	}

	.product-spotlight .product-info,
	.fake-product-spotlight .product-info {
		position: static;
		top: 0px;
		margin: 0px;
		width: 100%;
		min-width: unset;
		padding: 24px 12px;
	}

	.product-spotlight .product-info .button.dark,
	.fake-product-spotlight .product-info .button.dark {
		padding: 11px 18px 13px;
		font-size: 17px;
	}

	h2 {
		padding: 16px 12px;
		margin: 60px 0 24px;
		font-size: 24px;
		line-height: 28px;
	}

	#checkout .column-container {
		display: block;
	}
	
	#checkout .summary-column {
		width: auto;
	}

	#checkout .summary-column #thumbnail-image {
		width: 100%;
		border-radius: 24px;
	}
	
	#checkout .main-column {
		margin-left: 0px;
		margin-top: 45px;
	}

	#checkout .button-container {
		justify-content: center;
	}

	#checkout .loading-text {
		font-size: 10vw;
	}

	#nonprofit .totals-container h1 {
		margin: 120px 0px 0px;
		font-size: 9vw;
	}

	#nonprofit .totals-container h5 {
		margin: calc(-36px + 8vw) 0px 0;
		font-size: 4vw;
	}

	#nonprofit .donation-list .row {
		width: 100%;
	}

	#nonprofit .donation-list .product-thumbnail img {
		height: 96px;
	}

	#nonprofit .donation-list .column-container {
		display: inline-block;
	}

	#nonprofit .donation-list .product-details.column {
		width: 100%;
	}

	#nonprofit .donation-list .key {
		display: inline-block;
		margin: 0px 12px 14px 0;
		vertical-align: middle;
	}

	#nonprofit .donation-list .value {
        margin: 0px 0 14px 0;
        display: inline-block;
        vertical-align: middle;
        max-width: fit-content;
        width: 75%;
    }

}


/* mobile */
@media screen and (max-width: 600px) {

	h1 {
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 4px;
	}

	h2 {
		margin: 0 0 24px;
	}

	.no-scroll {
		overflow-y: hidden;
	}

	.button.light {
		color: black;
		background: none;
		transition-duration: 0s;
	}

	.button.light:hover {
		color: black;
		background: rgba(0, 0, 0, 0);
	}

	.button.light.active {
		color: black;
		background: rgba(0, 0, 0, 0.06);
	}

	.button.dark {
		color: white;
		background: black;
		transition-duration: 0s;
	}

	.button.dark:hover {
		color: white;
		background: black;
		transition-duration: 0s;
	}

	nav {
		padding: 14px 16px;
		z-index: 96;
	}

	nav .menu-list a {
		display: none;
	}

	nav a.menu,
	nav .button.menu {
		display: block;
		padding-right: 0;
	}

	nav.active {
		box-shadow: 0 24px 480px black;
		z-index: 100;
	}

	nav.active .menu-list a {
		display: block;
		margin-bottom: 24px;
		margin-left: 0;
	}

	nav.active .menu-list .button {
		padding: 9px 17px 12px;
		font-size: 20px;
	}

	nav.active .menu-list .button.menu {
		padding: 8px 8px 10px 15px;
		font-size: 16px;
		margin-bottom: 40px;
	}

	nav.active .menu-list .button.menu .icon {
		background-image: url("../style/close-icon.svg");
	}

	nav.active .menu-list a:last-child {
		margin-bottom: 16px;
	}

	nav.active .menu-list {
		display: flex;
		justify-content: right;
		flex-direction: column;
		align-items: flex-end;
	}

	.dropdown-scrim,
	.menu-scrim {
		display: block;
	}

	#product-list .sorting-dropdown.hidden,
	#product-list .filtering-dropdown.hidden,
	#checkout .partners-dropdown.hidden {
		display: block;
		top: 100%;
	}

	#product-list .sorting-dropdown,
	#product-list .filtering-dropdown,
	#checkout .partners-dropdown {
		transition-property: all;
		transition-duration: 0.3s;
		transition-timing-function: ease-out;
		display: block;
		position: fixed;
		z-index: 98;
		left: 0;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.45);
		background: white;
		width: 100%;
		margin: 0;
		top: auto;
		bottom: -1px;
		border-radius: 24px 24px 0 0;
		overflow: hidden;
	}

	#product-list .sorting-dropdown .item,
	#product-list .filtering-dropdown .item,
	#spotlight .share-dropdown .item,
	#checkout .partners-dropdown .item {
		padding: 20px;
		font-size: 18px;
	}

	#product-list .sorting-dropdown .item:hover,
	#product-list .filtering-dropdown .item:hover,
	#spotlight .share-dropdown .item:hover,
	#checkout .partners-dropdown .item:hover {
		background: none;
	}

	#product-list .sorting-dropdown .item.active,
	#product-list .filtering-dropdown .item.active,
	#checkout .partners-dropdown .item:active {
		background: rgba(0, 0, 0, 0.04);
	}

	#product-list .sorting-dropdown .button.close,
	#product-list .filtering-dropdown .button.close,
	#spotlight .share-dropdown .button.close,
	#checkout .partners-dropdown .button.close {
		width: 100%;
		margin: 16px 0 32px;
		padding: 24px;
	}

	.button.close {
		display: block;
	}

	.product-list-container .product-thumbnail,
	.fake-product-list-container .product-thumbnail {
		width: 100%;
	}

	.product-list-container .product-thumbnail:last-child {
		display: block;
	}

	.product-spotlight .product-info .button-container,
	.fake-product-spotlight .product-info .button-container,
	#product-list .action-bar  {
		position: fixed;
		bottom: -1px;
		left: 0;
		width: 100%;
		background: white;
		padding: 16px 16px 24px;
		z-index: 98;
		margin: 0;
		box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.2);
		border-radius: 0px;
		flex-direction: row;
		justify-content: end;
		border: none;
	}

	#checkout .button-container {
		flex-direction: row;
	}

	#product-list .product-list-container,
	#product-list .fake-product-list-container {
		margin-top: 8px;
	}

	.product-spotlight .product-info .button-container .button.dark,
	.fake-product-spotlight .product-info .button-container .button.dark,
	#product-list .sorting {
		float: right;
	}

	#product-list main {
		margin-top: 68px;
	}

	#spotlight main,
	#product-list main {
		margin-bottom: 72px;
	}

	#checkout .main-column h1 {
		margin: 24px 0 36px;
		font-size: 32px;
		line-height: 40px;
	}

	.product-spotlight .price,
	.fake-product-spotlight .price {
		font-size: 21px;
	}

	#template-details {
		margin: 52px 0;
		padding: 4px 0;
		border-top: 1px solid rgba(0, 0, 0, 0.12);
		border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	}

	#spotlight #template-details .row {
		margin: 52px 0;
	}

	#checkout .form-section-1,
	#checkout .form-section-2,
	#checkout .row-1,
	#checkout .row-2,
	#checkout .row-3  {
		display: block;
	}

	#checkout .form-field {
		width: 100%;
	}

	#checkout .partner-details.hidden {
		display: none;
	}

	#checkout .form-section-1 > div,
	#checkout .form-section-2 > div,
	#checkout .form-section-3 > div > div {
		margin-bottom: 32px;
	}

	#checkout .form-section-1 > div:last-child,
	#checkout .form-section-2 > div:last-child {
		margin-bottom: 0px;
	}

	#checkout .row-1, 
	#checkout .row-2, 
	#checkout .row-3 {
		margin-bottom: 0px;
	}

	#checkout input {
		padding: 12px 12px 13px;
		font-size: 18px;
	}

	#checkout .dropdown-icon {
		bottom: 35px;
	}

	#nonprofit .donation-list .row {
		display: block;
	}

	#nonprofit .donation-list .product-thumbnail img {
		height: auto;
        width: -webkit-fill-available;
		margin-right: 0;
		margin-bottom: 8px;
	}

	#nonprofit .donation-list .column-container {
		display: block;
		padding: 0 16px;
	}

}



/* ======================= */
/*      - portfolio -      */
/* ======================= */


#portfolio .portfolio-wrapper {
    margin: 200px auto 48px;
}