@font-face {
  font-family: "FKGrotesk Thin";
  src: url("../assets/FKGroteskTrial-Thin.woff2") format("woff2"), url("../assets/FKGroteskTrial-Thin.woff") format("woff"), url("../assets/FKGroteskTrial-Thin.ttf") format("truetype");
  font-display: block;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FKGrotesk Regular";
  src: url("../assets/FKGroteskTrial-Regular.woff2") format("woff2"), url("../assets/FKGroteskTrial-Regular.woff") format("woff"), url("../assets/FKGroteskTrial-Regular.ttf") format("truetype");
  font-display: block;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FKGroteskSemiMono";
  src: url("../assets/FKGroteskSemiMonoTrial-Thin.woff2") format("woff2"), url("../assets/FKGroteskSemiMonoTrial-Thin.woff") format("woff"), url("../assets/FKGroteskSemiMonoTrial-Thin.otf") format("opentype");
  font-display: block;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CartaNueva-Display";
  src: url("../assets/CartaNueva-Display.woff2") format("woff2"), url("../assets/CartaNueva-Display.woff") format("woff"), url("../assets/CartaNueva-Display.otf") format("opentype");
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "CartaNueva-Medium";
  src: url("../assets/CartaNueva-Medium.woff2") format("woff2"), url("../assets/CartaNueva-Medium.woff") format("woff"), url("../assets/CartaNueva-Medium.otf") format("opentype");
  font-display: block;
  font-style: normal;
}
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}

body {
  padding: 0;
  margin: 0;
  position: relative;
  font-family: "FKGrotesk Thin", Helvetica;
  font-size: 11px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  width: 100vw;
  font-weight: 100;
}
@media only screen and (max-width: 700px) {
  body {
    font-size: 12px;
  }
}

body, input, h1 {
  padding: 0;
  margin: 0;
  font-size: 11px;
  line-height: 1.6;
  font-family: "FKGrotesk Thin", Helvetica;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 700px) {
  body, input, h1 {
    font-size: 12px;
  }
}

button {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  border-radius: none;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  color: #000;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding-bottom: 24px;
}

p {
  padding: 0;
  margin: 0;
  line-height: 1.6;
}

h1 {
  font-weight: inherit;
}

img {
  width: 100%;
}

strong, b {
  font-weight: normal;
}

.is-active {
  text-decoration: underline;
}

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

