:root {
  --kynex-orange: #ff5a00;
  --kynex-orange-dark: #e94e00;
  --kynex-orange-deep: #8f3000;
  --kynex-black: #8f3000;
  --kynex-ink: #8f3000;
  --kynex-paper: #fffaf5;
  --kynex-line: #ffd1b8;
  --kynex-surface: #ffffff;
  --kynex-surface-soft: #fff0e6;
  --kynex-muted: #a64b1d;
  --kynex-shadow: 0 12px 32px rgba(185, 65, 0, .10);
  --kynex-container: 1600px;
}

html {
  scroll-behavior: smooth;
}

.winnie-pooh {
  display: none;
}

.site-overlay,
.js-cross-selling-modal-body {
  display: none;
}

.kynex-wordmark img {
  display: block;
  width: auto;
  max-width: 200px;
}

.template-home {
  background: var(--kynex-paper);
}

.template-home .site-overlay {
  z-index: 1190;
}

.kynex-container {
  width: min(calc(100% - 48px), var(--kynex-container));
  margin-inline: auto;
}

/* Header */

.kynex-header.head-main {
  display: block;
  position: relative;
  z-index: 1040;
  width: 100%;
  color: #fff;
  fill: #fff;
  background: var(--kynex-black);
  border: 0;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
}

.kynex-topbar {
  display: grid;
  min-height: 34px;
  place-items: center;
  padding: 6px 20px;
  color: #fff;
  background: linear-gradient(90deg, #ff6600 0%, #ff4b00 100%);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.kynex-topbar .icon-inline {
  width: 17px;
  height: 17px;
  margin-right: 7px;
  fill: currentColor;
  vertical-align: -4px;
}

.kynex-header-main {
  width: 100%;
  background: linear-gradient(135deg, #ff6a12 0%, var(--kynex-orange) 55%, var(--kynex-orange-dark) 100%);
}

.kynex-header-inner {
  display: grid;
  grid-template-columns: minmax(210px, 300px) minmax(320px, 720px) minmax(190px, 230px) 72px;
  gap: clamp(18px, 2.1vw, 40px);
  align-items: center;
  width: min(calc(100% - 48px), var(--kynex-container));
  min-height: 94px;
  margin-inline: auto;
}

.kynex-wordmark {
  display: inline-flex;
  align-items: baseline;
  width: max-content;
  color: #fff !important;
  font-size: clamp(24px, 2vw, 36px);
  font-style: normal;
  font-weight: 900;
  letter-spacing: -1.7px;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.kynex-wordmark em {
  color: var(--kynex-orange);
  font-style: normal;
}

.kynex-search {
  position: relative;
  width: 100%;
}

.kynex-search .form-group,
.kynex-mobile-search .form-group {
  margin: 0;
}

.kynex-header .search-input,
.kynex-header .form-control.search-input {
  width: 100%;
  height: 48px;
  padding: 0 52px 0 24px;
  color: #f5f5f5;
  background: linear-gradient(90deg, #2a2b2d 0%, #242527 100%);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  box-shadow: inset 0 1px rgba(255,255,255,.04);
  font-size: 14px;
}

.kynex-header .search-input::placeholder,
.kynex-header .form-control.search-input::placeholder {
  color: rgba(255,255,255,.78);
}

.kynex-header .search-submit-btn:before,
.kynex-header .search-empty-btn:before {
  background-color: #fff;
}

.kynex-header .search-btn {
  right: 13px;
  color: #fff;
}

.kynex-header .search-suggestions {
  z-index: 20;
  color: #171717;
  background: #fff;
}

.kynex-account {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 12px;
  align-items: center;
  color: #fff !important;
  text-decoration: none;
}

.kynex-account > .icon-inline {
  width: 28px;
  height: 28px;
  fill: #fff;
}

.kynex-account span {
  display: flex;
  min-width: 0;
  flex-direction: column;
  line-height: 1.2;
}

.kynex-account strong {
  font-size: 13px;
  font-weight: 700;
}

.kynex-account small {
  margin-top: 3px;
  color: rgba(255,255,255,.82);
  font-size: 11px;
}

.kynex-cart .btn-utility {
  padding: 8px 0;
  color: #fff !important;
}

.kynex-cart .cart-icon,
.kynex-cart .utilities-icon {
  width: 34px;
  height: 34px;
  fill: #fff;
}

.kynex-cart .badge {
  top: -4px;
  right: -9px;
  display: grid;
  min-width: 21px;
  height: 21px;
  place-items: center;
  padding: 0 5px;
  color: #fff;
  background: var(--kynex-orange);
  border: 2px solid var(--kynex-black);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
}

.kynex-nav {
  width: 100%;
  border-top: 1px solid rgba(255,255,255,.1);
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: var(--kynex-orange-dark);

}

.kynex-nav-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(100% - 48px), var(--kynex-container));
  min-height: 60px;
  margin-inline: auto;
}

.kynex-nav a {
  display: inline-grid;
  min-height: 60px;
  place-items: center;
  padding: 0 clamp(18px, 2.2vw, 40px);
  color: #fff !important;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  transition: color .2s ease;
}

.kynex-nav a:hover,
.kynex-nav a:focus-visible,
.kynex-nav a.is-active {
  color: var(--kynex-orange) !important;
}

.kynex-mobile-menu .btn-utility,
.kynex-mobile-menu .utilities-icon {
  color: #fff;
  fill: #fff;
}

.kynex-benefit-bar {
  width: 100%;
  color: #111;
  background: #f7f7f7;
  border-bottom: 1px solid #d9d9d9;
  box-shadow: 0 1px 6px rgba(0,0,0,.08);
  font-family: Montserrat, Arial, Helvetica, sans-serif;
}

.kynex-benefit-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(calc(100% - 48px), var(--kynex-container));
  min-height: 88px;
  margin-inline: auto;
}

.kynex-benefit-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 14px 22px;
}

