/** Shopify CDN: Minification failed

Line 88:3 Unexpected "/"

**/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    scroll-behavior: smooth;
    scroll-padding-top: 65px;
  }  

/*
=======================
  THEME CUSTOM STYLES 
=======================
*/

/* Font Families */
body{
    font-family: var(--font-body-family), sans-serif;
    letter-spacing: 0;
    line-height: normal;
}

body.gradient {
    background: #F9F8F4;
}

.template-brown.gradient {
    background: #56443A;
}

main{
    display: flex;
    flex-direction: column;
}

h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5 {
    letter-spacing: 0;
}

/* IMPORT HERE FONT FAMILIES */
/* @font-face {
    font-family: 'ABC Monument Grotesk Unlicensed Trial', sans-serif;
    src: url("//skingenerics.com/cdn/shop/t/17/assets/ABCMonumentGrotesk-Thin.woff2?v=16274879655553047021752221780") format('woff2');
    font-weight: 100;
}

@font-face {
    font-family: "ABC Monument Grotesk Unlicensed Trial", sans-serif;
    src: url('//skingenerics.com/cdn/shop/t/17/assets/ABCMonumentGrotesk-Regular.woff2?v=166559278568967738911752221777') format('woff2');
    font-weight: 400;
}

@font-face {
    font-family: "ABC Monument Grotesk Unlicensed Trial", sans-serif;
    src: url('//skingenerics.com/cdn/shop/t/17/assets/ABCMonumentGrotesk-Medium.woff2?v=146069956497936496271752221774') format('woff2');
    font-weight: 500;
}

@font-face {
    font-family: "ABC Monument Grotesk Unlicensed Trial", sans-serif;
    src: url('//skingenerics.com/cdn/shop/t/17/assets/ABCMonumentGrotesk-Bold.woff2?v=114171849785228676131752221767') format('woff2');
    font-weight: 700;
}

@font-face {
    font-family: "ABC Monument Grotesk Unlicensed Trial", sans-serif;
    src: url('//skingenerics.com/cdn/shop/t/17/assets/ABCMonumentGrotesk-Heavy.woff2?v=3360224474444011951752221771') format('woff2');
    font-weight: 900;
}

/* Second font */
@font-face {
    font-family: "ABC Monument Grotesk Mono Unlicensed Trial", sans-serif;
    src: url('//skingenerics.com/cdn/shop/t/17/assets/ABCMonumentGroteskMono-Light.ttf?v=160423131734147821491743735384') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: "ABC Monument Grotesk Mono Unlicensed Trial", sans-serif;
    src: url('//skingenerics.com/cdn/shop/t/17/assets/ABCMonumentGroteskMono-Medium.woff2?v=182024544644696082001752221783') format('woff2');
    font-weight: 500;
} */

/*  Heading Styles */
.title-h1{
font-weight: 400;
font-size: 32px;
line-height: 42px;
}

.title-h2{
    font-weight: 400;
    font-size:28px;
    line-height: 36px;
}

.title-h3{
    font-weight: 400;
    font-size:22px;
    line-height: 28px;
}

.title-h4{
    font-weight: 400;
    font-size:20px;
    line-height: 26px;
}

.title-h5{
    font-weight: 400;
    font-size:18px;
    line-height: 26px;
}

@media (min-width: 768px) { 
    .title-h1{
        font-size: 48px;
        line-height: 60px;
        }
        
    .title-h2{
            font-size:32px;
            line-height: 44px;
        }
        
    .title-h3{
            font-size:28px;
            line-height: 38px;
        }
        
    .title-h4{
            font-size:24px;
            line-height: 38px;
        }
        
    .title-h5{
            font-size:18px;
            line-height: 22px;
        }
}

/*  Body Styles */

.body-lg{
    font-size: 14px;
    line-height: 22px;
}

.body-md{
    font-size: 14px;
    line-height: 20px;
}

.body-sm{
    font-size: 12px;
    line-height: 18px;
}

/*  Font Weights */

.fw-400{
    font-weight: 400;
}
.fw-500{
    font-weight: 500;
}
.fw-600{
    font-weight: 600;
}

/* Buttons */

.btn-main{
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
}

.btn-caption{
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
}

.btn-caption{
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
}

.btn-lg-link{
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    text-decoration-line: none;
    color:white;
    border: solid 1px white;
/*     padding: 10px; */
    transition: ease-in-out 400ms all;
}
.btn-lg-link.dark-mode{
    color:black;
    border-color:black;
}

@media (min-width: 768px) { 
    .btn-lg-link{
    font-weight: 400;
    }
}

.btn-sm-link{
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-decoration-line: underline;
    font-weight: 500;
}



/* Containers */

.container{
width:100%;
max-width: 1288px;
padding: 0 var(--desktop-container-gutter);
margin-left:auto;
margin-right:auto;
padding-left:24px;
padding-right:24px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;   
box-sizing: border-box; 
}

.container-fluid-lg{
    width:100%;
    padding-left:24px;
    padding-right:24px;
}

.container-fluid{
    width:100%;
}

@media (min-width: 768px) { 
    .container-fluid-lg{
        padding-left:0;
        padding-right:0;
    }
}

/* Min Heights  */

.minh-large{
    min-height: 700px;
}
@media (min-width: 768px) { 
    .minh-large{
        min-height: 880px;
    }
}

.minh-small{
  min-height: 500px;
}
@media (min-width: 768px) {
  .minh-small{
      min-height: 660px;
  }
}

.minh-xs{
  min-height: 400px;
}
@media (min-width: 768px) {
  .minh-xs{
      min-height: 560px;
  }
}

.minh-xxs{
  min-height: 300px;
}
@media (min-width: 768px) {
  .minh-xxs{
      min-height: 460px;
  }
}

.minh-full{
    min-height: calc(100vh - 88px)
}
@media (min-width: 768px) {
    .minh-full{
        min-height: calc(100vh - 111px)
    }
}