a:active,
button:active,
input:active,
select:active,
textarea:active {
  outline: none !important;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected,
textarea:-internal-autofill-previewed,
textarea:-internal-autofill-selected,
select:-internal-autofill-previewed,
select:-internal-autofill-selected {
  background-color: transparent !important;
}

::selection {
  background: #efefef; /* WebKit/Blink Browsers */
}

::-moz-selection {
  background: #efefef; /* Gecko Browsers */
}

.lazyload,
.lazyloading {
  opacity: 0;
}

@keyframes fade-in-and-up {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-loading {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.lazyloaded {
  opacity: 0;
  animation: fade-in 0.5s ease;
  animation-fill-mode: forwards;
}

.lazyloaded.lazyloaded-simple {
  opacity: 0;
  animation: fade-in 0.5s ease;
  animation-fill-mode: forwards;
}

.lazyloaded.lazyloaded-simple-fast {
  opacity: 0;
  animation: fade-in 0s ease;
  animation-fill-mode: forwards;
}

.lazyloaded.lazyloaded-animaiton {
  opacity: 0;
  animation: fade-in-and-up 0.5s ease;
  animation-fill-mode: forwards;
}

.lazyloaded.lazyloaded-hidden {
  opacity: 0;
  animation: unset;
}

.js-mk-draggy {
  cursor: move;
}

.ip-ratio-box {
  background-color: #f3f3f3;
}

.mk-main-content--loyalty .ip-ratio-box, .mk-gemstone-image .ip-ratio-box, .mk-header .ip-ratio-box {
  background-color: transparent;
}

/**
 * LD page
 *
 */
.mk-body {
  position: relative;
  width: 100%;
  padding: 0;
}

.mk-page--mobile-menu-is-open {
  overflow: hidden;
}
.mk-page--mobile-menu-is-open .mk-mobile-menu-hamburger {
  display: none;
}
.mk-page--mobile-menu-is-open .mk-mobile-menu-cross {
  display: flex;
}
.mk-page--mobile-menu-is-open .mk-mobile-menu-cross .mk-post-image {
  width: 100%;
}

.mk-mobile-menu-hamburger {
  display: flex;
}
.mk-mobile-menu-hamburger .mk-post-image {
  width: 100%;
}

.mk-mobile-menu-cross {
  display: none;
}
.mk-mobile-menu-cross img {
  padding: 3px 2px 1px;
}
@media only screen and (max-width: 700px) {
  .mk-mobile-menu-cross img {
    padding: 2px 1px 0px;
  }
}

@media only screen and (max-width: 1070px) {
  .mk-remove-tablet {
    display: none;
  }
}

@media only screen and (max-width: 700px) {
  .mk-hide-mobile {
    display: none;
  }
}

.mk-show-mobile {
  display: none;
}
@media only screen and (max-width: 700px) {
  .mk-show-mobile {
    display: flex;
  }
}

/**
 * Header
 *
 */
@media only screen and (max-width: 700px) {
  .mk-namespace--home .mk-main-content {
    padding-top: 54px;
  }
}

.mk-header {
  width: 100%;
  box-sizing: border-box;
  z-index: 1000000;
  position: relative;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  align-items: center;
  justify-content: center;
  background-color: white;
}
@media only screen and (max-width: 700px) {
  .mk-header {
    height: fit-content;
  }
}

.mk-header--desktop {
  padding: 24px;
}
@media only screen and (max-width: 1070px) {
  .mk-header--desktop {
    display: none;
  }
}

.mk-header--mobile {
  display: none;
  padding: 24px;
}
@media only screen and (max-width: 1070px) {
  .mk-header--mobile {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    pointer-events: auto;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: white;
  }
}
@media only screen and (max-width: 700px) {
  .mk-header--mobile {
    padding: 18px 24px;
  }
}

.mk-logo-container {
  width: 130px;
}

.mk-logo {
  width: 130px;
  pointer-events: auto;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1070px) {
  .mk-logo {
    padding-bottom: 0;
    width: 160px;
    margin-top: 2px;
  }
}
@media only screen and (max-width: 700px) {
  .mk-logo {
    width: 140px;
  }
}
@media only screen and (max-width: 320px) {
  .mk-logo {
    width: 135px;
  }
}
.mk-logo svg {
  width: 100%;
}
.mk-logo a {
  width: 100%;
  display: block;
}

.mk-logo--shop {
  display: flex;
}

.mk-nav {
  width: calc(50% - 65px);
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.mk-nav--shop {
  margin-top: -5px;
}

.mk-nav--left {
  justify-content: flex-start;
}

.mk-nav--right {
  justify-content: flex-end;
}
@media only screen and (max-width: 1280px) {
  .mk-nav--right {
    display: none;
  }
}

.mk-nav-item {
  pointer-events: auto;
}
.mk-nav-item a {
  display: flex;
}
.mk-nav-item a:hover {
  text-decoration: underline;
}

.mk-nav-item--left-pad {
  padding-left: 24px;
}

.mk-nav-item--right-pad {
  padding-right: 24px;
}

.search-template-section .product-thumbnail-container-inner {
  margin-top: 0;
}

.mk-icon-nav {
  width: calc(50% - 65px);
}
.mk-icon-nav ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 0;
}
.mk-icon-nav ul .mk-nav-item-icon {
  width: 20px;
  margin-top: -1px;
  padding-left: 7px;
  margin-left: 3px;
  line-height: 1;
  pointer-events: auto;
}
@media only screen and (max-width: 1280px) {
  .mk-icon-nav ul .mk-nav-item-icon {
    width: 23px;
  }
}
.mk-icon-nav ul .mk-nav-item-icon svg {
  width: 100%;
}
.mk-icon-nav ul .mk-search-item {
  width: auto;
  padding-left: 0;
  padding-right: 12px;
}
.mk-icon-nav ul .mk-search-item .mk-search-toggle {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.mk-icon-nav ul .mk-search-item .mk-search-item-icon {
  width: 13px;
  margin-top: -1px;
  margin-right: 5px;
  line-height: 1;
}
.mk-icon-nav ul .mk-icon-bag {
  margin-top: 0;
}

.mk-mobile-logo-container {
  display: flex;
  justify-content: baseline;
}
@media only screen and (max-width: 1070px) {
  .mk-mobile-logo-container {
    align-items: center;
  }
}

.mk-hamburger-container {
  width: 25px;
  padding-right: 7px;
  margin-right: 10px;
  margin-top: 1px;
}
@media only screen and (max-width: 1070px) {
  .mk-hamburger-container {
    margin-top: 0;
    margin-right: 17px;
  }
}
@media only screen and (max-width: 700px) {
  .mk-hamburger-container {
    width: 22px;
  }
}
@media only screen and (max-width: 320px) {
  .mk-hamburger-container {
    width: 14px;
    margin-right: 15px;
    padding-right: 0;
  }
}

.mk-hamburger-container--site {
  margin-top: -5px;
}
@media only screen and (max-width: 1070px) {
  .mk-hamburger-container--site {
    margin-top: 0;
  }
}

.mk-mobile-nav ul {
  width: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 0;
}
.mk-mobile-nav ul li {
  width: 25px;
  padding-left: 7px;
  line-height: 1;
}
@media only screen and (max-width: 700px) {
  .mk-mobile-nav ul li {
    width: 21px;
    padding-left: 6px;
  }
}
@media only screen and (max-width: 320px) {
  .mk-mobile-nav ul li {
    width: 14px;
    padding-left: 0;
    margin-left: 4px;
  }
}
@media only screen and (max-width: 320px) {
  .mk-mobile-nav ul li:first-child {
    margin-left: 0;
  }
}
.mk-mobile-nav ul li a {
  width: 100%;
  display: inline-block;
}
.mk-mobile-nav ul .mk-hamburger-icon {
  width: 26px;
}
.mk-mobile-nav ul .mk-bag-icon {
  margin-top: 1px;
}

.mk-mobile-main-nav {
  width: 100%;
  padding-top: 48px;
}

.mk-mobile-main-nav-item {
  padding-bottom: 12px;
}

.mk-mobile-main-nav-item--spaced {
  padding: 24px 0;
}

.mk-secondary-nav {
  width: 100%;
  position: fixed;
  top: 64px;
  left: 0;
  padding: 20px 24px 24px;
  z-index: 1000;
  background-color: white;
  height: 300px;
  opacity: 0;
  pointer-events: none;
  display: block;
  border-bottom: 1px solid #d6e1db;
}
@media only screen and (max-width: 1070px) {
  .mk-secondary-nav {
    display: none !important;
  }
}
.mk-secondary-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 2;
}
.mk-secondary-nav ul a:hover {
  text-decoration: underline;
}
.mk-secondary-nav .mk-secondary-nav-list-shop {
  padding-left: 0;
}
.mk-secondary-nav .mk-secondary-nav-list-guide {
  padding-left: 0;
}

.mk-secondary-nav-list-guide, .mk-secondary-nav-list-visit, .mk-secondary-nav-list-shop, .mk-secondary-nav-list-about, .mk-secondary-nav-list-journal {
  display: none;
}

.mk-secondary-nav--guide {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
.mk-secondary-nav--guide .mk-secondary-nav-list-guide {
  display: flex;
}
.mk-secondary-nav--guide .mk-secondary-nav-list-guide ul {
  padding-bottom: 12px;
  width: 182px;
}

.mk-secondary-nav--shop {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
.mk-secondary-nav--shop .mk-secondary-nav-list-shop {
  display: flex;
}
.mk-secondary-nav--shop .mk-secondary-nav-list-shop ul {
  padding-bottom: 12px;
  width: 182px;
}
.mk-secondary-nav--shop .mk-secondary-nav-list-shop .mk-filter-menu-item--spaced {
  padding-bottom: 12px;
}

.mk-mobile-menu {
  width: 100%;
  height: 100vh;
  z-index: 100000;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  overflow-y: scroll;
}

.mk-mobile-menu--open {
  display: block;
}

.mk-mobile-main-nav-list {
  width: 100%;
  padding: 84px 24px 15vh;
  min-height: 100vh;
  position: relative;
}

.mk-mobile-secondary-nav .mk-mobile-secondary-nav-list-shop {
  padding-left: 0;
}
.mk-mobile-secondary-nav .mk-mobile-secondary-nav-list-guide {
  padding-left: 48px;
}
.mk-mobile-secondary-nav .mk-mobile-secondary-nav-list-visit {
  padding-left: 129px;
}
.mk-mobile-secondary-nav .mk-mobile-secondary-nav-list-about {
  padding-left: 171px;
}
.mk-mobile-secondary-nav .mk-mobile-secondary-nav-list-assistance {
  padding-left: 225px;
}

.mk-mobile-secondary-nav-list {
  display: flex;
  flex-direction: column;
  padding: 24px 24px 12px;
  display: none;
}
.mk-mobile-secondary-nav-list a {
  padding: 2px 0;
  margin-bottom: 6px;
}

.mk-mobile-secondary-nav-list-shop {
  padding-bottom: 0;
}

.mk-mobile-secondary-nav-list--open {
  display: flex;
}

.mk-mobile-nav-toggle--open .mk-mobile-nav-symbol {
  display: inline-block;
  transform: rotate(90deg);
}

.template-product #PageContainer {
  overflow: visible;
}

.mk-main-content {
  width: 100%;
  min-height: 100vh;
  padding-bottom: 48px;
  position: relative;
  overflow: visible;
  padding-top: 66px;
}
@media only screen and (max-width: 700px) {
  .mk-main-content {
    padding-bottom: 0;
  }
}

.template-404 .main-content {
  margin-top: 0 !important;
}
.template-404 .main-content .mk-main-content-inner {
  min-height: calc(100vh - 180px);
}
.template-404 .main-content .mk-main-content-inner a {
  text-decoration: none;
}

.mk-404-container {
  padding-left: 24px;
}
@media only screen and (max-width: 1070px) {
  .mk-404-container {
    padding-left: 12px;
  }
}
.mk-404-container h1 {
  font-family: "FKGrotesk Regular", Helvetica;
  padding-bottom: 12px;
  text-transform: uppercase;
}

.mk-main-content--spaced {
  padding-top: 84px;
  padding-bottom: 48px !important;
}
@media only screen and (max-width: 1070px) {
  .mk-main-content--spaced {
    padding: 84px 0 48px;
  }
}
@media only screen and (max-width: 700px) {
  .mk-main-content--spaced {
    padding-top: 65px;
  }
}

.mk-main-content--text {
  padding-top: 84px;
  padding-bottom: 48px !important;
}
@media only screen and (max-width: 1070px) {
  .mk-main-content--text {
    padding: 84px 0 48px;
  }
}
@media only screen and (max-width: 700px) {
  .mk-main-content--text {
    padding-top: 79px;
  }
}

.mk-main-content--journal {
  /*
  // @todo idea to transition between a few of these as animated bg
  mintcream  - like
  cornsilk - like but blur menu looks a bit off
  ivory - subtle but like but blur menu looks a bit off
  whitesmoke - quite subtle maybe a bit officey
  snow - very very subtle
  */
}

.mk-main-content--home {
  padding-top: 0;
  padding-bottom: 0 !important;
}

.mk-main-content--loyalty {
  background-color: #d6e1db;
}
.mk-main-content--loyalty .mk-secondary-nav, .mk-main-content--loyalty .mk-header--desktop, .mk-main-content--loyalty .mk-header--mobile, .mk-main-content--loyalty .mk-mobile-menu {
  background-color: #d6e1db;
}
@media only screen and (max-width: 1070px) {
  .mk-main-content--loyalty {
    padding-top: 84px;
  }
  .mk-main-content--loyalty .mk-main-content-inner {
    padding: 0;
  }
}

.mk-inner-page-frame, .ml-feed-post-container, .mk-loyalty-top-section, .mk-loyalty-tier-container, .ml-inner-page-container, .mk-homepage-feed, .mk-homepage-banner-image-container {
  animation: fade-in-loading 0.85s forwards;
  opacity: 0;
}

.mk-main-content-inner {
  width: 100%;
  animation: fade-in-loading 0.85s forwards;
  opacity: 0;
}
@media only screen and (max-width: 1070px) {
  .mk-main-content-inner {
    padding: 0 12px;
  }
}

.mk-footer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 96px 0 0;
  line-height: 2;
  justify-content: space-between;
}

.mk-footer-navigation {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0 12px;
}

.mk-footer-section {
  width: 25%;
  padding: 0 12px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.mk-footer-section li a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 700px) {
  .mk-footer-section {
    display: none;
  }
}

.mk-footer-section--spacebetween {
  justify-content: space-between;
}

.mk-footer-title {
  padding-bottom: 24px;
}

.mk-footer-newsletter {
  margin-left: 25%;
}
@media only screen and (max-width: 700px) {
  .mk-footer-newsletter {
    display: block !important;
    margin: 0;
    width: 100% !important;
    padding-bottom: 48px !important;
  }
}

.mk-footer-newsletter-text {
  padding-bottom: 12px;
  font-family: "FKGrotesk Regular", Helvetica;
}

.mk-footer-newsletter-button {
  height: 40px;
  width: 100%;
  display: flex;
  border: 1px solid #a9a9a9;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-top: 12px;
}
.mk-footer-newsletter-button:hover {
  background-color: #eaeaea;
}
@media only screen and (max-width: 700px) {
  .mk-footer-newsletter-button {
    margin-bottom: 50px;
  }
}

.mk-social-nav {
  width: 100%;
  display: flex;
  padding-top: 48px;
}
@media only screen and (max-width: 700px) {
  .mk-social-nav {
    padding-top: 24px;
  }
}

.mk-social-nav-icon {
  width: 18px;
  display: block;
  margin-right: 3px;
  padding-right: 7px;
}
.mk-social-nav-icon svg {
  width: 100%;
  fill: black;
}
.mk-social-nav-icon svg path {
  fill: black;
}

.ml-product-container-outter {
  display: flex;
  flex-wrap: wrap;
}

.mk-filter-menu {
  width: 15%;
  padding: 0 24px;
  position: absolute;
  top: 84px;
  left: 0;
}
@media only screen and (max-width: 1070px) {
  .mk-filter-menu {
    display: none;
  }
}

.mk-filter-menu-list {
  padding-bottom: 24px;
}

.mk-filter-menu-list-title {
  text-transform: uppercase;
  font-family: "FKGrotesk Regular", Helvetica;
  padding-bottom: 12px;
}

.mk-filter-menu-item {
  line-height: 2;
}
.mk-filter-menu-item a:hover {
  text-decoration: underline;
}

.mk-filter-menu-item--spaced {
  padding-bottom: 24px;
}

.mk-filter-menu-item--accordian {
  display: flex;
  justify-content: space-between;
}

.mk-filter-menu-item-bold {
  font-family: "FKGrotesk Regular", Helvetica;
  line-height: 1.6;
  padding-bottom: 12px;
  list-style-type: none;
}

.mk-active {
  text-decoration: underline;
}

.mk-cross--search {
  position: absolute;
  right: 0;
  top: 0;
  width: 15px;
  z-index: 100;
}
@media only screen and (max-width: 700px) {
  .mk-cross--search {
    width: 13px;
  }
}
.mk-cross--search svg {
  width: 100%;
}
.mk-cross--search:hover {
  cursor: pointer;
}

.mk-search-popup {
  display: none;
  width: 300px;
  background-color: white;
  position: fixed;
  right: 48px;
  top: 100px;
  z-index: 900;
  padding: 12px;
}
.mk-search-popup p {
  padding: 0;
  margin: 0;
}
.mk-search-popup .mk-search-heading {
  padding-bottom: 24px;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 1070px) {
  .mk-search-popup {
    right: 12px;
    max-width: calc(100vw - 24px);
  }
}

.mk-search-popup--open {
  display: block;
}

.mk-search-bar {
  height: auto;
  border: none;
  padding: 0;
  position: relative;
  overflow: hidden;
  background-color: transparent !important;
}
.mk-search-bar .mk-search-input {
  font-family: "FKGrotesk Thin", Helvetica !important;
  font-size: 11px !important;
  line-height: 1 !important;
  margin: 0 !important;
  background-color: transparent !important;
  -webkit-appearance: none !important;
  -webkit-border-radius: 10px !important;
  width: 100%;
  height: auto !important;
  letter-spacing: 0;
  border: 1px solid darkgrey !important;
  opacity: 1 !important;
  padding: 8px 6px !important;
  border-radius: 0 !important;
  text-align: left !important;
  border-color: darkgrey !important;
  color: black !important;
}
@media only screen and (max-width: 700px) {
  .mk-search-bar .mk-search-input {
    font-size: 12px !important;
  }
}
.mk-search-bar .mk-search-input::-webkit-input-placeholder {
  color: darkgray !important;
  opacity: 0.6 !important;
}
.mk-search-bar .mk-search-input::-moz-placeholder {
  color: darkgray !important;
  opacity: 0.6 !important;
}
.mk-search-bar .mk-search-input:-ms-input-placeholder {
  color: darkgray !important;
  opacity: 0.6 !important;
}
.mk-search-bar .mk-search-input:-moz-placeholder {
  color: darkgray !important;
  opacity: 0.6 !important;
}
.mk-search-bar .mk-search-input:focus {
  outline: none !important;
  border: 1px solid black !important;
  opacity: 1 !important;
  color: black !important;
}
.mk-search-bar .mk-search-input:focus::-webkit-input-placeholder {
  opacity: 0 !important;
}
.mk-search-bar .mk-search-input:focus::-moz-placeholder {
  opacity: 0 !important;
}
.mk-search-bar .mk-search-input:focus:-ms-input-placeholder {
  opacity: 0 !important;
}
.mk-search-bar .mk-search-input:focus:-moz-placeholder {
  opacity: 0 !important;
}
.mk-search-bar input[type=checkbox] {
  -webkit-appearance: checkbox;
}
.mk-search-bar input[type=radio] {
  -webkit-appearance: radio;
}
.mk-search-bar input:-webkit-autofill,
.mk-search-bar input:-webkit-autofill:hover,
.mk-search-bar input:-webkit-autofill:focus,
.mk-search-bar textarea:-webkit-autofill,
.mk-search-bar textarea:-webkit-autofill:hover,
.mk-search-bar textarea:-webkit-autofill:focus,
.mk-search-bar select:-webkit-autofill,
.mk-search-bar select:-webkit-autofill:hover,
.mk-search-bar select:-webkit-autofill:focus {
  border: 1px solid darkgrey !important;
  -webkit-text-fill-color: black;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
  font-family: "FKGrotesk Thin", Helvetica !important;
  font-size: 11px !important;
}
@inlcude max-mobile {
  .mk-search-bar input:-webkit-autofill,
  .mk-search-bar input:-webkit-autofill:hover,
  .mk-search-bar input:-webkit-autofill:focus,
  .mk-search-bar textarea:-webkit-autofill,
  .mk-search-bar textarea:-webkit-autofill:hover,
  .mk-search-bar textarea:-webkit-autofill:focus,
  .mk-search-bar select:-webkit-autofill,
  .mk-search-bar select:-webkit-autofill:hover,
  .mk-search-bar select:-webkit-autofill:focus {
    font-size: 12px !important;
  }
}
.mk-search-bar .mk-search-button {
  font-family: "FKGrotesk Thin", Helvetica !important;
  font-size: 11px !important;
  line-height: 1.15 !important;
  background-image: none !important;
  padding: 16px 12px !important;
  font-weight: normal !important;
  height: auto !important;
  width: 100% !important;
  letter-spacing: 0;
  margin-top: 12px !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  color: black !important;
  border: none !important;
  text-decoration: underline !important;
  text-align: left !important;
}
@media only screen and (max-width: 700px) {
  .mk-search-bar .mk-search-button {
    font-size: 12px !important;
  }
}
.mk-search-bar .mk-search-button:hover {
  text-decoration: underline;
  cursor: pointer;
}

.mk-search-title {
  padding-top: 12px;
  width: 100%;
  padding-left: 24px;
}
@media only screen and (max-width: 1280px) {
  .mk-search-title {
    padding-left: 18px;
  }
}

/**
* Mobile menu drawer - moves across screen
*
*/
.js-drawer-open {
  overflow: hidden;
}

.js-drawer-open .drawer--left {
  -ms-transform: translateX(450px);
  -webkit-transform: translateX(450px);
  transform: translateX(450px);
}

.drawer {
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  bottom: 0;
  z-index: 10000000;
  color: #000;
  background-color: #FFF;
  transition: all 0.35s cubic-bezier(0.29, 0.63, 0.44, 1);
  border-left: 1px solid gray;
}

.drawer--left {
  top: 0;
  max-width: 100%;
  transition: all 0.35s cubic-bezier(0.29, 0.63, 0.44, 1);
}

.drawer--left {
  width: 450px;
  left: -450px;
}

@media only screen and (max-width: 700px) {
  .drawer--cart .drawer__inner {
    width: 90%;
    padding: 0 24px;
  }
}

#PageContainer {
  overflow: hidden;
}

.drawer-page-content:after {
  visibility: hidden;
  opacity: 0;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999999;
  transition: all 0.35s cubic-bezier(0.29, 0.63, 0.44, 1);
  transform: translateX(0);
}
.js-drawer-open .drawer-page-content:after {
  visibility: visible;
  opacity: 1;
}

.drawer__close {
  width: 50%;
  text-align: right !important;
}
.drawer__close:hover {
  background-color: transparent !important;
}
.drawer__close a {
  font-size: 11px;
  font-family: "FKGrotesk Thin", Helvetica;
  letter-spacing: 0.02em;
  color: #000;
  text-align: right;
  padding: 0;
}
@media only screen and (max-width: 700px) {
  .drawer__close a {
    font-size: 12px;
  }
}
.drawer__close a:hover {
  cursor: pointer;
}

.drawer__close--padding {
  padding-top: 15px;
}

.drawer__close-button {
  background: none;
  border: 0 none;
  position: relative;
  height: 100%;
  font-family: "FKGrotesk Thin", Helvetica;
  font-size: 11px;
  letter-spacing: 0.02em;
  line-height: 1.6;
  text-transform: uppercase;
  color: #000;
  text-transform: uppercase;
  text-align: right;
  padding: 0;
}
.drawer__close-button:hover {
  background-color: #d6e1db;
}
.drawer--product .drawer__close-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
}

.drawer input[type=text],
.drawer textarea {
  background-color: transparent;
  color: #000;
  border: 0;
  font-size: 11px;
  font-family: "FKGrotesk Thin", Helvetica;
  line-height: 1;
  margin-top: 2px;
}
@media only screen and (max-width: 700px) {
  .drawer input[type=text],
  .drawer textarea {
    font-size: 12px;
  }
}
.drawer a:hover, .drawer a:focus {
  color: #000;
}

.drawer__header {
  position: absolute;
  top: 0;
  height: auto;
  width: 100%;
  padding: 0 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 24px;
}
.drawer__header .mk-cartmenu-item {
  font-family: "FKGrotesk Regular", Helvetica;
  text-transform: uppercase;
  text-align: right;
  line-height: 1;
  padding-bottom: 12px;
}
.drawer__header .mk-cartmenu-item:hover {
  cursor: pointer;
}
@media only screen and (max-width: 700px) {
  .drawer__header .mk-cartmenu-item {
    letter-spacing: 0;
  }
}
.drawer__header .mk-cartmenu-item--svg {
  width: 30px;
  padding-top: 0;
  padding-bottom: 10px;
  padding-left: 15px;
}
@media only screen and (max-width: 700px) {
  .drawer__header .mk-cartmenu-item--svg {
    width: 27px;
  }
}
.drawer__header .mk-cartmenu-item--svg svg {
  width: 100%;
}
@media only screen and (max-width: 1280px) {
  .drawer__header {
    padding-top: 24px;
    height: 84px;
  }
}
@media only screen and (max-width: 700px) {
  .drawer__header {
    height: 64px;
    padding-top: 20px;
  }
}

.mk-add-ons-title {
  position: fixed;
  top: 21px;
  left: 50%;
  text-transform: uppercase;
  font-family: "FKGrotesk Regular", Helvetica;
}
@media only screen and (max-width: 700px) {
  .mk-add-ons-title {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 15px;
  }
}

.drawer__inner {
  position: absolute;
  top: 84px;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 24px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1280px) {
  .drawer__inner {
    top: 84px;
  }
}
@media only screen and (max-width: 700px) {
  .drawer__inner {
    width: 100%;
    padding: 0;
    top: 64px;
  }
}
.drawer--has-fixed-footer .drawer__inner {
  overflow: hidden;
}
.drawer--product .drawer__inner {
  top: 0;
}

.ajaxcart__inner--has-fixed-footer {
  padding: 0 24px;
  box-shadow: rgba(0, 0, 0, 0.1490196078) 12px 0 12px;
  bottom: 250px;
}

.ajaxcart-item__discount {
  padding-bottom: 24px;
}

.cart-title {
  text-align: left;
  margin: 0;
  font-family: "FKGrotesk Thin", Helvetica;
  font-size: 11px;
  letter-spacing: 0.02em;
  line-height: 1.6;
  text-transform: uppercase;
}
.cart-title:hover {
  cursor: pointer;
  background-color: #d6e1db;
}
@media only screen and (max-width: 700px) {
  .cart-title {
    width: auto;
    color: #000;
  }
}

/* Split Drawer Styling */
.drawer--right {
  width: 50vw;
  right: -50vw;
}
@media only screen and (max-width: 1280px) {
  .drawer--right {
    width: 60vw;
    right: -60vw;
  }
}
@media only screen and (max-width: 1070px) {
  .drawer--right {
    width: 75vw;
    right: -75vw;
  }
}
@media only screen and (max-width: 700px) {
  .drawer--right {
    width: 100vw;
    right: -100vw;
  }
}

.js-drawer-open-right .drawer--right {
  -ms-transform: translateX(-50vw);
  -webkit-transform: translateX(-50vw);
  transform: translate(-50vw);
}
@media only screen and (max-width: 1280px) {
  .js-drawer-open-right .drawer--right {
    -ms-transform: translateX(-60vw);
    -webkit-transform: translateX(-60vw);
    transform: translate(-60vw);
  }
}
@media only screen and (max-width: 1070px) {
  .js-drawer-open-right .drawer--right {
    -ms-transform: translateX(-75vw);
    -webkit-transform: translateX(-75vw);
    transform: translate(-75vw);
  }
}
@media only screen and (max-width: 700px) {
  .js-drawer-open-right .drawer--right {
    -ms-transform: translateX(-100vw);
    -webkit-transform: translateX(-100vw);
    transform: translate(-100vw);
  }
}

.ajaxcart__inner--split {
  display: flex;
  flex-wrap: wrap;
}

.ajaxcart-split-container {
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .ajaxcart-split-container {
    width: 100%;
  }
}

.mk-menu-mobile-contianer {
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0;
  position: relative;
}

.mk-menu-mobile-inner {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  padding-bottom: 80px;
}

.mk-menu-mobile-nav {
  width: 100%;
}

.mk-child {
  padding: 12px;
  width: 100%;
  display: none;
}

.mk-grandchild {
  padding: 12px;
  width: 100%;
  display: none;
}

.mk-child-title:hover, .mk-parent-title:hover {
  text-decoration: underline;
}

.mk-child-toggle {
  cursor: pointer;
}
.mk-child-toggle:hover {
  text-decoration: underline;
}

.mk-filter-menu-item--child-open .mk-child {
  display: block;
}
.mk-filter-menu-item--child-open .mk-parent-title-dropdown-arrow {
  transform: rotate(90deg);
  display: inline-block;
}

.mk-filter-menu-item--grandchild-open .mk-grandchild {
  display: block;
}

.cart--empty-message {
  height: calc(100vh - 168px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 700px) {
  .cart--empty-message {
    margin-top: -5vh;
  }
}

.ajaxcart__row {
  position: relative;
  max-height: 500px;
  font-size: 11px;
}
@media only screen and (max-width: 700px) {
  .ajaxcart__row {
    font-size: 12px;
  }
}

.ajaxcart__row--full {
  width: 100%;
}
@media only screen and (max-width: 700px) {
  .ajaxcart__row--full {
    display: none;
  }
}

.ajaxcart__row--full--mobile {
  display: none;
}
@media only screen and (max-width: 700px) {
  .ajaxcart__row--full--mobile {
    display: block !important;
  }
}

.ajaxcart__product {
  padding-bottom: 20px;
  margin-bottom: 0;
  font-family: "FKGrotesk Thin", Helvetica;
  font-size: 11px;
}
@media only screen and (max-width: 700px) {
  .ajaxcart__product {
    font-size: 12px;
    padding-bottom: 12px;
  }
}
.ajaxcart__product .grid--half-gutters .grid__item {
  padding: 0;
}
.ajaxcart__product .grid {
  margin: 0;
}
@media only screen and (max-width: 700px) {
  .ajaxcart__product .one-half {
    width: 100%;
  }
}

.mk-quantity .one-half {
  width: 50% !important;
}

.grid__item.show-mobile {
  display: none;
}
@media only screen and (max-width: 700px) {
  .grid__item.show-mobile {
    display: block;
  }
}
@media only screen and (max-width: 700px) {
  .grid__item.hide-mobile {
    display: none;
  }
}

.ajaxcart__product-image {
  display: block;
  overflow: hidden;
  margin-left: 0;
}
.ajaxcart__product-image img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 1070px) {
  .ajaxcart__product-image {
    margin-left: 0;
  }
}
.ajaxcart__product-image:hover {
  background-color: transparent;
}

.ajaxcart__product-meta,
.ajaxcart__price {
  font-size: 11px;
  text-align: left !important;
}
@media only screen and (max-width: 700px) {
  .ajaxcart__product-meta,
  .ajaxcart__price {
    font-size: 12px;
  }
}

.ajaxcart__product-name-wrapper {
  width: 100%;
  padding: 0 10px 0 17px;
}

.ajaxcart__product-name-wrapper, .ajaxcart__product-name {
  margin-bottom: 3px;
}

.ajaxcart__footer--fixed {
  min-height: 230px;
  left: 0;
  right: 0;
  padding: 24px 24px 0;
  background-color: #F5F5F5;
}
@media only screen and (max-width: 700px) {
  .ajaxcart__footer--fixed {
    min-height: 250px;
  }
}
@media only screen and (max-width: 320px) {
  .ajaxcart__footer--fixed {
    min-height: 260px;
  }
}

.ajaxcart__subtotal {
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}
.ajaxcart__subtotal .grid__item {
  padding: 0;
  margin: 0;
}
.ajaxcart__subtotal .grid__item.bold {
  font-family: "FKGrotesk Regular", Helvetica;
  text-transform: uppercase;
}
@media only screen and (max-width: 700px) {
  .ajaxcart__subtotal .grid__item.bold {
    width: fit-content;
  }
}
.ajaxcart__subtotal .one-half {
  width: 50%;
}
.ajaxcart__subtotal .one-half--right {
  text-align: right;
}
.ajaxcart__subtotal .one-fit {
  width: fit-content;
  padding-right: 20px;
}
.ajaxcart__subtotal .one-fit--right {
  position: absolute;
  right: 0;
  padding-right: 0;
  width: calc(100% - 170px);
  text-align: right;
}
@media only screen and (max-width: 700px) {
  .ajaxcart__subtotal .one-fit--right {
    position: relative;
    right: auto;
    width: 100%;
    text-align: left;
    margin-top: 6px;
    font-size: 10px;
  }
}
@media only screen and (max-width: 700px) {
  .ajaxcart__subtotal {
    display: flex;
    flex-wrap: wrap;
  }
  .ajaxcart__subtotal .grid__item {
    width: 100%;
  }
  .ajaxcart__subtotal .one-half {
    width: auto;
  }
  .ajaxcart__subtotal .one-half--right {
    text-align: left;
    padding-left: 15px;
  }
}

.ajaxcart__subtotal-title {
  display: block;
}

.ajaxcart__product-name:hover {
  color: #000;
}

.ajaxcart-variant-title {
  width: 50%;
  float: left;
}

.cart-product-close {
  text-decoration: underline;
}

.cart-underline {
  border-bottom: 1px solid #FFF;
  height: 1px;
  margin: 5px 0;
  opacity: 0.5;
}

.mk-freeshipping-banner {
  font-size: 11px;
  line-height: 1.6;
  text-transform: initial;
  font-family: "courier new", courier;
  font-weight: normal;
  opacity: 1;
  color: black;
  line-height: 1;
  margin-bottom: 24px;
}

.mk-freeshipping-banner-threshold {
  width: 100%;
  border: 1px solid black;
  border-radius: 10px;
  height: 10px;
  margin-top: 10px;
}

.ajaxcart__note {
  font-size: 11px;
  line-height: 1.6;
  text-transform: initial;
  font-family: "courier new", courier;
  font-weight: normal;
  opacity: 1;
  color: black;
  line-height: 1;
}
@media only screen and (max-width: 700px) {
  .ajaxcart__note {
    font-size: 12px;
  }
}
.ajaxcart__note a {
  text-decoration: underline;
}

.mk-checkout-duties-checkbox-container {
  display: flex;
  width: calc(100% - 135px);
}
@media only screen and (max-width: 1070px) {
  .mk-checkout-duties-checkbox-container {
    width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 700px) {
  .mk-checkout-duties-checkbox-container {
    width: 100%;
    margin-top: 20px;
  }
}
.mk-checkout-duties-checkbox-container p {
  width: calc(100% - 30px);
}
@media only screen and (max-width: 700px) {
  .mk-checkout-duties-checkbox-container p {
    width: calc(100% - 30px);
    font-size: 9px;
  }
}

.mk-checkout-duties-checkbox-container--highlight p, .mk-checkout-duties-checkbox-container--highlight a {
  color: red;
}
.mk-checkout-duties-checkbox-container--highlight .mk-checkout-duties-checkbox {
  border-color: red;
}

.mk-checkout-duties-checkbox {
  width: 10px;
  height: 10px;
  border: 1px solid black;
  margin-right: 15px;
  margin-top: 4px;
  cursor: pointer;
}
@media only screen and (max-width: 700px) {
  .mk-checkout-duties-checkbox {
    margin-top: 2px;
  }
}

.mk-checkbox--checked {
  background-color: black;
}

.mk-cart-button-container {
  margin: 48px 0 24px;
}
@media only screen and (max-width: 700px) {
  .mk-cart-button-container {
    width: 100%;
    margin: 20px 0 0;
  }
}

.mk-cart-button-container--blocked button {
  pointer-events: none !important;
  opacity: 0.5;
}

.ajaxcart__product-meta {
  text-align: right;
  padding-right: 8px;
}

.cart-back {
  text-align: left;
  width: 100%;
  display: block;
  font-family: "FKGrotesk Thin", Helvetica;
  font-size: 11px;
  letter-spacing: 0.02em;
  line-height: 1.6;
  text-transform: uppercase;
}

.mk-cart-page {
  font-size: 11px !important;
  text-transform: uppercase !important;
}
@media only screen and (max-width: 700px) {
  .mk-cart-page {
    font-size: 12px !important;
  }
}
.mk-cart-page p {
  font-size: 11px !important;
}

.mk-cart-page-title {
  text-transform: uppercase;
  color: #000;
  font-size: 11px;
}
@media only screen and (max-width: 700px) {
  .mk-cart-page-title {
    font-size: 12px;
  }
}

.mk-cart-page-product-title {
  font-family: "FKGrotesk Thin", Helvetica;
  font-size: 11px;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 700px) {
  .mk-cart-page-product-title {
    font-size: 12px;
  }
}

.cart-empty {
  font-family: "FKGrotesk Thin", Helvetica;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 700px) {
  .cart-empty {
    padding-top: 24px;
    font-size: 12px;
  }
}

.cart__checkout:hover {
  background-color: #eaeaea;
}

.mk-cart-special-instructions-title {
  width: 100%;
}

.mk-cart-special-instructions-input {
  border: 1px solid darkgray !important;
  padding: 24px;
  margin: 5px 0 12px;
  min-height: 100px !important;
  font-family: "courier new", courier !important;
}
@media only screen and (max-width: 700px) {
  .mk-cart-special-instructions-input {
    margin: 5px 0 24px;
  }
}

.product-thumbnail-container--filtered .mk-image-inset-container {
  display: none !important;
}

.mk-empty-filter {
  padding-left: 8px;
}

.product-thumbnail-container {
  width: 75%;
  margin: 0;
  margin-left: 25%;
  padding-right: 12px;
  padding-left: 18px;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  min-height: calc(100vh - 186px);
  align-content: flex-start;
}
@media only screen and (max-width: 1280px) {
  .product-thumbnail-container {
    padding-left: 12px;
  }
}
@media only screen and (max-width: 1070px) {
  .product-thumbnail-container {
    width: 100%;
    margin: 0;
    padding: 0;
    min-height: calc(100vh - 532px);
  }
}
@media only screen and (max-width: 700px) {
  .product-thumbnail-container {
    min-height: calc(100vh - 503px);
  }
}

@media only screen and (max-width: 1070px) {
  .iwishTitle .mk-page-title {
    padding-left: 0;
  }
}

.product-thumbnail-container--filters .product-thumbnail-container-inner {
  margin-top: 50px;
}

.product-thumbnail-container--search {
  padding-left: 0;
  margin-top: 10px;
}

@media only screen and (max-width: 1070px) {
  .mk-breadcrumbs--search {
    padding-left: 12px !important;
  }
}

.product-thumbnail-image-container {
  width: 100%;
}

.product-thumbnail-wishlist {
  position: absolute;
  top: 12px;
  right: 6px;
  width: 20px;
  padding-left: 7px;
  margin-top: 2px;
  z-index: 10;
}
.product-thumbnail-wishlist svg {
  width: 100%;
}
.product-thumbnail-wishlist svg:hover {
  cursor: pointer;
}

.product-item__image-wrapper {
  position: relative;
  z-index: 10;
  background-color: #f3f3f3;
}

.product__photo--single {
  background-color: #f3f3f3;
}

.iWishAdd {
  display: flex;
  align-items: center;
  text-decoration: none !important;
}

.mk-product-wishlist-icon {
  width: 20px;
  padding-left: 7px;
  display: inline-block;
  margin-top: 4px;
}
.mk-product-wishlist-icon svg {
  width: 100%;
}

.product-thumbnail-container--related {
  width: 100%;
  margin: 0;
  padding: 0 12px 24px;
  min-height: auto;
}
@media only screen and (max-width: 1070px) {
  .product-thumbnail-container--related {
    padding: 0 0 24px;
  }
}
.product-thumbnail-container--related .product-thumbnail {
  width: 25% !important;
}
@media only screen and (max-width: 1070px) {
  .product-thumbnail-container--related .product-thumbnail-container-inner {
    margin-top: 10px;
  }
}

.mk-related-product-title {
  width: 100%;
  margin: 0;
  text-transform: uppercase;
  padding: 48px 24px 12px;
  font-family: "FKGrotesk Regular", Helvetica;
}
@media only screen and (max-width: 1070px) {
  .mk-related-product-title {
    padding: 48px 12px 0 0;
  }
}

@keyframes col-up-and-down {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-300%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes col-down-and-up {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(300%);
  }
  100% {
    transform: translateY(0);
  }
}
.mk-collection-intro {
  padding-left: 6px;
  width: 66%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1070px) {
  .mk-collection-intro {
    width: 100%;
    padding-left: 12px;
  }
}
@media only screen and (max-width: 700px) {
  .mk-collection-intro {
    margin-bottom: 0;
  }
}
.mk-collection-intro a {
  text-decoration: underline;
}

.mk-collection-intro--filter {
  margin-top: 50px;
  margin-bottom: -25px;
}

.collection-template-filters-campaign .mk-image-inset-container--mobile {
  margin-top: 50px;
}

.mk-collection-title {
  text-transform: uppercase;
  font-family: "FKGrotesk Regular", Helvetica;
}

.mk-collection-description {
  padding-top: 20px;
}

.mk-image-inset-container {
  position: relative;
  width: 33%;
  padding: 6px;
}
@media only screen and (max-width: 1070px) {
  .mk-image-inset-container {
    width: 100%;
    margin: 20px 0 0;
    padding: 20px 0 0;
  }
}

@media only screen and (max-width: 1070px) {
  .mk-image-inset-container--dekstop {
    display: none;
  }
}

.mk-image-inset-container--mobile {
  display: none;
}
@media only screen and (max-width: 1070px) {
  .mk-image-inset-container--mobile {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    padding-top: 0;
  }
}

.mk-image-inset-container--landscape {
  width: 66.66%;
}
.mk-image-inset-container--landscape .mk-image-inset {
  padding-right: 0;
}
@media only screen and (max-width: 1070px) {
  .mk-image-inset-container--landscape {
    width: 100%;
    margin: 0;
    padding: 20px 0;
  }
  .mk-image-inset-container--landscape .mk-image-inset {
    padding-right: 6px;
    padding-left: 6px;
  }
}

@media only screen and (max-width: 1070px) {
  .mk-image-inset-container--feed {
    width: 50%;
    margin: 0;
    padding: 0;
  }
  .mk-image-inset-container--feed .mk-image-inset--singular {
    padding: 6px;
  }
}

.mk-image-inset {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 1070px) {
  .mk-image-inset {
    width: 100%;
    height: 100%;
    margin: 0;
  }
}

@media only screen and (max-width: 1070px) {
  .mk-image-inset--singular {
    width: 100%;
    padding-top: 10px;
  }
}

.mk-image-inset-text {
  position: absolute;
  bottom: 10px;
  right: 6px;
  background-color: rgba(244, 246, 248, 0.8);
  z-index: 10;
  padding: 10px;
  width: calc(100% - 40px);
  font-family: "courier new", courier;
}
@media only screen and (max-width: 1070px) {
  .mk-image-inset-text {
    width: 100%;
    position: relative;
    bottom: auto;
    right: auto;
    padding: 16px 16px;
    margin-top: -2px;
  }
}

.product-thumbnail-container-inner {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
}
@media only screen and (max-width: 1070px) {
  .product-thumbnail-container-inner {
    min-width: calc(100% + 12px);
    margin-left: -6px;
  }
}
.product-thumbnail-container-inner .grid__item {
  padding-left: 6px;
  padding-top: 12px;
}
.product-thumbnail-container-inner .product-thumbnail {
  width: 33.33%;
  padding: 6px !important;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
}
.product-thumbnail-container-inner .product-thumbnail.sold-out .product-thumbnail-image {
  position: relative;
  z-index: 10;
}
.product-thumbnail-container-inner .product-thumbnail .mk-hover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  z-index: 300;
}
.product-thumbnail-container-inner .product-thumbnail .mk-hover-image--1:nth-child(2) {
  display: block;
  opacity: 0;
}
.product-thumbnail-container-inner .product-thumbnail .mk-hover-image--2:nth-child(3) {
  display: block;
  opacity: 0;
}
@media only screen and (max-width: 700px) {
  .product-thumbnail-container-inner .product-thumbnail {
    width: 50% !important;
  }
}
.product-thumbnail-container-inner .product-thumbnail:hover {
  background-color: transparent;
}
.product-thumbnail-container-inner .product-thumbnail:hover .product-thumbnail-details-container {
  opacity: 1;
}
.product-thumbnail-container-inner .product-thumbnail:hover .mk-hover-image--1:nth-child(2) {
  opacity: 1;
}
.product-thumbnail-container-inner .product-thumbnail:hover .mk-hover-image--2:nth-child(3) {
  opacity: 1;
}

.mk-product-badge-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  z-index: 50;
  font-family: "FKGrotesk Regular", Helvetica;
  font-size: 10px;
  text-transform: uppercase !important;
  padding: 12px;
  flex-direction: column;
}
@media only screen and (max-width: 700px) {
  .mk-product-badge-container {
    font-size: 9px;
    padding: 6px;
  }
}

