/* =========================================
   Desktop / Base Styles
   ========================================= */
body {
    background-color: #fff;
    color: #564848;
}

a:active {
    opacity: 0.7;
}

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

i, em {
    font-style: italic;
}

b, strong {
    font-weight: bolder;
}

sub, sup {
    font-size: 0.4em;
    position: relative;
    vertical-align: baseline;
}

sub {
    top: 0.3em;
}

sup {
    bottom: 1.0em;
    font-style: normal;
    font-weight: 400;
    font-family: "TeX Gyre Heros Condensed", Icons;
    margin-left: 0.2rem;
}

s {
    text-decoration: line-through;
}

img {
    border: 0;
    padding: 0;
}

ul, ol {
    margin: 0;
    padding: 0 0 0 4.5rem;
}

ol > li {
    padding-left: 0.75rem;
}

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

hr {
    background: rgba(0, 0, 0, 0.15);
    border: 0;
    height: 1px;
    display: block;
}

.content img {
    float: none;
    margin-bottom: 1rem;
    vertical-align: bottom;
}

.gallery_image_caption {
    margin-top: 1.2em;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
    font-family: Standard, Icons;
    font-style: normal;
    line-height: 1.3;
    text-align: left;
    letter-spacing: 0.02em;
}

.loading[data-loading] {
    position: fixed;
    bottom: 8px; 
    left: 8px;
}

[data-predefined-style="true"] bodycopy {
    font-size: 1rem;
    color: rgb(186, 178, 178);
    font-family: Avara, Icons;
    line-height: 2;
    letter-spacing: 0.05rem;
    font-style: normal;
    font-weight: 400;
}

[data-predefined-style="true"] bodycopy a {
    color: rgb(186, 178, 178);
    text-decoration: none;
}

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
    border-bottom: 0;
    padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
    font-family: Avara, Icons;
    font-style: normal;
    font-weight: 400;
    padding: 0;
    margin: 0;
    font-size: 6.6rem;
    line-height: 1.1;
    color: rgb(186, 178, 178);
}

[data-predefined-style="true"] h2 {
    font-family: Avara, Icons;
    font-style: italic;
    font-weight: 400;
    padding: 0;
    margin: 0;
    color: rgba(0, 0, 0, 0.85);
    font-size: 5.2rem;
    line-height: 2;
    letter-spacing: 0.01em;
}

[data-predefined-style="true"] small {
    display: inline-block;
    font-size: 1rem;
    line-height: 2;
    font-family: Avara, Icons;
    font-style: italic;
    font-weight: 400;
    color: rgb(186, 178, 178);
    letter-spacing: 0.01em;
}

div[thumbnails] {
    justify-content: flex-start;
}

.thumbnails .thumb_image {
    outline: 0px solid rgba(0,0,0,.12);
    outline-offset: -1px;
}

.thumbnails .title {
    margin-top: .8rem;
    margin-bottom: .4rem;
    font-size: 1.3rem;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.85);
    font-family: "iA Writer Quattro", Icons;
    line-height: 1.3;
}

#site_menu {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, Icons;
    background: rgba(20, 20, 20, 0.95);
    font-size: 20px;
    padding: 20px 30px 90px 30px;
    max-width: 400px;
    min-width: 300px;
    display: flex;
    justify-content: flex-start;
    text-align: left;
}

#shop_button {
    color: rgba(0, 0, 0, 0.85);
    font-size: 32px;
    background: transparent;
    position: fixed;
    top: 1rem;
    right: 3rem;
    padding: 6px;
}

.quick-view {
    width: 100%;
    height: 100%;
    padding: 0;
}

.hover-image {
    display: flex;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90vw;
    height: 90vh;
}

.audio-player {
    max-width: 26rem;
    height: 3.3rem;
}

/* =========================================
   Mobile & Tablet Overrides
   ========================================= */
@media (max-width: 768px) {

    body {
        font-size: 1rem;
    }

    h1 {
        font-size: 3rem;
        line-height: 1.2;
    }

    h2 {
        font-size: 2rem;
        line-height: 1.3;
    }

    .container {
        padding: 1rem;
        max-width: 100%;
    }

    .content_padding {
        padding: 1rem !important;
    }

    .thumbnails {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.5rem;
    }

    .thumbnails .thumb_image {
        width: 100%;
        height: auto;
    }

    .content img {
        max-width: 100%;
        height: auto;
        float: none;
    }

    #site_menu {
        width: 100%;
        max-width: none;
        padding: 20px 15px;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        overflow-y: auto;
        z-index: 1000;
    }

    body.mobile #site_menu {
	width: 100%;
}

#site_menu .page-link a {
	color: rgba(255, 255, 255, 0.75);
}

#site_menu .set-link > a {
	color: rgba(255, 255, 255, 0.75);
	font-weight: bold;
}

#site_menu a:active {
	opacity: .7;
}

#site_menu a.active {
	opacity: .4;
}

#site_menu .close {
	display: none;
	color: rgba(255, 255, 255, 0.4);
	line-height: .85em;
	font-size: 45px;
}

body.mobile #site_menu .close {
	display: block;
	font-size: 50px;
	line-height: 1em;
}

#site_menu .break {
	height: 28px;
}

#site_menu .indent {
	margin-left: 28px;
}

[data-css-preset] #site_menu_button {
	color: rgba(0, 0, 0, 0.75);
	line-height: 1;
	font-size: 28px /*!site_menu_button*/;
	padding: 6px;
	line-height: 1;
	background: rgba(33, 32, 46, 0);
	position: fixed;
	right: 3rem /*!site_menu_button*/;
	bottom: 3rem /*!site_menu_button*/;
}

body.mobile #site_menu_button {
	margin: -6px;
	font-size: 34px;
}

#site_menu_button.custom_icon {
	width: 40px;
	height: auto;
}

#site_menu_button.active {
	display: none;
}


    #shop_button {
        top: 1rem;
        right: 1rem;
        font-size: 32px;
    }

    body:not(.mobile) .hover-image {
        display: none;
    }

    .audio-player {
        max-width: 100%;
        font-size: 1rem;
    }

    .shop_product .button,
    #shop_button,
    #site_menu_button {
        padding: rem;
    }

    .quick-view {
        width: 100%;
        height: 100%;
        margin: 0;
    }
}