.kynex-benefit-item .icon-inline {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  fill: #141414;
}

.kynex-benefit-item span {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.kynex-benefit-item strong {
  font-size: 12px;
  font-weight: 900;
}

.kynex-benefit-item small {
  margin-top: 4px;
  color: #3f3f3f;
  font-size: 10px;
}

/* Home */

.kynex-home {
  overflow: hidden;
  color: var(--kynex-ink);
  background: radial-gradient(circle at 50% 28%, #fff 0%, #f6f6f6 48%, #f0f0f0 100%);
  font-family: Montserrat, Arial, Helvetica, sans-serif;
}

.kynex-hero {
  width: 100%;
  background: #050607;
}

.kynex-hero-carousel,
.kynex-hero-track {
  position: relative;
  width: 100%;
  height: clamp(300px, 30vw, 576px);
}

.kynex-hero-carousel {
  overflow: hidden;
}

.kynex-hero-slide {
  position: absolute;
  inset: 0;
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: opacity .55s ease, visibility .55s ease;
}

.kynex-hero-slide.is-active {
  visibility: visible;
  opacity: 1;
}

.kynex-hero-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.kynex-hero-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  padding: 0;
  color: #1b1b1b;
  background: rgba(255,255,255,.8);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 4px 18px rgba(0,0,0,.25);
  cursor: pointer;
  transform: translateY(-50%);
  transition: background .2s ease, transform .2s ease;
}

.kynex-hero-arrow:hover,
.kynex-hero-arrow:focus-visible {
  background: #fff;
  transform: translateY(-50%) scale(1.05);
}

.kynex-hero-arrow .icon-inline {
  width: 17px;
  height: 25px;
  fill: currentColor;
}

.kynex-hero-arrow-prev {
  left: 28px;
}

.kynex-hero-arrow-next {
  right: 28px;
}

.kynex-hero-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 3;
  display: flex;
  gap: 8px;
  transform: translateX(-50%);
}

