@font-face {
  font-family: 'Apercu';
  src: url("../fonts/Apercu.eot");
  src: url("../fonts/Apercu.eot?#iefix") format("embedded-opentype"), url("../fonts/Apercu.woff2") format("woff2"), url("../fonts/Apercu.woff") format("woff"), url("../fonts/Apercu.svg#Apercu") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2212
}
@font-face {
  font-family: 'Apercu';
  src: url("../fonts/Apercu.eot");
  src: url("../fonts/Apercu.eot?#iefix") format("embedded-opentype"), url("../fonts/Apercu.woff2") format("woff2"), url("../fonts/Apercu.woff") format("woff"), url("../fonts/Apercu.svg#Apercu") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2212
}
@font-face {
  font-family: 'Apercu';
  src: url("../fonts/Apercu Bold.eot");
  src: url("../fonts/Apercu Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Apercu Bold.woff2") format("woff2"), url("../fonts/Apercu Bold.woff") format("woff"), url("../fonts/Apercu Bold.svg#Apercu Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2212
}
html {
  font-size: 62.5%
}
body, button, input, select, textarea {
  font-family: "Apercu";
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 1px;
  max-height: 9999px
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
  line-height: 1.25;
  margin: 0 0 .4em;
  max-height: 9999px
}
h1 {
  font-family: "Chronicle Display A", "Chronicle Display B";
  font-size: 30px;
  font-size: 3rem;
  text-transform: uppercase;
  letter-spacing: 3px
}
@media (max-width: 768px) {
  h1 {
    font-size: 22.5px;
    font-size: 2.25rem
  }
}
h2 {
  font-family: "Chronicle Display A", "Chronicle Display B";
  font-size: 38px;
  font-size: 3.8rem;
  text-transform: uppercase;
  letter-spacing: 3px
}
@media (max-width: 768px) {
  h2 {
    font-size: 30.4px;
    font-size: 3.04rem
  }
}
h3 {
  font-size: 20px;
  font-size: 2rem;
  text-transform: uppercase
}
@media (max-width: 768px) {
  h3 {
    font-size: 16px;
    font-size: 1.6rem
  }
}
h4 {
  font-family: "Chronicle Display A", "Chronicle Display B";
  font-size: 15px;
  font-size: 1.5rem
}
@media (max-width: 768px) {
  h4 {
    font-size: 12px;
    font-size: 1.2rem
  }
}
h5 {
  font-family: "Chronicle Display A", "Chronicle Display B";
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700
}
@media (max-width: 768px) {
  h5 {
    font-size: 14.4px;
    font-size: 1.44rem
  }
}
h6 {
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 700
}
@media (max-width: 768px) {
  h6 {
    font-size: 9.6px;
    font-size: .96rem
  }
}

div.policies h2 {
	font-size:26px;
	text-transform: initial
}
div.policies h3 {
	margin-top:20px
}
div.policies a {
	text-decoration: underline
}
div.policies a:hover {
	text-decoration: none
}

p {
  line-height: 1.6
}
a {
  text-decoration: none;
  color: inherit
}
strong {
  font-weight: 700
}
p, a, strong, li, span {
  max-height: 9999px
}
.header-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 65px;
  border-bottom: 1px solid #b69757;
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #FFF;
  z-index: 999
}
@media (max-width: 768px) {
  .header-topbar .wtb, .header-topbar .fb, .header-topbar .ig {
    display: none
  }
}
.topbar-links {
  display: flex;
  height: 65px
}
.topbar-links .menu-spacer {
  width: 1px;
  height: 100%;
  display: block;
  background-color: #b69757
}
@media (max-width: 768px) {
  .topbar-links .menu-spacer:not(.menu-spacer-last) {
    display: none
  }
}
.wtb, .fb, .ig {
  width: 40px;
  height: 40px;
  color: transparent;
  background-image: url("../icons/kc-icon-sprite.png");
  background-repeat: no-repeat;
  background-size: 1200%;
  margin: 13px 21px
}
#logo {
  width: 200px;
  height: 62px;
  background-image: url("../icons/kc-logo-horizontal-new.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 8px;
  margin-left: 35px
}
.wtb {
  width: 44px;
  height: 44px;
  background-position: -88px 0;
  margin-top: 11px
}
.fb {
  background-position: -120px 0;
  transform: scale(0.8, 0.8)
}
.ig {
  background-position: -200px 0;
  transform: scale(0.8, 0.8)
}
#menu-toggle {
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  background-image: url("../icons/kc-icon-sprite.png");
  background-repeat: no-repeat;
  background-position: -400px;
  background-size: 1200%;
  margin: 13px 21px;
  transform: scale(0.8, 0.8)
}
#menu-toggle.menu-open {
  background-position: -440px
}
.header-menu-full {
  width: 100%;
  height: 0;
  display: flex;
  overflow: hidden;
  align-items: center;
  background-color: #fff;
  position: fixed;
  top: 65px;
  z-index: 99;
  transition: 0.3s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
@media (max-width: 1300px) {
  .header-menu-full {
    flex-direction: column
  }
}
.header-menu-full.menu-open {
  height: calc(100vh - 65px);
  padding-bottom: 25vh
}
@media (max-width: 1300px) {
  .header-menu-full.menu-open {
    padding-bottom: 0
  }
}
.header-menu {
  width: 100%;
  height: 25vw;
  display: flex;
  align-items: center;
  border-top: 1px solid #b69757;
  border-bottom: 1px solid #b69757;
  flex-wrap: wrap
}
@media (max-width: 1300px) {
  .header-menu {
    height: 110vw;
    max-height: calc(100vh - 65px)
  }
}
.header-menu a {
  width: calc(25% - 0.75px);
  height: 25vw;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #fff;
  padding: 25px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  transition: 0.3s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
@media (max-width: 1300px) {
  .header-menu a {
    width: calc(50% - 0.5px);
    height: 55vw;
    max-height: calc((100vh - 65px) / 2)
  }
}
.header-menu a img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
  z-index: -1;
  top: 0;
  left: 0
}
.header-menu a:hover {
  background-color: transparent
}
.header-menu .menu-spacer {
  width: 1px;
  height: 70%;
  display: block;
  background-color: #b69757
}
@media (max-width: 1300px) {
  .header-menu .menu-spacer:nth-child(2n) {
    height: 55vw;
    max-height: calc((100vh - 65px) / 2)
  }
  .header-menu .menu-spacer:nth-child(4n) {
    height: 1px;
    width: 100%
  }
}
#footer {
  text-align: center;
  padding: 35px 0;
  margin-top: 55px;
  border-top: 1px solid #b69757;
  display: flex;
  justify-content: center
}
#footer .footer-nav {
  display: flex;
  justify-content: space-evenly
}
@media (max-width: 768px) {
  #footer .footer-nav {
    flex-direction: column;
    align-items: center
  }
}
#footer .footer-nav a {
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-right: 25px
}
.footer-nav a:last-child {
  margin-right: 0px
}
@media (max-width: 768px) {
  #footer .footer-nav a {
    margin: 10px 0
  }
}
#footer h6 {
  letter-spacing: 2px;
  margin: 0
}
#footer p {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 5px;
  margin-bottom: 20px;
  line-height: 1
}
#footer p br {
  display: none
}
@media (max-width: 768px) {
  #footer p br {
    display: block
  }
}
.hcs {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 110px
}
@media (max-width: 540px) {
  .hcs {
    margin-top: -150px
  }
}
.hcs .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center
}
.hcs .hero-logo-container {
  text-align: center;
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
  top: 15px;
  right: 50%;
  -moz-transform: translateX(50%);
  -o-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
@media (max-width: 1023px) {
  .hcs .hero-logo-container {
    padding: 0 25px
  }
}
@media (max-width: 1024px) {
  .hcs .hero-logo-container {
    width: 70%;
    top: 2%;
    left: 2%;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none
  }
}
@media (max-width: 540px) {
  .hcs .hero-logo-container {
    display: none;
    width: 100%
  }
}
@media (max-width: 1299px) {
  .hcs .hero-logo-container .hero-text {
    font-size: 24px;
    font-size: 2.4rem
  }
}
@media (max-width: 768px) {
  .hcs .hero-logo-container .hero-text {
    font-size: 20px;
    font-size: 2rem
  }
}
@media (max-width: 540px) {
  .hcs .hero-logo-container .hero-text {
    font-size: 18px;
    font-size: 1.8rem
  }
}
.hcs .hero-logo {
  width: 250px;
  height: 150px;
  background-image: url("../icons/kc-logo-stacked-new.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 35px;
  position: relative
}
@media (max-width: 1299px) {
  .hcs .hero-logo {
    margin-bottom: 20px
  }
}
@media (max-width: 1024px) {
  .hcs .hero-logo {
    width: 220px;
    height: 140px
  }
}
@media (max-width: 540px) {
  .hcs .hero-logo {
    width: 200px;
    height: 130px
  }
}
.hcs .hero-logo:after {
  content: '';
  width: 120%;
  height: 2px;
  background-color: #b69757;
  display: block;
  position: absolute;
  bottom: -10px;
  left: -10%
}
.hcs .hero-image-container {
  width: 100%;
  line-height: 0
}
.hcs .hero-image-container img {
  width: 100%
}
.hcs .hero-image {
  width: 100%
}
.hcs .hero-box {
  position: absolute;
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%)
}
.hcs .hero-box-content {
  width: 0;
  height: 0;
  border: 3px solid #b69757;
  background-color: #fbfbfb;
  padding: 15px;
  position: absolute;
  top: 18px;
  left: 18px;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  overflow: hidden
}
.hcs .hero-box-content:hover {
  width: 200px;
  height: 90px;
  opacity: 1
}
.hcs .box-open-center {
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
.hcs .box-open-center-top {
  -moz-transform: translateX(-50%) translateY(-100%);
  -o-transform: translateX(-50%) translateY(-100%);
  -ms-transform: translateX(-50%) translateY(-100%);
  -webkit-transform: translateX(-50%) translateY(-100%);
  transform: translateX(-50%) translateY(-100%)
}
.hcs .box-inner {
  width: 200px;
  height: 90px;
  text-align: center;
  color: #b69757;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  justify-content: space-evenly;
  -ms-flex-pack: space-evenly
}
.hcs .hero-box-icon {
  width: 50px;
  height: 50px;
  background-image: url("../icons/kc-icon-sprite.png");
  background-repeat: no-repeat;
  background-size: 1200%;
  background-position: -350px;
  position: relative;
  z-index: 1
}
.hcs .hero-box-icon:hover, .hcs .hero-box-icon.hero-box-open {
  background-position: -400px
}
.hcs .hero-box-icon:hover + a .hero-box-content, .hcs .hero-box-icon.hero-box-open + a .hero-box-content {
  width: 200px;
  height: 90px;
  opacity: 1
}
.hcs .scroll-button {
  width: 45px;
  height: 45px;
  display: block;
  background-image: url("../icons/kc-icon-sprite.png");
  background-repeat: no-repeat;
  background-size: 1200%;
  background-position: -45px;
  position: absolute;
  bottom: -65px;
  cursor: pointer
}
.hcs .scroll-button a {
  height: 100%;
  display: block
}
.pls {
  max-width: 800px;
  text-align: center
}
.pls .group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
@media (max-width: 768px) {
  .pls .group {
    padding-left: 15px;
    padding-right: 15px
  }
}
.pls .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-flex: 0 0 33.3333%;
  -moz-box-flex: 0 0 33.3333%;
  -webkit-flex: 0 0 33.3333%;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  border-left: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
@media (max-width: 768px) {
  .pls .item {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }
}
.pls .item img {
  width: auto;
  max-width: 60%;
  height: auto
}
@media (max-width: 1300px) {
  .pls .item img {
    max-width: 55%
  }
}
.pls .item:first-child {
  padding: 20px
}
@media (max-width: 1300px) {
  .pls .item:first-child {
    padding: 10px
  }
}
@media (max-width: 768px) {
  .pls .item:first-child .heading {
    font-size: 24px;
    font-size: 2.4rem
  }
}
@media (max-width: 540px) {
  .pls .item:first-child .heading {
    font-size: 18px;
    font-size: 1.8rem
  }
}
.pls .item-container {
  padding: 3vh 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}
@media (max-width: 540px) {
  .pls .product-image {
    width: auto;
    height: 80vw;
    margin-top: 2vh;
    margin-bottom: 2vh
  }
}
.pls .product-button-container {
  width: 90%;
  height: 12vh;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center
}
.pls .product-button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  box-shadow: 3px 3px 0 #fff;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%
}
.pls .product-button span {
  border: 1px solid #FFF
}
.pls .product-white {
  background-color: #fbfbfb
}
.pls .product-green {
  background-color: #3e451c
}
.pls .product-green span {
  box-shadow: 2px 2px 0px #3e451c
}
.pls .product-pink {
  background-color: #eba8a2
}
.pls .product-pink span {
  box-shadow: 2px 2px 0px #eba8a2
}
.pls .product-yellow {
  background-color: #c38800
}
.pls .product-yellow span {
  box-shadow: 2px 2px 0px #c38800
}
.pls .product-blue {
  background-color: #4a92ba
}
.pls .product-blue span {
  box-shadow: 2px 2px 0px #4a92ba
}
.pls .product-red {
  background-color: #582933
}
.pls .product-red span {
  box-shadow: 2px 2px 0px #582933
}
.pls .product-black {
  background-color: #1c1c1c
}
.pls .product-black span {
  box-shadow: 2px 2px 0px #1c1c1c
}
.pls .product-black:hover {
  background-color: #b69757
}
.pls .product-black:hover span {
  box-shadow: 2px 2px 0px #b69757
}
.post-ls {
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 4px;
  padding-bottom: 4px;
  padding-left: 4px
}
@media (max-width: 540px) {
  .post-ls {
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px
  }
}
.post-ls h4 {
  color: #b69757
}
.post-ls .group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.post-ls .link {
  display: block
}
.post-ls .text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
@media (max-width: 540px) {
  .post-ls .text {
    padding: 8px
  }
}
@media (min-width: 540px) {
  .post-ls .text {
    padding: 0 55px;
    margin-top: 25px;
    margin-bottom: 45px
  }
}
.post-ls .item {
  -webkit-box-flex: 0 0 33.3333%;
  -moz-box-flex: 0 0 33.3333%;
  -webkit-flex: 0 0 33.3333%;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
@media (max-width: 768px) {
  .post-ls .item {
    flex: 0 0 50%
  }
}
@media (max-width: 540px) {
  .post-ls .item {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }
}
.post-ls .item img {
  display: grid
}
.post-ls .item .item-container {
  height: calc(100vw * 0.3);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex
}
.post-ls .icon-container {
  margin-top: -25px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center
}
.post-ls .icon-container h3 {
  margin-bottom: 5px
}
.post-ls .icon-container .icon-item {
  width: 45px;
  float: left;
  margin: 0 5px
}
.pds {
  max-width: 1000px
}
.pds .product-single {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0 35px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
@media (max-width: 768px) {
  .pds .product-single {
    padding: 0
  }
}
.pds .product-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0 8%
}
@media (max-width: 768px) {
  .pds .product-container {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 0
  }
}
@media (max-width: 768px) {
  .pds .product-image-container {
    width: 40%
  }
}
.pds .inner-container {
  padding-left: 10%
}
@media (max-width: 1300px) {
  .pds .inner-container {
    padding-left: 4%
  }
}
@media (max-width: 768px) {
  .pds .inner-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: left;
    -moz-align-items: left;
    -ms-align-items: left;
    align-items: left;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px
  }
}
.pds .product-subheading {
  color: #b69757
}
.pds img {
  max-width: 100%
}
.pds .product-attribute-container {
  padding-top: calc(1em + 15px)
}
.pds .product-attribute {
  margin-top: 10px
}
.pds .product-attribute-heading {
  font-size: 15px;
  font-size: 1.5rem;
  display: inline
}
.pds .product-attribute-text {
  display: inline
}
.pds .product-nav {
  width: 38px;
  height: 38px;
  display: block;
  background: url("../icons/kc-sprite.png") -39px -117px;
  cursor: pointer;
  position: absolute;
  top: 50%
}
@media (max-width: 1300px) {
  .pds .product-nav {
    top: 40%
  }
}
@media (max-width: 768px) {
  .pds .product-nav {
    top: 70vw
  }
}
.pds .product-nav.bn-right {
  right: 0;
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}
@media (max-width: 1300px) {
  .pds .product-nav.bn-right {
    right: 35px
  }
}
@media (max-width: 768px) {
  .pds .product-nav.bn-right {
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
  }
}
.pds .product-nav.bn-left {
  left: 0;
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}
@media (max-width: 1300px) {
  .pds .product-nav.bn-left {
    left: 35px
  }
}
@media (max-width: 768px) {
  .pds .product-nav.bn-left {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
  }
}
.pds .product-button {
  height: 2.25em;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex
}
.pds .product-footer-links {
  margin-top: 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center
}
.pds .product-footer-links .icon-container {
  margin: 5px 0 0 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center
}
.pds .product-footer-links .icon-container-label {
  float: left;
  margin: 0 10px 0 0
}
.pds .product-footer-links .icon-item {
  float: left
}
.pds .product-footer-links .icon-item img {
  width: 35px;
  margin: 0 6px;
  display: block
}
.post-ds {
  max-width: 1100px
}
.post-ds .post-container {
  clear: both;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex
}
@media (max-width: 768px) {
  .post-ds .post-container {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    @inclued align-items(center)
  }
}
.post-ds .container {
  padding: 12px
}
@media (max-width: 768px) {
  .post-ds .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    @inclued align-items(center)
  }
}
.post-ds .inner-container {
  padding-top: calc(1em + 15px);
  padding-bottom: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
@media (min-width: 768px) {
  .post-ds .inner-container {
    padding-left: 35px;
    padding-right: 35px
  }
}
@media (max-width: 768px) {
  .post-ds .inner-container {
    width: 80%;
    padding-top: 35px
  }
}
@media (max-width: 540px) {
  .post-ds .inner-container {
    width: 100%
  }
}
.post-ds img {
  max-width: 100%
}
@media (max-width: 768px) {
  .post-ds img {
    margin-bottom: 15px
  }
}
.post-ds ul {
  padding: 0;
  list-style-type: none;
  line-height: 2
}
.post-ds h3 {
  font-size: 16px;
  font-size: 1.6rem
}
.post-ds h4 {
  color: #b69757
}
.post-ds .post-heading {
  width: 65%;
  padding-left: 35px;
  float: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
@media (max-width: 768px) {
  .post-ds .post-heading {
    text-align: center;
    width: 100%;
    padding-left: 0
  }
}
.post-ds .post-image-container {
  flex: 0 0 35%;
  margin-top: -45px
}
@media (max-width: 768px) {
  .post-ds .post-image-container {
    margin-top: 15px;
    margin-bottom: 35px;
    width: 60%
  }
}
@media (max-width: 540px) {
  .post-ds .post-image-container {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }
}
.post-ds .share-links {
  width: 50%;
  float: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}
.post-ds .share-links .ig, .post-ds .share-links .fb {
  -moz-transform: scale(0.65, 0.65);
  -o-transform: scale(0.65, 0.65);
  -ms-transform: scale(0.65, 0.65);
  -webkit-transform: scale(0.65, 0.65);
  transform: scale(0.65, 0.65);
  margin: 0
}
.post-ds .share-links .pn {
  margin: 0 6px;
  padding-top: 5px;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  cursor: pointer
}
.post-ds .share-links .share-links-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex
}
.post-ds .post-image-buttons {
  width: 50%;
  float: left
}
.post-ds .post-image-buttons .icon-item img {
  width: 35px;
  padding-top: 5px;
  margin: 0 6px
}
.post-ds .post-print-button {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 35px;
  box-shadow: 3px 3px 0 #000;
  cursor: pointer;
  background-color: #3e451c
}
@media (max-width: 768px) {
  .post-ds .post-print-button {
    display: none
  }
}
.post-ds .post-print-button span {
  color: #FFF;
  text-transform: uppercase;
  box-shadow: 2px 2px 0 #FFF;
  font-weight: 600;
  padding: 8px 14px;
  border: 1px solid #000
}
.post-ds .post-print-button:hover {
  box-shadow: 3px 3px 0 #3e451c
}
.post-ds .post-print-button:hover span {
  border: 1px solid #3e451c
}
.qs {
  text-align: center;
  font-style: italic;
  background-color: #fbfbfb;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}
.qs:not(.scq) {
  padding: 35px 0;
  margin: -51px auto
}
.qs hr {
  width: 8%;
  min-width: 55px;
  height: 3px;
  margin-bottom: 3px;
  background-color: #b69757;
  border: none
}
.qs h1 {
  font-family: "Apercu"
}
.qs p {
  padding: 0 10%;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Chronicle Display A", "Chronicle Display B"
}
.cbs .group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 4px
}
@media (max-width: 540px) {
  .cbs .group {
    padding: 8px
  }
  .cbs .group .item {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }
  .cbs .group .item img {
    width: 100%
  }
}
.cbs .group .link {
  display: block
}
.cbs .two-two .item, .cbs .two-one .item {
  -webkit-box-flex: 0 0 50%;
  -moz-box-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%
}
@media (max-width: 540px) {
  .cbs .two-two .item, .cbs .two-one .item {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-height: none
  }
}
.cbs .three-one .item {
  -webkit-box-flex: 0 0 33.3333%;
  -moz-box-flex: 0 0 33.3333%;
  -webkit-flex: 0 0 33.3333%;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%
}
@media (max-width: 540px) {
  .cbs .three-one .item {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }
}
.cbs .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-bottom: 35px
}
.cbs .item {
  position: relative
}
.cbs img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover"
}
.cbs h3 {
  position: absolute;
  top: 4px;
  right: 4px
}
.split-cs {
  color: #000
}
.split-cs.text-top .container {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center
}
.split-cs.text-top .container .group {
  width: 100%
}
.split-cs.text-top .container .group .item {
  padding-bottom: 35px
}
@media (max-width: 1300px) {
  .split-cs.text-top .container > .item {
    width: 100%
  }
}
.split-cs.text-right .container {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}
.split-cs.text-over {
  max-width: none;
  color: #FFF
}
.split-cs.text-over .container {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: relative
}
.split-cs.text-over .group {
  position: absolute;
  width: 100%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.split-cs.text-over .item:first-child {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-transform: translateY(-65%);
  -o-transform: translateY(-65%);
  -ms-transform: translateY(-65%);
  -webkit-transform: translateY(-65%);
  transform: translateY(-65%)
}
.split-cs.text-over .item:last-child {
  flex: 0 0 100%
}
.split-cs.video {
  position: relative;
  padding-bottom: 600px;
  -webkit-transition: .2s .2s;
  transition: .2s .2s
}
@media (max-width: 1300px) {
  .split-cs.video {
    padding-bottom: 70%
  }
}
.split-cs.video .text {
  max-width: 1300px;
  margin-top: 55px;
  position: absolute;
  left: 0;
  height: 100%;
  -webkit-transition: .2s .2s;
  transition: .2s .2s;
  z-index: -1
}
.split-cs.video .video-overlay {
  opacity: 0;
  -webkit-transition: .2s .2s;
  transition: .2s .2s;
  transition-delay: 0.2s
}
.split-cs.video iframe {
  opacity: 1;
  -webkit-transition: .2s .2s;
  transition: .2s .2s
}
.split-cs.video.overlay-on {
  cursor: pointer;
  padding-bottom: 500px
}
@media (max-width: 1300px) {
  .split-cs.video.overlay-on {
    padding-bottom: 60%
  }
}
@media (max-width: 768px) {
  .split-cs.video.overlay-on {
    padding-bottom: 55%
  }
}
@media (max-width: 540px) {
  .split-cs.video.overlay-on {
    padding-bottom: 45%
  }
}
.split-cs.video.overlay-on .text {
  margin-top: -15px
}
@media (max-width: 540px) {
  .split-cs.video.overlay-on .text {
    margin-top: 0
  }
}
.split-cs.video.overlay-on .video-overlay {
  opacity: 1
}
.split-cs.video.overlay-on iframe {
  opacity: 0
}
.split-cs .embed-container {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  display: flex
}
@media (max-width: 1300px) {
  .split-cs .embed-container {
    padding-bottom: 75%
  }
}
.split-cs .embed-container iframe, .split-cs .embed-container object, .split-cs .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.split-cs .video-overlay {
  width: 100%;
  background-image: url("../images/video-overlay.jpg");
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  padding-bottom: 50%
}
@media (max-width: 1300px) {
  .split-cs .video-overlay {
    background-size: cover;
    padding-bottom: 75%
  }
}
.split-cs:not(.text-over):not(.text-top) {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
@media (max-width: 768px) {
  .split-cs:not(.text-over):not(.text-top) {
    padding-left: 15px;
    padding-right: 15px
  }
}
.split-cs .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex
}
.split-cs .container > .item {
  -webkit-box-flex: 0 0 55%;
  -moz-box-flex: 0 0 55%;
  -webkit-flex: 0 0 55%;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%
}
@media (max-width: 1300px) {
  .split-cs .container > .item {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }
}
.split-cs .item img {
  width: 100%
}
.split-cs .group {
  -webkit-box-flex: 0 0 45%;
  -moz-box-flex: 0 0 45%;
  -webkit-flex: 0 0 45%;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%
}
@media (max-width: 1300px) {
  .split-cs .group {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }
}
@media (max-width: 768px) {
  .split-cs .group {
    display: block
  }
}
.split-cs .group .item {
  padding: 0 35px;
  -webkit-box-flex: 0 0 75%;
  -moz-box-flex: 0 0 75%;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%
}
@media (max-width: 1300px) {
  .split-cs .group .item {
    padding-left: 3%;
    padding-right: 3%
  }
}
@media (max-width: 768px) {
  .split-cs .group .item {
    padding: 0
  }
}
.split-cs .heading {
  margin-bottom: 20px
}
.split-cs .text {
  margin-bottom: 65px
}
.split-cs .text a {
  font-weight: 700;
  text-decoration: underline
}
.split-cs.scq h1 {
  font-size: 15px;
  font-size: 1.5rem;
  font-style: normal
}
.split-cs.scq .button {
  font-style: normal
}
.split-cs.scq .group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}
.split-cs.scq .item {
  display: grid
}
@media (max-width: 768px) {
  .split-cs.scq .item {
    display: block
  }
}
.scs {
  text-align: center
}
.scs a {
  color: #000
}
.scs .heading, .scs .subheading, .scs .text {
  padding: 0 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
.scs .container {
  margin-bottom: 35px
}
.scs .scroll-button {
  width: 40px;
  height: 40px;
  display: block;
  background-image: url("../icons/kc-icon-sprite.png");
  background-repeat: no-repeat;
  background-size: 1200%;
  background-position: -40px;
  position: relative;
  top: 15px;
  cursor: pointer;
  margin: 0 auto
}
.scs .scroll-button a {
  height: 100%;
  display: block
}
.scs .scroll-destination {
  position: relative;
  top: -80px
}
.pss {
  overflow-x: hidden;
  max-width: 860px;
  padding-bottom: 15px
}
@media (max-width: 768px) {
  .pss {
    margin-bottom: -55px
  }
}
.pss #bubbles-cont {
  position: relative
}
.pss .bubble-group {
  width: 80%;
  margin-left: 10%;
  position: relative;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out
}
@media (max-width: 768px) {
  .pss .bubble-group {
    width: 70%;
    margin-left: 15%
  }
}
.pss .bubble {
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  position: absolute
}
.pss .bubble:hover .product-button {
  opacity: 1
}
.pss .bubble:hover .bg-image-overlay {
  opacity: 0
}
.pss .bubble.bubble-off .product-image {
  height: 0
}
.pss .item-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative
}
@media (max-width: 768px) {
  .pss .item-container {
    margin-bottom: 55px
  }
}
.pss .bg-image-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #fff;
  z-index: -1;
  right: 50%;
  -moz-transform: translateX(50%);
  -o-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out
}
.pss .product-slider-bg-image {
  position: absolute;
  z-index: -2;
  top: 50%;
  right: 50%;
  -moz-transform: translateY(-50%) translateX(50%);
  -o-transform: translateY(-50%) translateX(50%);
  -ms-transform: translateY(-50%) translateX(50%);
  -webkit-transform: translateY(-50%) translateX(50%);
  transform: translateY(-50%) translateX(50%)
}
@media (max-width: 768px) {
  .pss .product-slider-bg-image {
    width: 90%
  }
}
.pss .product-image {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
@media (max-width: 768px) {
  .pss .product-image {
    padding: 0 8%
  }
}
.pss .bubble-nav {
  width: 45px;
  height: 45px;
  display: block;
  background-image: url("../icons/kc-icon-sprite.png");
  background-repeat: no-repeat;
  background-size: 1200%;
  background-position: -45px;
  cursor: pointer;
  position: absolute;
  top: 50%
}
.pss .bubble-nav.bn-left {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  left: 35px
}
@media (max-width: 768px) {
  .pss .bubble-nav.bn-left {
    left: 5%
  }
}
.pss .bubble-nav.bn-right {
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  right: 35px
}
@media (max-width: 768px) {
  .pss .bubble-nav.bn-right {
    right: 5%
  }
}
.pss .product-button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 5px;
  opacity: 0
}
@media (max-width: 768px) {
  .pss .product-button {
    position: absolute;
    bottom: -25px;
    width: 90%;
    -moz-transform: translateY(50%);
    -o-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
  }
}
.mts a {
  color: #FFF
}
.mts .grid {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
@media (max-width: 540px) {
  .mts .grid {
    padding-right: 6px;
    padding-left: 6px
  }
}
.mts .grid:first-child {
  column-count: 2;
  -webkit-column-count: 2;
  column-gap: 0;
  -webkit-column-gap: 0
}
@media (max-width: 540px) {
  .mts .grid:first-child {
    column-count: 1;
    -webkit-column-count: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}
.mts .grid:first-child .tile {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
.mts .grid:first-child .tile:nth-child(1) {
  height: 25vw;
  max-height: 340px
}
.mts .grid:first-child .tile:nth-child(2), .mts .grid:first-child .tile:nth-child(3) {
  height: 50vw;
  max-height: 680px
}
.mts .grid:first-child .tile:nth-child(4), .mts .grid:first-child .tile:nth-child(5) {
  width: 50%;
  height: 25vw;
  max-height: 340px;
  float: left
}
@media (max-width: 768px) {
  .mts .grid:first-child .tile:nth-child(4) {
    width: 100%
  }
  .mts .grid:first-child .tile:nth-child(5) {
    display: none
  }
}
@media (max-width: 540px) {
  .mts .grid:first-child .tile:first-child {
    height: 68vw
  }
  .mts .grid:first-child .tile:nth-child(2) {
    height: 100vw
  }
  .mts .grid:first-child .tile:nth-child(3), .mts .grid:first-child .tile:nth-child(4) {
    width: 50%;
    height: 50vw;
    float: left
  }
  .mts .grid:first-child .tile:nth-child(5) {
    width: 100%;
    height: 100vw;
    display: grid
  }
  .mts .grid:first-child .tile:nth-child(5) a {
    height: auto
  }
}
.mts .grid:last-child {
  display: none
}
.mts .grid:last-child .tile {
  height: 50vw;
  max-height: 680px
}
.mts .grid:last-child .tile:first-child {
  -webkit-box-flex: 0 0 66.6666%;
  -moz-box-flex: 0 0 66.6666%;
  -webkit-flex: 0 0 66.6666%;
  -ms-flex: 0 0 66.6666%;
  flex: 0 0 66.6666%
}
.mts .grid:last-child .tile:last-child {
  -webkit-box-flex: 0 0 33.3333%;
  -moz-box-flex: 0 0 33.3333%;
  -webkit-flex: 0 0 33.3333%;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%
}
@media (max-width: 768px) {
  .mts .grid:last-child {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
  }
  .mts .grid:last-child .masonry-tile {
    height: 100%
  }
}
@media (max-width: 540px) {
  .mts .grid:last-child {
    display: none
  }
}
.mts .tile {
  padding: 4px;
  break-inside: avoid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
@media (max-width: 768px) {
  .mts .tile {
    max-height: none !important
  }
}
@media (max-width: 540px) {
  .mts .tile {
    padding: 6px
  }
}
.mts .tile > a {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden
}
.mts .tile.init-tile .button {
  margin: 4% 0 6%
}
@media (max-width: 768px) {
  .mts .tile.init-tile .button {
    margin: 0 0 6%;
    font-size: 10px;
    font-size: 1rem
  }
}
.mts .tile.init-tile .content {
  width: 100%;
  align-items: center
}
.mts .tile.init-tile > a {
  display: grid;
  height: 100%
}
.mts .content {
  background-color: #b69757;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative
}
.mts .content img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover"
}
.mts .content h3 {
  position: absolute;
  top: 0;
  right: 0
}
@media (max-width: 1024px) {
  .mts .content h3 {
    font-size: 18px;
    font-size: 1.8rem
  }
}
@media (max-width: 768px) {
  .mts .content h3 {
    font-size: 15px;
    font-size: 1.5rem
  }
}
@media (max-width: 540px) {
  .mts .content h3 {
    font-size: 12px;
    font-size: 1.2rem
  }
}
.mts .content .container {
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 15px 15px 12% 15px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
.mts .content .container:after {
  content: '';
  width: 39px;
  height: 39px;
  display: block;
  background-image: url("../icons/kc-icon-sprite.png");
  background-repeat: no-repeat;
  background-size: 1200%;
  position: absolute;
  right: 50%;
  bottom: 12%;
  -moz-transform: translateX(50%);
  -o-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -webkit-transform: translateX(50%);
  transform: translateX(50%)
}
.mts .content .container .heading {
  font-size: 28px;
  font-size: 2.8rem
}
@media (max-width: 768px) {
  .mts .content .container .heading {
    font-size: 17px;
    font-size: 1.7rem
  }
}
.mts .image-container {
  background-color: #FFF;
  border: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex
}
.wcs {
  max-width: 100%;
  margin: 0
}
.wcs .image img {
  width: 100%
}
.soc-cs {
  width: 85%;
  max-width: 1100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
@media (max-width: 1300px) {
  .soc-cs {
    width: 95%
  }
}
@media (max-width: 768px) {
  .soc-cs {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px
  }
}
.soc-cs .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: relative
}
.soc-cs .inner-container {
  position: absolute;
  top: 50%;
  right: 50%;
  -moz-transform: translateY(-50%) translateX(50%);
  -o-transform: translateY(-50%) translateX(50%);
  -ms-transform: translateY(-50%) translateX(50%);
  -webkit-transform: translateY(-50%) translateX(50%);
  transform: translateY(-50%) translateX(50%)
}
.soc-cs .content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #FFF;
  padding: 55px
}
@media (max-width: 1300px) {
  .soc-cs .content {
    padding: 35px
  }
}
.soc-cs h2 {
  text-align: center
}
@media (max-width: 768px) {
  .soc-cs h2 {
    font-size: 28px;
    font-size: 2.8rem
  }
}
.soc-cs h3 {
  font-size: 12px;
  font-size: 1.2rem
}
.soc-cs .image-group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%
}
.soc-cs .image-group .image {
  width: 50%
}
@media (max-width: 768px) {
  .soc-cs .image-group .image {
    width: 100%
  }
  .soc-cs .image-group .image:first-child {
    display: none
  }
}
.soc-cs .social-link-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 15px
}
.soc-cs .fb {
  background-position: -160px;
  margin: 5px 10px
}
.soc-cs .ig {
  background-position: -240px;
  margin: 5px 10px
}
@media (max-width: 768px) {
  .home .hcs h1 {
    font-size: 26px;
    font-size: 2.6rem
  }
}
.home .hcs + .scs h1 {
  margin-bottom: 55px
}
.home .tablet-range .hcs .hero-logo-container {
  left: 5vw;
  right: auto;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  width: auto
}
.home section.desktop-range {
  display: none
}
@media (min-width: 1024px) {
  .home section.desktop-range.show {
    display: block
  }
}
.home section.tablet-range {
  display: none
}
@media (max-width: 1023px) and (min-width: 540px) {
  .home section.tablet-range.show {
    display: block
  }
}
.home section.mobile-range {
  display: none
}
@media (max-width: 539px) {
  .home section.mobile-range.show {
    display: block
  }
}
.our-wines .qs {
  background-color: #FFF
}
.our-wines .qs.split-cs span {
  display: inline
}
.our-wines .qs.split-cs p {
  padding: 0
}
@media (max-width: 768px) {
  .our-wines .qs .item {
    padding-top: 65px
  }
}
.our-wines .text-over {
  margin-top: 85px;
  margin-bottom: 25px
}
.our-wines .text-over h1 span {
  display: inline
}
@media (max-width: 768px) {
  .our-wines .text-over h1 span {
    display: none
  }
}
.our-wines .scs .subheading {
  color: #b69757
}
.our-wines .split-cs {
  margin: 10px auto
}
@media (max-width: 768px) {
  .our-wines .split-cs.text-left .container, .our-wines .split-cs.text-right .container {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
@media (max-width: 768px) {
  .our-wines .split-cs.text-left .container, .our-wines .split-cs.text-right .container {
    display: block
  }
}
@media (max-width: 768px) {
  .our-wines .split-cs.text-left .group, .our-wines .split-cs.text-right .group {
    padding-top: 65px;
    padding-bottom: 85px
  }
}
.our-wines .split-cs.text-right {
  margin-top: 55px
}
@media (max-width: 768px) {
  .our-wines .split-cs.text-right {
    margin-top: 10px
  }
}
.our-wines img.desktop-range {
  display: none
}
@media (min-width: 768px) {
  .our-wines img.desktop-range.show {
    display: block
  }
}
.our-wines img.tablet-range {
  display: none
}
@media (max-width: 767px) and (min-width: 540px) {
  .our-wines img.tablet-range.show {
    display: block
  }
}
.our-wines img.mobile-range {
  display: none
}
@media (max-width: 539px) {
  .our-wines img.mobile-range.show {
    display: block
  }
}
.our-wines .icon-container {
  margin-bottom: -15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center
}
.our-wines .icon-container h3 {
  margin-bottom: 5px
}
.our-wines .icon-container .icon-item {
  width: 45px;
  margin: 0 5px
}
.lifestyle .scs .subheading {
  color: #b69757
}
.lifestyle .scs .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0 35px 35px 35px;
  margin-bottom: -55px
}
.lifestyle img.desktop-range {
  display: none
}
@media (min-width: 768px) {
  .lifestyle img.desktop-range.show {
    display: block
  }
}
.lifestyle img.tablet-range {
  display: none
}
@media (max-width: 767px) and (min-width: 540px) {
  .lifestyle img.tablet-range.show {
    display: block
  }
}
.lifestyle img.mobile-range {
  display: none
}
@media (max-width: 539px) {
  .lifestyle img.mobile-range.show {
    display: block
  }
}
@media (max-width: 768px) {
  .wine-regions section {
    margin: 0;
    overflow-x: hidden
  }
}
.wine-regions .wcs {
  background-color: #fbfbfb
}
.wine-regions .wcs + .scs {
  max-width: 100%;
  margin: 0;
  padding: 55px 0;
  background-color: #fbfbfb
}
.wine-regions .wcs + .scs h4 {
  color: #b69757
}
.wine-regions .split-cs + .wcs + .scs {
  background-color: #FFF;
  padding-bottom: 15px
}
.wine-regions .scq {
  width: 100%;
  max-width: none;
  background-color: #fbfbfb;
  margin: 0;
  padding-top: 35px;
  padding-bottom: 35px
}
.wine-regions .scq .container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto
}
.wine-regions .split-cs.text-left, .wine-regions .split-cs.text-right {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
@media (max-width: 768px) {
  .wine-regions .split-cs.text-left, .wine-regions .split-cs.text-right {
    padding-left: 0;
    padding-right: 0
  }
}
@media (max-width: 1300px) {
  .wine-regions .split-cs .container > .item {
    -webkit-box-flex: 0 0 55%;
    -moz-box-flex: 0 0 55%;
    -webkit-flex: 0 0 55%;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%
  }
}
@media (max-width: 768px) {
  .wine-regions .split-cs .container > .item {
    -webkit-box-flex: 0 0 55%;
    -moz-box-flex: 0 0 55%;
    -webkit-flex: 0 0 55%;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%
  }
}
@media (max-width: 768px) {
  .wine-regions .split-cs .container {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
}
.wine-regions .split-cs .group {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
@media (max-width: 1300px) {
  .wine-regions .split-cs .group {
    -webkit-box-flex: 0 0 45%;
    -moz-box-flex: 0 0 45%;
    -webkit-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%
  }
}
@media (max-width: 768px) {
  .wine-regions .split-cs .group {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-top: 35px;
    padding-left: 10px;
    padding-right: 10px
  }
}
@media (max-width: 540px) {
  .wine-regions .split-cs .group {
    padding-left: 15px;
    padding-right: 15px
  }
}
@media (max-width: 1300px) {
  .wine-regions .split-cs .group .item {
    padding: 0 35px;
    -webkit-box-flex: 0 0 75%;
    -moz-box-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%
  }
}
@media (max-width: 768px) {
  .wine-regions .split-cs .group .item {
    padding-left: 3%;
    padding-right: 3%
  }
}
@media (max-width: 540px) {
  .wine-regions .split-cs .group .item {
    padding: 0
  }
}
.wine-regions #winemaker {
  position: relative;
  top: -55px
}
.wine-regions img.desktop-range {
  display: none
}
@media (min-width: 768px) {
  .wine-regions img.desktop-range.show {
    display: block
  }
}
.wine-regions img.tablet-range {
  display: none
}
@media (max-width: 767px) and (min-width: 540px) {
  .wine-regions img.tablet-range.show {
    display: block
  }
}
.wine-regions img.mobile-range {
  display: none
}
@media (max-width: 539px) {
  .wine-regions img.mobile-range.show {
    display: block
  }
}
@media print {
  .cocktails .qs, .cocktails .cbs, .cocktails .post-print-button, .cocktails .share-links, .cocktails .share-heading, .recipes .qs, .recipes .cbs, .recipes .post-print-button, .recipes .share-links, .recipes .share-heading, .entertaining .qs, .entertaining .cbs, .entertaining .post-print-button, .entertaining .share-links, .entertaining .share-heading {
    display: none
  }
}
.products .cbs {
  padding: 55px 0;
  background-color: #fbfbfb
}
@media (max-width: 768px) {
  .products .cbs {
    background-color: #FFF;
    padding: 0
  }
}
@media (max-width: 768px) {
  .products .cbs .container {
    background-color: #fbfbfb;
    padding-top: 35px;
    margin-left: 15px;
    margin-right: 15px
  }
}
@media (max-width: 768px) {
  .products .split-cs.text-left .container, .products .split-cs.text-right .container {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
}
@media (max-width: 768px) {
  .products .split-cs.text-left .group, .products .split-cs.text-right .group {
    padding-top: 55px
  }
}
.products .split-cs.text-right {
  margin-top: 55px
}
@media (max-width: 768px) {
  .products .split-cs.text-right {
    margin-top: 10px
  }
}
.products .split-cs.text-top .container .item {
  padding-bottom: 55px
}
.products img.desktop-range {
  display: none
}
@media (min-width: 768px) {
  .products img.desktop-range.show {
    display: block
  }
}
.products img.tablet-range {
  display: none
}
@media (max-width: 767px) and (min-width: 540px) {
  .products img.tablet-range.show {
    display: block
  }
}
.products img.mobile-range {
  display: none
}
@media (max-width: 539px) {
  .products img.mobile-range.show {
    display: block
  }
}
.cocktails img.desktop-range, .recipes img.desktop-range, .entertaining img.desktop-range {
  display: none
}
@media (min-width: 768px) {
  .cocktails img.desktop-range.show, .recipes img.desktop-range.show, .entertaining img.desktop-range.show {
    display: block
  }
}
.cocktails img.tablet-range, .recipes img.tablet-range, .entertaining img.tablet-range {
  display: none
}
@media (max-width: 767px) and (min-width: 540px) {
  .cocktails img.tablet-range.show, .recipes img.tablet-range.show, .entertaining img.tablet-range.show {
    display: block
  }
}
.cocktails img.mobile-range, .recipes img.mobile-range, .entertaining img.mobile-range {
  display: none
}
@media (max-width: 539px) {
  .cocktails img.mobile-range.show, .recipes img.mobile-range.show, .entertaining img.mobile-range.show {
    display: block
  }
}
.where-to-buy .icon-container {
  width: 100%;
  max-width: 800px;
  padding: 0 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center
}
.where-to-buy .icon-container h3 {
  margin-bottom: 5px
}
.where-to-buy .icon-container .icon-item {
  width: 45px;
  margin: 0 5px
}
body {
  padding-top: 65px;
  margin: 0
}
.tablet-break {
  display: none
}
@media (min-width: 768px) {
  .tablet-break.show {
    display: block
  }
}
@media (max-width: 767px) {
  .tablet-break.hide {
    display: block
  }
}
section {
  width: 100%;
  max-width: 1300px;
  margin: 55px auto
}
img {
  max-width: 100%
}
@media (min-width: 768px) {
  img.product-image {
    width: 165px;
    height: 494px;
    max-width: none
  }
}
.group h3 {
  color: #FFF;
  padding: 20px 50px 16px 28px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: right;
  text-shadow: 0px 0px 0px #FFF;
  position: absolute;
  top: 4px;
  right: 4px
}
@media (max-width: 768px) {
  .group h3 {
    top: 8px;
    right: 8px
  }
}
.group h3:after {
  content: '';
  width: 40px;
  height: 40px;
  background-image: url("../icons/kc-icon-sprite.png");
  background-repeat: no-repeat;
  background-size: 1200%;
  -moz-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  position: absolute;
  top: 50%;
  right: 8px
}
.group h3:hover {
  background-color: rgba(190, 155, 97, 0.8)
}
.image-container {
  border: 4px solid transparent;
  position: relative;
  overflow: hidden
}
@media (max-width: 768px) {
  .image-container {
    border-width: 8px
  }
}
.image-container:after {
  width: 200%;
  height: 200vw;
  box-shadow: inset 0px 0px 300px -60px #000;
  position: absolute;
  top: 0;
  right: -50%;
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}
.button {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 2px;
  padding: 3px 0;
  border-bottom-width: 4px;
  border-bottom-style: solid;
  text-transform: uppercase;
  display: unset;
  font-weight: 600
}
.button span {
  cursor: pointer
}
@media (max-width: 768px) {
  .button {
    font-size: 12px;
    font-size: 1.2rem
  }
}
.subheading {
  font-style: italic
}
.text {
  width: 100%;
  max-width: 800px;
  margin: 0 auto
}
@media (max-width: 768px) {
  .text {
    max-width: none
  }
}
.product-button {
  max-width: 90%;
  box-shadow: 3px 3px 0 #000;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out
}
.product-button span {
  max-width: 90%;
  color: #FFF;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 2px 2px 0 #FFF;
  font-weight: 600;
  padding: 8px 24px;
  border: 1px solid #000
}
@media (max-width: 768px) {
  .product-button span {
    padding: 5px 15px;
    width: 100%
  }
}
.product-green:not(.item) .product-button {
  background-color: #3e451c;
  box-shadow: 3px 3px 0 #3e451c
}
.product-green:not(.item) .product-button span {
  border: 1px solid #3e451c
}
.product-pink:not(.item) .product-button {
  background-color: #eba8a2;
  box-shadow: 3px 3px 0 #eba8a2
}
.product-pink:not(.item) .product-button span {
  border: 1px solid #eba8a2
}
.product-yellow:not(.item) .product-button {
  background-color: #c38800;
  box-shadow: 3px 3px 0 #c38800
}
.product-yellow:not(.item) .product-button span {
  border: 1px solid #c38800
}
.product-blue:not(.item) .product-button {
  background-color: #4a92ba;
  box-shadow: 3px 3px 0 #4a92ba
}
.product-blue:not(.item) .product-button span {
  border: 1px solid #4a92ba
}
.product-red:not(.item) .product-button {
  background-color: #582933;
  box-shadow: 3px 3px 0 #582933
}
.product-red:not(.item) .product-button span {
  border: 1px solid #582933
}
.product-black:not(.item) .product-button {
  background-color: #1c1c1c;
  box-shadow: 3px 3px 0 #1c1c1c
}
.product-black:not(.item) .product-button span {
  border: 1px solid #1c1c1c
}