@charset "UTF-8";
/* Reset /--------------------------------------------/
-----------------------------------------------------*/
button {
  border: none;
}

input {
  -webkit-appearance: none;
  appearance: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: capitalize;
}

/* Debug /--------------------------------------------/
-----------------------------------------------------*/
.km-localhost #preview-bar-iframe {
  display: none;
}
.km-localhost .km-dev-show {
  background-color: lavender;
  display: block;
}

.km-debug {
  background-color: lightgreen;
  margin: 10px 0;
  padding: 10px;
}
.km-debug:before {
  content: "debug";
}

/* Base /---------------------------------------------/
-----------------------------------------------------*/
@font-face {
  font-family: "Gotham-Light";
  src: url("Gotham-Light.otf") format("opentype");
}
@font-face {
  font-family: "Gotham-Book";
  src: url("Gotham-Book.otf") format("opentype");
}
@font-face {
  font-family: "Gotham-Medium";
  src: url("Gotham-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Hurme-SemiBold";
  src: url("Hurme-SemiBold.otf") format("opentype");
}
@font-face {
  font-family: "SurveyorText-Book";
  src: url("SurveyorText-Book-Pro.otf") format("opentype");
}
@font-face {
  font-family: "SurveyorText-Book-Italic";
  src: url("SurveyorText-BookItalic-Pro.otf") format("opentype");
}
body {
  font-family: "Gotham-Book", sans-serif;
  font-size: 14px;
  line-height: 1.625;
}

h1,
.h1 {
  font-family: "SurveyorText-Book", serif;
  font-weight: 400;
}

h2,
h3,
h4,
h5,
h6,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Gotham-Book", sans-serif;
  font-weight: 400;
}

h1,
.h1 {
  font-size: 44px;
}

.km-font-headline,
.km-font-headline-two,
.km-font-section-header {
  color: #f87c8a;
  line-height: 1.4;
  text-transform: uppercase;
}

.km-font-headline {
  font-family: "Hurme-SemiBold", sans-serif;
  font-size: 44px;
  letter-spacing: 4px;
}

.km-font-headline-two {
  font-family: "Hurme-SemiBold", sans-serif;
  letter-spacing: 4px;
}
@media only screen and (max-width: 499px) {
  .km-font-headline-two {
    font-size: 28px;
  }
}
@media only screen and (min-width: 500px) {
  .km-font-headline-two {
    font-size: 34px;
  }
}

.km-font-section-header {
  font-family: "Hurme-SemiBold", sans-serif;
  font-size: 19px;
  letter-spacing: 2px;
}

.km-font-accent {
  font-family: "SurveyorText-Book-Italic", sans-serif;
  font-size: 19px;
  text-transform: lowercase;
}

p {
  color: #3d4246;
  font-size: 16px;
}

