/* Verbatim: the site Custom CSS (Cargo admin), also embedded in the page. */
#underlay-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  opacity: 0;
  z-index: 2;
}

.underlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80%;
  width: 100%;
  background-color: #000000;
}

html {
	--mobile-scale: 1.3;
	--mobile-padding-offset: 0.9;
}

body {
	background-color: rgba(230, 229, 225, 0.9);
	--swatch-1: rgba(0, 0, 0, 0.85);
	--swatch-2: rgba(0, 0, 0, 0.75);
	--swatch-3: rgba(0, 0, 0, 0.6);
	--swatch-4: rgba(0, 0, 0, 0.4);
    --swatch-5: rgba(0, 0, 0, 0.25);
	--swatch-6: #e6e5e1;
	--swatch-8: #af84d7;
	--swatch-9: rgba(0, 0, 0, 0.16);
}

body.mobile {
}

a:active,
.linked:active,
.zoomable::part(media):active {
	opacity: 0.7;
}

.page a.active {
	color: #ffffff;
}

sub {
	position: relative;
	vertical-align: baseline;
	top: 0.3em;
}

sup {
	position: relative;
	vertical-align: baseline;
	top: -0.4em;
}

.small-caps {
	font-variant: small-caps;
    text-transform: lowercase;
}

ol {
	margin: 0;
	padding: 0 0 0 3em;
}

  ol li {
    padding-left: 0.5em;
  }

ul {
	margin: 0;
	padding: 0 0 0 3em;
}

ul.lineated {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin: 0 0 0 3em;
	text-indent: -3em;
}

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

hr {
	background: rgba(0, 0, 0, 0.75);
	border: 0;
	height: 1px;
	display: block;
	margin-bottom: 0.4rem;
	margin-top: 0.4rem;
}

.content {
	border-color: rgba(0,0,0,.85);
}

bodycopy {
	font-size: 1.15rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: "Synt Variable";
	font-style: normal;
	line-height: 1.1;
	letter-spacing: 0;
	display: block;
	font-variation-settings: 'slnt' 0;
}

bodycopy a {
	text-decoration: none;
	color: rgba(0, 0, 0, 0.85);
}

bodycopy a:hover {
}

h1 {
	font-family: "Diatype Variable";
	font-style: normal;
	font-weight: 600;
	margin: 0;
	font-size: 3rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.75);
	letter-spacing: -0.010em;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

.mobile h1 {
	font-size: 1.90rem;
}

h1 a {
	color: rgba(0, 0, 0, 0.75);
	text-decoration: none;
}

h1 a:hover {
}