.kynex-hero-dots button {
  width: 12px;
  height: 12px;
  padding: 0;
  background: #fff;
  border: 2px solid rgba(0,0,0,.16);
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0,0,0,.25);
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}

.kynex-hero-dots button.is-active {
  background: var(--kynex-orange);
  border-color: var(--kynex-orange);
  transform: scale(1.1);
}

.kynex-category-strip {
  padding: 34px 0 28px;
  background: rgba(255,255,255,.94);
}

.kynex-category-list {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: clamp(14px, 2vw, 34px);
}

.kynex-category-item {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  color: #2c2c2c !important;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.kynex-category-icon {
  display: grid;
  width: 86px;
  height: 86px;
  place-items: center;
  color: #171717;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 50%;
  box-shadow: 0 6px 18px rgba(0,0,0,.08);
  transition: color .2s ease, border-color .2s ease, transform .2s ease;
}

.kynex-category-icon .icon-inline {
  width: 39px;
  height: 39px;
  fill: currentColor;
}

.kynex-category-item:hover .kynex-category-icon,
.kynex-category-item:focus-visible .kynex-category-icon,
.kynex-category-item.is-accent .kynex-category-icon {
  color: var(--kynex-orange);
  border-color: rgba(255,90,0,.45);
  transform: translateY(-3px);
}

.kynex-content-section {
  padding-top: 34px;
}

.kynex-lifestyles {
  padding-top: 8px;
}

.kynex-lifestyle-grid,
.kynex-flavor-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.kynex-image-card,
.kynex-flavor-card,
.kynex-wide-banner {
  display: block;
  overflow: hidden;
  border-radius: 13px;
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}

.kynex-image-card {
  height: clamp(225px, 17vw, 330px);
}

.kynex-image-card img,
.kynex-flavor-card img,
.kynex-wide-banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.kynex-image-card:hover img,
.kynex-image-card:focus-visible img,
.kynex-flavor-card:hover img,
.kynex-flavor-card:focus-visible img,
.kynex-wide-banner:hover img,
.kynex-wide-banner:focus-visible img {
  transform: scale(1.018);
}

.kynex-section-title {
  margin: 0;
  color: #151515;
  font-size: clamp(25px, 2vw, 34px);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.kynex-title-rule {
  width: 54px;
  height: 4px;
  margin: 11px auto 25px;
  background: var(--kynex-orange);
  border-radius: 999px;
}

.kynex-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.kynex-product-card {
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(180px, 1.02fr);
  min-height: 340px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0,0,0,.07);
}

.kynex-product-image {
  display: grid;
  min-width: 0;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(145deg, #fff 0%, #f5f5f5 100%);
}

.kynex-product-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}

.kynex-product-image:hover img,
.kynex-product-image:focus-visible img {
  transform: scale(1.025);
}

.kynex-product-info {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 24px 25px 22px 16px;
}

.kynex-product-name {
  color: #121212 !important;
  text-decoration: none;
}

.kynex-product-name strong {
  display: block;
  font-size: clamp(15px, 1.15vw, 20px);
  font-weight: 900;
  line-height: 1.15;
}

.kynex-product-name span {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 800;
}

.kynex-product-card-green .kynex-product-name span {
  color: #79a62e;
}

.kynex-product-card-red .kynex-product-name span {
  color: #e62d4f;
}

.kynex-product-card-purple .kynex-product-name span {
  color: #7148ad;
}

.kynex-product-benefits {
  display: grid;
  gap: 7px;
  margin: 22px 0 20px;
  padding: 0;
  color: #5a5a5a;
  font-size: 12px;
  list-style: none;
}

.kynex-product-benefits li {
  display: flex;
  align-items: center;
  gap: 9px;
}

.kynex-product-benefits .icon-inline {
  width: 17px;
  height: 17px;
  fill: var(--kynex-orange);
}

