@font-face {
    font-family: Futura;
    font-weight: 400;
    font-style: normal;
    font-display: fallback;
    src: url("./fonts/futura_n4.woff2") format("woff2");
}

@font-face {
    font-family: "Century Gothic";
    font-weight: 400;
    font-style: normal;
    font-display: fallback;
    src: url("./fonts/centurygothic_n4.woff2") format("woff2");
}

@font-face {
    font-family: "Century Gothic";
    font-weight: 700;
    font-style: normal;
    font-display: fallback;
    src: url("./fonts/centurygothic_n4.woff2") format("woff2");
}

@font-face {
    font-family: "Century Gothic";
    font-weight: 400;
    font-style: italic;
    font-display: fallback;
    src: url("./fonts/centurygothic_n4.woff2") format("woff2");
}

@font-face {
    font-family: "Century Gothic";
    font-weight: 700;
    font-style: italic;
    font-display: fallback;
    src: url("./fonts/centurygothic_n4.woff2") format("woff2");
}

:root {
    --heading-font-family: Futura, sans-serif;
    --heading-font-weight: 400;
    --heading-font-style: normal;
    --text-font-family: "Century Gothic", sans-serif;
    --text-font-weight: 400;
    --text-font-style: normal;
    --base-text-font-size: 15px;
    --default-text-font-size: 14px;
    --background: #ffffff;
    --background-rgb: 255, 255, 255;
    --light-background: #ffffff;
    --light-background-rgb: 255, 255, 255;
    --heading-color: #5c5c5c;
    --text-color: #5c5c5c;
    --text-color-rgb: 92, 92, 92;
    --text-color-light: #939393;
    --text-color-light-rgb: 147, 147, 147;
    --link-color: #323232;
    --link-color-rgb: 50, 50, 50;
    --border-color: #e7e7e7;
    --border-color-rgb: 231, 231, 231;
    --button-background: #5c5c5c;
    --button-background-rgb: 92, 92, 92;
    --button-text-color: #ffffff;
    --header-background: #ffffff;
    --header-heading-color: #5c5c5c;
    --header-light-text-color: #939393;
    --header-border-color: #e7e7e7;
    --footer-background: #ffffff;
    --footer-text-color: #939393;
    --footer-heading-color: #5c5c5c;
    --footer-border-color: #efefef;
    --navigation-background: #ffffff;
    --navigation-background-rgb: 255, 255, 255;
    --navigation-text-color: #5c5c5c;
    --navigation-text-color-light: rgba(92, 92, 92, 0.5);
    --navigation-border-color: rgba(92, 92, 92, 0.25);
    --newsletter-popup-background: #ffffff;
    --newsletter-popup-text-color: #1c1b1b;
    --newsletter-popup-text-color-rgb: 28, 27, 27;
    --secondary-elements-background: #5c5c5c;
    --secondary-elements-background-rgb: 92, 92, 92;
    --secondary-elements-text-color: #ffffff;
    --secondary-elements-text-color-light: rgba(255, 255, 255, 0.5);
    --secondary-elements-border-color: rgba(255, 255, 255, 0.25);
    --product-sale-price-color: #f94c43;
    --product-sale-price-color-rgb: 249, 76, 67;
    /* Products */
    --horizontal-spacing-four-products-per-row: 40px;
    --horizontal-spacing-two-products-per-row: 40px;
    --vertical-spacing-four-products-per-row: 60px;
    --vertical-spacing-two-products-per-row: 75px;
    /* Animation */
    --drawer-transition-timing: cubic-bezier(0.645, 0.045, 0.355, 1);
    --header-base-height: 80px;
    /* We set a default for browsers that do not support CSS variables */
    /* Cursors */
    --cursor-zoom-in-svg: url(../images/cursor-zoom-in.svg?v=12237874970155644060);
    --cursor-zoom-in-2x-svg: url(../images/cursor-zoom-in-2x.svg?v=5083552326767623967);
}

.hide-form {
    display: none !important;
}

.submit {
    display: none !important;
}

:root {
    --use-sticky-header: 1;
    --use-unsticky-header: 0;
}

.shopify-section--header {
    position: -webkit-sticky;
    position: sticky;
}

:root {
    --header-is-not-transparent: 0;
    --header-is-transparent: 1;
}

.shopify-section--header {
    margin-bottom: calc(-1 * var(--header-height));
}

.supports-sticky .Search[aria-hidden="true"] + .Header--transparent {
    box-shadow: 0 -1px rgba(255, 255, 255, 0.25) inset;
    color: #ffffff;
}

#section-announcement {
    background: #000000;
    color: #ffffff;
}

#section-1605265780656e4fab,
#section-1605265780656e4fab .Heading {
    color: #ffffff;
}

#section-timeline .Timeline__ListItem {
    color: #ffffff;
}

#section-16063683574bdd1562,
#section-16063683574bdd1562 .Heading {
    color: #1c1b1b;
}

#section-16063683574bdd1562 .ImageHero__Block {
    background: #ffffff;
}

#section-collection-list .CollectionItem .Heading,
#section-collection-list .flickity-page-dots {
    color: #ffffff;
}

#section-collection-list .CollectionItem__Link {
    color: #363636;
    border-color: #ffffff;
}

#section-collection-list .CollectionItem__Link::before {
    background-color: #ffffff;
}

@media (-moz-touch-enabled: 0),
(hover: hover) {
    #section-collection-list .CollectionItem__Link:hover {
        color: #ffffff;
    }
}

#shopify-section-160524545324e4fdf8 .shopify-payment-button {
    display: none;
}

#section-1606367134317437cb,
#section-1606367134317437cb .Heading {
    color: #1c1b1b;
}

#section-1606367134317437cb .ImageHero__Block {
    background: #ffffff;
}

#section-slideshow .Heading,
#section-slideshow .flickity-page-dots {
    color: #ffffff;
}

#section-slideshow .Button {
    color: #363636;
    border-color: #ffffff;
}

#section-slideshow .Button::before {
    background-color: #ffffff;
}

@media (-moz-touch-enabled: 0),
(hover: hover) {
    #section-slideshow .Button:hover {
        color: #ffffff;
    }
}

.Footer {
    border-top: 1px solid var(--border-color);
}



.gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gallery-item {
    list-style: none;
    width: 32.5%;
    margin-bottom: 1%;
    position: relative;
    overflow: hidden;
}
.gallery-item:before{
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%;
}
.gallery img, .gallery video {
    width:100%;
    height:auto;
    position: absolute;
    left:50%;
    top:50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.instagram-gallery {
    padding-top: 100px;
}
