/** Shopify CDN: Minification failed

Line 240:12 Unexpected "{"

**/
/*===========================
=       FONT SETUP          =
===========================*/
@font-face {
    font-family: 'Helvetica Neue';
    src: url('/cdn/shop/files/HelveticaNeue-Bold.woff2?v=1762509740') format('woff2'),
        url('/cdn/shop/files/HelveticaNeue-Bold.woff?v=1762509740') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/cdn/shop/files/HelveticaNeue-Black.woff2?v=1762509739') format('woff2'),
        url('/cdn/shop/files/HelveticaNeue-Black.woff?v=1762509740') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Helvetica Neue';
    src: url('/cdn/shop/files/HelveticaNeue-Heavy.woff2?v=1762509740') format('woff2'),
        url('/cdn/shop/files/HelveticaNeue-Heavy.woff?v=1762509740') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/cdn/shop/files/HelveticaNeue-Light.woff2?v=1762509739') format('woff2'),
        url('/cdn/shop/files/HelveticaNeue-Light.woff?v=1762509739') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Helvetica Neue';
    src: url('/cdn/shop/files/HelveticaNeue-Thin.woff2?v=1762509738') format('woff2'),
        url('/cdn/shop/files/HelveticaNeue-Thin.woff?v=1762509739') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Helvetica Neue';
    src: url('/cdn/shop/files/HelveticaNeue-Medium.woff2?v=1762509739') format('woff2'),
        url('/cdn/shop/files/HelveticaNeue-Medium.woff?v=1762509739') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/cdn/shop/files/HelveticaNeue-UltraLight.woff2?v=1762509738') format('woff2'),
        url('/cdn/shop/files/HelveticaNeue-UltraLight.woff?v=1762509739') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/cdn/shop/files/HelveticaNeue-Roman.woff2?v=1762509739') format('woff2'),
        url('/cdn/shop/files/HelveticaNeue-Roman.woff?v=1762509740') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

div#insta-feed h2 {
    max-width: 1330px;
    margin: 40px auto;
    font-size: 48px;
    font-weight: 700;
    padding:0 16px;
}


.heading-font {
   font-family: 'Helvetica Neue';
}
.body-font {
    font-family: 'Helvetica Neue';
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: 'Helvetica Neue';
}
body h2,
body .h2 {
  font-size: 48px;
  line-height: 1.25;
  font-weight: 300;
  /* text-transform: capitalize; */
  letter-spacing: 0;
}
/*===========================
=        BUTTON STYLE       =
===========================*/
.dev-btn {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1;
    padding: 16.5px 50px;
    border-radius: 50px;
    text-decoration: none;
    font-family: 'Helvetica Neue';
    appearance: none;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    color: #000;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}
.dev-btn:hover {
  opacity: 0.85;
}

/*===========================
=     FONT WEIGHT UTILS     =
===========================*/
.fw-light {
  font-weight: 300 !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-medium {
  font-weight: 500 !important;
}
.fw-semibold {
  font-weight: 600 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
/*===========================
=      TEXT UTILITIES       =
===========================*/
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
/*===========================
=       FLEX UTILITIES      =
===========================*/
.d-flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.align-center {
  align-items: center;
}
.align-start {
  align-items: flex-start;
}
.align-end {
  align-items: flex-end;
}
/*===========================
=     LAYOUT / DISPLAY      =
===========================*/
.d-block {
  display: block !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}


/*===========================
=     RESPONSIVE HEADINGS   =
===========================*/
@media (max-width: 1200px) {
  body h2,
  body .h2 {
    font-size: 40px;
  }
   div#insta-feed h2 {
  font-size: 40px;
}
}
@media (max-width: 991px) {
  body h2,
  body .h2 {
    font-size: 32px;
  }
  .dev-btn, {
     font-size: 12px;
  }
  div#insta-feed h2 {
  text-align:center;
  font-size: 32px;
}
}