.kynex-product-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 14px;
}

.kynex-product-price strong {
  color: #141414;
  font-size: 18px;
  font-weight: 900;
}

.kynex-product-price del {
  color: #a5a5a5;
  font-size: 11px;
}

.kynex-buy-button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  color: #fff !important;
  background: linear-gradient(180deg, #ff6900 0%, #f45200 100%);
  border: 0;
  border-radius: 6px;
  box-shadow: 0 5px 12px rgba(245,82,0,.22);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  transition: filter .2s ease, transform .2s ease;
}

.kynex-buy-button:hover,
.kynex-buy-button:focus-visible {
  filter: brightness(1.05);
  transform: translateY(-2px);
}

.kynex-buy-button .icon-inline {
  width: 18px;
  height: 18px;
  fill: #fff;
}

.kynex-manifesto-banner {
  height: clamp(245px, 15vw, 300px);
  border-radius: 12px;
}

.kynex-manifesto-banner img {
  object-position: center 36%;
}

.kynex-flavor-card {
  height: clamp(190px, 13vw, 255px);
  background: #ececec;
  border-radius: 10px;
}

.kynex-flavor-card img {
  object-position: center;
}

.kynex-testimonials {
  padding-bottom: 38px;
}

.kynex-testimonials-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 26px rgba(238,78,0,.2);
}

.kynex-newsletter {
  color: #ffffff;
  background: linear-gradient(135deg, #ff6a12 0%, var(--kynex-orange) 58%, var(--kynex-orange-dark) 100%);
  border-color: rgba(255, 255, 255, .24);
}

.kynex-newsletter-inner {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(420px, .95fr);
  gap: 60px;
  align-items: center;
  min-height: 112px;
}

.kynex-newsletter-copy h2 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 19px;
  font-weight: 800;
}

.kynex-newsletter-copy p {
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 13px;
}

.kynex-newsletter-form {
  display: grid;
  grid-template-columns: 1fr 130px;
  min-height: 48px;
}

.kynex-newsletter-form input[type='email'] {
  width: 100%;
  min-width: 0;
  padding: 0 20px;
  color: #fff;
  background: #202224;
  border: 1px solid rgba(255,255,255,.4);
  border-right: 0;
  border-radius: 7px 0 0 7px;
  outline: 0;
}

.kynex-newsletter-form input[type='email']:focus {
  border-color: var(--kynex-orange);
  box-shadow: inset 0 0 0 1px var(--kynex-orange);
}

