:root {
  --kk-cream: #faf4e4;
  --kk-orange: #e04914;
  --kk-ink: #1f0a03;
  --kk-charcoal: #242109;
  --kk-white: #fffdf7;
  --kk-radius: 24px;
  --kk-shadow: 0 10px 32px rgba(69, 25, 8, 0.12);
}

html {
  scroll-behavior: smooth;
}

body.kardkafe-storefront {
  margin: 0;
  background: var(--kk-cream);
  color: var(--kk-ink);
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 1.45;
  overflow-x: hidden;
}

.kardkafe-storefront *,
.kardkafe-storefront *::before,
.kardkafe-storefront *::after {
  box-sizing: border-box;
}

.kardkafe-storefront img {
  display: block;
  max-width: 100%;
}

.kardkafe-storefront a {
  color: inherit;
  text-decoration: none;
}

.kk-skip-link {
  position: fixed;
  left: 16px;
  top: -120px;
  z-index: 9999;
  border-radius: 999px;
  background: var(--kk-ink);
  color: var(--kk-cream) !important;
  padding: 10px 18px;
  transition: top 160ms ease;
}

.kk-skip-link:focus {
  top: 16px;
}

.kk-header {
  position: relative;
  z-index: 50;
  display: grid;
  grid-template-columns: 160px 1fr auto;
  align-items: center;
  min-height: 88px;
  padding: 10px 30px;
  border-bottom: 1px solid rgba(36, 33, 9, 0.05);
  background: var(--kk-cream);
}

.kk-logo {
  position: relative;
  display: block;
  width: 132px;
  height: 66px;
  overflow: hidden;
}

.kk-logo img {
  position: absolute;
  top: -98.81%;
  left: -24.87%;
  width: 149.73%;
  max-width: none;
  height: 298.21%;
}

.kk-nav {
  justify-self: center;
}