h2 {
	font-family: "Diatype Variable";
	font-style: normal;
	font-weight: 550;
	margin: 0;
	color: rgba(255, 255, 255, 0.85);
	font-size: 2.15rem;
	line-height: 1.1;
	letter-spacing: 0em;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

.mobile h2 {
	font-size: 1.60rem;
}

h2 a {
	color: rgba(255, 255, 255, 0.85);
	text-decoration: none;
}

h2 a:hover {
}

.caption {
	font-size: 0.50rem;
	font-weight: 476;
	color: rgba(0, 0, 0, 0.75);
	font-family: "Diatype Variable";
	font-style: normal;
	line-height: 0.5;
	letter-spacing: 0.005em;
	display: inline-block;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
	background: rgba(230, 229, 225, 0);
	border-radius: 0.0rem;
	padding: 0.0rem;
	border-width: 0.0rem;
	border-style: solid;
	border-color: rgba(0,0,0,0.85);
}

.caption a {
	text-decoration: none;
	color: rgba(0, 0, 0, 0.5);
}

.caption a:hover {
}

media-item .caption {
	margin-top: 0.5em;
}

media-item .caption .caption-window {
	margin-top: -0.5em;
}

gallery-grid .caption,
gallery-columnized .caption,
gallery-justify .caption {
	margin-bottom: 2em;
}

[thumbnail-index] .caption {
	text-align: center;
}

[thumbnail-index] .caption .tags {
	margin-top: 0.25em;
}

.page {
	justify-content: flex-start;
}

.page-content {
	padding: 1rem;
	text-align: left;
}

.mobile [id] .page-layout {
	max-width: 100%;
}

.page-layout {
	align-items: flex-start;
	max-width: 100%;
}

media-item::part(media) {
	border: 0;
	border-width: 0.1rem;
	border-color: #e6e5e1;
	border-style: solid;
	border-radius: 1rem;
	border-bottom-width: 0.0rem;
	padding: 0.5rem;
	border-right-width: 0.1rem;
}

.quick-view {
	height: 100%;
	width: 100%;
	padding: 3rem;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

.quick-view-background {
	background-color: #e6d6e9;
}

.quick-view .caption {
	color: rgba(255, 255, 255, 1.0);
	padding: 20px 0;
	text-align: center;
	transition: 100ms opacity ease-in-out;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.quick-view .caption-background {
	padding: 0.5rem 1rem;
	display: inline-block;
	background: rgba(0, 0, 0, 0.5);
	border-radius: .5rem;
	text-align: left;
	max-width: 50rem;
}

.mobile .quick-view {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 10px;
}

.mobile .quick-view .caption {
	padding: 10px 0;
}

.nav-button {
	--text-style: "Nav Button";
	font-size: 1.55rem;
	font-weight: 650;
	color: rgba(255, 255, 255, 0.9);
	font-family: "Diatype Variable";
	font-style: normal;
	line-height: 1.1;
	letter-spacing: -0.002em;
	display: inline-block;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
	background: rgba(0, 0, 0, 0.4);
	padding: 1.0rem;
	border-radius: 10.9rem;
	padding-bottom: 0.9rem;
	padding-right: 1.3rem;
	border-width: 0.0rem;
	padding-top: 1rem;
	backdrop-filter: blur(1rem);
	padding-left: 1.3rem;
}

.nav-button a {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.9);
}

.nav-button a:hover {
	
}

.caption-window {
	--text-style: "Caption Window";
	padding-top: 0.0rem;
	font-size: 0.85rem;
	font-weight: 450;
	color: rgba(0, 0, 0, 0.85);
	font-family: "Diatype Variable";
	font-style: normal;
	line-height: 1.3;
	letter-spacing: 0.005em;
	display: block;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
	background: #e6e5e1;
	border-radius: 1.2rem;
	padding: 0.5rem;
	padding-top: 0.0rem;
	padding-left: 0.6rem;
	filter: drop-shadow(0rem 0.4rem 0.4rem rgba(0, 0, 0, 0.09));
	will-change: filter;
	border-width: 0.1rem;
	border-top-left-radius: 0.0rem;
	border-top-right-radius: 0.0rem;
	border-top-width: 0.0rem;
	border-color: rgba(0, 0, 0, 0.15);
	border-style: solid;
}

.caption-window a {
	text-decoration: underline;
	text-decoration-color: rgba(0, 0, 0, 0.4);

	color: rgba(0, 0, 0, 0.85);
}

.caption-window a:hover {
	
}

.button-caption {
	--text-style: "Button Caption";
	font-size: 1rem;
	font-weight: 650;
	color: rgba(255, 255, 255, 0.9);
	font-family: "Diatype Variable";
	font-style: normal;
	line-height: 1.1;
	letter-spacing: -0.002em;
	display: inline-block;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
	background: rgba(0, 0, 0, 0.4);
	padding: 1.0rem;
	border-radius: 10.9rem;
	padding-bottom: 0.7rem;
	padding-right: 1rem;
	border-width: 0.0rem;
	padding-top: 0.8rem;
	backdrop-filter: blur(1rem);
	padding-left: 1rem;
}

.button-caption a {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.9);
}

.button-caption a:hover {
	
}

.button-7 {
	--text-style: "button 7";
	font-size: 1.15rem;
	font-weight: 500;
	font-family: "Diatype Variable";
	font-style: normal;
	line-height: 1.1;
	letter-spacing: 0em;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
	color: #ff0000;
	display: inline-block;
	border-color: #ff0000;
	border-style: solid;
	border-radius: 999rem;
	padding-top: 0.6rem;
	padding-right: 1.4rem;
	padding-bottom: 0.6rem;
	padding-left: 1.3rem;
	border-width: 0.2rem;
	filter: drop-shadow(0.4rem 0.4rem 0rem #ff0000);
	will-change: filter;
	background: #ffffff;
}

.button-7 a {
	color: #ff0000;
	text-decoration: none;
}

.button-7 a:hover {
	
}

.button-7 a.active {
	color: #ff0000;
	text-decoration: none;
}

.small-titles {
	--text-style: "small titles";
	font-size: 1.00rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.5);
	font-family: "Diatype Variable";
	font-style: normal;
	line-height: 1.1;
	letter-spacing: 0;
	display: block;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

.small-titles a {
	text-decoration: none;
	color: rgba(0, 0, 0, 0.5);
}

.small-titles a:hover {
	
}

.body-text {
	--text-style: "body text";
	font-size: 1.15rem;
	color: rgba(0, 0, 0, 0.85);
	font-family: "Diatype Variable";
	font-style: normal;
	line-height: 1.2;
	letter-spacing: 0;
	display: block;
	font-weight: 400;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

.body-text a {
	text-decoration: none;
	color: rgba(0, 0, 0, 0.85);
}

.body-text a:hover {
	
}

.mobile .quick-view .caption-background {
	max-width: 100vw;
}

::part(slideshow-nav) {
	--button-size: 30px;
	--button-inset: 20px;
	--button-icon-color: rgba(255, 255, 255, 0.9);
	--button-icon-stroke-width: 1.5px;
	--button-icon-stroke-linecap: none;
	--button-background-color: rgba(87, 87, 87, 0.35);
	--button-background-radius: 50%;
	--button-active-opacity: 0.7;
}

gallery-slideshow::part(slideshow-nav) {
	--button-inset: 15px;
}

.quick-view::part(slideshow-nav) {
}

.wallpaper-slideshow::part(slideshow-nav) {
}

.mobile ::part(slideshow-nav) {
	--button-inset: 10px;
}

.mobile .quick-view::part(slideshow-nav) {
	--button-inset: 25px;
}

shop-product {
	font-size: 1.2rem;
	max-width: 22rem;
	font-family: "Diatype Variable";
	font-style: normal;
	font-weight: 400;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
	letter-spacing: 0em;
	margin-bottom: 1em;
}

shop-product::part(price) {
	color: rgba(0, 0, 0, 0.75);
	line-height: 1.1;
	margin-bottom: 0.5em;
}

shop-product::part(dropdown) {
	width: 100%;
	color: rgba(0, 0, 0, 0.85);
	border: 1px solid rgba(0, 0, 0, 0.2);
	background-color: rgba(255, 255, 255, 0.0);
	background-image: url(https://static.cargo.site/assets/images/select-line-arrows.svg);
	background-repeat: no-repeat;
	background-position: top 0em right .1em;
	line-height: 1.2;
	padding: 0.58em 2em 0.55em 0.9em;
	border-radius: 10em;
	margin-bottom: 0.5em;
}

shop-product::part(button) {
	background: rgba(0, 0, 0, 0.15);
	color: rgba(0, 0, 0, 0.75);
	text-align: left;
	line-height: normal;
	padding: 0.5em 1em;
	cursor: pointer;
	border-radius: 10em;
}

shop-product::part(button):active {
	opacity: .7;
}

audio-player {
	--text-color: rgba(0, 0, 0, 0.85);
	--text-padding: 0 1.2em 0 1.0em;
	--background-color: rgba(255, 255, 255, 0);
	--buffer-background-color: rgba(0, 0, 0, 0.03);
	--progress-background-color: rgba(0, 0, 0, 0.075);
	--border-lines: 1px solid rgba(0, 0, 0, 0.2);
	font-size: 1.2rem;
	width: 32rem;
	height: 2.75em;
	font-family: "Diatype Variable";
	font-style: normal;
	font-weight: 400;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
	line-height: normal;
	letter-spacing: 0em;
	margin-bottom: 0.5em;
	border-radius: 10em;
}

audio-player::part(button) {
	--icon-color: rgba(0, 0, 0, 0.85);
	--icon-size: 32%;
	--play-text: '';
	--pause-text: '';
	width: 3.15em;
	display: inline-flex;
	justify-content: center;
	cursor: pointer;
}

audio-player::part(play-icon) {
	padding-left: 0.6em;
}

audio-player::part(pause-icon) {
	padding-left: 0.4em;
}

audio-player::part(progress-indicator) {
	border-right: 1px solid rgba(0, 0, 0, 0);
	height: 100%;
	cursor: ew-resize;
}

audio-player::part(separator) {
	border-right: var(--border-lines);
}

body.mobile audio-player {
	max-width: 100%;
}

/* Style all <a> links that are inside <h2> elements */
h2 a {
  color: inherit; /* Keeps normal text color same as h2 */
  text-decoration: none; /* Optional: removes underline */
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* Change background and text color when hovering over <h2> links */
h2 a:hover {
  background-color: #af84d7;
  color: #000000;
}