.kynex-newsletter-form button {
  color: #fff;
  background: linear-gradient(180deg, #ff6500, #ef4d00);
  border: 0;
  border-radius: 0 7px 7px 0;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

/* Footer */

.kynex-footer {
  color: #fff;
  fill: #fff;
  background: var(--kynex-orange);
  font-family: Montserrat, Arial, Helvetica, sans-serif;
}

.kynex-footer a {
  color: rgba(255,255,255,.82);
}

.kynex-footer-main {
  padding: 48px 0 34px;
  background: radial-gradient(circle at 30% 0%, #1b1d1f 0%, #0d0f10 42%, #090b0c 100%);
}

.kynex-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr .9fr 1fr 1.25fr 1.7fr;
  gap: clamp(28px, 3vw, 58px);
}

.kynex-footer-wordmark {
  margin-bottom: 18px;
  font-size: clamp(24px, 1.65vw, 31px);
}

.kynex-footer-brand p {
  margin: 0 0 20px;
  color: rgba(255,255,255,.78);
  font-size: 13px;
  line-height: 1.55;
}

.kynex-footer-social {
  display: flex;
  gap: 4px;
}

.kynex-footer-social .social-icon {
  color: #fff;
  background: transparent;
  border: 0;
}

.kynex-footer-column,
.kynex-footer-commerce {
  min-width: 0;
}

.kynex-footer-column h2,
.kynex-footer-commerce h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .2px;
}

.kynex-footer-column > a {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 1.3;
  text-decoration: none;
}

.kynex-footer-column > a:hover,
.kynex-footer-column > a:focus-visible {
  color: var(--kynex-orange);
}

.kynex-footer-contact > a,
.kynex-footer-contact > p {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.kynex-footer-contact .icon-inline {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  fill: #fff;
}

.kynex-footer-contact p {
  margin: 12px 0 0;
  color: rgba(255,255,255,.78);
  font-size: 11px;
  line-height: 1.45;
}

.kynex-footer-commerce {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.kynex-payment-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.kynex-payment-labels span {
  padding: 5px 7px;
  color: #202020;
  background: #fff;
  border-radius: 3px;
  font-size: 8px;
  font-weight: 900;
}

.kynex-footer .payment-shipping-logos-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.kynex-footer-security > div {
  display: flex;
  gap: 9px;
  align-items: center;
}

.kynex-footer-security .icon-inline {
  width: 34px;
  height: 34px;
  fill: #75c043;
}

.kynex-footer-security span {
  display: flex;
  flex-direction: column;
}

.kynex-footer-security strong {
  font-size: 9px;
}

.kynex-footer-security small {
  margin-top: 3px;
  color: rgba(255,255,255,.65);
  font-size: 9px;
}

.kynex-shipping-logos {
  margin-top: 14px;
}

.kynex-footer-legal {
  padding: 15px 0;
  color: rgba(255, 255, 255, .76);
  background: var(--kynex-orange-dark);
  border-top: 1px solid rgba(255,255,255,.08);
  font-size: 10px;
}

.kynex-footer-legal .kynex-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.kynex-powered-by a {
  color: rgba(255,255,255,.65);
}

@media (max-width: 1199px) {
  .kynex-header-inner {
    grid-template-columns: minmax(190px, 240px) minmax(300px, 1fr) minmax(170px, 200px) 58px;
    gap: 18px;
  }

  .kynex-nav a {
    padding-inline: 20px;
  }

  .kynex-product-card {
    grid-template-columns: .9fr 1.1fr;
    min-height: 300px;
  }

  .kynex-product-info {
    padding: 18px 18px 18px 12px;
  }

  .kynex-product-benefits {
    margin: 15px 0;
  }

  .kynex-footer-grid {
    grid-template-columns: 1.2fr .8fr .95fr 1.15fr;
  }

  .kynex-footer-commerce {
    grid-column: 1 / -1;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 991px) {
  .kynex-container,
  .kynex-header-inner,
  .kynex-benefit-inner,
  .kynex-nav-inner {
    width: min(calc(100% - 32px), var(--kynex-container));
  }

  .kynex-benefit-inner {
    gap: 0;
  }

  .kynex-benefit-item {
    gap: 10px;
    padding-inline: 10px;
  }

  .kynex-benefit-item .icon-inline {
    width: 31px;
    height: 31px;
  }

  .kynex-category-icon {
    width: 72px;
    height: 72px;
  }

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

  .kynex-product-card {
    grid-template-columns: minmax(240px, .8fr) 1.2fr;
    min-height: 330px;
  }

  .kynex-product-info {
    padding: 28px;
  }

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

  .kynex-footer-commerce {
    grid-column: auto;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .kynex-header.head-main {
    position: sticky;
    top: 0;
  }

  .kynex-topbar {
    min-height: 28px;
    padding: 5px 12px;
    font-size: 9px;
  }

  .kynex-header-inner {
    grid-template-columns: 46px 1fr auto 50px;
    gap: 5px;
    width: calc(100% - 20px);
    min-height: 58px;
  }

  .kynex-mobile-menu .btn-utility {
    padding-left: 0;
  }

  .kynex-wordmark {
    font-size: clamp(19px, 6vw, 25px);
    letter-spacing: -1.1px;
  }

  .kynex-account {
    display: grid;
    grid-template-columns: 28px;
    gap: 0;
  }

  .kynex-account > .icon-inline {
    width: 24px;
    height: 24px;
  }

  .kynex-account span {
    display: none;
  }

  .kynex-cart .cart-icon,
  .kynex-cart .utilities-icon {
    width: 28px;
    height: 28px;
  }

  .kynex-mobile-search {
    padding: 0 12px 12px;
  }

  .kynex-header .search-input,
  .kynex-header .form-control.search-input {
    height: 42px;
    padding-left: 16px;
    border-radius: 6px;
    font-size: 12px;
  }

  .kynex-benefit-inner {
    display: flex;
    width: 100%;
    min-height: 70px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .kynex-benefit-inner::-webkit-scrollbar {
    display: none;
  }

  .kynex-benefit-item {
    min-width: 76vw;
    justify-content: flex-start;
    padding: 12px 22px;
    scroll-snap-align: center;
  }

  .kynex-benefit-item strong {
    font-size: 11px;
  }

  .kynex-hero-carousel,
  .kynex-hero-track {
    height: auto;
    aspect-ratio: 1916 / 821;
  }

  .kynex-hero-arrow {
    width: 34px;
    height: 34px;
  }

  .kynex-hero-arrow-prev {
    left: 8px;
  }

  .kynex-hero-arrow-next {
    right: 8px;
  }

  .kynex-hero-arrow .icon-inline {
    width: 11px;
    height: 18px;
  }

  .kynex-hero-dots {
    bottom: 8px;
    gap: 5px;
  }

  .kynex-hero-dots button {
    width: 8px;
    height: 8px;
    border-width: 1px;
  }

  .kynex-category-strip {
    padding: 22px 0 18px;
  }

  .kynex-category-list {
    display: flex;
    width: 100%;
    gap: 12px;
    overflow-x: auto;
    padding: 0 16px 8px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .kynex-category-list::-webkit-scrollbar {
    display: none;
  }

  .kynex-category-item {
    min-width: 82px;
    scroll-snap-align: start;
    font-size: 10px;
  }

  .kynex-category-icon {
    width: 66px;
    height: 66px;
  }

  .kynex-category-icon .icon-inline {
    width: 29px;
    height: 29px;
  }

  .kynex-container {
    width: calc(100% - 24px);
  }

  .kynex-content-section {
    padding-top: 24px;
  }

  .kynex-lifestyles {
    padding-top: 5px;
  }

  .kynex-lifestyle-grid,
  .kynex-flavor-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .kynex-image-card {
    height: auto;
    aspect-ratio: 1.75 / 1;
  }

  .kynex-section-title {
    font-size: 23px;
  }

  .kynex-title-rule {
    margin-bottom: 18px;
  }

  .kynex-product-card {
    grid-template-columns: 46% 54%;
    min-height: 250px;
  }

  .kynex-product-info {
    padding: 15px 14px 15px 8px;
  }

  .kynex-product-name strong {
    font-size: 12px;
  }

  .kynex-product-name span,
  .kynex-product-benefits {
    font-size: 9px;
  }

  .kynex-product-benefits {
    gap: 5px;
    margin: 10px 0;
  }

  .kynex-product-benefits .icon-inline {
    width: 13px;
    height: 13px;
  }

  .kynex-product-price {
    gap: 5px;
    margin-bottom: 9px;
  }

  .kynex-product-price strong {
    font-size: 14px;
  }

  .kynex-product-price del {
    font-size: 8px;
  }

  .kynex-buy-button {
    min-height: 34px;
    gap: 6px;
    padding-inline: 13px;
    font-size: 9px;
  }

  .kynex-buy-button .icon-inline {
    width: 14px;
    height: 14px;
  }

  .kynex-manifesto-banner {
    height: auto;
    aspect-ratio: 1916 / 821;
  }

  .kynex-manifesto-banner img {
    object-position: center;
  }

  .kynex-flavor-card {
    height: auto;
    aspect-ratio: 1672 / 941;
  }

  .kynex-testimonials {
    padding-bottom: 24px;
  }

  .kynex-newsletter-inner {
    grid-template-columns: 1fr;
    gap: 17px;
    padding-block: 25px;
  }

  .kynex-newsletter-copy h2 {
    font-size: 17px;
  }

  .kynex-newsletter-copy p {
    font-size: 11px;
    line-height: 1.45;
  }

  .kynex-newsletter-form {
    grid-template-columns: 1fr 92px;
    min-height: 42px;
  }

  .kynex-newsletter-form input[type='email'] {
    padding-inline: 13px;
    font-size: 12px;
  }

  .kynex-newsletter-form button {
    font-size: 10px;
  }

  .kynex-footer-main {
    padding: 34px 0 25px;
  }

  .kynex-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px 24px;
  }

  .kynex-footer-brand,
  .kynex-footer-commerce {
    grid-column: 1 / -1;
  }

  .kynex-footer-commerce {
    grid-template-columns: 1fr 1fr;
  }

  .kynex-footer-legal .kynex-container {
    flex-direction: column;
    gap: 7px;
    text-align: center;
  }
}

@media (max-width: 420px) {
  .kynex-footer-grid,
  .kynex-footer-commerce {
    grid-template-columns: 1fr;
  }

  .kynex-footer-commerce {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .kynex-hero-slide,
  .kynex-image-card img,
  .kynex-flavor-card img,
  .kynex-wide-banner img,
  .kynex-product-image img {
    transition: none;
  }
}

/* Light orange design system
   Color-only overrides: layout, imagery and responsive behavior stay unchanged. */

:root {
  --main-background: var(--kynex-paper);
  --main-foreground: var(--kynex-ink);
  --header-background: var(--kynex-orange);
  --header-foreground: #ffffff;
  --nav-desktop-background: var(--kynex-orange-dark);
  --nav-desktop-foreground: #ffffff;
  --footer-background: var(--kynex-orange);
  --footer-foreground: #ffffff;
}

.template-home,
.kynex-home {
  color: var(--kynex-ink);
  background: radial-gradient(circle at 50% 28%, #ffffff 0%, #fff7f0 48%, var(--kynex-paper) 100%);
}

.kynex-header.head-main {
  color: #ffffff;
  fill: #ffffff;
  background: var(--kynex-orange);
  box-shadow: 0 8px 26px rgba(185, 65, 0, .16);
}

.kynex-header-main {
  background: linear-gradient(135deg, #ff6a12 0%, var(--kynex-orange) 55%, var(--kynex-orange-dark) 100%);
}

.kynex-wordmark {
  color: #ffffff !important;
}

.kynex-wordmark img {
  filter: brightness(0) invert(1);
}

.kynex-header .search-input,
.kynex-header .form-control.search-input {
  color: var(--kynex-orange-deep);
  background: #ffffff;
  border-color: rgba(255, 255, 255, .82);
  box-shadow: inset 0 1px rgba(255, 255, 255, .8);
}

.kynex-header .search-input::placeholder,
.kynex-header .form-control.search-input::placeholder {
  color: #b05a2f;
}

.kynex-header .search-submit-btn:before,
.kynex-header .search-empty-btn:before {
  background-color: var(--kynex-orange-deep);
}

.kynex-header .search-btn,
.kynex-account,
.kynex-cart .btn-utility,
.kynex-mobile-menu .btn-utility {
  color: #ffffff !important;
}

.kynex-account > .icon-inline,
.kynex-cart .cart-icon,
.kynex-cart .utilities-icon,
.kynex-mobile-menu .utilities-icon {
  fill: #ffffff;
}

.kynex-account small {
  color: rgba(255, 255, 255, .88);
}

.kynex-cart .badge {
  border-color: var(--kynex-orange-dark);
}

.kynex-nav {
  background: var(--kynex-orange-dark);
  border-color: rgba(255, 255, 255, .24);
}

.kynex-nav a {
  color: #ffffff !important;
}

.kynex-nav a:hover,
.kynex-nav a:focus-visible,
.kynex-nav a.is-active {
  color: #fff0d9 !important;
}

.kynex-header .search-suggestions {
  color: var(--kynex-orange-deep);
}

.kynex-benefit-bar {
  color: var(--kynex-orange-deep);
  background: #ffffff;
  border-color: var(--kynex-line);
  box-shadow: 0 4px 16px rgba(87, 60, 39, .06);
}

.kynex-benefit-item .icon-inline {
  fill: var(--kynex-orange);
}

.kynex-benefit-item small {
  color: var(--kynex-muted);
}

.kynex-category-strip {
  background: rgba(255, 255, 255, .97);
}

.kynex-hero {
  background: var(--kynex-orange);
}

.kynex-hero-arrow,
.kynex-category-item,
.kynex-category-icon,
.kynex-section-title,
.kynex-product-name,
.kynex-product-price strong {
  color: var(--kynex-orange-deep) !important;
}

.kynex-product-benefits {
  color: var(--kynex-muted);
}

.kynex-category-icon,
.kynex-product-card,
.kynex-image-card,
.kynex-flavor-card {
  border-color: var(--kynex-line);
  box-shadow: var(--kynex-shadow);
}

.kynex-category-icon,
.kynex-product-card {
  background: var(--kynex-surface);
}

.kynex-image-card {
  background: transparent;
  box-shadow: none;
}

.kynex-image-card-lifestyle img {
  min-width: 110%;
  margin-right: 1rem;
}

.kynex-newsletter {
  color: #ffffff;
  background: linear-gradient(135deg, #ff6a12 0%, var(--kynex-orange) 58%, var(--kynex-orange-dark) 100%);
  border-color: rgba(255, 255, 255, .24);
}

.kynex-newsletter-copy h2 {
  color: #ffffff;
}

.kynex-newsletter-copy p {
  color: rgba(255, 255, 255, .88);
}

.kynex-newsletter-form input[type='email'] {
  color: var(--kynex-orange-deep);
  background: #ffffff;
  border-color: rgba(255, 255, 255, .86);
}

.kynex-newsletter-form input[type='email']::placeholder {
  color: #8a817a;
}

.kynex-newsletter-form input[type='email']:focus {
  border-color: #ffffff;
  box-shadow: inset 0 0 0 1px var(--kynex-orange-deep);
}

.kynex-newsletter-form button {
  color: var(--kynex-orange-deep);
  background: #ffffff;
}

.kynex-footer {
  color: #ffffff;
  fill: #ffffff;
  background: var(--kynex-orange);
}

.kynex-footer-main {
  background: linear-gradient(135deg, #ff6810 0%, var(--kynex-orange) 50%, var(--kynex-orange-dark) 100%);
}

.kynex-footer a {
  color: rgba(255, 255, 255, .90);
}

.kynex-footer-brand p,
.kynex-footer-contact p {
  color: rgba(255, 255, 255, .82);
}

.kynex-footer-social .social-icon,
.kynex-footer-column h2,
.kynex-footer-commerce h2 {
  color: #ffffff;
}

.kynex-footer-contact .icon-inline {
  fill: #ffffff;
}

.kynex-footer-wordmark em {
  color: #fff0d9;
}

.kynex-payment-labels span {
  color: var(--kynex-orange-deep);
}

.kynex-footer-security small {
  color: rgba(255, 255, 255, .74);
}

.kynex-footer-legal {
  color: rgba(255, 255, 255, .76);
  background: var(--kynex-orange-dark);
  border-color: rgba(255, 255, 255, .22);
}

.kynex-powered-by a {
  color: rgba(255, 255, 255, .82);
}