a {
  color: #27323a;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
a:not([disabled]):hover, a:focus {
  color: #f87c8a;
  text-decoration: none;
}

small {
  font-family: "Gotham-Medium", sans-serif;
  font-size: 11px;
  line-height: 17px;
}

/* Global /-------------------------------------------/
-----------------------------------------------------*/
@media only screen and (min-width: 990px) {
  .km-product-gallery .grid--uniform .medium-up--one-third:nth-child(3n+1) {
    clear: none;
  }
}
@media only screen and (min-width: 990px) {
  .km-product-gallery .grid--uniform .km-medium-up--one-third {
    width: 33.33%;
  }
}
@media only screen and (min-width: 990px) {
  .km-product-gallery .grid--uniform .km-medium-up--one-third:nth-child(4n+1) {
    clear: both;
  }
}

.main-content {
  padding-top: 0;
}

.km-grid {
  display: flex;
  flex-wrap: wrap;
}
.km-grid .km-grid-item {
  flex: 1;
}

.km-cta,
.km-cta-invert,
.km-cta-disabled {
  font-family: "Gotham-Book", sans-serif;
}
@media only screen and (max-width: 749px) {
  .km-cta,
.km-cta-invert,
.km-cta-disabled {
    padding: 12px 20px;
  }
}
@media only screen and (min-width: 750px) {
  .km-cta,
.km-cta-invert,
.km-cta-disabled {
    padding: 16px 40px;
  }
}

.km-cta {
  background-color: #ffffff;
  border: 1px solid #f87c8a;
  border-radius: 0;
  color: #f87c8a;
  font-weight: 600;
}
.km-cta:active, .km-cta:focus {
  background-color: #ffffff;
  border: 1px solid #f87c8a;
  color: #f87c8a;
}
.km-cta:not([disabled]):hover {
  background-color: #f87c8a;
  border: 1px solid #f87c8a;
  color: #ffffff;
}

.km-cta-invert {
  background-color: #f87c8a;
  border: 1px solid #f87c8a;
  border-radius: 0;
  color: #ffffff;
  font-weight: 600;
}
.km-cta-invert:active, .km-cta-invert:focus {
  background-color: #f87c8a;
  border: 1px solid #f87c8a;
  color: #ffffff;
}
.km-cta-invert:not([disabled]):hover {
  background-color: #ffffff;
  border: 1px solid #f87c8a;
  color: #f87c8a;
}

.km-cta-disabled {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 0;
  color: #27323a;
  cursor: default;
}
.km-cta-disabled:hover, .km-cta-disabled:active, .km-cta-disabled:focus {
  background-color: rgba(0, 0, 0, 0.05) !important;
  color: #27323a !important;
}

.btn[disabled],
.btn[aria-disabled] {
  opacity: 1 !important;
}

.template-page .main-content {
  padding-top: 20px;
}
@media only screen and (max-width: 749px) {
  .template-page .main-content h1 {
    font-size: 36px;
  }
}
.template-page .main-content .rte {
  color: #27323a;
  word-break: break-all;
  word-wrap: break-word;
}
.template-page .main-content .rte h2,
.template-page .main-content .rte h3,
.template-page .main-content .rte h4 {
  margin-bottom: 10px;
  margin-top: 0;
}
@media only screen and (min-width: 750px) {
  .template-page .main-content .rte h2 {
    font-size: 30px;
  }
}
.template-page .main-content .rte h3 {
  font-size: 24px;
}
.template-page .main-content .rte h4 {
  font-size: 18px;
}
@media only screen and (max-width: 749px) {
  .template-page .main-content .rte h4 {
    margin-top: 40px;
  }
}
/* Header /-------------------------------------------/
-----------------------------------------------------*/
#shopify-section-km-header {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}

.km-site-header-outer::before {
  content: " ";
  display: table;
}
.km-site-header-outer::after {
  clear: both;
  content: " ";
  display: table;
}
.km-site-header-outer .km-mobile-drawer-outer {
  background-color: rgba(0, 0, 0, 0.2);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.km-site-header-outer .km-mobile-drawer-outer .km-mobile-drawer {
  background-color: #ffffff;
  float: left;
  height: 100%;
  overflow-y: auto;
  width: 80%;
}
.km-site-header-outer .km-mobile-drawer-outer .km-mobile-drawer .km-search-mobile {
  padding: 20px;
}
.km-site-header-outer .km-mobile-drawer-outer .km-mobile-drawer .km-search-mobile form {
  position: relative;
}
.km-site-header-outer .km-mobile-drawer-outer .km-mobile-drawer .km-search-mobile form input {
  border: 1px solid #ddd;
  font-size: 18px;
  padding: 15px 50px 15px 18px;
  width: 100%;
}
.km-site-header-outer .km-mobile-drawer-outer .km-mobile-drawer .km-search-mobile form i {
  font-size: 16px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.km-site-header-outer .km-mobile-drawer-outer .km-mobile-drawer .km-logo-mobile-outer a {
  display: block;
  padding: 20px;
  text-align: center;
}
.km-site-header-outer .km-mobile-drawer-outer .km-mobile-drawer .km-logo-mobile-outer a img {
  max-width: 300px;
  width: 100%;
}
.km-site-header-outer .km-mobile-drawer-outer .km-mobile-drawer .km-container {
  padding-left: 30px;
  padding-right: 30px;
}
.km-site-header-outer .km-mobile-drawer-outer .km-mobile-drawer .km-container .km-nav-mobile li a {
  display: block;
  font-size: 18px;
  padding-bottom: 5px;
  padding-top: 5px;
}
.km-site-header-outer .km-mobile-drawer-outer .km-mobile-drawer .km-container .km-nav-mobile li a .km-title {
  font-weight: 600;
  text-transform: uppercase;
}
.km-site-header-outer .km-mobile-drawer-outer .km-mobile-drawer .km-container .km-nav-mobile li .km-sub-nav-mobile {
  padding-left: 25px;
}
.km-site-header-outer .km-mobile-drawer-outer .km-mobile-drawer .km-container .km-nav-mobile-banner {
  margin: 20px 0;
  max-width: 250px;
  position: relative;
}
.km-site-header-outer .km-mobile-drawer-outer .km-mobile-drawer .km-container .km-nav-mobile-banner h3 {
  color: #ffffff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  left: 0;
  line-height: 1.5;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  transform: translateY(-50%);
}
.km-site-header-outer .km-mobile-drawer-outer .km-mobile-drawer .km-container .km-social-icon-mobile {
  margin-top: 20px;
}
.km-site-header-outer .km-mobile-drawer-outer .km-mobile-drawer .km-container .km-social-icon-mobile ul li {
  display: inline-block;
  margin-right: 5px;
}
.km-site-header-outer .km-mobile-drawer-outer .km-mobile-drawer .km-container .km-social-icon-mobile ul li a {
  color: #f87c8a;
  display: block;
  padding: 10px;
}
.km-site-header-outer .km-mobile-drawer-outer .km-mobile-drawer .km-container .km-social-icon-mobile ul li a i {
  font-size: 20px;
}
.km-site-header-outer .km-mobile-drawer-outer .km-close-outer {
  float: right;
  width: 20%;
}
.km-site-header-outer .km-mobile-drawer-outer .km-close-outer .km-close {
  cursor: pointer;
  height: 44px;
  padding-left: 10px;
  padding-top: 10px;
  width: 44px;
}
.km-site-header-outer .km-mobile-drawer-outer .km-close-outer .km-close i {
  color: #ffffff;
  font-size: 30px;
}
.km-site-header-outer .top-bar {
  background-color: #ffeadd;
  color: #f87c8a;
  font-size: 14px;
  padding: 4px 20px 4px 16px;
}
.km-site-header-outer .top-bar .wrap::before {
  content: " ";
  display: table;
}
.km-site-header-outer .top-bar .wrap::after {
  clear: both;
  content: " ";
  display: table;
}
.km-site-header-outer .top-bar .wrap .top-bar-left {
  float: left;
}
@media only screen and (max-width: 499px) {
  .km-site-header-outer .top-bar .wrap .top-bar-left {
    width: 40%;
  }
}
@media only screen and (min-width: 500px) {
  .km-site-header-outer .top-bar .wrap .top-bar-left {
    width: 50%;
  }
}
.km-site-header-outer .top-bar .wrap .top-bar-left .km-social-icon li {
  display: inline-block;
}
.km-site-header-outer .top-bar .wrap .top-bar-left .km-social-icon li a {
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
  padding: 8px;
}
.km-site-header-outer .top-bar .wrap .top-bar-left .km-social-icon li a i {
  color: #f87c8a;
}
.km-site-header-outer .top-bar .wrap .top-bar-right {
  float: right;
  padding-top: 4px;
  text-align: right;
}
@media only screen and (max-width: 499px) {
  .km-site-header-outer .top-bar .wrap .top-bar-right {
    line-height: 16px;
    width: 60%;
  }
}
@media only screen and (min-width: 500px) {
  .km-site-header-outer .top-bar .wrap .top-bar-right {
    width: 50%;
  }
}
.km-site-header-outer .top-bar .wrap .top-bar-right span {
  font-family: "Gotham-Book", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.km-site-header-outer .km-site-header {
  background-color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
}
.km-site-header-outer .km-site-header::before {
  content: " ";
  display: table;
}
.km-site-header-outer .km-site-header::after {
  clear: both;
  content: " ";
  display: table;
}
@media only screen and (min-width: 960px) {
  .km-site-header-outer .km-site-header {
    position: sticky;
    top: 0;
  }
}
.km-site-header-outer .km-site-header .wrap::before {
  content: " ";
  display: table;
}
.km-site-header-outer .km-site-header .wrap::after {
  clear: both;
  content: " ";
  display: table;
}
.km-site-header-outer .km-site-header .wrap .nav-header-right {
  float: right;
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 15px;
  text-align: right;
  width: 36%;
}
@media only screen and (max-width: 959px) {
  .km-site-header-outer .km-site-header .wrap .nav-header-right {
    padding-top: 22px;
  }
}
.km-site-header-outer .km-site-header .wrap .nav-header-right .km-list-right {
  text-transform: uppercase;
}
@media only screen and (min-width: 960px) {
  .km-site-header-outer .km-site-header .wrap .nav-header-right .km-list-right li {
    display: inline-block;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 959px) {
  .km-site-header-outer .km-site-header .wrap .nav-header-right .km-list-right li:first-child {
    display: none;
  }
}
.km-site-header-outer .km-site-header .wrap .nav-header-right .km-list-right li:first-child a {
  position: relative;
}
.km-site-header-outer .km-site-header .wrap .nav-header-right .km-list-right li:first-child a:before {
  content: url("km-crown.svg");
  left: -25px;
  position: absolute;
  width: 30px;
}
@media only screen and (max-width: 959px) {
  .km-site-header-outer .km-site-header .wrap .nav-header-right .km-list-right li:nth-child(2) {
    display: none;
  }
}
.km-site-header-outer .km-site-header .wrap .nav-header-right .km-list-right li a {
  display: block;
  line-height: 22px;
  padding: 12px 0 12px 12px;
}
.km-site-header-outer .km-site-header .wrap .nav-header-right .km-list-right li a.km-cart-icon-outer {
  position: relative;
}
.km-site-header-outer .km-site-header .wrap .nav-header-right .km-list-right li a.km-cart-icon-outer .site-header__cart-count {
  background-color: #f87c8a;
  color: #ffffff;
  height: 18px;
  right: -12px;
  top: 5px;
  width: 18px;
}
.km-site-header-outer .km-site-header .wrap .nav-header-right .km-list-right li a.km-cart-icon-outer img {
  height: 20px;
  width: 20px;
}
.km-site-header-outer .km-site-header .wrap .offscreen-content-icon {
  display: none;
}
@media only screen and (max-width: 959px) {
  .km-site-header-outer .km-site-header .wrap .offscreen-content-icon {
    display: inline-block;
    float: left;
    padding-top: 35px;
    text-align: left;
    width: 36%;
  }
}
.km-site-header-outer .km-site-header .wrap .offscreen-content-icon button {
  background-color: white;
  border: 0;
  border-radius: 0;
  color: #27323a;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  white-space: normal;
  width: auto;
}
.km-site-header-outer .km-site-header .wrap .offscreen-content-icon button .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.km-site-header-outer .km-site-header .wrap .offscreen-content-icon button .menutext {
  padding-left: 4px;
  text-transform: uppercase;
}
@media only screen and (max-width: 600px) {
  .km-site-header-outer .km-site-header .wrap .offscreen-content-icon button .menutext {
    display: none;
  }
}
@media only screen and (max-width: 959px) {
  .km-site-header-outer .km-site-header .wrap .nav-header-left {
    display: none;
  }
}
@media only screen and (min-width: 960px) {
  .km-site-header-outer .km-site-header .wrap .nav-header-left {
    clear: none;
    float: left;
    padding-bottom: 0;
    padding-top: 20px;
    width: 35%;
  }
}
.km-site-header-outer .km-site-header .wrap .nav-header-left .km-list-left .km-list-left-item {
  display: inline-block;
  position: relative;
}
.km-site-header-outer .km-site-header .wrap .nav-header-left .km-list-left .km-list-left-item .km-link {
  display: block;
  padding: 9px 20px 13px 8px;
  text-transform: uppercase;
}
.km-site-header-outer .km-site-header .wrap .nav-header-left .km-list-left .km-list-left-item .km-link i {
  font-size: 14px;
}
@media only screen and (max-width: 959px) {
  .km-site-header-outer .km-site-header .wrap .nav-header-left .km-list-left .km-list-left-item:first-child .km-search {
    display: none;
  }
}
@media only screen and (min-width: 960px) {
  .km-site-header-outer .km-site-header .wrap .nav-header-left .km-list-left .km-list-left-item:first-child .km-search {
    border: 1px solid #f6f5f5;
    display: none;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 44px;
    transform: translateY(25px);
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    width: 279px;
  }
}
.km-site-header-outer .km-site-header .wrap .nav-header-left .km-list-left .km-list-left-item:first-child .km-search.km-search-show {
  display: block;
}
.km-site-header-outer .km-site-header .wrap .nav-header-left .km-list-left .km-list-left-item:first-child .km-search.km-search-active {
  opacity: 1;
  transform: translateY(0);
}
.km-site-header-outer .km-site-header .wrap .nav-header-left .km-list-left .km-list-left-item:first-child .km-search input {
  border: none;
  padding: 14px 50px 14px 25px;
}
.km-site-header-outer .km-site-header .wrap .nav-header-left .km-list-left .km-list-left-item:first-child .km-search button {
  background: 0 0;
  border: none;
  cursor: pointer;
  height: 100%;
  position: absolute;
  right: 15px;
  top: 0;
  width: 50px;
}
.km-site-header-outer .km-site-header .wrap .nav-header-left .km-list-left .km-list-left-item:first-child .km-search button i {
  font-size: 14px;
}
.km-site-header-outer .km-site-header .wrap .title-area {
  margin: 0 auto;
  max-width: 230px;
  padding-top: 25px;
}
@media only screen and (max-width: 959px) {
  .km-site-header-outer .km-site-header .wrap .title-area {
    width: 60%;
  }
}
@media only screen and (min-width: 960px) {
  .km-site-header-outer .km-site-header .wrap .title-area {
    width: 30%;
  }
}
.km-site-header-outer .km-site-header .wrap .title-area .site-title {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1260px;
  text-indent: -9999px;
  transition: width 0.3s ease-in-out;
  width: 100%;
}
.km-site-header-outer .km-site-header .wrap .title-area .site-title a {
  background-image: url("https://oneloveorganics.com/wp-content/uploads/2020/02/olo-logo.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 65px;
  margin: 0 auto;
}
@media only screen and (min-width: 990px) {
  .km-site-header-outer .km-site-header .wrap .title-area .site-title.km-resize {
    width: 75%;
  }
}
.km-site-header-outer .km-site-header .wrap .nav-primary {
  transition: padding 0.3s ease-in-out;
}
@media only screen and (max-width: 959px) {
  .km-site-header-outer .km-site-header .wrap .nav-primary {
    display: none;
  }
}
@media only screen and (min-width: 960px) {
  .km-site-header-outer .km-site-header .wrap .nav-primary {
    padding-bottom: 0;
    padding-top: 15px;
    width: 100%;
  }
}
@media only screen and (min-width: 990px) {
  .km-site-header-outer .km-site-header .wrap .nav-primary.km-resize {
    padding-top: 5px;
  }
}
.km-site-header-outer .km-site-header .wrap .nav-primary .km-list-left {
  text-align: center;
}
.km-site-header-outer .km-site-header .wrap .nav-primary .km-list-left .km-list-left-item {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
}
.km-site-header-outer .km-site-header .wrap .nav-primary .km-list-left .km-list-left-item .km-link {
  display: block;
  padding: 14px 8px 24px;
  text-transform: uppercase;
}
.km-site-header-outer .km-site-header .wrap .nav-primary .km-list-left .km-list-left-item .km-link i {
  font-size: 14px;
}
.km-site-header-outer .km-site-header .wrap .nav-primary .km-list-left .km-list-left-item:first-child .km-link-shop:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 900;
  -webkit-text-stroke: 1px white !important;
}
.km-site-header-outer .km-site-header .wrap .nav-primary .km-list-left .km-list-left-item:first-child .km-mega-menu {
  background-color: #ffffff;
  border-top: 1px solid #f9f8fa;
  text-align: left;
}
.km-site-header-outer .km-site-header .wrap .nav-primary .km-list-left .km-list-left-item:first-child .km-mega-menu .km-inner {
  margin: 0 auto;
  max-width: 800px;
  padding-bottom: 40px;
  padding-top: 20px;
}
.km-site-header-outer .km-site-header .wrap .nav-primary .km-list-left .km-list-left-item:first-child .km-mega-menu .km-inner .km-grid .km-grid-item {
  padding-right: 20px;
}
.km-site-header-outer .km-site-header .wrap .nav-primary .km-list-left .km-list-left-item:first-child .km-mega-menu .km-inner .km-grid .km-grid-item h4 {
  font-weight: 700;
  text-transform: uppercase;
}
.km-site-header-outer .km-site-header .wrap .nav-primary .km-list-left .km-list-left-item:first-child .km-mega-menu .km-inner .km-grid .km-grid-item ul li {
  text-transform: uppercase;
}
.km-site-header-outer .km-site-header .wrap .nav-primary .km-list-left .km-list-left-item:first-child .km-mega-menu .km-inner .km-grid .km-grid-item .image-outer {
  display: block;
  position: relative;
}
.km-site-header-outer .km-site-header .wrap .nav-primary .km-list-left .km-list-left-item:first-child .km-mega-menu .km-inner .km-grid .km-grid-item .image-outer h3 {
  color: #ffffff;
  display: block;
  font-family: "Hurme-SemiBold";
  font-size: 19px;
  font-weight: 700;
  left: 0;
  line-height: 1.5;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  transform: translateY(-50%);
}
.km-site-header-outer .km-site-header .wrap .nav-primary .km-list-left .km-list-left-item:nth-child(2) .km-link-about:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 900;
  -webkit-text-stroke: 1px white !important;
}
.km-site-header-outer .km-site-header .wrap .nav-primary .km-list-left .km-list-left-item:nth-child(2) .km-sublink-about {
  background-color: white;
  border: 1px solid #f6f5f5;
  display: none;
  opacity: 0;
  position: absolute;
  top: 100%;
  transform: translateY(25px);
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.km-site-header-outer .km-site-header .wrap .nav-primary .km-list-left .km-list-left-item:nth-child(2) .km-sublink-about li a {
  display: block;
  padding: 15px 20px;
  text-align: left;
}
.km-site-header-outer .km-site-header .wrap .nav-primary .km-list-left .km-list-left-item:nth-child(2) .km-sublink-about li a span {
  font-size: 14px;
  text-transform: uppercase;
}
.km-site-header-outer .km-site-header .wrap .nav-primary .km-list-left .km-list-left-item:nth-child(2) .km-sublink-about.km-show {
  display: block;
}
.km-site-header-outer .km-site-header .wrap .nav-primary .km-list-left .km-list-left-item:nth-child(2) .km-sublink-about.km-active {
  opacity: 1;
  transform: translateY(0);
}

.template-product .km-site-header-outer {
  border-bottom: 1px solid #f9f8fa;
}

/* Footer /-------------------------------------------/
-----------------------------------------------------*/
.site-footer {
  font-family: "Gotham-Book", sans-serif;
  margin-top: 35px;
  padding-top: 40px;
}
.site-footer .page-width {
  padding-left: 30px;
  padding-right: 30px;
}
.site-footer .km-heading-footer {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: uppercase;
}
@media only screen and (max-width: 989px) {
  .site-footer .site-footer__content {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 749px) {
  .site-footer .site-footer__content .site-footer__item--one-quarter {
    flex: 0 0 100%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 989px) {
  .site-footer .site-footer__content .site-footer__item--one-quarter {
    justify-content: center;
    padding: 0;
    text-align: center;
  }
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
  .site-footer .site-footer__content .site-footer__item--one-quarter {
    flex: 0 0 50%;
  }
}
@media only screen and (min-width: 990px) {
  .site-footer .site-footer__content .site-footer__item--one-quarter {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 989px) {
  .site-footer .site-footer__item-inner--text {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 989px) {
  .site-footer .site-footer__item-inner--link_list ul li {
    padding: 0;
  }
}
@media only screen and (min-width: 990px) {
  .site-footer .site-footer__item-inner--link_list ul li {
    padding: 0 30px 2px 0;
  }
}
.site-footer .site-footer__item-inner--link_list ul li a {
  text-transform: uppercase;
}
.site-footer .site-footer__item-inner--link_list ul li a:hover {
  border-bottom: none;
  color: #f87c8a;
}
@media only screen and (min-width: 990px) {
  .site-footer .site-footer__item--one-quarter {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.site-footer .site-footer__item--one-quarter:last-child {
  flex-wrap: wrap;
}
@media only screen and (min-width: 990px) {
  .site-footer .site-footer__item--one-quarter:last-child {
    padding-left: 0;
    padding-right: 0;
  }
}
.site-footer .site-footer__item--one-quarter:last-child .km-social-icon-footer {
  color: #f87c8a;
  flex: 0 0 100%;
  text-align: center;
}
.site-footer .site-footer__item--one-quarter:last-child .km-social-icon-footer .title {
  font-family: "SurveyorText-Book-Italic";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
}
.site-footer .site-footer__item--one-quarter:last-child .km-social-icon-footer ul {
  display: inline-block;
}
.site-footer .site-footer__item--one-quarter:last-child .km-social-icon-footer ul li {
  display: inline-block;
}
.site-footer .site-footer__item--one-quarter:last-child .km-social-icon-footer ul li a {
  display: block;
  height: 44px;
  text-align: center;
  width: 25px;
}
.site-footer .site-footer__item--one-quarter:last-child .km-social-icon-footer ul li a i {
  color: #f87c8a;
  font-size: 15px;
}
.site-footer .site-footer__item-inner--newsletter {
  border: 1px solid #27323a;
  flex: 0 0 100%;
  margin-bottom: 20px;
  padding: 24px;
  text-align: center;
}
.site-footer .site-footer__item-inner--newsletter .km-message {
  font-size: 14px;
  margin-bottom: 10px;
}
.site-footer .site-footer__item-inner--newsletter .input-group input,
.site-footer .site-footer__item-inner--newsletter .input-group button {
  flex: 0 0 100%;
  font-family: "Gotham-Book", sans-serif;
  font-size: 14px;
  min-height: 42px;
}
.site-footer .site-footer__item-inner--newsletter .input-group input {
  border-color: #ddd;
  margin-bottom: 5px;
  padding-bottom: 0;
  padding-top: 0;
}
.site-footer .site-footer__item-inner--newsletter .input-group input::placeholder {
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.site-footer .site-footer__item-inner--newsletter .input-group button {
  margin-top: 0;
}
.site-footer .site-footer__item-inner--newsletter .input-group button .newsletter__submit-text--large {
  font-weight: 400;
}
.site-footer .km-footer-legal {
  text-align: center;
}
@media only screen and (max-width: 989px) {
  .site-footer .km-footer-legal {
    text-align: center;
  }
}
@media only screen and (min-width: 990px) {
  .site-footer .km-footer-legal {
    align-items: center;
    margin-top: 8px;
  }
}
.site-footer .km-footer-legal .km-logo-certified {
  margin-bottom: 10px;
}
.site-footer .km-footer-legal .km-logo-certified img {
  width: 207px;
}
.site-footer .km-footer-legal .km-footer-contact {
  margin-bottom: 10px;
}
.site-footer .km-footer-legal .km-footer-contact span {
  font-weight: 700;
  margin-right: 5px;
}
.site-footer .km-footer-legal .km-legal {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.site-footer .km-footer-legal .km-legal a {
  text-decoration: underline;
}

/* Z-index /------------------------------------------/
-----------------------------------------------------*/
.km-scrim-pop-up {
  z-index: 8888;
}

.km-cart-drawer {
  z-index: 7777;
}

.km-mobile-drawer-outer {
  z-index: 7777;
}

#shopify-section-km-header,
.km-site-header {
  z-index: 6666;
}

.km-product-card .km-badge {
  z-index: 7;
}

/* Instagram /----------------------------------------/
-----------------------------------------------------*/
.km-instagram {
  border-bottom: 1px solid #f9f8fa;
  border-top: 1px solid #f9f8fa;
  padding-top: 26px;
}
.km-instagram .grid h2 {
  font-family: "Gotham-Book";
  text-align: center;
}
@media only screen and (max-width: 749px) {
  .km-instagram .grid h2 {
    line-height: 1.8;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
}
@media only screen and (min-width: 750px) {
  .km-instagram .grid h2 {
    font-size: 19px;
    line-height: 1.625;
    margin-bottom: 0;
  }
}
.km-instagram .grid h2 span {
  color: #f87c8a;
}
.km-instagram .grid h2 a {
  color: #f87c8a;
}
.km-instagram .grid h2 .km-hashtag {
  color: #27323a;
}
.km-instagram #insta-feed {
  margin-top: 20px;
}
.km-instagram #insta-feed h2 {
  display: none;
}
@media only screen and (max-width: 499px) {
  .km-instagram #insta-feed .instafeed-container {
    width: 50%;
  }
}
.km-instagram .instafeed-shopify h2 {
  display: none;
}

/* Pagination /---------------------------------------/
-----------------------------------------------------*/
.km-pagination {
  border-bottom: 1px solid #f9f8fa;
  border-top: 1px solid #f9f8fa;
  padding: 10px 15px;
  text-align: center;
}
.km-pagination li:not(.km-view-all),
.km-pagination li:not(.km-view-all) a {
  border-radius: 15px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}
.km-pagination li {
  display: inline-block;
}
.km-pagination li:not(:last-child) {
  margin-right: 30px;
}
.km-pagination li.km-active {
  background-color: #ffeadd;
}
.km-pagination li a {
  display: block;
}
.km-pagination li.km-view-all {
  text-transform: uppercase;
}
.km-pagination li.km-view-all a {
  text-decoration: underline;
}

/* Cart Popup /---------------------------------------/
-----------------------------------------------------*/
.is-true {
  display: none;
}

.km-progress-bar {
  background-color: #ffe2e5;
  height: 12px;
  margin-bottom: 20px;
  margin-top: 10px;
  width: 100%;
}
.km-progress-bar .km-progress-bar-line {
  background-color: #f37d88;
  height: 100%;
  max-width: 100%;
  transition: width 0.4s ease-in-out;
  width: 1%;
}

/* Pop-up /-------------------------------------------/
-----------------------------------------------------*/
@media only screen and (min-width: 750px) {
  .kFRkDg.kFRkDg {
    align-items: start !important;
  }
}
@media only screen and (min-width: 750px) {
  .kFRkDg.kFRkDg > div {
    margin-top: 50px !important;
  }
}

/* GWP pop-up /---------------------------------------/
-----------------------------------------------------*/
.km-scrim-pop-up {
  background-color: rgba(0, 0, 0, 0);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: 0.4s background-color linear;
}
.km-scrim-pop-up.set {
  display: block;
}
.km-scrim-pop-up.show {
  background-color: rgba(0, 0, 0, 0.5);
}
.km-scrim-pop-up .km-pop-up {
  background-color: #ffffff;
  display: none;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: 0.4s opacity linear;
}
@media only screen and (max-width: 499px) {
  .km-scrim-pop-up .km-pop-up {
    padding: 80px 40px 40px;
    width: 90%;
  }
}
@media only screen and (min-width: 500px) {
  .km-scrim-pop-up .km-pop-up {
    max-width: 500px;
    padding: 60px 40px 40px;
  }
}
.km-scrim-pop-up .km-pop-up.set {
  display: block;
}
.km-scrim-pop-up .km-pop-up.show {
  opacity: 1;
}
.km-scrim-pop-up .km-pop-up .promo {
  margin-bottom: 20px;
  text-align: center;
}
.km-scrim-pop-up .km-pop-up .promo .promo-inner {
  background-color: #ffeadd;
  color: #f87c8a;
  display: inline-block;
  padding: 10px 20px;
  text-transform: uppercase;
}
.km-scrim-pop-up .km-pop-up .km-image,
.km-scrim-pop-up .km-pop-up .km-text {
  margin-bottom: 20px;
}
.km-scrim-pop-up .km-pop-up .km-image {
  text-align: center;
}
.km-scrim-pop-up .km-pop-up .km-image img {
  width: 100%;
}
.km-scrim-pop-up .km-pop-up .km-text {
  line-height: 1.5;
  text-align: center;
}
@media only screen and (min-width: 500px) {
  .km-scrim-pop-up .km-pop-up .km-text {
    font-size: 24px;
  }
}
.km-scrim-pop-up .km-pop-up .km-text .highlight {
  color: #f87c8a;
  font-weight: 700;
}
.km-scrim-pop-up .km-pop-up .km-text .highlight.km-diff {
  font-size: 24px;
}
@media only screen and (min-width: 500px) {
  .km-scrim-pop-up .km-pop-up .km-text .highlight.km-diff {
    font-size: 30px;
  }
}
.km-scrim-pop-up .km-pop-up .km-text .highlight.km-qualified {
  display: block;
  margin-bottom: 10px;
}
@media only screen and (min-width: 990px) {
  .km-scrim-pop-up .km-pop-up .km-text .highlight.km-qualified {
    font-size: 30px;
  }
}
.km-scrim-pop-up .km-pop-up .km-text .product-name {
  font-weight: 700;
}
.km-scrim-pop-up .km-pop-up .km-cta-outer {
  text-align: center;
}
.km-scrim-pop-up .km-pop-up .km-cta-outer .km-cta {
  display: inline-block;
  text-transform: uppercase;
}
.km-scrim-pop-up .km-pop-up .km-close {
  cursor: pointer;
  height: 44px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 44px;
}
.km-scrim-pop-up .km-pop-up .km-close img {
  opacity: 0.3;
  width: 100%;
}

/* Masthead /-----------------------------------------/
-----------------------------------------------------*/
.km-masthead {
  padding: 30px 15px;
}
.km-masthead h1 {
  text-align: center;
}
@media only screen and (max-width: 989px) {
  .km-masthead h1 {
    margin-bottom: 0;
  }
}

/* Category Navigation /------------------------------/
-----------------------------------------------------*/
.km-category-nav {
  border-bottom: 1px solid #f9f8fa;
  border-bottom: 1px solid #f9f8fa;
  border-bottom: 1px solid #f9f8fa;
  border-top: 1px solid #f9f8fa;
  padding: 0 40px;
  text-align: center;
}
.km-category-nav li {
  display: inline-block;
  padding: 8px 18px;
}
.km-category-nav li a {
  font-size: 14px;
  text-transform: uppercase;
  transition: color 0.3s ease-in-out;
}
.km-category-nav li a:hover {
  color: #f87c8a;
}
.km-category-nav li a.km-link-active {
  color: #f87c8a;
}

.km-category-nav-mobile-outer {
  background-color: #f9f8fa;
  height: 64px;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}
.km-category-nav-mobile-outer .km-category-filter {
  color: #27323a;
  cursor: pointer;
  font-family: "SurveyorDisplay-Light", serif;
  font-size: 18px;
  font-style: italic;
  padding: 20px;
  position: relative;
}
.km-category-nav-mobile-outer .km-category-filter i {
  color: #27323a;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.km-category-nav-mobile-outer .km-category-filter .km-open {
  transform: rotate(180deg);
  transform-origin: 50% 20%;
}
.km-category-nav-mobile-outer .km-category-nav-mobile {
  padding: 0 20px 20px;
  text-transform: uppercase;
}
.km-category-nav-mobile-outer .km-category-nav-mobile li {
  padding-bottom: 10px;
  padding-top: 10px;
}
.km-category-nav-mobile-outer .km-category-nav-mobile li a {
  color: #27323a;
}

/* Sort By /------------------------------------------/
-----------------------------------------------------*/
.km-sort-by {
  margin: 20px auto 0;
  max-width: 1300px;
  text-align: right;
}
.km-sort-by select {
  border: none;
  font-family: "Gotham-Light", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-appearance: none;
          appearance: none;
  background: url(https://cdn.shopify.com/s/files/1/0246/4273/t/20/assets/km-arrow-sort-by.png);
  background-repeat: no-repeat;
  background-size: 11px 6px;
  background-position: 95% center;
  text-align-last: right;
}

/* Product Gallery /----------------------------------/
-----------------------------------------------------*/
.km-product-gallery {
  max-width: 1440px;
}
@media only screen and (max-width: 749px) {
  .km-product-gallery {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 750px) {
  .km-product-gallery {
    padding-top: 80px;
  }
}
.km-product-gallery .grid--view-items {
  margin: 0 auto 20px;
  max-width: 1300px;
}
.km-product-gallery .km-grid-item {
  margin-bottom: 40px;
  padding-bottom: 20px;
  padding-left: 0;
}
.km-product-gallery .km-grid-promo {
  padding-bottom: 0;
}
.km-product-gallery .km-grid-promo .km-image {
  align-items: center;
  background-color: plum;
  display: flex;
  height: 300px;
  justify-content: center;
  text-align: center;
}
.km-product-gallery .km-grid-promo .km-image h3 {
  color: #ffffff;
  font-size: 34px;
  text-transform: uppercase;
}
.km-product-gallery .km-grid-promo .km-image h3 span {
  display: block;
  font-weight: 700;
  margin-top: 10px;
}
.km-product-gallery .km-grid-promo .km-text {
  background-color: #ffede2;
  padding: 30px 20px 40px;
  text-align: center;
}
.km-product-gallery .km-grid-promo .km-text h4 {
  color: #f87c8a;
  font-size: 18px;
  text-transform: uppercase;
}
.km-product-gallery .km-grid-promo .km-text p {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
.km-product-gallery .km-grid-promo .km-text p span {
  font-weight: 700;
}
.km-product-gallery .km-grid-promo .km-text .btn {
  width: 70%;
}

/* Snippets/km-product-card-grid /--------------------/
-----------------------------------------------------*/
.km-product-card {
  margin-bottom: 10px;
}
.km-product-card .km-product-link {
  display: block;
  padding: 20px 20px 0;
}
.km-product-card .km-product-link .km-image-second {
  z-index: -1;
}
.km-product-card .km-product-link:hover .km-image-second {
  z-index: 1;
}
.km-product-card .km-badge {
  position: absolute;
  right: 0;
  top: 20%;
}
.km-product-card .km-badge svg {
  height: 70px;
  width: 70px;
}
.km-product-card.grid-view-item--sold-out .km-image-second {
  display: none;
}
.km-product-card .km-text {
  text-align: center;
}
.km-product-card .km-text .km-title {
  display: block;
  font-family: "SurveyorDisplay-Light", serif;
  margin-bottom: 10px;
}
@media only screen and (max-width: 749px) {
  .km-product-card .km-text .km-title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 750px) {
  .km-product-card .km-text .km-title {
    font-size: 22px;
  }
}
.km-product-card .km-text .km-star {
  margin-bottom: 5px;
  min-height: 22px;
}
.km-product-card .km-text .km-star .jdgm-prev-badge__text {
  display: none;
}
.km-product-card .km-text .km-star .jdgm-star {
  font-size: 12px;
}
.km-product-card .km-text .price-item {
  font-weight: 400;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.km-product-card .km-text .price-item span {
  margin-left: 5px;
  margin-right: 5px;
}
.km-product-card:hover .product-card__image-wrapper {
  opacity: 1;
}
.km-product-card:focus-within .product-card__image-wrapper {
  opacity: 1;
}

/* Collection Grid /----------------------------------/
-----------------------------------------------------*/
.km-grid-collection {
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto;
  max-width: 1300px;
}
@media only screen and (max-width: 989px) {
  .km-grid-collection .grid-item {
    flex: 0 0 50%;
  }
}
@media only screen and (min-width: 990px) {
  .km-grid-collection .grid-item {
    flex: 0 0 33.33%;
  }
}
@media only screen and (max-width: 499px) {
  .km-grid-collection .grid-item.km-product {
    padding: 20px;
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 500px) and (max-width: 989px) {
  .km-grid-collection .grid-item.km-product {
    padding: 20px 20px 40px;
  }
}
@media only screen and (min-width: 990px) {
  .km-grid-collection .grid-item.km-product {
    padding: 20px 20px 80px;
  }
}
.km-grid-collection .grid-item.km-product a {
  display: block;
  position: relative;
}
.km-grid-collection .grid-item.km-product a .image {
  padding-top: 100%;
}
.km-grid-collection .grid-item.km-product a .image img {
  position: absolute;
  top: 0;
}
.km-grid-collection .grid-item.km-product a .image img:nth-child(2) {
  z-index: -1;
}
.km-grid-collection .grid-item.km-product a .image:hover img:last-child {
  z-index: 1;
}
.km-grid-collection .grid-item.km-product .text {
  text-align: center;
  margin-top: 10px;
}
.km-grid-collection .grid-item.km-product .text a {
  margin-bottom: 5px;
}
.km-grid-collection .grid-item.km-product .text a h4 {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media only screen and (max-width: 499px) {
  .km-grid-collection .grid-item.km-product .text a h4 {
    font-size: 13px;
  }
}
.km-grid-collection .grid-item.km-product .text .review {
  margin-bottom: 10px;
}
@media only screen and (min-width: 500px) {
  .km-grid-collection .grid-item.km-product .text .review {
    min-height: 21px;
  }
}
.km-grid-collection .grid-item.km-product .text .review .jdgm-prev-badge__text {
  display: none;
}
.km-grid-collection .grid-item.km-product .text .km-price {
  display: block;
  margin-bottom: 13px;
}
.km-grid-collection .grid-item.km-product .text .km-price span {
  text-decoration: line-through;
  margin-left: 5px;
}
.km-grid-collection .grid-item.km-product .quick-add {
  text-align: center;
}
@media only screen and (max-width: 499px) {
  .km-grid-collection .grid-item.km-product .quick-add {
    margin-top: auto;
  }
}
@media only screen and (max-width: 499px) {
  .km-grid-collection .grid-item.km-product .quick-add form .km-cta {
    font-size: 12px;
  }
}
@media only screen and (max-width: 749px) {
  .km-grid-collection .grid-item.km-product .quick-add form .km-cta {
    width: 100%;
  }
}
@media only screen and (min-width: 750px) {
  .km-grid-collection .grid-item.km-product .quick-add form .km-cta {
    min-width: 190px;
  }
}
@media only screen and (max-width: 499px) {
  .km-grid-collection .grid-item.km-product .quick-add .km-cta-disabled {
    font-size: 12px;
  }
}
@media only screen and (max-width: 749px) {
  .km-grid-collection .grid-item.km-product .quick-add .km-cta-disabled {
    width: 100%;
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 750px) {
  .km-grid-collection .grid-item.km-product .quick-add .km-cta-disabled {
    min-width: 190px;
    padding: 13px 40px;
  }
}
@media only screen and (max-width: 499px) {
  .km-grid-collection .grid-item.km-banner-promo {
    flex: 0 0 100%;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 500px) and (max-width: 989px) {
  .km-grid-collection .grid-item.km-banner-promo {
    padding: 20px;
  }
}
.km-grid-collection .grid-item.km-banner-promo a {
  display: block;
}
.km-grid-collection .grid-item.km-banner-promo a img {
  width: 100%;
}

[km-grid-collection-view-all] {
  display: none;
}

/* Ajax add to cart /---------------------------------/
-----------------------------------------------------*/
.km-product-gallery .km-form-product-card {
  text-align: center;
}
.km-product-gallery .km-form-product-card input[type=submit] {
  font-weight: 400;
  padding: 12px 20px;
}
@media only screen and (min-width: 750px) {
  .km-product-gallery .km-form-product-card input[type=submit] {
    min-width: 200px;
  }
}
.km-product-gallery .km-sold-out .km-btn-sold-out {
  background-color: #f87c8a;
  border: 1px solid transparent;
  color: #ffffff;
  font-size: 14px;
  height: 42px;
  margin: 0 auto;
  opacity: 0.5;
  padding: 8px 18px 12px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 749px) {
  .km-product-gallery .km-sold-out .km-btn-sold-out {
    width: 148px;
  }
}
@media only screen and (min-width: 750px) {
  .km-product-gallery .km-sold-out .km-btn-sold-out {
    width: 200px;
  }
}

/* Bottom Banner /------------------------------------/
-----------------------------------------------------*/
.km-bottom-banner {
  max-width: 1440px;
}
.km-bottom-banner .inner {
  background-color: #ffeadd;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  margin-top: 40px;
}
@media only screen and (max-width: 749px) {
  .km-bottom-banner .inner {
    padding: 30px;
  }
}
@media only screen and (min-width: 750px) {
  .km-bottom-banner .inner {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 749px) {
  .km-bottom-banner .inner .image,
.km-bottom-banner .inner .text {
    flex: 0 0 100%;
  }
}
@media only screen and (min-width: 750px) {
  .km-bottom-banner .inner .image,
.km-bottom-banner .inner .text {
    flex: 0 0 50%;
  }
}
.km-bottom-banner .inner .image {
  text-align: center;
}
@media only screen and (max-width: 749px) {
  .km-bottom-banner .inner .image {
    margin-bottom: 20px;
  }
}
.km-bottom-banner .inner .text {
  align-items: center;
  display: flex;
  text-align: center;
}
@media only screen and (min-width: 990px) {
  .km-bottom-banner .inner .text .content {
    padding-right: 30%;
  }
}
.km-bottom-banner .inner .text .content .km-font-accent,
.km-bottom-banner .inner .text .content .h3 {
  margin-bottom: 20px;
}
.km-bottom-banner .inner .text .content .km-font-accent {
  letter-spacing: 1px;
}
.km-bottom-banner .inner .text .content p {
  margin: 0 auto 30px;
  width: 85%;
}
.km-bottom-banner .inner .text .content .km-cta-invert:hover {
  background-color: transparent;
}

/* Sections/km-newsletter/----------------------------/
-----------------------------------------------------*/
.km-newsletter {
  background-color: #ffeadd;
}
@media only screen and (max-width: 750px) {
  .km-newsletter .section-header {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 749px) {
  .km-newsletter .section-header {
    margin-bottom: 30px;
  }
}
.km-newsletter .section-header h2 {
  font-size: 30px;
  text-transform: none;
}
.km-newsletter .section-header h2 span {
  font-weight: 700;
}
@media only screen and (max-width: 749px) {
  .km-newsletter .section-header h2 span {
    display: block;
    font-size: 40px;
  }
}
.km-newsletter .section-header .rte p {
  font-size: 16px;
}
@media only screen and (max-width: 749px) {
  .km-newsletter .section-header .rte p {
    margin: 0 auto;
    width: 80%;
  }
}
.km-newsletter form input {
  border-color: transparent;
}
@media only screen and (max-width: 750px) {
  .km-newsletter form input {
    flex-basis: 100%;
  }
}
@media only screen and (min-width: 750px) {
  .km-newsletter form input {
    margin-right: 20px;
  }
}
.km-newsletter form .btn {
  background-color: transparent;
  color: #27323a;
  text-transform: capitalize;
}
@media only screen and (max-width: 749px) {
  .km-newsletter form .btn {
    border: 1px solid #27323a;
  }
}
@media only screen and (min-width: 750px) {
  .km-newsletter form .btn {
    border: 2px solid #27323a;
    min-width: 150px;
  }
}

/* Bundle Landing /-----------------------------------/
-----------------------------------------------------*/
.km-collection-bundle .page-container {
  padding-top: 0;
}

.km-cta-bundle {
  align-items: center;
  background-color: #f87c8a;
  border: 1px solid transparent;
  color: #ffffff;
  display: flex;
  height: 50px;
  justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  width: 100%;
}
.km-cta-bundle:hover {
  background-color: #ffffff;
  border-color: #f87c8a;
  color: #f87c8a;
}

.km-header .km-announce-bar {
  align-items: center;
  background: linear-gradient(90deg, #F87C8A 13.54%, #F87C8A 52.96%, #FFEADD 91.56%);
  color: #ffffff;
  display: flex;
  height: 40px;
  justify-content: center;
}
@media only screen and (max-width: 500px) {
  .km-header .km-announce-bar {
    background: linear-gradient(90deg, #F87C8A 13.54%, #F87C8A 99.96%);
  }
}
.km-header .km-logo-outer {
  align-items: center;
  display: flex;
  height: 105px;
  justify-content: center;
}
.km-header .km-logo-outer a {
  display: block;
  margin-top: 10px;
}
.km-header .km-logo-outer img {
  width: 230px;
}

.km-hero {
  background-image: url(km-bundle-hero.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 80% center;
}
@media only screen and (max-width: 749px) {
  .km-hero {
    height: 250px;
    position: relative;
  }
}
@media only screen and (min-width: 750px) {
  .km-hero {
    align-items: center;
    display: flex;
    height: 600px;
  }
}
@media only screen and (max-width: 749px) {
  .km-hero .km-text {
    background-color: #fafafa;
    padding: 20px;
    position: absolute;
    top: 250px;
    width: 100%;
  }
}
@media only screen and (min-width: 750px) {
  .km-hero .km-text {
    margin-left: 60px;
    width: 40%;
  }
}
.km-hero .km-text h3 {
  font-size: 20px;
  margin-bottom: 10px;
  text-transform: none;
  line-height: 1.3;
}
@media only screen and (min-width: 750px) {
  .km-hero .km-text h3 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
.km-hero .km-text h1 {
  font-size: 30px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 750px) {
  .km-hero .km-text h1 {
    font-size: 60px;
    margin-bottom: 30px;
  }
}
.km-hero .km-text .km-cta-bundle {
  width: 250px;
}
@media only screen and (max-width: 749px) {
  .km-hero .km-link-mobile {
    display: block;
    height: 100%;
  }
}
@media only screen and (min-width: 750px) {
  .km-hero .km-link-mobile {
    display: none;
  }
}

.km-collection {
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
  padding-bottom: 100px;
  padding-top: 100px;
}
@media only screen and (max-width: 749px) {
  .km-collection {
    padding-top: 250px;
  }
}
@media only screen and (max-width: 1399px) {
  .km-collection {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.km-collection h2 {
  font-size: 36px;
  margin-bottom: 15px;
  letter-spacing: 0;
}
@media only screen and (max-width: 749px) {
  .km-collection h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }
}
.km-collection h2 span {
  color: #f87c8a;
}
@media only screen and (min-width: 990px) {
  .km-collection .km-subtitle {
    font-size: 20px;
  }
}
.km-collection .km-grid-bundle {
  padding-top: 50px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 989px) {
  .km-collection .km-grid-bundle {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 500px) {
  .km-collection .km-grid-bundle {
    column-gap: 40px;
    display: grid;
    row-gap: 50px;
  }
}
@media only screen and (min-width: 500px) and (max-width: 989px) {
  .km-collection .km-grid-bundle {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 990px) {
  .km-collection .km-grid-bundle {
    grid-template-columns: repeat(3, 1fr);
  }
}
.km-collection .km-grid-bundle .km-grid-item-bundle {
  position: relative;
  padding-bottom: 50px;
}
@media only screen and (max-width: 989px) {
  .km-collection .km-grid-bundle .km-grid-item-bundle {
    margin-bottom: 30px;
  }
}
.km-collection .km-grid-bundle .km-grid-item-bundle .km-image a {
  display: block;
  position: relative;
}
.km-collection .km-grid-bundle .km-grid-item-bundle .km-image a img {
  width: 100%;
  display: block;
}
.km-collection .km-grid-bundle .km-grid-item-bundle .km-image a img:nth-child(2) {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.km-collection .km-grid-bundle .km-grid-item-bundle .km-image a:hover img:nth-child(2) {
  display: block;
}
.km-collection .km-grid-bundle .km-grid-item-bundle .km-text {
  font-size: 16px;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: center;
}
.km-collection .km-grid-bundle .km-grid-item-bundle .km-text h4 {
  margin-bottom: 10px;
  font-weight: 700;
}
.km-collection .km-grid-bundle .km-grid-item-bundle .km-text p {
  line-height: 1.5;
  margin-bottom: 10px;
}
.km-collection .km-grid-bundle .km-grid-item-bundle .km-text .km-price .km-compare {
  opacity: 0.4;
  text-decoration: line-through;
}
.km-collection .km-grid-bundle .km-grid-item-bundle .km-text .km-price .km-save {
  color: #f87c8a;
}
.km-collection .km-grid-bundle .km-grid-item-bundle .km-cta-bundle {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.km-collection .km-shop-all-outer {
  text-align: center;
}
.km-collection .km-shop-all {
  color: #f87c8a;
  display: inline-block;
  font-size: 20px;
  padding-right: 20px;
  position: relative;
  text-decoration: none;
}
.km-collection .km-shop-all::before {
  content: url(km-bundle-arrow.svg);
  position: absolute;
  right: 0;
  top: 1px;
}
.km-collection .km-shop-all::after {
  background-color: #f87c8a;
  bottom: -7px;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 100%;
}
.km-collection .km-shop-all:hover::after {
  animation-duration: 0.4s;
  animation-name: width;
}
@keyframes width {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.km-footer-bundle {
  opacity: 0.7;
  padding: 20px;
  text-align: center;
}
.km-footer-bundle .km-contact-info .km-email,
.km-footer-bundle .km-contact-info .km-phone {
  margin-bottom: 10px;
  font-size: 14px;
}
@media only screen and (min-width: 750px) {
  .km-footer-bundle .km-contact-info .km-email,
.km-footer-bundle .km-contact-info .km-phone {
    display: inline-block;
  }
}
.km-footer-bundle .km-contact-info .km-email a {
  color: #27323a;
  text-decoration: none;
}
.km-footer-bundle .km-contact-info .km-email a:hover {
  color: #f87c8a;
}
@media only screen and (min-width: 750px) {
  .km-footer-bundle .km-contact-info .km-phone {
    margin-left: -5px;
  }
}
@media only screen and (min-width: 750px) {
  .km-footer-bundle .km-contact-info .km-phone::before {
    content: "·";
    padding-left: 5px;
  }
}
.km-footer-bundle .km-legal {
  font-size: 10px;
  text-transform: uppercase;
}
.km-footer-bundle .km-legal a {
  color: #27323a;
  text-decoration: underline;
}

/* Above Fold /---------------------------------------/
-----------------------------------------------------*/
@media only screen and (min-width: 750px) {
  .template-product #shopify-section-km-product-template {
    padding-top: 50px;
  }
}
.template-product #shopify-section-km-product-template .product-template__container.page-width {
  max-width: 1400px;
}
@media only screen and (min-width: 750px) {
  .template-product #shopify-section-km-product-template .product-template__container.page-width {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 499px) {
  .template-product #shopify-section-km-product-template .product-template__container.page-width .product-single {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 500px) {
  .template-product #shopify-section-km-product-template .product-template__container.page-width .product-single {
    margin-bottom: 40px;
  }
}
.template-product #shopify-section-km-product-template .product-template__container.page-width .product-single .km-breadcrumb {
  font-size: 12px;
  text-transform: uppercase;
}
@media only screen and (max-width: 749px) {
  .template-product #shopify-section-km-product-template .product-template__container.page-width .product-single .km-breadcrumb {
    margin-bottom: 20px;
    text-align: center;
  }
}
@media only screen and (min-width: 750px) {
  .template-product #shopify-section-km-product-template .product-template__container.page-width .product-single .km-breadcrumb {
    margin-bottom: 40px;
    margin-left: 30px;
  }
}
.template-product #shopify-section-km-product-template .product-template__container.page-width .product-single .km-breadcrumb li {
  display: inline-block;
}

/* Left Content /-------------------------------------/
-----------------------------------------------------*/
@media only screen and (min-width: 750px) {
  .km-left-content {
    width: 55%;
  }
}
.km-left-content .km-product-carousel {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media only screen and (max-width: 989px) {
  .km-left-content .km-product-carousel .km-carousel-outer {
    margin: 0 auto 20px;
    max-width: 500px;
    order: 1;
    width: 100%;
  }
}
@media only screen and (min-width: 990px) {
  .km-left-content .km-product-carousel .km-carousel-outer {
    order: 2;
    width: 80%;
  }
}
.km-left-content .km-product-carousel .km-carousel {
  border: 1px solid #f9f8fa;
}
.km-left-content .km-product-carousel .km-carousel .km-inner {
  text-align: center;
}
.km-left-content .km-product-carousel .km-carousel .km-inner iframe {
  width: 100%;
}
.km-left-content .km-product-carousel .km-carousel .km-inner video {
  height: 500px;
}
@media only screen and (max-width: 749px) {
  .km-left-content .km-product-carousel .km-carousel .km-inner video {
    height: 400px;
  }
}
@media only screen and (max-width: 989px) {
  .km-left-content .km-product-carousel .km-thumbnail {
    display: flex;
    justify-content: center;
    order: 2;
    width: 100%;
  }
}
@media only screen and (min-width: 990px) {
  .km-left-content .km-product-carousel .km-thumbnail {
    order: 1;
    width: 20%;
  }
}
@media only screen and (max-width: 989px) {
  .km-left-content .km-product-carousel .km-thumbnail .km-outer {
    height: 70px;
    overflow: hidden;
    position: relative;
    width: 240px;
  }
}
@media only screen and (min-width: 990px) {
  .km-left-content .km-product-carousel .km-thumbnail .km-outer {
    height: 480px;
    overflow: hidden;
    position: relative;
  }
}
.km-left-content .km-product-carousel .km-thumbnail .km-outer .km-thumbnail-inner {
  left: 0;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 989px) {
  .km-left-content .km-product-carousel .km-thumbnail .km-outer .km-thumbnail-inner {
    display: flex;
    transition: left 0.3s ease-in-out;
    width: 480px;
  }
}
@media only screen and (min-width: 990px) {
  .km-left-content .km-product-carousel .km-thumbnail .km-outer .km-thumbnail-inner {
    transition: top 0.3s ease-in-out;
  }
}
@media only screen and (max-width: 989px) {
  .km-left-content .km-product-carousel .km-thumbnail .km-outer .km-thumbnail-inner .km-thumbnail-item {
    height: 70px;
    padding-left: 5px;
    padding-right: 5px;
    width: 80px;
  }
}
@media only screen and (min-width: 990px) {
  .km-left-content .km-product-carousel .km-thumbnail .km-outer .km-thumbnail-inner .km-thumbnail-item {
    height: 120px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100px;
  }
}
.km-left-content .km-product-carousel .km-thumbnail .km-outer .km-thumbnail-inner .km-thumbnail-item:last-child {
  margin-bottom: 0;
}
.km-left-content .km-product-carousel .km-thumbnail .km-outer .km-thumbnail-inner .km-thumbnail-item .inner {
  border: 1px solid #f9f8fa;
  height: 100%;
}
.km-left-content .km-product-carousel .km-thumbnail .km-outer .km-thumbnail-inner .km-thumbnail-item .inner img {
  height: 100%;
}
.km-left-content .km-product-carousel .km-thumbnail .km-outer .km-thumbnail-inner .km-thumbnail-item .inner .km-video-icon {
  align-items: center;
  border: 2px solid rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  display: flex;
  height: 80%;
  justify-content: center;
  margin: 10% auto;
  width: 80%;
}
.km-left-content .km-product-carousel .km-thumbnail .km-outer .km-thumbnail-inner .km-thumbnail-item .inner .km-video-icon i {
  color: rgba(0, 0, 0, 0.25);
  font-size: 30px;
  margin-left: 5px;
}
.km-left-content .km-product-carousel .km-thumbnail .km-outer .km-thumbnail-inner .km-thumbnail-item.km-thumbnail-video .inner {
  position: relative;
}
.km-left-content .km-product-carousel .km-thumbnail .km-outer .km-thumbnail-inner .km-thumbnail-item.km-thumbnail-video .inner i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 40px;
  color: rgba(255, 255, 255, 0.8);
  transform: translate(-50%, -50%);
}
.km-left-content .km-product-carousel .km-thumbnail .km-arrow-prev,
.km-left-content .km-product-carousel .km-thumbnail .km-arrow-next {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 989px) {
  .km-left-content .km-product-carousel .km-thumbnail .km-arrow-prev,
.km-left-content .km-product-carousel .km-thumbnail .km-arrow-next {
    height: 70px;
    width: 44px;
  }
}
@media only screen and (min-width: 990px) {
  .km-left-content .km-product-carousel .km-thumbnail .km-arrow-prev,
.km-left-content .km-product-carousel .km-thumbnail .km-arrow-next {
    height: 40px;
    width: 100px;
  }
}
.km-left-content .km-product-carousel .km-thumbnail .km-arrow-prev i,
.km-left-content .km-product-carousel .km-thumbnail .km-arrow-next i {
  color: rgba(0, 0, 0, 0.1);
  font-size: 20px;
}
@media only screen and (max-width: 989px) {
  .km-left-content .km-product-carousel .km-thumbnail .km-arrow-prev i,
.km-left-content .km-product-carousel .km-thumbnail .km-arrow-next i {
    transform: rotate(-90deg);
  }
}
.km-left-content .km-product-carousel .km-badge {
  position: absolute;
  right: 10%;
  top: 0;
}
.km-left-content .km-product-carousel .km-badge svg {
  height: 100px;
  width: 100px;
}

/* Right Content /------------------------------------/
-----------------------------------------------------*/
@media only screen and (min-width: 750px) {
  .km-right-content {
    width: 45%;
  }
}

@media only screen and (max-width: 749px) {
  .product-single__meta .product-single__title {
    font-size: 35px;
    text-align: center;
  }
}
@media only screen and (min-width: 750px) {
  .product-single__meta .product-single__title {
    font-size: 40px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 749px) {
  .product-single__meta .km-review-star {
    margin-bottom: 15px;
    text-align: center;
  }
}
@media only screen and (min-width: 750px) {
  .product-single__meta .km-review-star {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 749px) {
  .product-single__meta .km-action {
    margin-bottom: 20px;
  }
}
.product-single__meta .km-action form {
  width: 100%;
  padding: 15px 0;
}
@media only screen and (max-width: 749px) {
  .product-single__meta .km-action form {
    justify-content: center;
  }
}
.product-single__meta .km-action .km-product-link {
  margin-top: 10px;
}
@media only screen and (max-width: 749px) {
  .product-single__meta .km-action .km-product-link {
    text-align: center;
  }
}
.product-single__meta .km-action .km-product-link a {
  border: 1px solid #3d4246;
  margin-right: 6px;
  padding: 6px 12px;
  display: inline-block;
}
@media only screen and (max-width: 499px) {
  .product-single__meta .km-action .km-product-link a {
    margin-bottom: 12px;
  }
}
.product-single__meta .km-action .km-product-link a.active {
  border-color: #f87c8a;
  color: #f87c8a;
}
.product-single__meta .km-action .km-product-link a:hover, .product-single__meta .km-action .km-product-link a:active {
  border-color: #f87c8a;
}
.product-single__meta .km-action .km-variant {
  margin-bottom: 10px;
}
@media only screen and (max-width: 749px) {
  .product-single__meta .km-action .km-variant {
    flex: 0 0 60%;
    margin-left: 20%;
    margin-right: 20%;
  }
}
@media only screen and (min-width: 750px) {
  .product-single__meta .km-action .km-variant {
    flex: 0 0 100%;
  }
}
@media only screen and (min-width: 750px) {
  .product-single__meta .km-action .km-variant .km-variant-inner {
    width: 50%;
  }
}
.product-single__meta .km-action .km-variant .km-variant-inner .product-form__item {
  padding-left: 0;
}
.product-single__meta .km-action .km-variant .km-variant-inner .product-form__item label {
  display: none;
}
.product-single__meta .km-action .product-form__item--quantity {
  align-items: center;
  border: 1px solid #f87c8a;
  display: flex;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 749px) {
  .product-single__meta .km-action .product-form__item--quantity {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 990px) {
  .product-single__meta .km-action .product-form__item--quantity {
    padding: 0 15px;
  }
}
.product-single__meta .km-action .product-form__item--quantity label {
  color: #27323a;
  font-size: 12px;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 5px;
}
.product-single__meta .km-action .product-form__item--quantity .km-quantity {
  color: #f87c8a;
  cursor: pointer;
  padding: 8px;
}
.product-single__meta .km-action .product-form__item--quantity .product-form__input {
  border: none;
  min-height: 50px;
  padding: 5px 5px;
  text-align: center;
  width: 30px;
}
.product-single__meta .km-action .product-form__item--submit {
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
}
.product-single__meta .km-action .product-form__item--submit button {
  border-left: none;
  font-size: 16px;
  height: 52px;
  line-height: 16px;
}
@media only screen and (max-width: 989px) {
  .product-single__meta .km-action .product-form__item--submit button {
    min-width: 161px;
  }
}
@media only screen and (min-width: 990px) {
  .product-single__meta .km-action .product-form__item--submit button {
    min-width: 242px;
  }
}
.product-single__meta .km-action .product-form__item--submit button .km-buy-now-text {
  display: inline !important;
}
.product-single__meta .km-action .product-form__item--submit button .km-divider {
  padding-left: 10px;
  padding-right: 10px;
}
.product-single__meta .km-action .km-btn-sold-out {
  background-color: #f87c8a;
  border: 1px solid transparent;
  color: #ffffff;
  font-size: 14px;
  height: 42px;
  margin-bottom: 10px;
  opacity: 0.5;
  padding: 8px 18px 12px;
  text-align: center;
  text-transform: uppercase;
  width: 200px;
}

/* Right Content /------------------------------------/
-----------------------------------------------------*/
.km-right-content .product-type {
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media only screen and (max-width: 750px) {
  .km-right-content .product-type {
    text-align: center;
  }
}
.km-right-content .km-overview {
  margin-bottom: 10px;
  font-size: 14px;
}
.km-right-content .km-overview p {
  font-size: 14px;
  margin-bottom: 10px;
}
.km-right-content .km-price-product {
  font-size: 18px;
}
@media only screen and (max-width: 749px) {
  .km-right-content .km-price-product {
    text-align: center;
  }
}
.km-right-content .km-price-product span {
  text-decoration: line-through;
  margin-left: 10px;
}
.km-right-content .km-product-promo-text {
  color: #f87c8a;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media only screen and (max-width: 749px) {
  .km-right-content .km-product-promo-text {
    text-align: center;
  }
}
.km-right-content .km-return-policy {
  font-size: 12px;
}
@media only screen and (max-width: 749px) {
  .km-right-content .km-return-policy {
    text-align: center;
  }
}
.km-right-content .km-return-policy b {
  text-transform: uppercase;
}
.km-right-content .km-return-policy a {
  text-decoration: underline;
}

/* Tabs /---------------------------------------------/
-----------------------------------------------------*/
.km-product-tab {
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (max-width: 499px) {
  .km-product-tab {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 500px) {
  .km-product-tab {
    margin-bottom: 40px;
  }
}
.km-product-tab .inner {
  border: 1px solid #f9f8fa;
}
@media only screen and (min-width: 990px) {
  .km-product-tab .inner .tabs {
    display: flex;
  }
}
@media only screen and (max-width: 989px) {
  .km-product-tab .inner .tabs li {
    border-bottom: 1px solid #f9f8fa;
  }
}
@media only screen and (min-width: 990px) {
  .km-product-tab .inner .tabs li {
    flex: 1;
  }
}
.km-product-tab .inner .tabs li a {
  align-items: center;
  background-color: #f9f8fa;
  display: flex;
  font-weight: 700;
  justify-content: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 989px) {
  .km-product-tab .inner .tabs li a {
    height: 40px;
  }
}
@media only screen and (min-width: 990px) {
  .km-product-tab .inner .tabs li a {
    height: 70px;
  }
}
@media only screen and (max-width: 989px) {
  .km-product-tab .inner .tabs li a.active {
    background-color: #ffffff;
    color: #f87c8a;
  }
}
@media only screen and (min-width: 990px) {
  .km-product-tab .inner .tabs li a.active {
    background-color: #ffffff;
    color: #f87c8a;
  }
}
@media only screen and (max-width: 989px) {
  .km-product-tab .inner .km-tab-content {
    padding: 30px;
  }
}
@media only screen and (min-width: 990px) {
  .km-product-tab .inner .km-tab-content {
    padding: 60px;
  }
}
.km-product-tab .inner .km-tab-content .km-grid-tab {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 750px) {
  .km-product-tab .inner .km-tab-content .km-grid-tab .grid-item {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.km-product-tab .inner .km-tab-content .km-grid-tab.km-one-col .grid-item {
  flex: 0 0 100%;
}
@media only screen and (max-width: 749px) {
  .km-product-tab .inner .km-tab-content .km-grid-tab.km-two-col .grid-item {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 750px) {
  .km-product-tab .inner .km-tab-content .km-grid-tab.km-two-col .grid-item {
    flex: 0 0 50%;
  }
}
@media only screen and (max-width: 749px) {
  .km-product-tab .inner .km-tab-content .km-grid-tab.km-three-col .grid-item {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
  .km-product-tab .inner .km-tab-content .km-grid-tab.km-three-col .grid-item {
    flex: 0 0 50%;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 990px) {
  .km-product-tab .inner .km-tab-content .km-grid-tab.km-three-col .grid-item {
    flex: 0 0 33.33%;
  }
}
@media only screen and (max-width: 749px) {
  .km-product-tab .inner .km-tab-content .km-grid-tab.km-four-col .grid-item {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
  .km-product-tab .inner .km-tab-content .km-grid-tab.km-four-col .grid-item {
    flex: 0 0 50%;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 990px) {
  .km-product-tab .inner .km-tab-content .km-grid-tab.km-four-col .grid-item {
    flex: 0 0 25%;
  }
}
@media only screen and (max-width: 749px) {
  .km-product-tab .inner .km-tab-content .km-grid-tab.km-zero .grid-item {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 499px) {
  .km-product-tab .inner .km-tab-content .km-grid-tab.km-zero .grid-item:last-child {
    margin-bottom: 10px;
  }
}
.km-product-tab .inner .km-tab-content .km-grid-tab.km-zero .km-content {
  padding-left: 50px;
  position: relative;
}
.km-product-tab .inner .km-tab-content .km-grid-tab.km-zero .km-content::before {
  content: url(https://cdn.shopify.com/s/files/1/0246/4273/files/check.png);
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 750px) {
  .km-product-tab .inner .km-tab-content .km-grid-tab.km-one .grid-item {
    flex: 0 0 50%;
  }
}
.km-product-tab .inner .km-tab-content .km-grid-tab.km-two .km-em {
  text-transform: uppercase;
}
.km-product-tab .inner .km-tab-content .km-grid-tab.km-two .km-font-accent {
  color: #f87c8a;
  line-height: 1;
  margin-right: 5px;
}
.km-product-tab .inner .km-tab-content .km-grid-tab.km-three .km-em {
  text-transform: uppercase;
}
.km-product-tab .inner .km-tab-content .km-grid-tab.km-four .km-ecocert img {
  width: 100px;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Messenger /----------------------------------------/
-----------------------------------------------------*/
.ba-fbchk-wrapper {
  margin-top: 0 !important;
}
@media only screen and (max-width: 499px) {
  .ba-fbchk-wrapper {
    margin-left: auto !important;
  }
}
@media only screen and (min-width: 500px) {
  .ba-fbchk-wrapper .ba-title {
    text-align: left !important;
  }
}

/* Reviews /------------------------------------------/
-----------------------------------------------------*/
.km-review {
  padding-top: 40px;
  border: 1px solid #f9f8fa;
  margin-top: 40px;
}
.km-review h2 {
  font-family: "Gotham-Light", sans-serif;
  font-size: 22px;
  font-weight: 600;
}
.km-review .km-heading-review {
  text-transform: uppercase;
  color: #f87c8a;
  font-size: 18px;
  margin-left: 24px;
  margin-bottom: 0;
}
.km-review #judgeme_product_reviews .jdgm-rev-widg {
  border: none;
}
.km-review #judgeme_product_reviews .jdgm-rev-widg .jdgm-rev-widg__title {
  display: none;
}
.km-review #judgeme_product_reviews .jdgm-rev-widg .jdgm-histogram__bar-content {
  background: #f87c8a;
}
.km-review #judgeme_product_reviews .jdgm-rev-widg .jdgm-write-rev-link {
  border-color: #f87c8a;
  background-color: #f87c8a;
  color: #ffffff;
  font-weight: 700;
  padding: 10px 20px;
}
.km-review #judgeme_product_reviews .jdgm-rev-widg .jdgm-rev {
  background-color: #ffffff;
  border: none;
}
.km-review #judgeme_product_reviews .jdgm-rev-widg .jdgm-rev .jdgm-rev__author-wrapper {
  opacity: 0.5;
}
.km-review #judgeme_product_reviews .jdgm-rev-widg .jdgm-paginate .jdgm-paginate__page {
  padding: 6px 10px;
}
@media only screen and (min-width: 990px) {
  .km-review #judgeme_product_reviews .jdgm-rev-widg .jdgm-paginate .jdgm-paginate__page {
    margin: 0 10px;
  }
}
.km-review #judgeme_product_reviews .jdgm-rev-widg .jdgm-paginate .jdgm-paginate__page.jdgm-curt {
  font-size: 100%;
  background-color: #ffeadd;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .km-review .jdgm-rev-widg {
    margin-top: 0;
  }
  .km-review .jdgm-rev-widg__header {
    position: relative;
  }
  .km-review .jdgm-rev-widg__header .jdgm-rev-widg__summary {
    margin-right: 20px;
    margin-top: 80px;
  }
  .km-review .jdgm-rev-widg__header .jdgm-histogram {
    float: right;
    margin-bottom: 20px;
    margin-top: 80px;
    width: auto;
  }
  .km-review .jdgm-rev-widg__header .jdgm-widget-actions-wrapper {
    left: 50%;
    max-width: 300px;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 580px) {
  .km-review .jdgm-rev-widg__header .jdgm-histogram {
    float: left;
    margin-top: 40px;
  }
}

/* Related products /---------------------------------/
-----------------------------------------------------*/
#shopify-section-km-product-recommendations .page-width {
  padding: 0;
}
#shopify-section-km-product-recommendations .page-width .section-header {
  margin-bottom: 0;
}
#shopify-section-km-product-recommendations .page-width .section-header h2 {
  font-family: "Hurme-SemiBold", sans-serif;
  font-size: 19px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #f87c8a;
  margin-bottom: 0;
}
@media only screen and (min-width: 500px) and (max-width: 989px) {
  #shopify-section-km-product-recommendations .page-width .km-grid-collection .km-product:nth-child(3) {
    display: none;
  }
}

/* Newsletter /---------------------------------------/
-----------------------------------------------------*/
.template-product #shopify-section-km-newsletter {
  padding-bottom: 0;
}

/* Footer /-------------------------------------------/
-----------------------------------------------------*/
.template-product .site-footer {
  margin-top: 0;
}

/* Cart /---------------------------------------------/
-----------------------------------------------------*/
.template-cart .main-content {
  padding-top: 40px;
}
.template-cart .cart-header__title {
  margin-bottom: 30px;
}
.template-cart form.cart {
  color: #27323a;
}
.template-cart form.cart .cart__row--heading {
  text-transform: uppercase;
}
.template-cart form.cart .cart__row--heading tr th {
  font-family: "Gotham-Book", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}
.template-cart form.cart .cart__row--heading tr th:nth-child(3) {
  text-align: center !important;
}
.template-cart .cart__row .list-view-item__title a {
  color: #27323a;
  text-transform: uppercase;
}
.template-cart .cart__row .cart__remove {
  font-size: 14px;
}
@media only screen and (min-width: 750px) {
  .template-cart .cart__qty {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.template-cart .km-quantity-outer {
  border: 1px solid #f87c8a;
  display: flex;
  justify-content: center;
  margin-left: auto;
  padding-bottom: 3px;
  padding-top: 3px;
}
.template-cart .km-quantity-outer .km-quantity {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 41px;
  justify-content: center;
  width: 40px;
}
.template-cart .km-quantity-outer .km-quantity i {
  color: #f87c8a;
  font-size: 10px;
}
.template-cart .km-quantity-outer input {
  border-color: transparent;
  width: 40px;
}
.template-cart .km-payment-icon {
  text-align: right;
}
.template-cart .cart__removed-product {
  display: none;
}
@media only screen and (max-width: 749px) {
  .template-cart .km-grid-cart-subtotal {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 750px) {
  .template-cart .km-grid-cart-subtotal {
    margin-bottom: 40px;
  }
}
.template-cart .km-free-shipping-widget,
.template-cart .km-agree {
  margin-bottom: 20px;
}
.template-cart .km-free-shipping-widget input[type=checkbox],
.template-cart .km-agree input[type=checkbox] {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-appearance: none;
  outline: 0;
  border: none;
  padding: 0;
  margin-right: 5px;
  margin-bottom: -3px;
}
.template-cart .km-free-shipping-widget input[type=checkbox]:checked,
.template-cart .km-agree input[type=checkbox]:checked {
  background-image: url("https://cdn.shopify.com/s/files/1/0246/4273/t/20/assets/km-checkbox-02.svg?");
}
.template-cart .km-free-shipping-widget input[type=checkbox]:not(:checked),
.template-cart .km-agree input[type=checkbox]:not(:checked) {
  background-image: url("https://cdn.shopify.com/s/files/1/0246/4273/t/20/assets/km-checkbox-01.svg");
}
@media only screen and (min-width: 750px) {
  .template-cart .km-grid-cart-subtotal {
    display: flex;
  }
}
@media only screen and (min-width: 750px) {
  .template-cart .km-grid-cart-subtotal .grid-item {
    flex: 1;
  }
}
.template-cart .km-grid-cart-subtotal .grid-item:first-child {
  font-style: italic;
}
@media only screen and (max-width: 749px) {
  .template-cart .km-grid-cart-subtotal .grid-item:first-child {
    margin-bottom: 20px;
  }
}
.template-cart .km-grid-cart-subtotal .grid-item:last-child {
  text-align: right;
}
.template-cart .km-grid-cart-subtotal .grid-item:last-child .km-title {
  font-family: "Gotham-Book", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (min-width: 750px) {
  .template-cart .km-grid-cart-subtotal .grid-item:last-child .km-title {
    margin-right: 40px;
  }
}
.template-cart .km-free-shipping-widget {
  text-align: right;
}
.template-cart .km-free-shipping-widget .km-free-shipping {
  background-color: #fff591;
  background-color: #ffeadd;
  display: inline-block;
  padding: 10px 20px;
}
.template-cart .km-free-shipping-widget .km-free-shipping i {
  margin-right: 5px;
}
.template-cart .km-free-shipping-widget .km-free-shipping.km-free {
  background-color: #ffeadd;
}
.template-cart .km-agree {
  text-align: right;
}
.template-cart .km-agree a {
  text-decoration: underline;
}
.template-cart .km-grid-cart-cta-outer {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 749px) {
  .template-cart .km-grid-cart-cta-outer {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 750px) {
  .template-cart .km-grid-cart-cta-outer {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 749px) {
  .template-cart .km-grid-cart-cta-outer .grid-item {
    flex: 0 0 100%;
  }
}
@media only screen and (min-width: 750px) {
  .template-cart .km-grid-cart-cta-outer .grid-item {
    flex: 1;
  }
}
@media only screen and (max-width: 749px) {
  .template-cart .km-grid-cart-cta-outer .grid-item:first-child {
    order: 2;
    text-align: right;
  }
}
.template-cart .km-grid-cart-cta-outer .grid-item:last-child {
  text-align: right;
}
@media only screen and (max-width: 749px) {
  .template-cart .km-grid-cart-cta-outer .grid-item:last-child {
    margin-bottom: 10px;
    order: 1;
  }
}
.template-cart .km-grid-cart-cta-outer .grid-item .km-cta,
.template-cart .km-grid-cart-cta-outer .grid-item .km-cta-invert {
  text-transform: uppercase;
}
@media only screen and (max-width: 749px) {
  .template-cart .km-grid-cart-cta-outer .grid-item .km-cta,
.template-cart .km-grid-cart-cta-outer .grid-item .km-cta-invert {
    min-width: 208px;
  }
}
.template-cart .km-grid-cart-cta-outer .grid-item .km-cta {
  display: inline-block;
}
.template-cart .km-icon-payment {
  text-align: right;
}
.template-cart .km-icon-payment li {
  display: inline-block;
}
.template-cart .km-icon-payment li .icon {
  height: 40px;
  width: 40px;
}
.template-cart .km-progress-bar {
  width: 300px;
  margin-right: auto;
  margin-left: auto;
}

/* Search /-------------------------------------------/
-----------------------------------------------------*/
.template-search .main-content {
  padding-top: 40px;
}
.template-search .main-content form .input-group .search__input {
  border-color: #f9f8fa;
  padding-bottom: 17px;
  padding-top: 17px;
}
.template-search .main-content hr {
  border-color: #f9f8fa;
}
.template-search .main-content .list-view-item {
  border-color: #f9f8fa;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.template-search .main-content .km-pagination {
  margin-top: 40px;
}

/* Account /------------------------------------------/
-----------------------------------------------------*/
.km-account-page {
  padding-top: 40px;
}
.km-account-page form {
  margin-top: 10px;
}
.km-account-page form label {
  display: none;
}
.km-account-page form input {
  border-color: #f9f8fa;
}
.km-account-page form input::placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-size: 90%;
}
.km-account-page .km-text-redeem {
  background-color: #f5f7f9;
  margin: 20px auto 0;
  border-radius: 4px;
  padding: 20px;
}
@media only screen and (max-width: 749px) {
  .km-account-page .km-text-redeem .km-cta-invert {
    display: block;
    max-width: 200px;
    margin: 10px auto 0;
  }
}
@media only screen and (min-width: 750px) {
  .km-account-page .km-text-redeem .km-cta-invert {
    margin-left: 20px;
  }
}

@media only screen and (min-width: 750px) {
  .template- .main-content {
    padding-top: 50px;
  }
}

/* Rewards /------------------------------------------/
-----------------------------------------------------*/
.km-reward-header,
.km-reward-highlight,
.km-reward-compare,
.km-redeem,
.km-faq,
.km-term {
  margin-bottom: 80px;
}

.km-reward-header {
  text-align: center;
}
@media only screen and (min-width: 750px) {
  .km-reward-header {
    margin-top: 100px;
  }
}
.km-reward-header img {
  max-width: 500px;
}
@media only screen and (max-width: 749px) {
  .km-reward-header h1.km-font-section-header {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
.km-reward-header p {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}
.km-reward-header .km-cta-invert {
  display: inline-block;
  margin-bottom: 10px;
  text-transform: uppercase;
  min-width: 190px;
  line-height: 1;
}
.km-reward-header .km-account-check {
  font-size: 14px;
}
.km-reward-header .km-account-check a {
  color: #f87c8a;
}

.km-reward-highlight {
  background-color: #fef5f6;
  padding-bottom: 60px;
  padding-top: 60px;
  text-align: center;
}
@media only screen and (max-width: 749px) {
  .km-reward-highlight {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 750px) {
  .km-reward-highlight {
    margin-left: 40px;
    margin-right: 40px;
  }
}
.km-reward-highlight h2 {
  margin-bottom: 10px;
}
.km-reward-highlight .msg {
  margin-bottom: 30px;
}
.km-reward-highlight .km-grid-highlight {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 499px) {
  .km-reward-highlight .km-grid-highlight .grid-item {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 500px) and (max-width: 989px) {
  .km-reward-highlight .km-grid-highlight .grid-item {
    flex: 0 0 50%;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 990px) {
  .km-reward-highlight .km-grid-highlight .grid-item {
    flex: 0 0 25%;
  }
}
@media only screen and (max-width: 749px) {
  .km-reward-highlight .km-grid-highlight .grid-item:first-child img {
    height: 60px;
  }
}
@media only screen and (min-width: 750px) {
  .km-reward-highlight .km-grid-highlight .grid-item:first-child img {
    height: 87px;
  }
}
@media only screen and (max-width: 749px) {
  .km-reward-highlight .km-grid-highlight .grid-item img {
    height: 60px;
  }
}
.km-reward-highlight .km-grid-highlight .grid-item p {
  color: #f87c8a;
  font-family: "Hurme-SemiBold", sans-serif;
  letter-spacing: 1px;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 18px;
}
@media only screen and (max-width: 749px) {
  .km-reward-highlight .km-grid-highlight .grid-item p {
    margin-bottom: 10px;
  }
}
.km-reward-highlight .km-grid-highlight .grid-item .km-social-icon li {
  display: inline-block;
}
.km-reward-highlight .km-grid-highlight .grid-item .km-social-icon li:nth-child(2) {
  margin-left: 10px;
  margin-right: 10px;
}
.km-reward-highlight .km-grid-highlight .grid-item .km-social-icon li:nth-child(3) {
  display: none;
}
.km-reward-highlight .km-grid-highlight .grid-item .km-social-icon li a {
  display: block;
  height: 44px;
  width: 44px;
}
.km-reward-highlight .km-grid-highlight .grid-item .km-social-icon li a i {
  color: #f87c8a;
  font-size: 30px;
}

.km-reward-compare {
  text-align: center;
}
.km-reward-compare h2 {
  margin-bottom: 10px;
}
.km-reward-compare .km-grid-compare-head {
  align-items: baseline;
  border-bottom: 1px solid #f9f8fa;
  display: flex;
  padding-bottom: 20px;
}
.km-reward-compare .km-grid-compare-head .grid-item {
  flex: 0 0 25%;
}
@media only screen and (max-width: 749px) {
  .km-reward-compare .km-grid-compare-head .grid-item img {
    width: 30px;
  }
}
@media only screen and (min-width: 750px) {
  .km-reward-compare .km-grid-compare-head .grid-item img {
    width: 50px;
  }
}
.km-reward-compare .km-grid-compare-head .grid-item p {
  font-family: "SurveyorText-Book", serif;
}
@media only screen and (max-width: 749px) {
  .km-reward-compare .km-grid-compare-head .grid-item p {
    font-size: 18px;
    line-height: 1;
  }
}
@media only screen and (min-width: 750px) {
  .km-reward-compare .km-grid-compare-head .grid-item p {
    font-size: 25px;
    line-height: 1.2;
  }
}
.km-reward-compare .km-grid-compare-head .grid-item p span {
  font-family: "Gotham-Light", sans-serif;
}
@media only screen and (max-width: 749px) {
  .km-reward-compare .km-grid-compare-head .grid-item p span {
    font-size: 10px;
  }
}
@media only screen and (min-width: 750px) {
  .km-reward-compare .km-grid-compare-head .grid-item p span {
    font-size: 14px;
  }
}
.km-reward-compare .km-grid-compare {
  border-bottom: 1px solid #f9f8fa;
  display: flex;
  align-items: center;
}
.km-reward-compare .km-grid-compare .grid-item {
  flex: 0 0 25%;
}
@media only screen and (max-width: 499px) {
  .km-reward-compare .km-grid-compare .grid-item {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
@media only screen and (min-width: 500px) {
  .km-reward-compare .km-grid-compare .grid-item {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.km-reward-compare .km-grid-compare .grid-item i {
  color: #f87c8a;
}
@media only screen and (max-width: 749px) {
  .km-reward-compare .km-grid-compare .grid-item i {
    font-size: 16px;
  }
}
@media only screen and (min-width: 750px) {
  .km-reward-compare .km-grid-compare .grid-item i {
    font-size: 20px;
  }
}
.km-reward-compare .km-grid-compare .grid-item:first-child {
  text-align: left;
}
@media only screen and (max-width: 749px) {
  .km-reward-compare .km-grid-compare .grid-item:first-child {
    font-size: 12px;
  }
}
@media only screen and (min-width: 750px) {
  .km-reward-compare .km-grid-compare .grid-item:first-child {
    font-size: 18px;
  }
}

.km-redeem {
  background-color: #fef5f6;
  padding-bottom: 60px;
  padding-top: 60px;
  text-align: center;
}
@media only screen and (max-width: 499px) {
  .km-redeem {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 500px) {
  .km-redeem {
    margin-left: 40px;
    margin-right: 40px;
  }
}
.km-redeem p {
  color: #27323a;
  font-size: 16px;
  margin-top: 20px;
}
.km-redeem .km-cta-invert {
  display: inline-block;
  margin-bottom: 10px;
  text-transform: uppercase;
  min-width: 190px;
  line-height: 1;
}
.km-redeem .km-account-check {
  font-size: 14px;
}
.km-redeem .km-account-check a {
  color: #f87c8a;
}

.km-faq h2 {
  text-align: center;
}
.km-faq p {
  text-align: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.km-faq p a {
  color: #f87c8a;
}
.km-faq .km-group {
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}
.km-faq .km-group h4 {
  padding: 30px 15px;
  color: #f87c8a;
  font-family: "Gotham-Medium", sans-serif;
  cursor: pointer;
  margin: 0;
  line-height: 1.5;
  border-top: 1px solid #f9f8fa;
  font-size: 16px;
  text-transform: initial;
}
.km-faq .km-group h4 i {
  font-size: 10px;
  margin-left: 10px;
}
.km-faq .km-group h4 i.open {
  transform-origin: center;
  transform: rotate(90deg);
}
.km-faq .km-group .km-text {
  padding: 20px 15px 60px;
  font-size: 16px;
}
.km-faq .km-group .km-text ul {
  margin-left: 30px;
}
.km-faq .km-group .km-text ul li {
  list-style-type: disc;
  margin-bottom: 10px;
}
.km-faq .km-group .km-text ul li ul li {
  list-style-type: circle;
}
.km-faq .km-group .km-text a {
  color: #f87c8a;
}
.km-faq .km-group:first-of-type {
  margin-top: 60px;
}
.km-faq .km-group:last-child {
  border-bottom: 1px solid #f9f8fa;
}

.km-term {
  text-align: center;
}
.km-term h4 {
  text-transform: uppercase;
  font-weight: 700;
}
.km-term h4 a {
  text-decoration: underline;
}
.km-term small {
  display: block;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.km-term small a {
  text-decoration: underline;
}