.kk-nav__list,
.kk-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(30px, 5.4vw, 80px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.kk-nav a,
.kk-header-action {
  position: relative;
  color: var(--kk-charcoal);
  font-size: 16px;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.kk-nav a::after {
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background: var(--kk-orange);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.kk-nav a:hover::after,
.kk-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.kk-header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.kk-header-action--text {
  font-size: 13px;
}

.kk-cart-link {
  position: relative;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(36, 33, 9, 0.12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.34);
}

.kk-cart-glyph {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
}

.kk-cart-glyph img {
  position: absolute;
  max-width: none;
}

.kk-cart-glyph__handle {
  top: 4px;
  left: 3px;
  width: 5px;
  height: 4px;
}

.kk-cart-glyph__base {
  top: 14px;
  left: 7px;
  width: 12px;
  height: 4px;
}

.kk-cart-glyph__basket {
  top: 7px;
  left: 5px;
  width: 15px;
  height: 8px;
}

.kk-cart-glyph__wheel {
  top: 19px;
  width: 2px;
  height: 2px;
}

.kk-cart-glyph__wheel--one {
  left: 8px;
}

.kk-cart-glyph__wheel--two {
  left: 16px;
}

.kk-cart-count {
  position: absolute;
  top: -4px;
  right: -4px;
  display: grid;
  min-width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 999px;
  background: var(--kk-orange);
  color: var(--kk-cream);
  font-size: 10px;
  font-weight: 600;
}

.kk-menu-toggle {
  display: none;
  appearance: none;
  border: 1px solid rgba(224, 73, 20, 0.55);
  border-radius: 999px;
  background: rgba(224, 73, 20, 0.1);
  color: var(--kk-orange);
  font: 600 14px/1 "Poppins", sans-serif;
  padding: 10px 16px;
}

.kk-hero {
  position: relative;
  min-height: 750px;
  overflow: hidden;
  background-color: var(--kk-cream);
  background-image: linear-gradient(rgba(250, 244, 228, 0.12), rgba(250, 244, 228, 0.12)), url("../wood-background.png");
  background-position: center;
  background-size: cover;
  isolation: isolate;
}

.kk-hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(250, 244, 228, 0.16) 0%, rgba(250, 244, 228, 0.03) 58%, rgba(250, 244, 228, 0.3) 100%);
  content: "";
  pointer-events: none;
}

.kk-hero::before {
  position: absolute;
  top: 26px;
  right: -34px;
  z-index: 1;
  width: 252px;
  height: 184px;
  border: 5px solid rgba(135, 66, 30, 0.22);
  border-radius: 50%;
  box-shadow: inset 0 0 0 10px rgba(135, 66, 30, 0.06), 0 0 0 11px rgba(135, 66, 30, 0.07);
  content: "";
  pointer-events: none;
  transform: rotate(-12deg);
}

.kk-hero__coffee {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.kk-hero__coffee {
  top: 25px;
  left: -155px;
  width: 440px;
  filter: drop-shadow(8px 14px 26px rgba(64, 28, 15, 0.2));
  transform: rotate(-14deg);
}

.kk-hero__content {
  position: relative;
  z-index: 5;
  display: flex;
  max-width: 980px;
  margin: 0 auto;
  padding: 40px 24px 0;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.kk-sales-pill {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 9px;
  padding-left: 12px;
  border: 1px solid rgba(224, 73, 20, 0.75);
  border-radius: 999px;
  background: rgba(224, 73, 20, 0.14);
  box-shadow: 0 2px 4px rgba(224, 73, 20, 0.25);
  color: var(--kk-orange);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.02em;
  overflow: hidden;
}

.kk-sales-pill > img {
  width: 27px;
  height: 26px;
  object-fit: contain;
}

.kk-sales-pill > a {
  align-self: stretch;
  display: flex;
  align-items: center;
  padding: 0 16px;
  border-radius: inherit;
  background: var(--kk-orange);
  color: var(--kk-cream);
  font-size: 14px;
  font-weight: 600;
}

.kk-hero-title {
  display: flex;
  margin: 36px 0 0;
  flex-direction: column;
  align-items: center;
  color: var(--kk-ink);
  font-family: "Boldonse", Impact, sans-serif;
  font-size: clamp(38px, 3.48vw, 50px);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.15;
}

.kk-hero-title__line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  white-space: nowrap;
}

.kk-hero-title__line + .kk-hero-title__line {
  margin-top: -2px;
}

.kk-word {
  width: auto;
  flex: 0 0 auto;
}

.kk-word--need {
  height: 82px;
}

.kk-word--we {
  height: 82px;
}

.kk-hero__copy {
  max-width: 708px;
  margin: 22px auto 0;
  color: #111;
  font-size: 17px;
  letter-spacing: -0.02em;
  line-height: 1.45;
}

.kk-button-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.kk-hero .kk-button-row {
  margin-top: 30px;
}

.kk-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 9px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  box-shadow: 0 2px 4px rgba(224, 73, 20, 0.22);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.02em;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.kk-button:hover,
.kk-button:focus-visible,
.kk-product-button:hover,
.kk-product-button:focus-visible {
  box-shadow: 0 7px 18px rgba(102, 34, 10, 0.2);
  transform: translateY(-2px);
}

.kk-button--solid {
  background: var(--kk-orange);
  color: var(--kk-cream) !important;
}

.kk-button--soft {
  border-color: rgba(224, 73, 20, 0.7);
  background: rgba(224, 73, 20, 0.15);
  color: var(--kk-orange) !important;
}

.kk-button--cream {
  background: var(--kk-cream);
  color: var(--kk-orange) !important;
}

.kk-card-fan {
  position: absolute;
  z-index: 2;
  bottom: -103px;
  left: 50%;
  width: 1500px;
  height: 420px;
  transform: translateX(-50%);
  pointer-events: none;
}

.kk-card-fan img {
  position: absolute;
  bottom: 0;
  width: 235px;
  height: 334px;
  border-radius: 14px;
  box-shadow: -12px -13px 15px rgba(0, 0, 0, 0.12), 0 6px 13px rgba(0, 0, 0, 0.24);
  object-fit: cover;
}

.kk-card-fan img:nth-child(1) {
  left: 36px;
  transform: rotate(3deg);
}

.kk-card-fan img:nth-child(2) {
  left: 260px;
  transform: rotate(13deg);
}

.kk-card-fan img:nth-child(3) {
  left: 493px;
  transform: rotate(-9deg);
}

.kk-card-fan img:nth-child(4) {
  left: 710px;
  transform: rotate(15deg);
}

.kk-card-fan img:nth-child(5) {
  left: 948px;
  transform: rotate(-10deg);
}

.kk-card-fan img:nth-child(6) {
  left: 1173px;
  transform: rotate(15deg);
}

.kk-trust-ticker {
  position: relative;
  z-index: 10;
  overflow: hidden;
  background: var(--kk-orange);
  color: var(--kk-cream);
}

.kk-trust-ticker__track {
  display: flex;
  width: max-content;
  min-width: 100%;
  align-items: center;
  gap: 22px;
  padding: 20px 0;
  animation: kkTicker 34s linear infinite;
}

.kk-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.kk-trust-item img {
  width: 67px;
  height: auto;
}

.kk-trust-divider {
  width: 15px;
  height: 23px;
  flex: 0 0 auto;
  border-radius: 1px;
  background: var(--kk-cream);
  transform: rotate(-15deg);
}

@keyframes kkTicker {
  to {
    transform: translateX(-33.333%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .kk-trust-ticker__track {
    animation: none;
  }
}

.kk-products {
  padding: 82px clamp(20px, 5vw, 80px) 100px;
  background: var(--kk-cream);
}

.kk-section-heading {
  max-width: 760px;
  margin: 0 auto 46px;
  text-align: center;
}

.kk-eyebrow {
  margin: 0 0 10px;
  color: var(--kk-orange);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.kk-section-heading h2,
.kk-footer-lead h2 {
  margin: 0;
  font-family: "Boldonse", Impact, sans-serif;
  font-size: clamp(34px, 3.48vw, 50px);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.15;
}

.kk-section-heading > p:last-child {
  margin: 18px auto 0;
  color: rgba(31, 10, 3, 0.72);
  font-size: 16px;
}

.kk-product-grid {
  display: grid;
  max-width: 1240px;
  margin: 0 auto;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.kk-product-card {
  display: flex;
  min-width: 0;
  min-height: 425px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(224, 73, 20, 0.18);
  border-radius: 20px;
  background: rgba(255, 253, 247, 0.8);
  box-shadow: 0 10px 28px rgba(69, 25, 8, 0.08);
}

.kk-product-card__image {
  display: grid;
  height: 300px;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(145deg, #fff9eb, #f5ead1);
}

.kk-product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 240ms ease;
}

.kk-product-card:hover .kk-product-card__image img {
  transform: scale(1.035) rotate(-1deg);
}

.kk-product-card--fallback .kk-product-card__image img {
  width: auto;
  max-width: 78%;
  height: 86%;
  border-radius: 12px;
  filter: drop-shadow(0 11px 12px rgba(54, 20, 7, 0.18));
}

.kk-product-card__body {
  display: flex;
  min-height: 126px;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  padding: 19px;
}

.kk-product-card h3 {
  margin: 0;
  font-family: "Cal Sans", "Poppins", sans-serif;
  font-size: 23px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.kk-product-card__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.kk-product-price {
  color: var(--kk-orange);
  font-weight: 600;
}

.kk-product-button {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 7px 14px;
  border-radius: 999px;
  background: var(--kk-orange);
  color: var(--kk-cream) !important;
  font-size: 13px;
  font-weight: 600;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.kk-cardmarket-cta {
  position: relative;
  display: flex;
  min-height: 422px;
  margin: 24px 20px 86px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: var(--kk-radius);
  background: var(--kk-orange);
  color: var(--kk-cream);
}

.kk-cardmarket-cta__content {
  position: relative;
  z-index: 2;
  display: flex;
  max-width: 980px;
  flex-direction: column;
  align-items: center;
  padding: 44px 20px;
  text-align: center;
}

.kk-sales-pill--inverse {
  border-color: rgba(250, 244, 228, 0.75);
  background: rgba(250, 244, 228, 0.22);
  color: var(--kk-cream);
  padding-right: 14px;
}

.kk-cardmarket-cta h2 {
  display: flex;
  margin: 24px 0 28px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0 15px;
  font-family: "Boldonse", Impact, sans-serif;
  font-size: clamp(36px, 3.5vw, 50px);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.12;
}

.kk-cardmarket-cta h2 img {
  width: auto;
  max-height: 79px;
}

.kk-cardmarket-cta__card {
  position: absolute;
  z-index: 1;
  width: 235px;
  height: 332px;
  border-radius: 22px;
  box-shadow: 0 18px 34px rgba(65, 18, 2, 0.3);
  object-fit: cover;
}

.kk-cardmarket-cta__card--left {
  bottom: -72px;
  left: -82px;
  transform: rotate(87deg);
}

.kk-cardmarket-cta__card--right {
  top: 18px;
  right: -28px;
  transform: rotate(-55deg);
}

.kk-footer-lead {
  padding: 70px 20px 0;
  text-align: center;
}

.kk-footer-lead h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.kk-footer-lead h2 img {
  width: auto;
  height: 80px;
}

.kk-footer-card {
  position: relative;
  display: grid;
  min-height: 250px;
  margin-top: 32px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  overflow: hidden;
  border-radius: var(--kk-radius);
  background: var(--kk-orange);
  color: var(--kk-cream);
  text-align: left;
}

.kk-footer-card__column {
  position: relative;
  z-index: 3;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 7px;
  padding: 36px 40px;
}

.kk-footer-card__column--social {
  z-index: 4;
  align-items: flex-end;
  text-align: right;
}

.kk-footer-card h3 {
  margin: 0 0 7px;
  font-family: "Cal Sans", "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.kk-footer-card__column a {
  font-size: 16px;
}

.kk-footer-card__mascot {
  position: absolute;
  bottom: -39px;
  left: 50%;
  z-index: 1;
  width: min(570px, 44vw);
  height: auto;
  pointer-events: none;
  transform: translateX(-50%);
}

.kk-footer-meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  padding: 26px 20px 22px;
  background: var(--kk-cream);
  color: var(--kk-orange);
  font-size: 15px;
}

.kk-footer-meta p {
  margin: 0 0 10px;
}

.kk-footer-meta__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

.kk-footer-meta .kk-button {
  min-height: 38px;
  padding: 7px 16px;
  font-size: 13px;
}

@media (max-width: 1100px) {
  .kk-header {
    grid-template-columns: 140px 1fr auto;
  }

  .kk-nav__list,
  .kk-nav ul {
    gap: 26px;
  }

  .kk-header-action--text {
    display: none;
  }

  .kk-hero__coffee {
    left: -210px;
  }

  .kk-hero-title {
    font-size: 40px;
  }

  .kk-word--need,
  .kk-word--we {
    height: 68px;
  }

  .kk-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kk-cardmarket-cta h2 {
    max-width: 700px;
  }
}

@media (max-width: 760px) {
  body.kardkafe-storefront {
    font-size: 16px;
  }

  .kk-header {
    grid-template-columns: 110px 1fr auto;
    min-height: 74px;
    padding: 8px 16px;
  }

  .kk-logo {
    width: 102px;
    height: 54px;
  }

  .kk-menu-toggle {
    display: inline-flex;
    justify-self: end;
    margin-right: 11px;
  }

  .kk-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 16px;
    left: 16px;
    display: none;
    padding: 16px;
    border: 1px solid rgba(224, 73, 20, 0.2);
    border-radius: 18px;
    background: rgba(250, 244, 228, 0.98);
    box-shadow: var(--kk-shadow);
  }

  .kk-nav.is-open {
    display: block;
  }

  .kk-nav__list,
  .kk-nav ul {
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
  }

  .kk-nav a {
    display: block;
    padding: 10px 12px;
    border-radius: 10px;
  }

  .kk-nav a:hover,
  .kk-nav a:focus-visible {
    background: rgba(224, 73, 20, 0.1);
  }

  .kk-header-actions {
    gap: 0;
  }

  .kk-hero {
    min-height: 710px;
  }

  .kk-hero__content {
    padding: 28px 18px 0;
  }

  .kk-sales-pill {
    min-height: 38px;
    font-size: 11px;
  }

  .kk-sales-pill > img {
    width: 22px;
    height: 22px;
  }

  .kk-sales-pill > a {
    padding: 0 12px;
    font-size: 11px;
  }

  .kk-hero__coffee {
    top: 358px;
    left: -115px;
    width: 270px;
    opacity: 0.96;
  }

  .kk-hero::before {
    top: 73px;
    right: -66px;
    width: 175px;
    height: 128px;
    border-width: 3px;
  }

  .kk-hero-title {
    width: 100%;
    margin-top: 30px;
    font-size: clamp(28px, 8.3vw, 40px);
    line-height: 1.18;
  }

  .kk-hero-title__line {
    flex-wrap: wrap;
    gap: 1px 10px;
    white-space: normal;
  }

  .kk-hero-title__line + .kk-hero-title__line {
    margin-top: 2px;
  }

  .kk-word--need,
  .kk-word--we {
    height: clamp(47px, 13vw, 65px);
  }

  .kk-hero__copy {
    max-width: 540px;
    margin-top: 18px;
    font-size: 14px;
  }

  .kk-hero .kk-button-row {
    margin-top: 24px;
  }

  .kk-button {
    min-height: 42px;
    padding: 8px 18px;
    font-size: 14px;
  }

  .kk-card-fan {
    bottom: -106px;
    width: 680px;
    height: 310px;
  }

  .kk-card-fan img {
    width: 155px;
    height: 222px;
    border-radius: 10px;
  }

  .kk-card-fan img:nth-child(1) {
    left: 50px;
  }

  .kk-card-fan img:nth-child(2) {
    left: 168px;
  }

  .kk-card-fan img:nth-child(3) {
    left: 281px;
  }

  .kk-card-fan img:nth-child(4) {
    left: 399px;
  }

  .kk-card-fan img:nth-child(5) {
    left: 510px;
  }

  .kk-card-fan img:nth-child(6) {
    display: none;
  }

  .kk-trust-ticker__track {
    padding: 15px 0;
  }

  .kk-trust-item {
    font-size: 16px;
  }

  .kk-trust-item img {
    width: 53px;
  }

  .kk-products {
    padding: 62px 16px 74px;
  }

  .kk-product-grid {
    grid-template-columns: 1fr;
  }

  .kk-product-card {
    min-height: 0;
  }

  .kk-product-card__image {
    height: 330px;
  }

  .kk-cardmarket-cta {
    min-height: 480px;
    margin: 16px 10px 68px;
  }

  .kk-cardmarket-cta__content {
    padding: 42px 16px;
  }

  .kk-cardmarket-cta h2 {
    max-width: 530px;
    margin: 28px 0;
    gap: 4px 10px;
    font-size: clamp(29px, 8.5vw, 42px);
  }

  .kk-cardmarket-cta h2 img {
    max-height: 63px;
  }

  .kk-cardmarket-cta__card {
    width: 148px;
    height: 211px;
  }

  .kk-cardmarket-cta__card--left {
    bottom: -48px;
    left: -75px;
  }

  .kk-cardmarket-cta__card--right {
    top: -7px;
    right: -73px;
  }

  .kk-footer-lead {
    padding: 38px 10px 0;
  }

  .kk-footer-lead h2 {
    flex-wrap: wrap;
    gap: 4px 11px;
    font-size: 34px;
  }

  .kk-footer-lead h2 img {
    height: 62px;
  }

  .kk-footer-card {
    min-height: 500px;
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .kk-footer-card__column {
    height: auto;
    padding: 28px 24px;
  }

  .kk-footer-card__column--social {
    align-items: flex-end;
  }

  .kk-footer-card h3 {
    font-size: 27px;
  }

  .kk-footer-card__mascot {
    bottom: -24px;
    width: min(640px, 150vw);
  }

  .kk-footer-meta {
    flex-direction: column;
    align-items: stretch;
  }

  .kk-footer-meta__actions {
    align-items: flex-start;
  }
}

@media (max-width: 430px) {
  .kk-header {
    grid-template-columns: 96px 1fr auto;
  }

  .kk-logo {
    width: 90px;
  }

  .kk-menu-toggle {
    margin-right: 7px;
    padding: 9px 13px;
  }

  .kk-sales-pill > span {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .kk-hero {
    min-height: 735px;
  }

  .kk-hero-title {
    font-size: 28px;
  }

  .kk-hero-title__line {
    display: block;
  }

  .kk-word--need,
  .kk-word--we {
    display: inline-block;
    height: 48px;
    margin: 2px 5px -8px;
  }

  .kk-button-row {
    width: 100%;
    flex-direction: column;
    gap: 9px;
  }

  .kk-button-row .kk-button {
    width: min(100%, 255px);
  }

  .kk-product-card__image {
    height: 285px;
  }

  .kk-product-card__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .kk-cardmarket-cta h2 {
    display: block;
    font-size: 32px;
  }

  .kk-cardmarket-cta h2 img {
    display: inline-block;
    width: auto;
    max-width: 78%;
    max-height: 58px;
    margin: 3px auto -8px;
  }

  .kk-footer-lead h2 {
    display: block;
    font-size: 31px;
  }

  .kk-footer-lead h2 img {
    width: auto;
    height: 57px;
    margin: 4px auto 0;
  }

  .kk-footer-card {
    min-height: 520px;
  }

  .kk-footer-card__column {
    padding: 25px 17px;
  }

  .kk-footer-card h3 {
    font-size: 24px;
  }

  .kk-footer-card__column a {
    font-size: 13px;
  }
}