.mk-product-badge-label {
  margin-bottom: 6px;
  background-color: #d6e1db;
  border-radius: 5px;
  padding: 5px 10px 4px 10px;
  line-height: 1;
}

.mk-product-badge-label--grey {
  background-color: #dfdfdf;
}

.product-thumbnail-container-inner--spaced {
  padding-bottom: 24px;
}

.product-thumbnail-image {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.product-thumbnail-details-container {
  width: 100%;
  padding: 12px 0 0;
  position: relative;
}

.product-thumbnail-title {
  padding: 0;
  font-family: "FKGrotesk Thin", Helvetica;
  font-size: 11px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  width: 100%;
}
@media only screen and (max-width: 700px) {
  .product-thumbnail-title {
    font-size: 12px;
    width: 85%;
  }
}

.product-thumbnail-title--wishlist {
  display: flex;
  justify-content: space-between;
}
.product-thumbnail-title--wishlist a {
  text-decoration: underline !important;
}

.product-thumbnail-price {
  font-family: "FKGrotesk Thin", Helvetica;
  font-size: 11px;
  text-transform: uppercase;
  color: #000;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.product-thumbnail-price .price-tag-sale {
  padding: 0;
  text-decoration: line-through;
}
@media only screen and (max-width: 700px) {
  .product-thumbnail-price {
    font-size: 12px;
  }
}

.product-thumbnail-details {
  width: 100%;
}

.product-thumbnail-tag {
  color: #d6e1db;
  font-family: "FKGrotesk Thin", Helvetica;
  font-size: 11px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 20px;
  text-align: left;
}
@media only screen and (max-width: 700px) {
  .product-thumbnail-tag {
    font-size: 12px;
  }
}

.mk-cart-button-contianer {
  display: none;
  width: 15%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 24px;
  z-index: 150;
  padding: 0;
  justify-content: center;
  flex-direction: column;
  align-items: flex-end;
}
@media only screen and (max-width: 700px) {
  .mk-cart-button-contianer {
    display: none !important;
  }
}

.mk-cart-button {
  font-family: "FKGrotesk Thin", Helvetica;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.6;
  text-transform: uppercase;
  font-size: 11px;
}
@media only screen and (max-width: 700px) {
  .mk-cart-button {
    font-size: 12px;
  }
}

.mk-shop-nav {
  display: flex;
  width: 15%;
  height: 100vh;
  position: fixed;
  top: 195px;
  left: 24px;
  z-index: 150;
  padding: 0;
  justify-content: flex-start;
  flex-direction: column;
  pointer-events: none;
  align-items: flex-start;
}
@media only screen and (max-width: 1070px) {
  .mk-shop-nav {
    top: 180px;
  }
}
@media only screen and (max-width: 700px) {
  .mk-shop-nav {
    display: none !important;
  }
}

.mk-shop-nav-title {
  font-family: "FKGrotesk Thin", Helvetica;
  color: #000;
  font-size: 11px;
  text-transform: uppercase;
  font-size: 11px;
  pointer-events: none;
  display: inline-block;
  cursor: default;
}
@media only screen and (max-width: 700px) {
  .mk-shop-nav-title {
    pointer-events: auto;
    cursor: pointer;
    font-size: 12px;
  }
  .mk-shop-nav-title:hover {
    font-family: "FKGrotesk Thin", Helvetica;
  }
}

.mk-shop-nav-list {
  padding: 8px 0;
  display: none;
}
@media only screen and (max-width: 700px) {
  .mk-shop-nav-list {
    width: 50%;
    padding-bottom: 24px;
  }
}

.mk-shop-nav-list--open-first {
  display: block;
}
@media only screen and (max-width: 700px) {
  .mk-shop-nav-list--open-first {
    display: none;
  }
}

.mk-shop-nav-list--open {
  display: block;
}

.mk-shop-nav-list-item {
  font-family: "FKGrotesk Thin", Helvetica;
  color: #000;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 1.6;
  text-transform: uppercase;
  pointer-events: auto;
}
.mk-shop-nav-list-item a:hover {
  font-family: "FKGrotesk Thin", Helvetica;
  background-color: transparent !important;
}
.mk-shop-nav-list-item.is-active {
  font-family: "FKGrotesk Thin", Helvetica;
  background-color: transparent !important;
}
.mk-shop-nav-list-item.is-active a {
  font-family: "FKGrotesk Thin", Helvetica;
  background-color: transparent !important;
}

.mk-back-button-contianer {
  display: flex;
  width: 15%;
  height: 100vh;
  position: fixed;
  top: 180px;
  left: 24px;
  z-index: 150;
  padding: 0;
  justify-content: flex-start;
  flex-direction: column;
  pointer-events: none;
}
@media only screen and (max-width: 1070px) {
  .mk-back-button-contianer {
    top: 180px;
  }
}
@media only screen and (max-width: 700px) {
  .mk-back-button-contianer {
    display: none !important;
  }
}

.mk-back-button {
  font-family: "FKGrotesk Thin", Helvetica;
  color: #000;
  font-size: 11px;
  text-transform: uppercase;
  font-size: 11px;
  pointer-events: auto;
}
@media only screen and (max-width: 700px) {
  .mk-back-button {
    font-size: 12px;
  }
}
.mk-back-button a:hover {
  font-family: "FKGrotesk Thin", Helvetica;
  background-color: transparent;
}

.mk-product-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  margin: 0 auto 36px;
}
@media only screen and (max-width: 700px) {
  .mk-product-container {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 12px;
  }
}

.mk-product {
  width: 33.33%;
  margin: 0;
  padding: 0 15px;
}
@media only screen and (max-width: 700px) {
  .mk-product {
    width: 100%;
    padding: 0 24px;
    margin-bottom: 24px;
  }
  .mk-product:last-child {
    margin-bottom: 0;
  }
}

.mk-body--dark-grey {
  background-color: #fcfcfc;
}

.mk-product-top-section {
  width: 75%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 24px;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 1070px) {
  .mk-product-top-section {
    width: 100%;
    margin: 0;
    padding: 0 12px;
  }
}
@media only screen and (max-width: 700px) {
  .mk-product-top-section {
    flex-direction: column;
    padding: 0;
  }
}

.mk-product-half {
  width: 50%;
  margin: 0;
  position: relative;
  padding: 0 12px 12px 0;
  font-family: "FKGrotesk Thin", Helvetica;
  font-size: 11px;
  line-height: 1.6;
}
.mk-product-half:nth-child(2n) {
  margin-left: 0;
  padding-left: 12px;
  padding-right: 10%;
}
@media only screen and (max-width: 1070px) {
  .mk-product-half {
    width: 50% !important;
  }
}
@media only screen and (max-width: 700px) {
  .mk-product-half {
    width: 100% !important;
    padding: 0;
    font-size: 12px;
  }
  .mk-product-half:nth-child(2n) {
    padding: 0;
    padding-top: 24px;
  }
}
.mk-product-half p {
  font-family: "FKGrotesk Thin", Helvetica;
  font-size: 11px;
  line-height: 1.6;
}
@media only screen and (max-width: 700px) {
  .mk-product-half p {
    font-size: 12px;
  }
}

.mk-product-half--sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 84px;
  height: fit-content;
}
@media only screen and (max-width: 700px) {
  .mk-product-half--sticky {
    top: 0;
    position: relative;
    position: -webkit-relative;
  }
}

.laybuyInfo {
  color: rgba(0, 0, 0, 0.4);
}
.laybuyInfo a {
  color: rgba(0, 0, 0, 0.4);
}

.product-detail-main-image {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 700px) {
  .product-detail-main-image {
    display: none;
  }
}
.product-detail-main-image .product__photo--single {
  margin-bottom: 0;
}

.slick-dots {
  list-style: none;
  padding: 10px;
  margin: 0;
  position: absolute;
  bottom: 0 !important;
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}
@media only screen and (max-width: 700px) {
  .slick-dots {
    padding: 5px;
  }
}

.slick-dots li {
  width: 100%;
  height: 100px;
  padding: 0;
  margin: 0;
  position: relative;
}

.slick-dots button {
  padding: 0;
  border: 0;
  border-radius: 10px;
  background-color: transparent;
  margin: 0;
  font-size: 0;
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  width: 100% !important;
}

.active-indicator {
  position: absolute;
  bottom: 10px;
  height: 5px;
  background-color: #ABABAB;
  transition: left 0.25s ease, width 0.25s ease;
  border-radius: 5px;
}
@media only screen and (max-width: 700px) {
  .active-indicator {
    bottom: 5px;
  }
}

.slick-counter {
  position: absolute;
  top: 18px;
  right: 30px;
  padding: 0;
  z-index: 100;
  font-family: inherit !important;
}
@media only screen and (max-width: 700px) {
  .slick-counter {
    padding: 24px;
    right: -24px;
    top: 0;
  }
}

.mk-slide {
  position: relative;
}

.mk-product-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 700px) {
  .mk-product-slider {
    width: 100vw;
    margin: 0 0 0 -24px;
  }
}
.mk-product-slider:hover {
  cursor: grab;
}
.mk-product-slider:focus {
  outline: none !important;
  border: none !important;
}
.mk-product-slider .product__photo--single {
  padding-top: 126.3157894737% !important;
}
.mk-product-slider .product__photo--single img {
  height: 100%;
  object-fit: cover;
}

.slick-slider {
  opacity: 0;
}
.slick-slider.slick-initialized {
  opacity: 1 !important;
}

.slick-cloned .lazyloading {
  opacity: 1 !important;
}

.mk-arrow {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  z-index: 100;
  cursor: pointer;
}
@media only screen and (max-width: 700px) {
  .mk-arrow {
    display: none !important;
  }
}

.prev {
  left: 0;
}

.next {
  right: 0;
}

