/** Shopify CDN: Minification failed

Line 81:0 All "@import" rules must come first

**/
/**/
body{color: var(--color-text);margin:0px;padding:0px;font-size: var(--font-size);}
html, body {max-width: 100%;}
img {width: 100%;border-radius: 8px;}
ol li::marker {color: var(--color-primary);font-weight: 600;}
body,a{
  font-family: Urbanist, sans-serif;
}
h1,h2,h3,h4{
  font-family: Urbanist, serif;
}

ul.list li {
    margin-bottom: 3px;
    background-image: url(//skooncatlitter.com/cdn/shop/t/9/assets/check-1.svg?v=3142101…);
    background-repeat: no-repeat;
    background-position: 0 2px;
    padding-left: 35px;
    background-size: 24px;
}

html,
body {
    margin: 0 !important;
    padding: 0 !important;
}
body {
    font-family: Urbanist, sans-serif;
    font-size: 18px;
}
a {
    color: var(--color-a);
    text-decoration: none;
    scroll-behavior: smooth;
}
a:visited,
a:hover {
    color: initial;
    text-decoration: none;
}
* {
    outline: none !important;
}
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    font-weight: 600;
    font-family: Urbanist, serif;
}

h2 {
    color: #1e1e1f;
    font-size: 44px;
    font-weight: 800;
    line-height: 45px;
}

ul.list {
    margin-bottom: 22px;
    padding-left: 0;
    list-style: none;
    margin-left: 0;
}
ul.list li {
    margin-bottom: 3px;
    background-image: url('//skooncatlitter.com/cdn/shop/t/9/assets/check-1.svg?v=31421017403060486111688147441');
    background-repeat: no-repeat;
    background-position: 0 2px;
    padding-left: 35px;
    background-size: 24px;
}

@import url("https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;700&family=Lora:wght@400;600;700&display=swap");

html,
body {
  margin: 0 !important;
  padding: 0 !important;
}

body {
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  background-color: #fff;
}

main {
  position: relative;
  flex: 1;
}

a {
  color: #5bb134;
  text-decoration: none;
}

a:visited,
a:hover {
  /*color: initial;*/
  color: #fff;
  text-decoration: none;
}

* {
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: 600;
  font-family: Urbanist, serif;
}

select {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.container {
  max-width: 1440px;
  padding: 0 15px;
  margin: 0 auto;
}

img {
  max-width: 100%;
}
img.rounded {
  border-radius: 50%;
}

ul.list {
  margin-bottom: 22px;
  padding-left: 0;
  list-style: none;
  margin-left: 0;
}
ul.list li {
  margin-bottom: 3px;
  background-image: url("/cdn/shop/t/9/assets/check-list-icon.svg?v=149448393988840126271688147442");
  background-repeat: no-repeat;
  background-position: 0 2px;
  padding-left: 35px;
}

.is-hidden {display: none !important;}

h2 {
  color: #1e1e1f;
  font-size: 44px;
  font-weight: 800;
  line-height: 45px;
}

@media (max-width: 300px) {
  h2 {font-size: 32px;line-height: 35px;}
}

.btn img{border-radius: 0px;}
.cta-button.dta-left-mta-center p {margin-left: 0;}
.dta-left-mta-center .btn {margin-left: inherit;}
.cta-button .btn {max-width: 320px;}
.cta-button p {
    margin-top: 0.8em;
    color: var(--color-secondary-600);
    max-width: 320px;
    text-align: center;
}
@media only screen and (max-width: 600px) {
  .cta-button.dta-left-mta-center p {margin-left: auto;}
  .cta-button .btn {margin: auto;}
}