.mk-product-title-container {
  overflow: visible;
  position: relative;
  width: 100%;
}
.mk-product-title {
  font-family: "FKGrotesk Regular", Helvetica;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.02em;
  margin: 0;
  text-transform: uppercase;
  padding-left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mk-product-title .iwishAddWrap {
  width: 20px;
  padding-left: 7px;
}
.mk-product-title .iwishAddWrap svg {
  width: 100%;
}
@media only screen and (max-width: 700px) {
  .mk-product-title {
    width: 100%;
    font-size: 12px;
  }
}

.mk-product-price {
  text-align: left;
  padding: 0;
  font-family: "FKGrotesk Regular", Helvetica;
  font-size: 11px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  padding-bottom: 12px;
}
@media only screen and (max-width: 700px) {
  .mk-product-price {
    font-size: 12px;
  }
}

.mk-loyalty-points-pdp {
  background-color: #d6e1db;
  display: inline-block;
  margin: 24px 0 0;
}
.mk-loyalty-points-pdp a {
  text-decoration: underline;
}
@media only screen and (max-width: 700px) {
  .mk-loyalty-points-pdp {
    margin: 12px 0;
  }
}

.mk-deatil-text {
  font-family: "courier new", courier;
  font-size: 10px;
  color: #000;
}
.mk-deatil-text p {
  font-family: "courier new", courier;
  font-size: 10px;
  color: #000;
}
.mk-deatil-text a {
  text-decoration: underline;
}
@media only screen and (max-width: 700px) {
  .mk-deatil-text {
    font-size: 12px;
  }
}

.mk-deatil-text--spaced-top {
  padding-top: 12px;
}

.mk-deatil-text--spaced-bottom {
  padding-bottom: 36px;
}

.mk-product-main-desc {
  padding: 24px 0 12px;
}
.mk-product-main-desc p {
  padding-bottom: 6px;
}
.mk-product-main-desc p:last-child {
  padding-bottom: 0;
}
.mk-product-main-desc a {
  text-decoration: underline !important;
}
.mk-product-main-desc i {
  font-style: normal !important;
}

.mk-product-desc-expanded {
  display: none;
}

.mk-product-desc-show-less-button {
  display: none;
}

.mk-product-desc-details--expanded .mk-product-desc-expanded {
  display: block;
  padding-top: 12px;
}
.mk-product-desc-details--expanded .mk-product-desc-show-less-button {
  display: block;
  text-decoration: underline;
  padding-top: 12px;
}
.mk-product-desc-details--expanded .mk-product-desc-read-more-button {
  display: none;
}

.mk-product-note--outside {
  font-family: "FKGrotesk Thin", Helvetica !important;
  text-align: left !important;
  margin: 36px auto 12px !important;
}
@media only screen and (max-width: 700px) {
  .mk-product-note--outside {
    margin: 48px auto 0 !important;
  }
}

.mk-product-note {
  width: 100%;
  margin: 24px auto 0;
  text-align: center;
  font-family: "courier new", courier;
  font-size: 11px;
}
.mk-product-note .mk-product-note-inner {
  text-transform: none !important;
}
.mk-product-note a {
  text-decoration: underline;
}
@media only screen and (max-width: 700px) {
  .mk-product-note {
    font-size: 12px;
  }
}

.mk-product-note--background-colour {
  background-color: #d6e1db;
  padding: 10px 15px;
}

.mk-preorder-note--hidden {
  display: none;
}

.mk-afterpay-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.mk-afterpay-image {
  width: 61px;
  max-height: 17.5px;
  margin-left: 4px;
  margin-top: 1.5px;
}

.mk-product-desc {
  width: 100%;
  padding: 24px 0 150px;
  font-size: 11px;
  line-height: 1.6;
  color: #000;
}
.mk-product-desc p {
  font-size: 11px;
  color: #000;
  padding-bottom: 6px;
}
.mk-product-desc p:last-child {
  padding-bottom: 0;
}
.mk-product-desc strong {
  font-family: "FKGrotesk Regular", Helvetica;
}
.mk-product-desc a {
  text-decoration: underline;
}
@media only screen and (max-width: 700px) {
  .mk-product-desc {
    padding: 48px 0 24px;
    font-size: 12px;
  }
  .mk-product-desc p {
    font-size: 12px;
  }
}

.mk-product-desc-accordian {
  padding-bottom: 12px;
}
.mk-product-desc-accordian .mk-product-desc-details {
  display: none;
}
.mk-product-desc-accordian .mk-product-desc-details p {
  padding-bottom: 12px;
}
.mk-product-desc-accordian .mk-product-desc-details p:last-child {
  padding-bottom: 0;
}

.mk-product-desc-details--extra .metafield-rich_text_field:first-child p:last-child {
  padding-bottom: 12px;
}

.mk-product-desc-accordian--open .mk-product-desc-details {
  display: block;
}
.mk-product-desc-accordian--open .mk-child-title-minus {
  display: block;
}
.mk-product-desc-accordian--open .mk-child-title-plus {
  display: none;
}

.mk-child-title-minus {
  display: none;
}

.mk-product-desc-title {
  width: 100%;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  display: flex;
}
.mk-product-desc-title:hover {
  cursor: pointer;
}
.mk-product-desc-title span {
  margin-left: 5px;
  margin-top: -1px;
  font-weight: 0;
}

.mk-product-desc-details {
  padding: 12px 0;
}

.mk-product-cart-button-container {
  width: 100%;
  margin: 24px 0 12px;
}

.mk-product-cart-button {
  text-align: center;
  width: 100%;
  font-size: 11px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-family: "FKGrotesk Thin", Helvetica;
  display: block;
  text-transform: uppercase;
  color: #000;
  background-color: transparent;
  padding: 16px 12px;
  border: 1px solid darkgray;
  border-radius: 10px;
  text-transform: uppercase;
  -webkit-appearance: none;
}
.mk-product-cart-button .mk-product-price {
  font-family: "FKGrotesk Thin", Helvetica;
}
.mk-product-cart-button:active {
  -webkit-appearance: none;
}
.mk-product-cart-button:hover {
  background-color: #eaeaea;
}
@media only screen and (max-width: 700px) {
  .mk-product-cart-button {
    font-size: 12px;
    padding: 16px;
  }
}

.shopify-payment-button .shopify-payment-button__button--unbranded {
  text-align: center;
  width: 100%;
  font-size: 11px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-family: "FKGrotesk Thin", Helvetica;
  display: block;
  text-transform: uppercase;
  -webkit-appearance: none;
  padding: 16px 48px;
  border: 1px solid darkgray;
  border-radius: 10px;
  line-height: 1;
  text-transform: uppercase;
  background-color: white !important;
  color: black !important;
}

.mk-product-cart-button:disabled {
  font-family: "FKGrotesk Thin", Helvetica;
  font-size: 11px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  pointer-events: none;
}
@media only screen and (max-width: 700px) {
  .mk-product-cart-button:disabled {
    font-size: 12px;
  }
}

.mk-product-cart-button--soldout {
  font-family: "FKGrotesk Thin", Helvetica;
  font-size: 11px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  pointer-events: none;
  display: block !important;
}
@media only screen and (max-width: 700px) {
  .mk-product-cart-button--soldout {
    font-size: 12px;
  }
}

.mk-metal-select-container {
  display: flex;
  flex-wrap: wrap;
  padding: 24px 0 12px;
}

.mk-metal-select {
  padding: 0 0 6px;
  padding-right: 24px;
  font-family: "FKGrotesk Thin", Helvetica;
  font-size: 11px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  width: 100%;
  border-bottom: 1px solid darkgray;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
}
@media only screen and (max-width: 700px) {
  .mk-metal-select {
    font-size: 12px;
  }
}

.mk-metal-select-label {
  text-transform: uppercase;
  font-family: "FKGrotesk Regular", Helvetica;
  font-size: 11px;
  width: 100%;
  padding: 0 0 12px;
}
@media only screen and (max-width: 700px) {
  .mk-metal-select-label {
    font-size: 12px;
  }
}

.selector-wrapper {
  border: 0;
  padding: 12px 0;
  margin: 0;
  flex-wrap: wrap;
  width: 100%;
}
.selector-wrapper label {
  width: 100%;
  padding: 0 0 12px;
  text-transform: uppercase;
  font-family: "FKGrotesk Regular", Helvetica;
  font-size: 11px;
}
@media only screen and (max-width: 700px) {
  .selector-wrapper label {
    font-size: 12px;
  }
}
.selector-wrapper label:before {
  content: "Select your";
  display: inline-block;
  padding-right: 3px;
  text-transform: uppercase;
}
.selector-wrapper label:after {
  content: "";
}
.selector-wrapper select {
  font-family: "FKGrotesk Thin", Helvetica;
  font-size: 11px;
  padding-left: 0;
  padding-bottom: 6px;
  width: 100%;
  display: block;
  border-bottom: 1px solid darkgray;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
}
@media only screen and (max-width: 700px) {
  .selector-wrapper select {
    font-size: 12px;
  }
}

.mk-product-size-selector, .mk-metal-select-container, .mk-product-size-selector {
  position: relative;
  width: 100%;
}

.selector-wrapper {
  position: relative;
}
.selector-wrapper::after {
  content: "";
  background-image: url("../assets/dropdown-icon-tight.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 5px;
  bottom: 22px;
  width: 6px;
  height: 12px;
  pointer-events: none;
}

.mk-product-select-icon {
  position: absolute;
  right: 5.5px;
  bottom: 17px;
  width: 6px;
  pointer-events: none;
}

.mk-secondary-photo {
  pointer-events: none;
}

.product-detail-mobile-image {
  display: none;
}
@media only screen and (max-width: 700px) {
  .product-detail-mobile-image {
    display: block;
    padding: 24px 0 0;
    width: 100%;
  }
  .product-detail-mobile-image .mk-product-photo {
    padding-bottom: 24px;
  }
}

.mk-back-mobile {
  font-family: "FKGrotesk Thin", Helvetica;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.6;
  text-transform: uppercase;
  display: none;
}
@media only screen and (max-width: 700px) {
  .mk-back-mobile {
    display: block;
    font-size: 12px;
    padding: 10px 24px;
    border-top: 1px solid #000;
    height: 53px;
    line-height: 2;
  }
  .mk-back-mobile a {
    font-size: 12px;
    font-family: "FKGrotesk Thin", Helvetica;
    line-height: 2;
  }
  .mk-back-mobile a:hover, .mk-back-mobile a:active {
    font-family: "FKGrotesk Thin", Helvetica;
  }
}

.mk-product-photo {
  width: 100%;
}

.mk-back-to-shop {
  font-size: 11px;
  font-family: "FKGrotesk Thin", Helvetica;
  margin-bottom: 24px;
}
@media only screen and (max-width: 700px) {
  .mk-back-to-shop {
    display: none;
    font-size: 12px;
  }
}

.mk-banner-popup {
  width: 100% !important;
  margin: 0 !important;
  padding: 0;
  text-align: center;
  position: fixed;
  top: 66px;
  left: 0;
  z-index: 800;
}
@media only screen and (max-width: 700px) {
  .mk-banner-popup {
    top: 54px;
  }
}
.mk-banner-popup * {
  text-decoration: none !important;
}
.mk-banner-popup:hover {
  text-decoration: none !important;
}
.mk-banner-popup .marquee {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  overflow: hidden;
  --offset: 20vw;
  --item-font-size: 10vw;
  --move-initial: calc(-25% + var(--offset));
  --move-final: calc(-50% + var(--offset));
  background-color: #d6e1db;
  width: 100%;
  text-decoration: none;
}
.mk-banner-popup .marquee:hover {
  text-decoration: none;
}
.mk-banner-popup .marquee__inner {
  width: fit-content;
  display: flex;
  position: relative;
  transform: translate3d(var(--move-initial), 0, 0);
  animation: marquee 20s linear infinite;
  padding: 3px 0;
  text-transform: uppercase;
}
.mk-banner-popup .marquee span {
  white-space: nowrap;
  font-size: 11px !important;
  padding: 0 48px;
  color: black;
  font-family: "courier new", courier;
}
@keyframes marquee {
  0% {
    transform: translate3d(var(--move-initial), 0, 0);
  }
  100% {
    transform: translate3d(var(--move-final), 0, 0);
  }
}
.mk-banner-popup a {
  display: inline-block;
}
.mk-banner-popup:hover {
  cursor: pointer;
}
.mk-banner-popup:hover a {
  text-decoration: underline;
}

.mk-banner-popup--close {
  display: none;
}

.mk-slider-container {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.mk-slider-container a {
  background-color: transparent;
}
.mk-slider-container .flickity-slider {
  margin-left: 0;
  top: 0;
  align-items: top;
}
.mk-slider-container .flickity-enabled {
  z-index: 50;
}
.mk-slider-container .mk-slider--mobile {
  display: none;
}
@media only screen and (max-width: 700px) {
  .mk-slider-container .mk-slider--mobile {
    display: block;
  }
}
.mk-slider-container .flickity-button {
  display: none;
}

.mk-homepage-banner-image-container {
  display: flex;
  justify-content: space-evenly;
  position: relative;
  overflow: visible;
  z-index: 0;
  width: 100% !important;
  margin: 23px 0 0 !important;
  padding: 0;
}
.mk-homepage-banner-image-container .mk-homepage-banner-image {
  padding: 0;
  width: 50%;
}
@media only screen and (max-width: 1070px) {
  .mk-homepage-banner-image-container {
    padding: 0;
    margin-left: 0 !important;
    width: 100% !important;
  }
}
@media only screen and (max-width: 700px) {
  .mk-homepage-banner-image-container {
    margin: 22px 0 0 !important;
  }
  .mk-homepage-banner-image-container .mk-homepage-banner-image {
    width: 100%;
  }
}

@media only screen and (max-width: 700px) {
  .mk-homepage-banner-image-container--desktop {
    display: none;
  }
}

.mk-homepage-banner-image-container--mobile {
  display: none;
}
@media only screen and (max-width: 700px) {
  .mk-homepage-banner-image-container--mobile {
    display: flex;
    padding: 0;
  }
  .mk-homepage-banner-image-container--mobile .mk-homepage-banner-portait {
    width: 100%;
  }
}

@media only screen and (max-width: 700px) {
  .mk-homepage-banner-image-container--mobile-slider {
    padding: 48px 0 0;
  }
}
.mk-homepage-banner-image-container--mobile-slider .mk-homepage-banner-portait {
  padding: 0;
}

.mk-homepage-banner-image-sticky-message {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 0;
  height: calc(100vh - 89px);
  display: flex;
  align-items: flex-end;
  font-family: "FKGrotesk Regular", Helvetica;
  text-transform: uppercase;
  color: white;
  font-size: 16.5px;
  white-space: nowrap;
}
.mk-homepage-banner-image-sticky-message .mk-sticky-message {
  padding: 12px;
  height: calc(100vh - 66px);
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 1070px) {
  .mk-homepage-banner-image-sticky-message {
    height: 100%;
  }
}

.mk-homepage-main-banner-messaging {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  z-index: 100;
  pointer-events: none;
}

.mk-slider-container--homepage {
  width: 50%;
  overflow: visible;
  z-index: 0;
}

.mk-homepage-banner-image {
  width: 100%;
  display: block;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .mk-homepage-banner-image {
    width: 100%;
  }
  .mk-homepage-banner-image:first-child {
    padding-bottom: 24px;
  }
}

.mk-homepage-banner-image-cta {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 12px 24px;
  z-index: 100;
  font-family: "FKGrotesk Regular", Helvetica;
  text-transform: uppercase;
}
@media only screen and (max-width: 700px) {
  .mk-homepage-banner-image-cta {
    padding: 24px;
  }
}

.mk-homepage-feed {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.mk-homepage-product-container {
  width: 100%;
  margin: 0;
  flex-wrap: wrap;
  display: flex;
  padding: 24px 0;
}
@media only screen and (max-width: 1070px) {
  .mk-homepage-product-container {
    width: 100%;
    margin: 0;
    padding: 24px 12px;
  }
}

.mk-homepage-product-container--horizontal-scroll {
  width: 100%;
  padding-left: 24px;
}
.mk-homepage-product-container--horizontal-scroll .mk-homepage-product-text {
  padding: 24px 0;
  font-family: "FKGrotesk Regular", Helvetica;
  text-transform: uppercase;
}
@media only screen and (max-width: 1070px) {
  .mk-homepage-product-container--horizontal-scroll {
    margin-left: 0;
    width: 100%;
    padding: 48px 0;
  }
  .mk-homepage-product-container--horizontal-scroll .mk-homepage-product-text {
    padding-left: 24px;
  }
}
@media only screen and (max-width: 700px) {
  .mk-homepage-product-container--horizontal-scroll {
    padding: 0;
  }
}

.mk-homepage-product-horizontal-row {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  width: 100%;
}
.mk-homepage-product-horizontal-row::-webkit-scrollbar {
  display: none;
}
.mk-homepage-product-horizontal-row .mk-homepage-horizontal-product {
  align-items: center;
  display: flex;
  flex: 0 0 24%;
  justify-content: flex-start;
  scroll-snap-align: start;
  position: relative;
  flex-wrap: wrap;
}
.mk-homepage-product-horizontal-row .mk-homepage-horizontal-product:last-child {
  margin-right: 24px;
}
.mk-homepage-product-horizontal-row .mk-homepage-horizontal-product .mk-hover-image {
  display: none;
}
@media only screen and (max-width: 700px) {
  .mk-homepage-product-horizontal-row .mk-homepage-horizontal-product {
    flex: 0 0 310px;
  }
}
@media only screen and (max-width: 1070px) {
  .mk-homepage-product-horizontal-row {
    margin-left: 24px;
  }
}

.mk-feature-product-container {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  padding: 24px 0;
}
@media only screen and (max-width: 1070px) {
  .mk-feature-product-container {
    width: 100%;
  }
}

.mk-homepage-product-text {
  text-align: left;
  padding: 0 12px 24px;
}
.mk-homepage-product-text p {
  padding: 0;
  margin: 0;
  display: inline;
}
@media only screen and (max-width: 1070px) {
  .mk-homepage-product-text {
    padding: 24px;
  }
}
@media only screen and (max-width: 700px) {
  .mk-homepage-product-text {
    padding: 0 12px 24px;
  }
}

.mk-homepage-product-link-container {
  width: 100%;
  padding: 48px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 700px) {
  .mk-homepage-product-link-container {
    padding: 48px 12px 24px;
  }
}

.mk-homepage-product-link {
  text-align: center;
  padding: 16px 48px;
  border: 1px solid darkgray;
  border-radius: 10px;
  line-height: 1.15;
  text-transform: uppercase;
  min-width: 33.33%;
}
@media only screen and (max-width: 700px) {
  .mk-homepage-product-link {
    min-width: 100%;
  }
}

.mk-homepage-product {
  width: 50%;
  padding: 12px;
  position: relative;
  overflow: hidden;
  display: none;
}
.mk-homepage-product .mk-hover-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1000;
  width: 100%;
  padding: 12px;
}
.mk-homepage-product:hover .mk-hover-image {
  opacity: 1;
}
@media only screen and (max-width: 700px) {
  .mk-homepage-product {
    width: 50%;
  }
  .mk-homepage-product:nth-child(4) {
    display: block;
  }
}
.mk-homepage-product:nth-child(2) {
  display: block;
}
.mk-homepage-product:nth-child(3) {
  display: block;
}

.mk-homepage-product-title {
  padding-top: 12px;
}

.mk-image {
  width: 100%;
}

.mk-homepage-collection-container {
  width: 100%;
  display: flex;
  padding: 48px 0;
}

.mk-homepage-collection-half {
  width: 50%;
}

.mk-homepage-collection-half--spaced {
  padding: 0 24px 24px;
}

.mk-homepage-collection-text {
  width: 80%;
}

.mk-homepage-collection-link-container {
  padding-top: 72px;
}

.mk-homepage-collection-link {
  text-decoration: underline;
}

.mk-visit-homepage {
  width: calc(100% - 100px - 317px);
  margin: 48px 100px 24px 317px;
}
@media only screen and (max-width: 1280px) {
  .mk-visit-homepage {
    width: calc(100% - 90px - 280px);
    margin: 48px 90px 24px 280px;
  }
}
@media only screen and (max-width: 1070px) {
  .mk-visit-homepage {
    width: 100%;
    margin: 48px 0;
    padding: 0 12px;
  }
  .mk-visit-homepage .mk-homepage-product-link-container {
    padding: 24px 12px;
  }
}

.mk-feature-imageslider {
  width: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
@media only screen and (max-width: 700px) {
  .mk-feature-imageslider {
    margin-left: 0;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 0;
    padding: 48px 24px 0;
  }
}

.mk-feature-imageslider-container {
  width: 75%;
  padding: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 1070px) {
  .mk-feature-imageslider-container {
    padding: 0 0 24px;
  }
}
@media only screen and (max-width: 700px) {
  .mk-feature-imageslider-container {
    width: 100%;
  }
}

.mk-feature-imageslider-inner {
  width: 30vw;
  position: relative;
  display: flex;
  margin: 0;
}
@media only screen and (max-width: 1070px) {
  .mk-feature-imageslider-inner {
    width: calc(50vw - 192px);
    margin: 48px 0 0;
  }
}
@media only screen and (max-width: 700px) {
  .mk-feature-imageslider-inner {
    width: calc(100vw - 24px);
    margin: 0;
  }
}
.mk-feature-imageslider-inner .mk-feature-imageslider-image {
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
}
.mk-feature-imageslider-inner .mk-feature-imageslider-image:first-child {
  z-index: 1;
  opacity: 1;
}
.mk-feature-imageslider-inner .mk-feature-imageslider-image .mk-background-image {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.mk-feature-imageslider-inner .mk-feature-imageslider-image:hover, .mk-feature-imageslider-inner .mk-feature-imageslider-image:active, .mk-feature-imageslider-inner .mk-feature-imageslider-image:focus {
  opacity: 1;
}
.mk-feature-imageslider-inner .mk-feature-imageslider-image:hover .mk-background-image, .mk-feature-imageslider-inner .mk-feature-imageslider-image:active .mk-background-image, .mk-feature-imageslider-inner .mk-feature-imageslider-image:focus .mk-background-image {
  background-color: white;
}

.mk-feature-gemstone-image-hover-container {
  width: 100%;
  display: flex;
}
.mk-feature-gemstone-image-hover-container .mk-feature-gemstone-image-hover {
  width: 7.14%;
}

.mk-feature-imageslider-text {
  padding: 12px 0;
  width: 30vw;
  text-transform: uppercase;
  font-family: "FKGrotesk Regular", Helvetica;
}
@media only screen and (max-width: 1070px) {
  .mk-feature-imageslider-text {
    width: calc(50vw - 192px);
  }
}
@media only screen and (max-width: 700px) {
  .mk-feature-imageslider-text {
    width: calc(100vw - 24px);
    padding-bottom: 24px;
  }
}

.mk-about-homepage-container {
  width: 50%;
  padding: 48px 24px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1070px) {
  .mk-about-homepage-container {
    padding: 24px 24px 0;
  }
}
@media only screen and (max-width: 700px) {
  .mk-about-homepage-container {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
  }
}

.mk-homepage-feature-fullpage-image {
  width: calc(100% - 317px - 100px);
  margin-left: 317px;
  padding: 0 12px;
  position: relative;
  margin-top: 96px;
}
.mk-homepage-feature-fullpage-image .mk-homepage-banner-sticky-message {
  padding: 24px;
}

.mk-feature-draggy-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 12px 24px 48px;
  height: 700px;
  margin-top: 96px;
}
@media only screen and (max-width: 700px) {
  .mk-feature-draggy-container {
    margin: 24px 0 120px;
    height: 450px;
    padding: 12px 24px 0;
    overflow: visible;
  }
}
.mk-feature-draggy-container .mk-feature-draggy-image {
  position: absolute;
  z-index: 10;
}
.mk-feature-draggy-container .mk-feature-draggy-image:hover {
  z-index: 100;
}
.mk-feature-draggy-container .mk-feature-draggy-image:first-child {
  width: 20%;
  top: 24px;
  left: 24px;
}
@media only screen and (max-width: 700px) {
  .mk-feature-draggy-container .mk-feature-draggy-image:first-child {
    width: 40%;
  }
}
.mk-feature-draggy-container .mk-feature-draggy-image:nth-child(2) {
  width: 16%;
  top: 24px;
  left: 80%;
}
@media only screen and (max-width: 700px) {
  .mk-feature-draggy-container .mk-feature-draggy-image:nth-child(2) {
    width: 25%;
    left: 65%;
  }
}
.mk-feature-draggy-container .mk-feature-draggy-image:nth-child(3) {
  width: 20%;
  top: 10%;
  left: 50%;
}
@media only screen and (max-width: 700px) {
  .mk-feature-draggy-container .mk-feature-draggy-image:nth-child(3) {
    width: 35%;
    left: 50%;
    top: 18%;
  }
}
.mk-feature-draggy-container .mk-feature-draggy-image:nth-child(4) {
  width: 13%;
  top: 60%;
  left: 78%;
}
@media only screen and (max-width: 700px) {
  .mk-feature-draggy-container .mk-feature-draggy-image:nth-child(4) {
    width: 22%;
    left: 70%;
  }
}
.mk-feature-draggy-container .mk-feature-draggy-image:nth-child(5) {
  width: 22%;
  top: 30%;
  left: 30%;
}
@media only screen and (max-width: 700px) {
  .mk-feature-draggy-container .mk-feature-draggy-image:nth-child(5) {
    width: 30%;
    top: 60%;
  }
}
.mk-feature-draggy-container .mk-feature-draggy-image:nth-child(6) {
  width: 12%;
  top: 55%;
  left: 12%;
}
@media only screen and (max-width: 700px) {
  .mk-feature-draggy-container .mk-feature-draggy-image:nth-child(6) {
    width: 17%;
  }
}
.mk-feature-draggy-container .mk-feature-draggy-image:nth-child(7) {
  width: 20%;
  left: 15%;
  top: 30%;
}
@media only screen and (max-width: 700px) {
  .mk-feature-draggy-container .mk-feature-draggy-image:nth-child(7) {
    left: 30%;
    width: 30%;
  }
}
.mk-feature-draggy-container .mk-feature-draggy-image:nth-child(8) {
  width: 10%;
  left: 35%;
  top: 20px;
}
@media only screen and (max-width: 700px) {
  .mk-feature-draggy-container .mk-feature-draggy-image:nth-child(8) {
    width: 20%;
    top: 40px;
  }
}
.mk-feature-draggy-container .mk-feature-draggy-image:nth-child(9) {
  width: 12%;
  left: 50%;
  top: 35%;
}
@media only screen and (max-width: 700px) {
  .mk-feature-draggy-container .mk-feature-draggy-image:nth-child(9) {
    left: 55%;
    top: 55%;
  }
}
.mk-feature-draggy-container .mk-feature-draggy-image:nth-child(10) {
  width: 16%;
  left: 65%;
  top: 200px;
}
@media only screen and (max-width: 700px) {
  .mk-feature-draggy-container .mk-feature-draggy-image:nth-child(10) {
    left: 80%;
    top: 35%;
  }
}

.mk-about-homepage-image {
  width: 75%;
  margin: 48px 0 0;
}
@media only screen and (max-width: 1070px) {
  .mk-about-homepage-image {
    width: 100%;
  }
}

.mk-about-homepage-text {
  width: 100%;
  font-size: 20px;
  line-height: 1.4;
  padding: 0;
}
@media only screen and (max-width: 1070px) {
  .mk-about-homepage-text {
    font-size: 18px;
    padding: 0;
  }
  .mk-about-homepage-text .mk-sticky-message {
    padding-bottom: 0;
  }
}
.mk-about-homepage-text p {
  line-height: 1.4;
  text-decoration: underline;
}

.mk-inner-page-content {
  position: relative;
  overflow: hidden;
}

.mk-visit-inner-page {
  width: 50%;
  margin: 24px auto;
  padding: 0;
}
@media only screen and (max-width: 1070px) {
  .mk-visit-inner-page {
    width: 100%;
    margin: 24px 0;
    padding: 0 12px;
  }
}

.mk-inner-page-frame {
  width: 50%;
  margin: 24px auto;
  padding: 0;
}
@media only screen and (max-width: 1070px) {
  .mk-inner-page-frame {
    width: 100%;
    margin: 0;
    padding: 0 12px;
  }
}

.mk-inner-page-frame--wide {
  width: 75%;
  padding: 0 24px;
}
@media only screen and (max-width: 1070px) {
  .mk-inner-page-frame--wide {
    width: 100%;
  }
}

@media only screen and (max-width: 1070px) {
  .mk-inner-page-frame--gemstones, .mk-inner-page-frame--anniversary {
    padding: 0 12px;
  }
}

.mk-journal-inner-page {
  width: 50%;
  margin: 24px auto;
  min-height: 90vh;
}
@media only screen and (max-width: 1070px) {
  .mk-journal-inner-page {
    width: 100%;
    margin: 0 0 24px;
    padding: 0 12px;
  }
}

.mk-double-page-frame {
  width: 100%;
  padding: 24px 0;
  margin: 0 auto;
  display: flex;
}
@media only screen and (max-width: 700px) {
  .mk-double-page-frame {
    flex-wrap: wrap;
    padding-top: 0;
  }
}

.mk-double-page-half {
  width: 50%;
}
@media only screen and (max-width: 700px) {
  .mk-double-page-half {
    width: 100%;
    padding: 0 12px 24px;
  }
}

.mk-narrow-page {
  width: 100%;
  min-height: 40vh;
  padding: 0 6px;
}
@media only screen and (max-width: 1280px) {
  .mk-narrow-page {
    width: 100%;
    padding: 0;
  }
}

.mk-inner-page-content--visible {
  overflow: visible;
}

.mk-inner-page-content--stockist {
  margin: 0 auto;
}

.mk-inner-page-nav {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 300px;
}
@media only screen and (max-width: 1070px) {
  .mk-inner-page-nav {
    display: none;
  }
}

.mk-inner-page-nav--spaced {
  top: 84px;
}

.mk-inner-page-nav-mobile {
  display: none;
}
@media only screen and (max-width: 700px) {
  .mk-inner-page-nav-mobile {
    display: block;
    padding: 0 12px 48px;
  }
}

@media only screen and (max-width: 700px) {
  .mk-inner-page-nav-mobile--account {
    padding: 24px 0;
  }
}

.mk-inner-page-nav-mobile-title {
  padding-bottom: 12px;
}

.mk-inner-page-nav-list {
  padding-bottom: 5px;
  white-space: nowrap;
}
.mk-inner-page-nav-list span:hover {
  cursor: pointer;
}
.mk-inner-page-nav-list .active {
  text-decoration: underline;
}

.mk-inner-col {
  width: 33.33%;
  padding-left: 24px;
}
@media only screen and (max-width: 1070px) {
  .mk-inner-col {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media only screen and (max-width: 700px) {
  .mk-inner-col {
    width: 100%;
  }
}
.mk-inner-col p {
  padding-bottom: 24px;
  line-height: 2;
}
.mk-inner-col a {
  text-decoration: underline;
}

.mk-double-page-coverimage {
  width: 75%;
  margin: 0 auto;
}
@media only screen and (max-width: 1070px) {
  .mk-double-page-coverimage {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .mk-double-page-coverimage {
    padding: 0 12px;
  }
}

.mk-double-page-content {
  width: 75%;
}
@media only screen and (max-width: 1070px) {
  .mk-double-page-content {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 700px) {
  .mk-double-page-content {
    width: 100%;
  }
}

.mk-feature-title {
  width: 100%;
  text-transform: uppercase;
  font-family: "FKGrotesk Regular", Helvetica;
  padding: 24px 12px 12px;
}

.mk-page-title {
  width: 100%;
  text-transform: uppercase;
  font-family: "FKGrotesk Regular", Helvetica;
  padding: 0 12px 12px;
}
@media only screen and (max-width: 700px) {
  .mk-page-title {
    padding-bottom: 12px;
  }
}

.mk-page-title--with-accordian {
  padding-bottom: 0;
}

.mk-homepage-oneimage-container {
  width: 100%;
  margin: 0;
  padding: 24px;
}
.mk-homepage-oneimage-container .mk-oneimage-block {
  width: 100%;
  padding: 0;
}
@media only screen and (max-width: 1070px) {
  .mk-homepage-oneimage-container {
    width: 100%;
    margin: 0;
    padding: 48px 12px 0;
  }
}

.mk-homepage-twoimage-container {
  width: 100%;
  margin: 24px 0 0;
  padding: 48px 0;
}
@media only screen and (max-width: 700px) {
  .mk-homepage-twoimage-container {
    margin-top: 0;
  }
}

.mk-oneimage-block {
  width: 100%;
  padding: 12px;
}

.mk-twoimage-block {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 12px 24px;
}
.mk-twoimage-block .mk-image {
  width: calc(50% - 6px);
}

@media only screen and (max-width: 700px) {
  .mk-twoimage-block--homepage {
    flex-wrap: wrap;
  }
  .mk-twoimage-block--homepage .mk-image {
    width: 100%;
    padding-bottom: 48px;
  }
}

.mk-twoimage-block-caption {
  padding: 12px 0;
  text-transform: uppercase;
  font-family: "FKGrotesk Regular", Helvetica;
}

.mk-feature-text {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  padding: 12px;
  align-items: flex-start;
  justify-content: flex-start;
}
.mk-feature-text p {
  padding: 0;
  margin: 0;
  padding-bottom: 12px;
  width: 100%;
}
.mk-feature-text p:last-child {
  padding-bottom: 0;
}
.mk-feature-text a {
  text-decoration: underline;
}
.mk-feature-text a:hover {
  text-decoration: none;
}
.mk-feature-text ul {
  margin-left: 12px;
}
.mk-feature-text ul li {
  list-style-type: initial;
  padding-left: 12px;
}
.mk-feature-text strong, .mk-feature-text b {
  font-weight: normal;
  font-family: "FKGrotesk Regular", Helvetica;
}
@media only screen and (max-width: 700px) {
  .mk-feature-text {
    width: 100%;
  }
}

.mk-feature-popup-container {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 700px) {
  .mk-feature-popup-container .mk-feature-largeimage {
    padding-bottom: 24px !important;
  }
}

@media only screen and (max-width: 700px) {
  .mk-feature-popup-container--diamond-cut {
    min-height: auto;
  }
  .mk-feature-popup-container--diamond-cut .mk-feature-popup-inner {
    position: relative;
    box-shadow: none;
    width: 100%;
    top: auto;
    left: auto;
    pointer-events: none;
    padding: 0 12px;
    padding-bottom: 12px;
  }
}

.mk-feature-popup-container--diamond-colour {
  padding: 96px 0 96px;
}
@media only screen and (max-width: 700px) {
  .mk-feature-popup-container--diamond-colour {
    min-height: auto;
    padding: 0;
    padding-top: 24px;
  }
  .mk-feature-popup-container--diamond-colour .mk-feature-popup-inner {
    position: relative;
    box-shadow: none;
    width: 100%;
    top: auto;
    left: auto;
    pointer-events: none;
    padding: 0 12px;
    padding-bottom: 12px;
  }
}

.mk-feature-popup-container--diamond-clarity {
  padding: 96px 0 72px;
}
@media only screen and (max-width: 700px) {
  .mk-feature-popup-container--diamond-clarity {
    min-height: auto;
    padding: 0;
    padding-top: 24px;
  }
  .mk-feature-popup-container--diamond-clarity .mk-feature-popup-inner {
    position: relative;
    box-shadow: none;
    width: 100%;
    top: auto;
    left: auto;
    pointer-events: none;
    padding: 0 12px;
    padding-bottom: 12px;
  }
}

.mk-feature-popup-container--diamond-carat {
  padding: 48px 0 96px;
}
@media only screen and (max-width: 700px) {
  .mk-feature-popup-container--diamond-carat {
    min-height: auto;
    padding: 0;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .mk-feature-popup-container--diamond-carat .mk-feature-popup-inner {
    position: relative;
    box-shadow: none;
    width: 100%;
    top: auto;
    left: auto;
    pointer-events: none;
    padding: 0 12px;
    padding-bottom: 12px;
  }
}

@media only screen and (max-width: 700px) {
  .mk-feature-popup-container--visit {
    padding: 0;
  }
}

@media only screen and (max-width: 700px) {
  .mk-feature-popup-container--ceremonial {
    display: none;
  }
}

.mk-feature-popup-inner {
  position: absolute;
  width: 300px;
  padding: 12px;
  z-index: 800;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgba(252, 252, 252, 0.3);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.mk-feature-popup-inner a {
  text-decoration: underline;
}

.mk-feature-popup-inner-relative {
  position: relative;
  width: 100%;
}

.mk-feature-popup-inner--visit-a {
  top: -90%;
  left: 55%;
}
@media only screen and (max-width: 700px) {
  .mk-feature-popup-inner--visit-a {
    top: 300px;
    left: 0;
  }
}

.mk-feature-popup-inner--visit-b {
  top: -50%;
  left: 55%;
}
@media only screen and (max-width: 700px) {
  .mk-feature-popup-inner--visit-b {
    top: 420px;
    left: auto;
    right: 12px;
  }
}

.mk-feature-popup-inner--visit-c {
  top: -120%;
  left: 55%;
}
@media only screen and (max-width: 700px) {
  .mk-feature-popup-inner--visit-c {
    top: 210px;
    left: 36px;
  }
}

.mk-feature-popup-inner--ceremonial-a {
  top: -220px;
  left: 10%;
}
.mk-feature-popup-inner--ceremonial-a p {
  width: 80%;
}
@media only screen and (max-width: 700px) {
  .mk-feature-popup-inner--ceremonial-a {
    top: -450px;
  }
}

.mk-feature-popup-inner--close {
  display: none;
}

.mk-feature-popup-inner--diamond-cut-a {
  top: 70%;
  left: 5%;
}
@media only screen and (max-width: 700px) {
  .mk-feature-popup-inner--diamond-cut-a {
    top: 180px;
    left: 24px;
  }
}

.mk-feature-popup-inner--diamond-cut-b {
  top: 60%;
  left: 60%;
}
@media only screen and (max-width: 700px) {
  .mk-feature-popup-inner--diamond-cut-b {
    top: 300px;
    left: 12px;
  }
}

.mk-feature-popup-inner--diamond-colour-a {
  top: 30%;
  left: 60%;
}
@media only screen and (max-width: 700px) {
  .mk-feature-popup-inner--diamond-colour-a {
    top: 180px;
    left: 24px;
  }
}

.mk-feature-popup-inner--diamond-colour-b {
  top: 85%;
  left: 0;
}
@media only screen and (max-width: 700px) {
  .mk-feature-popup-inner--diamond-colour-b {
    top: 300px;
    left: 36px;
  }
}

.mk-feature-popup-inner--diamond-clarity-a {
  top: 20%;
  left: 60%;
}
@media only screen and (max-width: 700px) {
  .mk-feature-popup-inner--diamond-clarity-a {
    top: 180px;
    left: 12px;
  }
}

.mk-feature-popup-inner--diamond-carat-a {
  top: 10%;
  left: 65%;
}
@media only screen and (max-width: 700px) {
  .mk-feature-popup-inner--diamond-carat-a {
    top: 180px;
    left: 24px;
  }
}

.mk-feature-popup-inner--diamond-carat-b {
  top: 85%;
  left: 0;
}
@media only screen and (max-width: 700px) {
  .mk-feature-popup-inner--diamond-carat-b {
    top: 280px;
    left: 24px;
  }
}

.mk-feature-popup-inner--sizing-a {
  top: 0;
  left: 0;
}

.mk-feature-popup-inner--sizing-b {
  right: 10%;
  top: 0;
}
@media only screen and (max-width: 1070px) {
  .mk-feature-popup-inner--sizing-b {
    right: 0;
    top: 140px;
  }
}

@media only screen and (max-width: 1070px) {
  .mk-feature-popup-container--sizing {
    min-height: 300px;
  }
}

.mk-feature-link {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
  display: flex;
  padding: 24px 12px;
  align-items: center;
  justify-content: center;
}
.mk-feature-link a {
  text-align: center;
  padding: 16px 48px;
  border: 1px solid darkgray;
  border-radius: 10px;
  text-transform: uppercase;
  min-width: 33.33%;
}
.mk-feature-link a:hover {
  background-color: #eaeaea;
}
@media only screen and (max-width: 1070px) {
  .mk-feature-link {
    width: 100%;
  }
  .mk-feature-link a {
    padding: 16px 24px;
    min-width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .mk-feature-link {
    padding: 24px 0;
  }
}

.mk-feature-link--spaced {
  padding-top: 48px;
}

.mk-feature-largeimage {
  width: 100%;
  padding: 0 12px;
  position: relative;
  overflow: hidden;
}
.mk-feature-largeimage:hover .mk-hover-small-text {
  opacity: 1;
  z-index: 100;
}

.mk-feature-image {
  width: 50%;
  padding: 0 12px;
}
@media only screen and (max-width: 1070px) {
  .mk-feature-image {
    width: 100%;
  }
}

.mk-feature-imagerow {
  width: 100%;
  display: flex;
  padding: 0;
  padding-bottom: 48px;
}
@media only screen and (max-width: 700px) {
  .mk-feature-imagerow {
    width: 100%;
    padding: 0 6px 24px;
  }
}

.mk-feature-imagerow-image {
  width: 33.33%;
  padding: 0 12px;
}
@media only screen and (max-width: 700px) {
  .mk-feature-imagerow-image {
    padding: 0 6px;
  }
}

.mk-feature-sizing-table {
  width: 100%;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 12px;
}
@media only screen and (max-width: 700px) {
  .mk-feature-sizing-table {
    flex-direction: column;
    padding-bottom: 24px;
  }
}

.mk-feature-sizing-row {
  width: calc(50% - 12px);
  border: 1px solid black;
  height: fit-content;
  border-bottom: 0;
}
.mk-feature-sizing-row:last-child {
  border-right: 1px solid black;
}
@media only screen and (max-width: 1070px) {
  .mk-feature-sizing-row:last-child {
    border-bottom: 1px solid black;
  }
}
@media only screen and (max-width: 1070px) {
  .mk-feature-sizing-row {
    border-bottom: 1px solid black;
  }
}
@media only screen and (max-width: 700px) {
  .mk-feature-sizing-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-bottom: none;
  }
}
.mk-feature-sizing-row .mk-feature-sizing-col:last-child {
  border-bottom: 1px solid black;
}
@media only screen and (max-width: 1070px) {
  .mk-feature-sizing-row .mk-feature-sizing-col:last-child {
    border-bottom: 0;
  }
}

@media only screen and (max-width: 700px) {
  .mk-feature-sizing-col--hide {
    display: none !important;
  }
}

.mk-feature-sizing-col {
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid black;
}
.mk-feature-sizing-col:last-child {
  border-bottom: none;
}
.mk-feature-sizing-col:hover {
  background-color: #d6e1db;
}
.mk-feature-sizing-col span {
  width: 50%;
  padding: 12px;
  line-height: 1;
  border-right: 1px solid black;
}
.mk-feature-sizing-col span:nth-child(3) {
  border-right: none;
}
@media only screen and (max-width: 700px) {
  .mk-feature-sizing-col {
    width: 100%;
  }
  .mk-feature-sizing-col span:nth-child(2) {
    border-right: 1px solid black;
  }
}

.mk-faq-container {
  width: 100%;
  padding: 0 12px;
}

.mk-sizing-guide-link {
  text-decoration: underline;
  padding-bottom: 10px;
}

.mk-accordian-container .mk-feature-title {
  margin: 24px 12px 0;
  width: calc(100% - 24px);
  padding: 12px;
  border: 1px solid darkgray;
}

.mk-accordian-container--loyalty-faq {
  padding: 24px 0 48px;
}
.mk-accordian-container--loyalty-faq .mk-feature-title {
  margin: 0;
  width: 100%;
}
@media only screen and (max-width: 700px) {
  .mk-accordian-container--loyalty-faq {
    padding: 24px 0;
  }
}

.mk-faq-container-inner {
  border: 1px solid darkgray;
  border-top: 0;
}

.mk-faq-container-inner--loyalty {
  margin: 0;
}

.mk-faq-container-inner--open .mk-faq-text {
  display: block;
}

.mk-faq-title {
  width: 100%;
  padding: 12px;
}
.mk-faq-title:hover {
  cursor: pointer;
}

.mk-faq-text {
  padding: 12px 12px 24px 12px;
  display: none;
}
.mk-faq-text p {
  padding: 0;
  margin: 0;
  padding-bottom: 12px;
  width: 100%;
}
.mk-faq-text p:last-child {
  padding-bottom: 0;
}
.mk-faq-text a {
  text-decoration: underline;
}
.mk-faq-text a:hover {
  text-decoration: none;
}
.mk-faq-text ul {
  margin-left: 12px;
}
.mk-faq-text ul li {
  list-style-type: initial;
  padding-left: 12px;
}
.mk-faq-text strong, .mk-faq-text b {
  font-weight: normal;
  font-family: "FKGrotesk Regular", Helvetica;
}

.mk-section {
  display: none;
}

.mk-section--open {
  display: block;
}

.mk-sp-entrance-animation {
  left: 0 !important;
  transition: all 2s 3s ease;
}
.mk-sp-entrance-animation .mk-newsletter-popup-container-inner {
  pointer-events: auto;
}

.mk-sp-hidden {
  display: none;
}
.mk-sp-hidden .mk-newsletter-popup-container-inner {
  pointer-events: none;
}

.mk-announcement-popup-container {
  position: fixed;
  bottom: 280px;
  left: -400px;
  z-index: 2000;
  width: 350px;
  max-width: 100vw;
  padding: 10px;
  padding-right: 9px;
  background-color: #efefef;
  color: black;
}
@media only screen and (max-width: 700px) {
  .mk-announcement-popup-container {
    bottom: 40vh;
  }
}

.mk-announcement-popup-container-inner {
  position: relative;
}

.mk-announcement-popup-text {
  padding-bottom: 24px;
  width: 65%;
  margin: 0;
  line-height: 2;
}
.mk-announcement-popup-text strong {
  text-transform: uppercase;
}
.mk-announcement-popup-text p {
  padding-bottom: 24px;
}
.mk-announcement-popup-text p:last-child {
  padding-bottom: 0;
}

.mk-announcement-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 1000;
  width: 13px;
}
@media only screen and (max-width: 700px) {
  .mk-announcement-popup-close {
    width: 12px;
  }
}
.mk-announcement-popup-close svg {
  width: 100%;
}
.mk-announcement-popup-close svg path {
  fill: black !important;
}

.mk-inner-page-frame--stockists {
  width: 60%;
  margin: 24px auto 0 25%;
}
@media only screen and (max-width: 1070px) {
  .mk-inner-page-frame--stockists {
    width: inherit;
    margin: inherit;
  }
}
@media only screen and (max-width: 1070px) {
  .mk-inner-page-frame--stockists .mk-inner-page-nav-list {
    text-decoration: underline;
  }
}

.mk-stockist-country-container {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 24px;
}

.mk-stockist-title {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 24px;
}

.mk-stockist-country-title {
  width: 100%;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  padding: 0 12px 24px;
  font-family: "FKGrotesk Regular", Helvetica;
}

.mk-stockist-region-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  font-family: "FKGrotesk Regular", Helvetica;
  padding-top: 12px;
  padding-bottom: 12px;
}

.mk-stockist-container {
  width: 100%;
  padding: 0 12px 24px;
  display: flex;
  flex-wrap: wrap;
  line-height: 2;
}
@media only screen and (max-width: 700px) {
  .mk-stockist-container {
    padding: 0 12px;
  }
}

.mk-stockist {
  display: block;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 8px;
}
@media only screen and (max-width: 700px) {
  .mk-stockist {
    padding-bottom: 24px;
  }
}
.mk-stockist br {
  display: none;
}
.mk-stockist p {
  padding: 0;
  margin: 0;
  line-height: 2;
}
.mk-stockist a {
  text-decoration: underline;
  width: fit-content;
  display: block;
}

.mk-stockist-section {
  text-align: left;
}
@media only screen and (max-width: 700px) {
  .mk-stockist-section {
    width: 100% !important;
  }
}

.mk-stockist-section--name {
  width: 25%;
}

.mk-stockist-section--address {
  width: 40%;
  padding-right: 24px;
}
@media only screen and (max-width: 1280px) {
  .mk-stockist-section--address {
    width: 35%;
  }
}

.mk-stockist-section--city {
  width: 15%;
}
@media only screen and (max-width: 1280px) {
  .mk-stockist-section--city {
    width: 20%;
  }
}

.mk-stockist-section--category {
  width: 20%;
}

.mk-stockist--full {
  width: 100%;
}

.mk-gemstone-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  justify-content: space-around;
  align-items: flex-start;
}
.mk-gemstone-container .mk-feature-text {
  margin-bottom: 24px;
}
@media only screen and (max-width: 1070px) {
  .mk-gemstone-container .mk-feature-text {
    margin-bottom: 48px;
  }
}
@media only screen and (max-width: 1070px) {
  .mk-gemstone-container {
    padding: 0;
  }
  .mk-gemstone-container .mk-feature-title {
    padding-bottom: 24px;
  }
}

.mk-gemstone-container--blur .mk-gemstone {
  opacity: 0.5;
}
.mk-gemstone-container--blur .mk-gemstone .mk-gemstone-top-image {
  filter: blur(10px);
  -webkit-filter: blur(10px);
}
@media only screen and (max-width: 700px) {
  .mk-gemstone-container--blur .mk-gemstone .mk-gemstone-top-image {
    filter: blur(0);
    -webkit-filter: blur(0px);
  }
}
.mk-gemstone-container--blur .mk-gemstone--open {
  opacity: 1;
}
@media only screen and (max-width: 700px) {
  .mk-gemstone-container--blur .mk-gemstone--open {
    opacity: 1;
  }
}
.mk-gemstone-container--blur .mk-gemstone--open .mk-gemstone-top-image {
  filter: none !important;
}
@media only screen and (max-width: 700px) {
  .mk-gemstone-container--blur .mk-gemstone--open .mk-gemstone-top-image {
    opacity: 0;
  }
}

.mk-gemstone {
  width: 22%;
  margin: 0;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 700px) {
  .mk-gemstone {
    width: 30%;
    margin: 0 0 12px;
  }
}
@media only screen and (max-width: 700px) {
  .mk-gemstone:hover .mk-gemstone-top-image {
    filter: blur(0);
    -webkit-filter: blur(0px);
  }
}
.mk-gemstone:hover .mk-gemstone-hover-title {
  display: block;
}
.mk-gemstone .mk-gemstone-image {
  width: 90%;
  margin: 0;
  position: relative;
}
.mk-gemstone .mk-gemstone-top-image {
  z-index: 10;
  position: relative;
  display: block;
}
.mk-gemstone .mk-gemstone-blur-image {
  display: block;
  filter: blur(10px);
  -webkit-filter: blur(10px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.mk-gemstone-hover-title {
  position: absolute;
  width: 100%;
  text-align: center;
  display: none;
}
@media only screen and (max-width: 1070px) {
  .mk-gemstone-hover-title {
    display: none !important;
  }
}

.mk-gemstone--0 {
  margin-top: 24px;
}
@media only screen and (max-width: 700px) {
  .mk-gemstone--0 .mk-gemstone-hover-title {
    top: -10px;
  }
}

.mk-gemstone--1 {
  margin-top: -24px;
}
@media only screen and (max-width: 700px) {
  .mk-gemstone--1 {
    margin-top: -12px;
  }
  .mk-gemstone--1 .mk-gemstone-hover-title {
    top: -20px;
  }
}
.mk-gemstone--1 .mk-gemstone-hover-title {
  top: -10px;
}
@media only screen and (max-width: 700px) {
  .mk-gemstone--1 .mk-gemstone-hover-title {
    top: -15px;
  }
}

.mk-gemstone--2 {
  margin-top: 24px;
}
.mk-gemstone--2 .mk-gemstone-hover-title {
  top: -10px;
}
@media only screen and (max-width: 700px) {
  .mk-gemstone--2 .mk-gemstone-hover-title {
    top: -15px;
  }
}

.mk-gemstone--3 {
  margin-top: -48px;
}
@media only screen and (max-width: 700px) {
  .mk-gemstone--3 {
    margin-top: 0;
  }
}
@media only screen and (max-width: 700px) {
  .mk-gemstone--3 {
    top: -5px;
  }
}

.mk-gemstone--4 {
  margin-top: -12px;
}
.mk-gemstone--4 .mk-gemstone-hover-title {
  top: -5px;
}
@media only screen and (max-width: 700px) {
  .mk-gemstone--4 .mk-gemstone-hover-title {
    top: -15px;
  }
}

.mk-gemstone--5 {
  margin-left: 2%;
}
.mk-gemstone--5 .mk-gemstone-hover-title {
  top: -15px;
}

.mk-gemstone--6 {
  margin-top: 24px;
  margin-left: 2%;
}
.mk-gemstone--6 .mk-gemstone-hover-title {
  top: -20px;
}

.mk-gemstone--7 {
  margin-top: -24px;
  margin-left: 2%;
}
@media only screen and (max-width: 700px) {
  .mk-gemstone--7 {
    margin-top: 12px;
  }
}
.mk-gemstone--7 .mk-gemstone-hover-title {
  top: -15px;
}

@media only screen and (max-width: 700px) {
  .mk-gemstone--8 {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 700px) {
  .mk-gemstone--8 .mk-gemstone-hover-title {
    top: -5px;
  }
}

@media only screen and (max-width: 700px) {
  .mk-gemstone--9 {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 700px) {
  .mk-gemstone--9 .mk-gemstone-hover-title {
    top: -10px;
  }
}

.mk-gemstone--10 {
  margin-top: 24px;
  margin-left: -2%;
}
.mk-gemstone--10 .mk-gemstone-hover-title {
  top: -15px;
}
@media only screen and (max-width: 700px) {
  .mk-gemstone--10 .mk-gemstone-hover-title {
    top: -20px;
  }
}

@media only screen and (max-width: 700px) {
  .mk-gemstone--11 .mk-gemstone-hover-title {
    top: -10px;
  }
}

.mk-gemstone--12 {
  margin-top: -24px;
}
@media only screen and (max-width: 700px) {
  .mk-gemstone--12 {
    margin-top: 24px;
  }
}
.mk-gemstone--12 .mk-gemstone-hover-title {
  top: -20px;
}

.mk-gemstone--13 {
  margin-top: -24px;
}
@media only screen and (max-width: 700px) {
  .mk-gemstone--13 {
    margin-top: 25px;
  }
}
.mk-gemstone--13 .mk-gemstone-hover-title {
  top: -20px;
}
@media only screen and (max-width: 700px) {
  .mk-gemstone--13 .mk-gemstone-hover-title {
    top: -25px;
  }
}

.mk-gemstone--14 {
  margin-top: 10px;
}
@media only screen and (max-width: 700px) {
  .mk-gemstone--14 .mk-gemstone-hover-title {
    margin-top: -10px;
  }
}

@media only screen and (max-width: 700px) {
  .mk-gemstone--15 {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 700px) {
  .mk-gemstone--15 .mk-gemstone-hover-title {
    top: -10px;
  }
}

.mk-gemstone--open {
  pointer-events: none;
}
.mk-gemstone--open .mk-gemstone-popup, .mk-gemstone--open .mk-gemstone-popup-close {
  opacity: 1;
}
.mk-gemstone--open .mk-gemstone-popup-close, .mk-gemstone--open .mk-gemstone-popup-inner {
  pointer-events: auto;
}

.mk-gemstone-popup {
  pointer-events: none;
  display: flex;
  opacity: 0;
  z-index: 1500;
  width: calc(100% - 100px - 317px);
  margin: 0 100px 0 317px;
  height: 100%;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1280px) {
  .mk-gemstone-popup {
    width: calc(100% - 90px - 280px);
    margin: 0 90px 0 280px;
  }
}
@media only screen and (max-width: 1070px) {
  .mk-gemstone-popup {
    width: 100%;
    margin: 0;
    padding: 24px 0;
  }
}

.mk-gemstone-popup-close-icon {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 1000;
  width: 20px;
}
.mk-gemstone-popup-close-icon svg {
  width: 100%;
}

.mk-gemstone-popup-close {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  display: flex;
  pointer-events: none;
  cursor: pointer;
}

.mk-gemstone-popup-inner {
  padding: 16px;
  width: 400px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgba(252, 252, 252, 0.3);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  cursor: default;
}
.mk-gemstone-popup-inner a {
  cursor: pointer;
}
.mk-gemstone-popup-inner .mk-gemstone-title {
  text-transform: uppercase;
  font-family: "FKGrotesk Regular", Helvetica;
}
.mk-gemstone-popup-inner .mk-gemstone-text {
  padding: 0;
}
.mk-gemstone-popup-inner .mk-gemstone-text p {
  padding-bottom: 12px;
}
.mk-gemstone-popup-inner .mk-gemstone-text strong {
  font-family: "FKGrotesk Regular", Helvetica;
}
.mk-gemstone-popup-inner .mk-gemstone-text--narrow {
  width: 80%;
}
@media only screen and (max-width: 700px) {
  .mk-gemstone-popup-inner {
    width: 90%;
  }
}

.mk-gemstone-popup-inner-image {
  width: 65%;
  margin: 0 auto;
}
@media only screen and (max-width: 700px) {
  .mk-gemstone-popup-inner-image {
    width: 55%;
  }
}

.mk-gemstone-popup-inner-content {
  position: relative;
  width: 100%;
}

.mk-gemstone-link {
  font-family: "FKGrotesk Thin", Helvetica !important;
  font-size: 11px !important;
  line-height: 1.15 !important;
  padding: 0 !important;
  font-weight: normal !important;
  height: auto !important;
  text-decoration: none;
  letter-spacing: 0;
  margin: 12px 0 !important;
}
.mk-gemstone-link:hover {
  text-decoration: underline;
  cursor: pointer;
}
.mk-gemstone-link a {
  text-decoration: underline;
}
@media only screen and (max-width: 700px) {
  .mk-gemstone-link {
    font-size: 12px !important;
  }
}

.mk-breadcrumbs {
  z-index: 50;
  width: 75%;
  margin: 0 0 0 25%;
  padding-left: 24px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1280px) {
  .mk-breadcrumbs {
    padding-left: 18px;
  }
}
@media only screen and (max-width: 1070px) {
  .mk-breadcrumbs {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.mk-breadcrumbs .mk-breadcrumb:after {
  content: "/";
  display: inline-block;
  padding: 0 8px;
}
.mk-breadcrumbs .mk-breadcrumb:last-child:after {
  content: "";
}
.mk-breadcrumbs .mk-breadcrumb:hover {
  text-decoration: underline;
}
.mk-breadcrumbs .mk-breadcrumb-active:after {
  content: "";
}

.mk-breadcrumbs--spaced {
  padding-bottom: 12px;
}

@media only screen and (max-width: 700px) {
  .mk-breadcrumbs--pdp {
    display: none;
  }
}

.mk-breadcrumb-active {
  font-family: "FKGrotesk Regular", Helvetica;
}

.mk-child-title-dropdown-arrow {
  display: inline-block;
  padding-left: 5px;
}
.mk-child-title-dropdown-arrow img {
  width: 5px;
  padding-top: 2px;
}

.mk-filter-menu-item--child-open .mk-child-title-dropdown-arrow {
  transform: rotate(90deg);
}

.mk-mto-popup {
  display: none;
}

.mk-mto-popup--open {
  display: block;
  position: absolute !important;
  width: 300px;
  left: 45%;
  top: 450px;
  padding: 12px;
  z-index: 1000;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgba(252, 252, 252, 0.3);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.mk-mto-popup--open a {
  text-decoration: underline;
}
@media only screen and (max-width: 700px) {
  .mk-mto-popup--open {
    top: 75%;
    left: 0;
  }
}

.mk-mto-popup-inner {
  width: 100%;
  position: relative;
}
.mk-mto-popup-inner p {
  width: 80%;
}

.mk-mto-popup-close {
  width: 15px;
  position: absolute;
  right: 0;
  top: 0;
}
.mk-mto-popup-close:hover {
  cursor: pointer;
}
.mk-mto-popup-close svg {
  width: 100%;
}

.mk-customer-page {
  width: 100%;
  margin: 0;
}
@media only screen and (max-width: 1070px) {
  .mk-customer-page {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

.mk-customer-page-title {
  text-transform: uppercase;
  font-family: "FKGrotesk Regular", Helvetica;
}

.mk-login-title {
  padding-bottom: 24px;
  text-transform: uppercase;
  font-family: "FKGrotesk Regular", Helvetica;
}

.mk-login-title--spaced {
  padding-top: 48px;
}

.mk-login-title--no-bottom {
  padding-bottom: 0;
}

.mk-login-text-spaced {
  padding-bottom: 24px;
}

.mk-login-link-container-spaced {
  padding-top: 48px;
  padding-bottom: 24px;
}

.mk-login-link {
  text-decoration: underline;
  margin-top: 12px;
  font-family: "FKGrotesk Thin", Helvetica;
  font-size: 11px;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 700px) {
  .mk-login-link {
    font-size: 12px;
  }
}

.customer__account-form {
  max-width: 100%;
  width: 75%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 700px) {
  .customer__account-form {
    width: 100%;
    padding: 0 24px;
  }
}
.customer__account-form .form-vertical {
  width: 100%;
  padding: 24px 0;
  z-index: 10;
}
@media only screen and (max-width: 1070px) {
  .customer__account-form .form-vertical {
    width: 100%;
    padding: 24px 0;
  }
}

.mk-account-form-container {
  width: 100%;
}

.mk-address-form {
  max-width: 100%;
  width: calc(100% - 100px - 317px);
  margin: 0 100px 0 317px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 1280px) {
  .mk-address-form {
    width: calc(100% - 90px - 280px);
    margin: 0 90px 0 280px;
  }
}
@media only screen and (max-width: 1070px) {
  .mk-address-form {
    width: 100%;
    margin: 0;
  }
}
.mk-address-form .form-vertical {
  width: 50%;
  padding: 0 12px;
  z-index: 10;
}
@media only screen and (max-width: 1070px) {
  .mk-address-form .form-vertical {
    width: 100%;
    padding: 12px;
  }
}

.customer__account-form input, .mk-address-form input {
  font-family: "FKGrotesk Thin", Helvetica !important;
  font-size: 11px !important;
  line-height: 1 !important;
  margin: 0 !important;
  background-color: transparent !important;
  -webkit-appearance: none !important;
  -webkit-border-radius: 10px !important;
  width: 100%;
  height: auto !important;
  letter-spacing: 0;
  color: black !important;
  border: 1px solid darkgrey !important;
  opacity: 1 !important;
  margin-bottom: 8px !important;
  padding: 8px 6px !important;
  border-radius: 0 !important;
  text-align: left !important;
}
@media only screen and (max-width: 700px) {
  .customer__account-form input, .mk-address-form input {
    font-size: 12px !important;
  }
}
.customer__account-form input::-webkit-input-placeholder, .mk-address-form input::-webkit-input-placeholder {
  color: black !important;
  opacity: 0.6 !important;
}
.customer__account-form input::-moz-placeholder, .mk-address-form input::-moz-placeholder {
  color: black !important;
  opacity: 0.6 !important;
}
.customer__account-form input:-ms-input-placeholder, .mk-address-form input:-ms-input-placeholder {
  color: black !important;
  opacity: 0.6 !important;
}
.customer__account-form input:-moz-placeholder, .mk-address-form input:-moz-placeholder {
  color: black !important;
  opacity: 0.6 !important;
}
.customer__account-form input:focus, .mk-address-form input:focus {
  outline: none !important;
  border: 1px solid black !important;
  opacity: 1 !important;
}
.customer__account-form input:focus::-webkit-input-placeholder, .mk-address-form input:focus::-webkit-input-placeholder {
  opacity: 0 !important;
}
.customer__account-form input:focus::-moz-placeholder, .mk-address-form input:focus::-moz-placeholder {
  opacity: 0 !important;
}
.customer__account-form input:focus:-ms-input-placeholder, .mk-address-form input:focus:-ms-input-placeholder {
  opacity: 0 !important;
}
.customer__account-form input:focus:-moz-placeholder, .mk-address-form input:focus:-moz-placeholder {
  opacity: 0 !important;
}
.customer__account-form input[type=checkbox], .mk-address-form input[type=checkbox] {
  -webkit-appearance: checkbox;
}
.customer__account-form input[type=radio], .mk-address-form input[type=radio] {
  -webkit-appearance: radio;
}
.customer__account-form input:-webkit-autofill,
.customer__account-form input:-webkit-autofill:hover,
.customer__account-form input:-webkit-autofill:focus,
.customer__account-form textarea:-webkit-autofill,
.customer__account-form textarea:-webkit-autofill:hover,
.customer__account-form textarea:-webkit-autofill:focus,
.customer__account-form select:-webkit-autofill,
.customer__account-form select:-webkit-autofill:hover,
.customer__account-form select:-webkit-autofill:focus, .mk-address-form input:-webkit-autofill,
.mk-address-form input:-webkit-autofill:hover,
.mk-address-form input:-webkit-autofill:focus,
.mk-address-form textarea:-webkit-autofill,
.mk-address-form textarea:-webkit-autofill:hover,
.mk-address-form textarea:-webkit-autofill:focus,
.mk-address-form select:-webkit-autofill,
.mk-address-form select:-webkit-autofill:hover,
.mk-address-form select:-webkit-autofill:focus {
  border: 1px solid darkgrey !important;
  -webkit-text-fill-color: black;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
  font-family: "FKGrotesk Thin", Helvetica !important;
  font-size: 11px !important;
}
@media only screen and (max-width: 700px) {
  .customer__account-form input:-webkit-autofill,
  .customer__account-form input:-webkit-autofill:hover,
  .customer__account-form input:-webkit-autofill:focus,
  .customer__account-form textarea:-webkit-autofill,
  .customer__account-form textarea:-webkit-autofill:hover,
  .customer__account-form textarea:-webkit-autofill:focus,
  .customer__account-form select:-webkit-autofill,
  .customer__account-form select:-webkit-autofill:hover,
  .customer__account-form select:-webkit-autofill:focus, .mk-address-form input:-webkit-autofill,
  .mk-address-form input:-webkit-autofill:hover,
  .mk-address-form input:-webkit-autofill:focus,
  .mk-address-form textarea:-webkit-autofill,
  .mk-address-form textarea:-webkit-autofill:hover,
  .mk-address-form textarea:-webkit-autofill:focus,
  .mk-address-form select:-webkit-autofill,
  .mk-address-form select:-webkit-autofill:hover,
  .mk-address-form select:-webkit-autofill:focus {
    font-size: 12px !important;
  }
}
.customer__account-form .btn, .mk-address-form .btn {
  font-family: "FKGrotesk Thin", Helvetica !important;
  font-size: 11px !important;
  background-image: none !important;
  font-weight: normal !important;
  height: auto !important;
  width: 100% !important;
  letter-spacing: 0;
  background-color: transparent !important;
  color: black !important;
  margin-top: 24px !important;
  margin-bottom: 12px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  padding: 16px 48px !important;
  border: 1px solid darkgray !important;
  border-radius: 10px !important;
  line-height: 1 !important;
  text-decoration: none !important;
}
@media only screen and (max-width: 700px) {
  .customer__account-form .btn, .mk-address-form .btn {
    font-size: 12px !important;
  }
}
.customer__account-form .btn a, .mk-address-form .btn a {
  color: black !important;
}
.customer__account-form .btn:hover, .mk-address-form .btn:hover {
  text-decoration: underline;
  cursor: pointer;
}

.btn {
  font-family: "FKGrotesk Thin", Helvetica !important;
  font-size: 11px !important;
  line-height: 1.15 !important;
  background-image: none !important;
  font-weight: normal !important;
  border: 1px solid black !important;
  padding: 16px 12px !important;
  height: auto !important;
  width: 100% !important;
  letter-spacing: 0;
  padding: 0 !important;
  border-radius: 0 !important;
  background-color: white !important;
  color: black !important;
  border: none !important;
  text-decoration: underline !important;
  text-align: left !important;
  margin-bottom: 12px !important;
}
.btn a {
  color: black !important;
}
.btn:hover {
  text-decoration: underline;
  cursor: pointer;
}
@media only screen and (max-width: 700px) {
  .btn {
    font-size: 12px !important;
  }
}

.mk-address-form {
  width: 100%;
  margin: 0;
}
.mk-address-form .mk-checkbox-container {
  display: flex;
  align-items: center;
  margin-top: 24px;
}
.mk-address-form .mk-checkbox-container label {
  padding-left: 12px;
}
.mk-address-form input[type=checkbox] {
  -webkit-appearance: checkbox;
  width: 20px !important;
  height: 20px !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
}
.mk-address-form input[type=radio] {
  -webkit-appearance: radio;
}
.mk-address-form select {
  font-family: "FKGrotesk Thin", Helvetica !important;
  font-size: 11px !important;
  line-height: 1 !important;
  margin: 0 !important;
  background-color: transparent !important;
  -webkit-appearance: none !important;
  -webkit-border-radius: 10px !important;
  width: 100%;
  height: auto !important;
  letter-spacing: 0;
  color: black !important;
  border: 1px solid darkgrey !important;
  opacity: 1 !important;
  margin-bottom: 8px !important;
  padding: 8px 6px !important;
  border-radius: 0 !important;
  text-align: left !important;
}
@media only screen and (max-width: 700px) {
  .mk-address-form select {
    font-size: 12px !important;
  }
}

.mk-address-button-container {
  width: 300px;
  margin-top: 48px;
}

.ml-feed-post-container {
  width: 100%;
  margin: 0;
  position: relative;
  min-height: 100vh;
  padding-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
}
.ml-feed-post-container .mk-breadcrumbs {
  width: 100%;
  margin: 0;
  padding: 0 12px 24px;
}
@media only screen and (max-width: 1070px) {
  .ml-feed-post-container {
    width: 100%;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

.ml-feed-post-container-inner {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
@media only screen and (max-width: 700px) {
  .ml-feed-post-container-inner {
    padding: 0 12px;
  }
}
.ml-feed-post-container-inner .ml-post-summary--spacer {
  display: block;
}
@media only screen and (max-width: 1280px) {
  .ml-feed-post-container-inner .ml-post-summary--spacer:nth-child(2n) {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  .ml-feed-post-container-inner .ml-post-summary--spacer:nth-child(2n) {
    display: block;
  }
}

.ml-post-summary {
  position: relative;
  width: calc(25% - 24px);
  overflow: hidden;
  margin: 0 12px 24px;
}
@media only screen and (max-width: 700px) {
  .ml-post-summary {
    width: calc(50% - 12px);
    margin: 0 6px 12px;
  }
}
.ml-post-summary a {
  width: 100%;
  height: 100%;
  display: block;
}
.ml-post-summary .ml-post-image-container {
  width: 100%;
  height: 25vw;
}
@media only screen and (max-width: 1280px) {
  .ml-post-summary .ml-post-image-container {
    height: 25vw;
  }
}
@media only screen and (max-width: 1070px) {
  .ml-post-summary .ml-post-image-container {
    height: 25vw;
  }
}
@media only screen and (max-width: 700px) {
  .ml-post-summary .ml-post-image-container {
    height: 50vw;
  }
}
.ml-post-summary .ml-post-image-container .ml-post-image-background {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.ml-post-summary .ml-post-image-container .ml-post-image {
  display: none;
}

.ml-post-summary--inset .ml-post-image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px;
}
@media only screen and (max-width: 1070px) {
  .ml-post-summary--inset .ml-post-image-container {
    padding: 12px;
  }
}
.ml-post-summary--inset .ml-post-image-container .ml-post-image-background {
  display: none;
}
.ml-post-summary--inset .ml-post-image-container .ml-post-image {
  display: block;
  width: 100%;
}
.ml-post-summary--inset .ml-post-title-container .ml-post-title {
  color: black !important;
}

.ml-post-title-container {
  z-index: 100;
  width: 100%;
  z-index: 100;
  text-align: center;
  padding: 12px 0;
}
.ml-post-title-container .ml-post-title {
  font-family: "courier new", courier;
  font-size: 14px;
  text-decoration: underline;
  font-weight: normal;
}
@media only screen and (max-width: 700px) {
  .ml-post-title-container {
    padding: 12px 0 24px;
    line-height: 1.2;
  }
  .ml-post-title-container .ml-post-title {
    font-size: 12px;
  }
}

.ml-post-title {
  color: #000;
}

.ml-post-title {
  font-size: 11px;
  font-family: "FKGrotesk Thin", Helvetica;
}

.ml-post-text {
  padding-bottom: 12px;
  font-family: "courier new", courier;
}

.ml-post-text-link {
  font-family: "courier new", courier;
  text-decoration: underline;
}

/**
 * Inner page styling
 *
 */
.ml-inner-page-container {
  width: 50%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding: 0 12px 0;
  min-height: 100vh;
}
@media only screen and (max-width: 1280px) {
  .ml-inner-page-container {
    padding: 0 24px 0;
  }
}
@media only screen and (max-width: 1070px) {
  .ml-inner-page-container {
    width: 100%;
    margin: 0;
  }
}

.ml-inner-page-container--article {
  width: 75%;
  padding: 0 24px;
}
.ml-inner-page-container--article .ml-article-heading {
  text-align: center;
}
.ml-inner-page-container--article .ml-article-inner {
  margin: 0 auto;
}
@media only screen and (max-width: 1070px) {
  .ml-inner-page-container--article {
    width: 100%;
  }
}

.ml-inner-page-container--quick {
  width: 75%;
  padding: 0 24px;
}
@media only screen and (max-width: 1070px) {
  .ml-inner-page-container--quick {
    width: 100%;
  }
}

.ml-inner-page-container--interview {
  width: 75%;
  padding: 0 24px;
}
@media only screen and (max-width: 1070px) {
  .ml-inner-page-container--interview {
    width: 100%;
  }
}

.ml-article-line {
  padding-bottom: 12px;
  border-top: 2px solid #d6e1db;
}

.ml-article-inner {
  width: 66.66%;
}
@media only screen and (max-width: 700px) {
  .ml-article-inner {
    width: 100%;
  }
}

.ml-article-inner--wide {
  width: 100%;
}

.ml-article-body-container {
  width: 100%;
  margin: 0;
  padding: 24px 0;
}
.ml-article-body-container a {
  text-decoration: underline;
}
@media only screen and (max-width: 1070px) {
  .ml-article-body-container {
    padding-top: 12px;
  }
}

.ml-article-top-credits {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.ml-article-heading {
  line-height: 1;
  font-size: 40px;
  color: black;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 700px) {
  .ml-article-heading {
    font-size: 34px;
  }
}

.ml-article-heading-small {
  font-family: "courier new", courier;
  text-decoration: underline;
}

.ml-article-subheading-container {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  font-family: "courier new", courier;
  padding-bottom: 24px;
}
@media only screen and (max-width: 700px) {
  .ml-article-subheading-container {
    flex-direction: column;
  }
}

.ml-article-subheading {
  width: 50%;
  padding: 0;
}
@media only screen and (max-width: 700px) {
  .ml-article-subheading {
    width: 100%;
  }
}

.ml-article-nav {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
@media only screen and (max-width: 700px) {
  .ml-article-nav {
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 48px;
  }
}
.ml-article-nav .ml-article-nav-link--next {
  padding-left: 24px;
}
.ml-article-nav .ml-article-nav-link--prev {
  padding-right: 24px;
}

.ml-article-tag-container {
  display: flex;
  width: 50%;
  margin-right: 50%;
}
.ml-article-tag-container a {
  color: black;
  font-family: "courier new", courier;
}
@media only screen and (max-width: 700px) {
  .ml-article-tag-container {
    margin-right: 0;
    width: 100%;
  }
}

.ml-article-text {
  width: 100%;
  padding: 12px 0;
}
.ml-article-text p {
  padding-bottom: 12px;
  font-family: "courier new", courier;
  font-size: 14px;
}
.ml-article-text p:last-child {
  padding-bottom: 0;
}
.ml-article-text strong {
  font-weight: bold;
}

.ml-article-text--large p {
  font-family: "FKGrotesk Thin", Helvetica;
  font-size: 20px;
  line-height: 1.4;
}

.ml-article-text--quote {
  width: 100%;
  margin: 0 auto;
}
.ml-article-text--quote p {
  font-family: "FKGrotesk Thin", Helvetica;
  text-decoration: underline;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
}

.ml-double-image-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 12px 0;
}
.ml-double-image-container .ml-article-image {
  width: calc(50% - 12px);
  margin: 0;
}

.ml-article-image {
  width: 100%;
  margin: 0 auto;
}

.ml-inset-image-container {
  width: 100%;
  display: flex;
  padding: 12px 0;
}

.ml-interview-body-container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px 0;
  flex-direction: row-reverse;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .ml-interview-body-container {
    flex-wrap: wrap;
  }
}
.ml-interview-body-container a {
  text-decoration: underline;
}

@media only screen and (max-width: 700px) {
  .ml-interview-body-container--quick {
    flex-direction: column;
  }
  .ml-interview-body-container--quick .ml-interview-body-column {
    width: 100%;
  }
}

.ml-interview-body-column {
  width: calc(50% - 12px);
}
@media only screen and (max-width: 700px) {
  .ml-interview-body-column {
    width: 100%;
  }
}

.ml-article-body-images .ml-article-image {
  padding-top: 12px;
}

.ml-article-image-caption {
  margin-top: 12px;
  margin-bottom: 12px;
}

.ml-question {
  padding: 12px 0 0;
  font-family: "courier new", courier;
  font-size: 14px;
  font-weight: bold !important;
}
.ml-question strong {
  font-weight: bold !important;
}

.ml-answer {
  padding-bottom: 12px;
}
.ml-answer p {
  padding-bottom: 12px;
  font-size: 14px;
  font-family: "courier new", courier;
}
.ml-answer p:last-child {
  padding-bottom: 0;
}

.ml-post-image-container {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.ml-article-body-images-mobile {
  display: none;
}
@media only screen and (max-width: 700px) {
  .ml-article-body-images-mobile {
    display: block;
    width: 100%;
    padding-bottom: 12px;
  }
  .ml-article-body-images-mobile .ml-article-image {
    display: none;
  }
  .ml-article-body-images-mobile .ml-article-image:first-child {
    display: block;
  }
}

@media only screen and (max-width: 700px) {
  .ml-inner-page-container--interview .ml-article-body-images .ml-article-image:first-child, .ml-inner-page-container--quick .ml-article-body-images .ml-article-image:first-child {
    display: none;
  }
}

.ml-article-subheading-caps {
  text-transform: uppercase;
  padding-right: 8px;
}

.ml-article-contant {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 0 auto;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 1070px) {
  .ml-article-contant {
    width: 100%;
  }
}

.ml-article-embed-container {
  width: 100%;
  margin-bottom: 12px;
  padding-top: 12px;
}
@media only screen and (max-width: 1280px) {
  .ml-article-embed-container {
    position: relative;
    left: auto;
    top: auto;
    margin-top: 12px;
  }
}
.ml-article-embed-container .ml-article-embed {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .ml-article-embed-container .ml-article-embed {
    padding-top: 100%;
  }
}
.ml-article-embed-container .ml-article-embed iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/**
 * Archive page styling
 *
 */
.ml-feed-post-container--archive {
  display: flex;
  flex-wrap: wrap;
  min-height: auto;
  align-items: flex-start;
  justify-content: flex-start;
}
.ml-feed-post-container--archive .ml-post-archive {
  width: 20%;
  padding: 0 12px 24px;
}
@media only screen and (max-width: 1070px) {
  .ml-feed-post-container--archive .ml-post-archive {
    width: 25%;
  }
}
@media only screen and (max-width: 700px) {
  .ml-feed-post-container--archive .ml-post-archive {
    width: 50%;
  }
}
.ml-feed-post-container--archive .ml-post-archive .ml-post-title-container {
  flex-direction: row-reverse;
  flex-wrap: wrap;
  position: relative;
  top: auto;
  left: auto;
  text-align: left;
}
.ml-feed-post-container--archive .ml-post-archive .ml-post-title-container .ml-post-title, .ml-feed-post-container--archive .ml-post-archive .ml-post-title-container .ml-post-title-date {
  width: 100%;
  color: #000;
}

.ml-end-page {
  margin-top: 24px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ml-end-page a {
  text-align: center;
  padding: 16px 48px;
  border: 1px solid darkgray;
  border-radius: 10px;
  text-transform: uppercase;
  min-width: 33.33%;
}
.ml-end-page a:hover {
  background-color: #eaeaea;
}
@media only screen and (max-width: 1070px) {
  .ml-end-page {
    margin-bottom: 48px;
  }
}

.mk-link {
  padding-left: 12px;
  text-decoration: underline;
}
.mk-link:hover {
  text-decoration: none;
}

.mk-message-page {
  width: 100%;
  position: fixed;
  height: 100vh;
  background-color: #d6e1db;
}
.mk-message-page .mk-message-page-logo {
  width: 130px;
  margin-bottom: 46px;
  margin: 24px;
}
.mk-message-page .mk-message-page-logo svg {
  width: 100%;
  fill: black;
}
.mk-message-page .mk-continue-shopping {
  width: 100%;
  max-width: 400px;
  padding: 0 24px;
  display: flex;
  align-items: flex-start;
  height: 80vh;
  flex-direction: column;
  font-size: 11px;
  font-family: "courier new", courier;
  text-transform: uppercase;
  color: black;
  min-height: 100vh;
  letter-spacing: 0.02em;
  line-height: 1.6;
  font-weight: normal;
}
.mk-message-page .mk-continue-shopping p {
  padding-bottom: 12px;
  font-weight: normal;
}
.mk-message-page .mk-continue-shopping div {
  max-width: 400px;
}
.mk-message-page .mk-main-content {
  display: none;
}

.mk-free-shipping-messaging {
  padding-right: 24px;
  text-align: center;
}
@media only screen and (max-width: 700px) {
  .mk-free-shipping-messaging {
    margin-bottom: 15px;
  }
}

.mk-free-shipping-messaging-text {
  margin-bottom: 6px;
}
@media only screen and (max-width: 700px) {
  .mk-free-shipping-messaging-text {
    margin: 12px 0 6px;
  }
}

.mk-free-shipping-messaging-bar {
  width: 100%;
  height: 6px;
  background-color: #979797;
  position: relative;
  margin-bottom: 24px;
}

.mk-free-shipping-messaging-bar-inner {
  background-color: #ececec;
  position: absolute;
  right: 0;
  height: 100%;
}

#cc-offset-widget {
  border: 1px solid darkgray !important;
  border-radius: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 25px !important;
}
@media only screen and (max-width: 700px) {
  #cc-offset-widget {
    width: 80% !important;
  }
}
@media only screen and (max-width: 320px) {
  #cc-offset-widget {
    margin-bottom: 45px !important;
    width: 100% !important;
  }
}

.cc-content {
  display: block !important;
  font-size: 11px !important;
  font-family: "FKGrotesk Thin", Helvetica !important;
  text-align: left !important;
  padding: 10px 12px !important;
}
.cc-content * {
  font-size: 11px !important;
  font-family: "FKGrotesk Thin", Helvetica !important;
}
.cc-content .cc-split-container {
  display: flex;
  align-items: center;
  margin-top: 12px !important;
  margin-bottom: 0 !important;
  justify-content: space-between !important;
}
.cc-content .svg-icon {
  width: calc(25% + 20px) !important;
  margin: 0 10px 0 0 !important;
  display: flex !important;
  height: 60px !important;
}
.cc-content #cc-add-button {
  text-align: center !important;
  font-size: 11px !important;
  line-height: 1.6 !important;
  letter-spacing: 0.02em !important;
  font-family: "FKGrotesk Thin", Helvetica !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #000 !important;
  background-color: transparent !important;
  padding: 16px !important;
  border: 1px solid darkgray !important;
  border-radius: 10px !important;
  text-transform: uppercase !important;
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-appearance: none !important;
  font-weight: normal !important;
  width: 158px !important;
}
.cc-content #cc-add-button .cc-add-button-plus, .cc-content #cc-add-button .cc-add-button-tick {
  color: #000 !important;
  width: 6px !important;
  margin-right: 5px !important;
  margin-top: -1px !important;
  align-items: center !important;
  justify-content: center !important;
}
.cc-content #cc-add-button .cc-add-button-plus svg, .cc-content #cc-add-button .cc-add-button-tick svg {
  width: 100% !important;
  fill: #000 !important;
}
.cc-content #cc-add-button .cc-add-button-plus {
  display: flex;
}
.cc-content #cc-add-button.cc-add-button--active {
  border: 1px solid darkgray !important;
}
.cc-content #cc-add-button.cc-add-button--active .cc-add-button-plus {
  display: none !important;
}
.cc-content #cc-add-button.cc-add-button--active .cc-add-button-tick {
  display: none !important;
}
.cc-content #cc-add-button:hover {
  color: #000 !important;
  background-color: #eaeaea !important;
}
.cc-content #cc-add-button:after {
  display: none !important;
}
.cc-content .cc-content-title {
  font-size: 11px !important;
  font-family: "FKGrotesk Thin", Helvetica !important;
  max-width: 100% !important;
  text-align: left !important;
}
.cc-content .cc-content-title a {
  display: inline-block !important;
}
.cc-content .cc-content-title a img {
  margin-left: 0 !important;
  width: 70px !important;
  margin-top: -0.5px;
}

#cc-learn-more {
  display: none !important;
}

.mk-loyalty-top-section {
  width: 100%;
  padding: 0;
  display: flex;
  padding: 24px 0;
  min-height: 90vh;
}
@media only screen and (max-width: 1070px) {
  .mk-loyalty-top-section {
    width: 100%;
    margin: 0;
    padding: 0 0 24px;
  }
}
@media only screen and (max-width: 700px) {
  .mk-loyalty-top-section {
    flex-wrap: wrap;
    padding: 0 24px 24px;
    flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 1070px) {
  .mk-loyalty-top-section--customer-pages {
    padding-left: 0;
    padding-right: 0;
  }
}

.mk-loyalty-intro-container {
  width: 50%;
  height: 100%;
}
@media only screen and (max-width: 700px) {
  .mk-loyalty-intro-container {
    width: 100%;
    padding-right: 0;
  }
}

.mk-loyalty-intro-container-inner {
  width: 75%;
  margin: 0 auto;
}
@media only screen and (max-width: 700px) {
  .mk-loyalty-intro-container-inner {
    width: 100%;
  }
}

.mk-loyalty-intro-container--register {
  min-height: 90vh;
}

.mk-loyalty-intro-container--account {
  width: 75%;
  margin-left: 25%;
  padding: 0 24px;
}
@media only screen and (max-width: 1070px) {
  .mk-loyalty-intro-container--account {
    width: 100%;
    margin: 0;
  }
}

.mk-loyalty-action-list-container {
  padding: 24px 0;
}

#loyaltylion .lion-rules-list, #loyaltylion .lion-rewards-list, #loyaltylion .lion-claimed-rewards-list {
  background-color: #d6e1db;
  padding: 12px 0 0;
}
#loyaltylion .lion-reward-item__content, #loyaltylion .lion-rule-item__content, #loyaltylion .lion-claimed-reward-item {
  background-color: #d6e1db !important;
  border-radius: 0 !important;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1019607843);
}
#loyaltylion .lion-rule-item__icon-wrap, #loyaltylion .lion-reward-item__icon, #loyaltylion .lion-claimed-reward-item__icon {
  display: none !important;
}
#loyaltylion .lion-notification-container {
  display: none !important;
}
#loyaltylion .lion-facebook-like__wrapper {
  min-height: 0;
}
#loyaltylion .lion-claimed-rewards-list--empty {
  background: #d6e1db;
  border: none;
  text-align: left;
  margin: 24px 0 0;
  color: black !important;
  font-size: inherit !important;
}

.mk-loyalty-banner-image-container {
  width: 50%;
  height: auto;
}
@media only screen and (max-width: 700px) {
  .mk-loyalty-banner-image-container {
    width: 100%;
    height: 40vh;
    padding: 0;
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 700px) {
  .mk-loyalty-banner-image-container--remove-mobile {
    display: none;
  }
}

.mk-loyalty-banner-imageslider-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
}
.mk-loyalty-banner-imageslider-container .mk-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: left;
  opacity: 1;
  animation: unset;
  pointer-events: none;
  z-index: 10;
}

.mk-narrow-page--loyalty {
  min-height: auto;
}

.mk-narrow-page--no-min {
  min-height: auto;
}

.mk-loyalty-tier-container {
  width: 75%;
  margin: 24px auto;
  display: flex;
  justify-content: space-between;
  padding: 0 24px;
  padding-bottom: 48px;
  flex-wrap: wrap;
}
.mk-loyalty-tier-container .mk-page-title {
  padding-left: 0;
  padding-bottom: 24px;
}
@media only screen and (max-width: 1070px) {
  .mk-loyalty-tier-container {
    width: 100%;
    margin: 0;
    padding: 0 24px 24px;
  }
}

.mk-loyalty-text-intro-small-text {
  margin: 24px 0;
  width: calc(75% - 10px);
}
@media only screen and (max-width: 1070px) {
  .mk-loyalty-text-intro-small-text {
    width: 90%;
  }
}
@media only screen and (max-width: 700px) {
  .mk-loyalty-text-intro-small-text {
    width: 100%;
  }
}

.mk-loyaylty-current-balance-mobile-top-section {
  display: contents;
}
@media only screen and (max-width: 700px) {
  .mk-loyaylty-current-balance-mobile-top-section {
    display: flex;
    align-items: stretch;
    padding-bottom: 12px;
  }
}

@media only screen and (max-width: 700px) {
  .mk-loytalty-welcome-text {
    flex: 1;
    display: flex;
  }
}

.mk-loyalty-text-intro {
  font-size: 20px;
  line-height: 1.4;
  width: 100%;
}
.mk-loyalty-text-intro p {
  padding-bottom: 12px;
}
.mk-loyalty-text-intro a {
  text-decoration: underline;
}
@media only screen and (max-width: 1070px) {
  .mk-loyalty-text-intro {
    font-size: 18px;
    padding: 0;
  }
}

.mk-loyalty-text-intro--spaced {
  padding-bottom: 24px;
}

.mk-loyalty-text-intro--aligned {
  padding-left: 0 !important;
}

.mk-loyalty-tier {
  width: 24%;
  padding: 12px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 700px) {
  .mk-loyalty-tier {
    width: 100%;
    margin-bottom: 24px;
  }
}

.mk-loyalty-tier--current {
  opacity: 1;
}

.mk-loyalty-current-balance-container {
  width: 100%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  padding: 24px;
  position: relative;
  margin-bottom: 24px;
}
.mk-loyalty-current-balance-container p {
  padding-bottom: 0 !important;
}
@media only screen and (max-width: 700px) {
  .mk-loyalty-current-balance-container {
    width: 100%;
  }
}

.mk-loyalty-current-balance-image {
  position: absolute;
  right: 0;
  top: 24px;
  width: 30%;
  max-width: 150px;
}
@media only screen and (max-width: 700px) {
  .mk-loyalty-current-balance-image {
    position: relative;
    right: -24px;
    top: auto;
    width: 35%;
  }
}

.mk-loyalty-small-title {
  font-size: 11px;
}

.mk-loyalty-tier-title-container {
  width: 50%;
}

.mk-loyalty-tier-title {
  text-transform: uppercase;
}

.mk-inner-circle-logo {
  width: 100%;
  z-index: 1000;
  margin-top: -24px;
  margin-bottom: 24px;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 1070px) {
  .mk-inner-circle-logo {
    margin-top: 0;
  }
}

.mk-inner-circle-logo-image {
  width: 200px;
}

.mk-loyalty-tier-image {
  width: 100%;
  margin: 72px auto;
  position: relative;
}
@media only screen and (max-width: 1280px) {
  .mk-loyalty-tier-image {
    margin: 48px auto;
  }
}

.mk-loyalty-tier-image-main {
  width: 70%;
  margin: 0 auto;
}

.mk-loyalty-tier-image-hover {
  width: 100%;
  mix-blend-mode: multiply;
  position: absolute;
  top: -50%;
  left: 0;
  opacity: 0;
}

.mk-loyalty-benefit-bullet-points {
  list-style-type: disc;
  padding: 12px;
}
.mk-loyalty-benefit-bullet-points li {
  padding-bottom: 12px;
}

.mk-loyalty-table {
  width: 100%;
  padding: 24px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 1070px) {
  .mk-loyalty-table {
    padding: 24px 0;
  }
}

.mk-loyalty-col {
  width: 49%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 12px;
  font-size: 20px;
}
@media only screen and (max-width: 1070px) {
  .mk-loyalty-col {
    width: 100%;
    font-size: 18px;
  }
}

.mk-loyalty-buttons-container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 48px 0;
}
@media only screen and (max-width: 1070px) {
  .mk-loyalty-buttons-container {
    flex-wrap: wrap;
    padding: 48px 0;
  }
}
@media only screen and (max-width: 700px) {
  .mk-loyalty-buttons-container {
    padding: 24px 0;
  }
}

.mk-loyalty-buttons-container--stacked {
  flex-direction: column;
  padding-bottom: 24px;
}
.mk-loyalty-buttons-container--stacked .mk-loyalty-button {
  width: 100%;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1070px) {
  .mk-loyalty-buttons-container--stacked {
    padding: 48px 0;
  }
}

.mk-loyalty-buttons-container--wrap {
  flex-wrap: wrap;
}
@media only screen and (max-width: 1070px) {
  .mk-loyalty-buttons-container--wrap {
    padding: 48px 0;
  }
}

.mk-loyalty-button {
  width: 49%;
  text-align: center;
  text-transform: uppercase;
  padding: 16px 48px;
  border: 1px solid darkgray;
  border-radius: 10px;
  line-height: 1;
  text-transform: uppercase;
}
@media only screen and (max-width: 1070px) {
  .mk-loyalty-button {
    width: 100%;
    margin-bottom: 24px;
  }
}

.mk-loyalty-information .mk-page-title {
  padding: 24px 0;
}
@media only screen and (max-width: 1070px) {
  .mk-loyalty-information .mk-page-title {
    padding-left: 0;
  }
}

.mk-benefit-table {
  border: 1px solid darkgray;
  margin-bottom: 48px;
}
@media only screen and (max-width: 1070px) {
  .mk-benefit-table {
    margin: 24px 0;
  }
}

.mk-benefit-row {
  width: 100%;
  display: flex;
  border-bottom: 1px solid darkgray;
}
.mk-benefit-row:last-child {
  border-bottom: none;
}

.mk-benefit-row--caps {
  text-transform: uppercase;
}

.mk-benefit-col {
  width: 18%;
  border-right: 1px solid darkgray;
  padding: 12px;
}
.mk-benefit-col:last-child {
  border-right: none;
}
@media only screen and (max-width: 1070px) {
  .mk-benefit-col {
    padding: 6px;
    font-size: 8px;
  }
}

.mk-benefit-col--large {
  width: 28%;
}

.mk-benefit-circle-checked {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: black;
  display: inline-block;
}
@media only screen and (max-width: 1070px) {
  .mk-benefit-circle-checked {
    width: 6px;
    height: 6px;
  }
}

.mk-loaylty-additional-button {
  padding: 0 12px;
}
.mk-loaylty-additional-button p {
  line-height: 1.6;
}
.mk-loaylty-additional-button a {
  text-decoration: underline;
}

.mk-form-label-show {
  padding: 12px 0 !important;
  display: inline-block !important;
}

.mk-loyalty-action-list-container {
  width: 100%;
}
.mk-loyalty-action-list-container .mk-loyalty-action-list-inner {
  width: 100%;
}
.mk-loyalty-action-list-container .mk-loyalty-text-intro {
  padding-left: 0;
}

.mk-loyalty-footer a {
  text-decoration: underline;
}
@media only screen and (max-width: 1070px) {
  .mk-loyalty-footer {
    padding: 0 0 48px;
  }
}

.mk-loyalty-small-text {
  font-size: 11px;
  padding-top: 24px;
}

.mk-loaylty-list {
  list-style-type: disc;
  padding-top: 12px;
  padding-left: 12px;
}
.mk-loaylty-list li {
  list-style: disc;
}
.mk-loaylty-list li a {
  margin-left: 12px;
  display: inline-block;
  text-decoration: underline;
}

.mk-accounts-order-container {
  border-left: 1px solid black;
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}

.mk-accounts-order-col {
  width: 33.33%;
  padding: 24px;
  border: 1px solid black;
  border-left: 0;
  margin-top: -1px;
}
@media only screen and (max-width: 700px) {
  .mk-accounts-order-col {
    width: 100%;
  }
}
.mk-accounts-order-col:nth-child(1) {
  margin-top: 0;
}
.mk-accounts-order-col:nth-child(2) {
  margin-top: 0;
}
@media only screen and (max-width: 700px) {
  .mk-accounts-order-col:nth-child(2) {
    margin-top: -1px;
  }
}
.mk-accounts-order-col:nth-child(3) {
  margin-top: 0;
}
@media only screen and (max-width: 700px) {
  .mk-accounts-order-col:nth-child(3) {
    margin-top: -1px;
  }
}

.mk-loyalty-no-orders {
  margin-top: 24px;
  padding-top: 12px;
}

.mk-gift-guide-banner {
  margin-left: 317px;
  width: calc(100% - 317px);
  padding: 0 12px 24px;
  padding-right: 0;
}
@media only screen and (max-width: 1280px) {
  .mk-gift-guide-banner {
    width: calc(100% - 280px);
    margin-left: 280px;
  }
}
@media only screen and (max-width: 1070px) {
  .mk-gift-guide-banner {
    width: 100%;
    margin: 0;
    padding: 0 0 24px;
    margin-top: -12px;
  }
}

.mk-giftguide-post-container {
  margin-left: 317px;
  width: calc(100% - 317px);
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1280px) {
  .mk-giftguide-post-container {
    width: calc(100% - 280px);
    margin: 0 0 0 280px;
  }
}
.mk-giftguide-post-container .mk-homepage-product-container--horizontal-scroll {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 12px;
  padding-top: 0;
}
.mk-giftguide-post-container .mk-homepage-product-container--horizontal-scroll .mk-homepage-product-text {
  display: none !important;
}
@media only screen and (max-width: 1070px) {
  .mk-giftguide-post-container {
    width: 100%;
    margin-left: 0;
    margin-bottom: 48px;
  }
}

.mk-giftguide-post-container--simple {
  width: calc(100% - 317px - 100px);
}
@media only screen and (max-width: 1280px) {
  .mk-giftguide-post-container--simple {
    width: calc(100% - 90px - 280px);
    margin: 0 90px 0 280px;
  }
}
@media only screen and (max-width: 1070px) {
  .mk-giftguide-post-container--simple {
    width: 100%;
    margin: 0;
  }
}
.mk-giftguide-post-container--simple .mk-giftguide-post {
  width: 50%;
  flex-wrap: wrap;
}
@media only screen and (max-width: 700px) {
  .mk-giftguide-post-container--simple .mk-giftguide-post {
    width: 100%;
  }
}
.mk-giftguide-post-container--simple .mk-giftguide-post .mk-giftguide-post-image, .mk-giftguide-post-container--simple .mk-giftguide-post .mk-giftguide-post-blurb {
  width: 100%;
}
.mk-giftguide-post-container--simple .mk-giftguide-post .mk-feature-link {
  padding-left: 0;
}
.mk-giftguide-post-container--simple .mk-giftguide-post .mk-feature-title {
  padding: 24px 0 0;
}
.mk-giftguide-post-container--simple .mk-giftguide-post .mk-feature-text {
  padding: 12px 0 0;
}

.mk-giftguide-post {
  width: 66.66%;
  display: flex;
  padding: 24px 12px;
}
.mk-giftguide-post .mk-feature-link {
  text-align: left;
  justify-content: flex-start;
}
@media only screen and (max-width: 1070px) {
  .mk-giftguide-post {
    width: 100%;
    flex-wrap: wrap;
    padding: 24px;
  }
}

.mk-giftguide-post-image {
  width: 50%;
}
@media only screen and (max-width: 1070px) {
  .mk-giftguide-post-image {
    width: 100%;
  }
}

.mk-giftguide-post-blurb {
  width: 50%;
}
@media only screen and (max-width: 1070px) {
  .mk-giftguide-post-blurb {
    width: 100%;
  }
}

.pagination {
  width: 100%;
  text-align: left;
  margin-left: -8px;
  padding-top: 96px;
  padding-bottom: 0;
}

@media only screen and (max-width: 1070px) {
  .pagination > span:first-child {
    padding-left: 24px;
  }
}

.mk-filter-collection-view-label {
  display: flex;
  width: 100%;
  padding: 24px 24px 12px;
  position: fixed;
  top: 60px;
  left: 25%;
  background-color: white;
  z-index: 100;
}
@media only screen and (max-width: 1280px) {
  .mk-filter-collection-view-label {
    padding: 24px 18px 12px;
  }
}
@media only screen and (max-width: 1070px) {
  .mk-filter-collection-view-label {
    left: 0;
    top: 57px;
    padding: 12px 24px 24px;
  }
}
@media only screen and (max-width: 700px) {
  .mk-filter-collection-view-label {
    top: 44px;
    padding: 12px 24px;
  }
}

.mk-filter-button--dropdown {
  margin-left: 5px;
  position: relative;
}
.mk-filter-button--dropdown .mk-filter-icon {
  margin-top: 1px;
  width: 10px !important;
  margin-right: 6px !important;
}
@media only screen and (max-width: 700px) {
  .mk-filter-button--dropdown .mk-filter-icon {
    margin-top: -1px;
  }
}

.mk-select-sort {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  border: none;
}

.mk-filter-dropdown {
  position: relative;
  display: inline-block;
}

.mk-select-sort {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.mk-filter-button {
  padding: 2px 10px;
  border: 1px solid darkgray;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mk-filter-button .mk-filter-icon {
  width: 15px;
  height: 15px;
  margin-right: 8px;
  display: block;
}
@media only screen and (max-width: 700px) {
  .mk-filter-button .mk-filter-icon {
    width: 14px;
    height: 14px;
  }
}

.mk-filter-toggle {
  cursor: pointer;
}

.mk-mobile-filter-navigation-container {
  width: calc(25% - 12px);
  min-width: 300px;
  position: fixed;
  left: -100%;
  top: 0;
  height: 100vh;
  background-color: white;
  z-index: 2000000;
  padding: 24px;
  transition: left 0.35s cubic-bezier(0.29, 0.63, 0.44, 1);
  border-right: 1px solid gray;
}
@media only screen and (max-width: 1280px) {
  .mk-mobile-filter-navigation-container {
    min-width: calc(25% - 6px);
  }
}
@media only screen and (max-width: 1070px) {
  .mk-mobile-filter-navigation-container {
    width: 450px;
  }
}
@media only screen and (max-width: 700px) {
  .mk-mobile-filter-navigation-container {
    width: 95vw;
    left: -100%;
    top: 0;
    height: 100vh;
    padding: 20px 24px;
  }
}
@media only screen and (max-width: 320px) {
  .mk-mobile-filter-navigation-container {
    width: 100vw;
  }
}

.mk-mobile-filter-navigation-container--refine-open {
  left: 0;
  transition: left 0.35s cubic-bezier(0.29, 0.63, 0.44, 1);
}

@media only screen and (max-width: 700px) {
  .mk-page--refine-open {
    position: relative;
    overflow: hidden;
  }
}

.mk-refine-menu {
  position: relative;
  z-index: 10;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.mk-filter-options-container {
  overflow-y: scroll;
  height: 100%;
  position: relative;
  padding-bottom: 300px;
}

.mk-filter-title {
  text-transform: uppercase;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
  font-family: "FKGrotesk Regular", Helvetica;
}

.mk-filter-close {
  width: 15px;
}
@media only screen and (max-width: 700px) {
  .mk-filter-close {
    width: 13px;
  }
}
.mk-filter-close:hover {
  cursor: pointer;
}

.mk-filter-group-display {
  padding: 0 0 24px;
}
.mk-filter-group-display ul {
  padding-bottom: 0;
}

.mk-filter-group-list {
  margin: 0;
  padding: 0;
  list-style: none;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  list-style-type: none;
}

.mk-filter-group-list-item {
  padding: 0;
  padding-bottom: 5px;
  width: 100%;
}
.mk-filter-group-list-item.mk-filter-group-list-item--disabeled {
  pointer-events: none;
  opacity: 0.3;
}
.mk-filter-group-list-item .mk-filter-group-list-item-circle {
  width: 10px;
  min-width: 10px;
  height: 10px;
  min-height: 10px;
  border: 1px solid black;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}
.mk-filter-group-list-item .mk-filter-group-list-item-label {
  padding: 0;
  display: flex;
  align-items: center;
  width: auto;
}
.mk-filter-group-list-item .mk-filter-group-list-item-label input {
  width: 0;
  margin: 0;
}
.mk-filter-group-list-item .mk-filter-group-list-item-label span:hover .mk-filter-group-list-item-circle {
  background-color: #d6e1db;
}
.mk-filter-group-list-item .mk-filter-group-list-item-input:checked ~ .mk-filter-group-list-item-circle {
  background-color: #d6e1db;
}

.mk-filter-group-main-label {
  padding-bottom: 12px;
}
.mk-filter-group-main-label span {
  cursor: pointer;
}
.mk-filter-group-main-label span:hover {
  text-decoration: underline;
}

summary::-webkit-details-marker {
  display: none !important;
}

.mk-filter-group-clear {
  margin: 24px 0;
  font-family: "courier new", courier;
}
.mk-filter-group-clear a {
  text-decoration: underline;
}

.mk-mobile-filter-close {
  text-align: center;
  width: 100%;
  font-size: 11px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-family: "FKGrotesk Thin", Helvetica;
  display: block;
  color: #000;
  background-color: transparent;
  padding: 16px 48px;
  border: 1px solid darkgray;
  border-radius: 10px;
  text-transform: uppercase;
  margin: 24px 0;
}
.mk-mobile-filter-close:hover {
  background-color: #eaeaea;
}

.mk-filter-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 200px;
  width: 100%;
  background-color: white;
  z-index: 100;
}

.mk-promo-in-cart--hide {
  display: none !important;
}

.mk-promo-in-cart {
  display: flex;
  padding-bottom: 15px;
}

.mk-promo-section-list {
  padding-bottom: 0;
}

.mk-promo-in-cart-image {
  width: 25%;
}

.mk-promo-in-cart-description-container {
  width: 55%;
  padding: 0 10px 0 17px;
  white-space: nowrap;
}
@media only screen and (max-width: 700px) {
  .mk-promo-in-cart-description-container {
    width: 48%;
  }
}
@media only screen and (max-width: 320px) {
  .mk-promo-in-cart-description-container {
    width: 55%;
  }
}

.cart-seperater, .mk-quantity, .cart-product-close {
  padding: 0 10px 0 17px;
}

.mk-promo-button-container {
  text-align: center;
  font-size: 11px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-family: FKGrotesk Thin, Helvetica;
  display: block;
  color: #000;
  background-color: transparent;
  padding: 16px 16px;
  border: 1px solid darkgray;
  border-radius: 10px;
  text-transform: uppercase;
  -webkit-appearance: none;
  position: relative;
  margin-top: 15px;
  width: 158px;
}
.mk-promo-button-container:hover {
  cursor: pointer;
  background-color: #eaeaea;
}

.mk-promo-button {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.mk-promo-button:hover {
  cursor: pointer;
}

/* Anniversary Styling */
.mk-anniversary-post-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 24px 12px;
  margin-top: 15px;
  padding: 0 12px;
}
@media only screen and (max-width: 1070px) {
  .mk-anniversary-post-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 700px) {
  .mk-anniversary-post-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
    font-size: 10px;
  }
}

.mk-anniversary-post-title {
  font-family: "FKGrotesk Regular", Helvetica;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.mk-anniversary-post-lineitem {
  display: flex;
}
.mk-anniversary-post-lineitem span:first-child {
  width: 80px;
}
@media only screen and (max-width: 1070px) {
  .mk-anniversary-post-lineitem {
    flex-wrap: wrap;
  }
  .mk-anniversary-post-lineitem span:first-child {
    width: auto;
    padding-right: 3px;
  }
}
.mk-anniversary-post-lineitem a {
  text-decoration: underline;
  font-family: "FKGrotesk Regular", Helvetica;
}

.mk-anniversary-post {
  border: 1px solid darkgray;
  padding: 10px;
}
@media only screen and (max-width: 700px) {
  .mk-anniversary-post {
    padding: 7px;
  }
}

.mk-anniversary-post-image {
  padding-top: 15px;
}

.mk-newsletter-form-page {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1070px) {
  .mk-newsletter-form-page {
    padding: 0 24px;
  }
}
@media only screen and (max-width: 700px) {
  .mk-newsletter-form-page {
    padding: 0;
  }
  .mk-newsletter-form-page .mk-double-page-half {
    min-height: 70vh;
  }
  .mk-newsletter-form-page .mk-double-page-half:first-child {
    display: none;
  }
}

.mk-page-embed {
  padding: 0 12px;
}

.mk-namespace--newsletter .mk-footer-newsletter .mk-newsletter-popup-form {
  display: none;
}

/*# sourceMappingURL=default.css.map */
