:root {
  --fkn-ink: #17202a;
  --fkn-muted: #667085;
  --fkn-line: #e5e7eb;
  --fkn-blue: #009fe3;
  --fkn-blue-dark: #0479ad;
  --fkn-gold: #b78b35;
  --fkn-soft: #f6f9fb;
  --fkn-white: #fff;
  --fkn-font-body: "Manrope", Arial, Helvetica, sans-serif;
  --fkn-font-display: "Manrope", Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--fkn-ink);
  background: #fff;
  font-family: var(--fkn-font-body) !important;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
}

.fkn-site,
.woocommerce,
.woocommerce-page,
.fkn-site button,
.fkn-site input,
.fkn-site select,
.fkn-site textarea {
  font-family: var(--fkn-font-body) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.product_title,
.woocommerce-loop-product__title {
  font-family: var(--fkn-font-body) !important;
  letter-spacing: 0;
}

h1,
h2,
h3 {
  color: #374151;
  line-height: 1.14 !important;
}

p {
  margin-top: 0;
}

a {
  color: inherit;
}

.fkn-site img {
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  user-select: none;
}

.fkn-site {
  min-height: 100vh;
  background: linear-gradient(180deg, #fafdff 0, #fff 420px);
}

.fkn-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid var(--fkn-line);
  backdrop-filter: blur(12px);
}

.fkn-brand {
  display: inline-flex;
  align-items: center;
  min-width: 180px;
  font-weight: 800;
  text-decoration: none;
}

.fkn-brand img {
  display: block;
  width: min(230px, 42vw);
  height: auto;
}

.fkn-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.fkn-nav a,
.fkn-nav-cta {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase !important;
  text-decoration: none;
}

.fkn-nav a:hover {
  background: var(--fkn-soft);
}

.fkn-nav-cta {
  color: #fff;
  background: #16a34a;
}

.fkn-main {
  width: 100%;
}

.fkn-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, .96fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  max-width: 1180px;
  min-height: calc(100vh - 76px);
  margin: 0 auto;
  padding: clamp(38px, 7vw, 84px) clamp(18px, 4vw, 40px);
}

.fkn-eyebrow {
  margin: 0 0 12px;
  color: var(--fkn-blue-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.fkn-hero h1,
.fkn-page-head h1 {
  margin: 0;
  color: #374151;
  font-family: var(--fkn-font-body) !important;
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: 1.16;
  font-weight: 600;
  letter-spacing: 0;
}

.fkn-hero p,
.fkn-page-head p,
.fkn-section-head p,
.fkn-seo-copy p {
  margin-top: 14px;
  color: var(--fkn-muted);
  font-size: 16px;
  line-height: 1.7;
}

.fkn-hero-copy > p:not(.fkn-eyebrow) {
  max-width: 650px;
  margin: 18px 0 0;
}

.fkn-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
}

.fkn-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: .01em;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease, color .18s ease;
}

.fkn-btn:hover {
  transform: translateY(-1px);
}

.fkn-btn-primary {
  color: #fff;
  border-color: #0787c4;
  background: linear-gradient(135deg, #00a8ec 0%, #0479ad 100%);
  box-shadow: 0 14px 30px rgba(0, 159, 227, .24);
}

.fkn-btn-primary::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.fkn-btn-primary:hover {
  box-shadow: 0 18px 36px rgba(0, 159, 227, .30);
}

.fkn-btn-secondary {
  color: var(--fkn-blue-dark);
  border-color: #bae6fd;
  background: #f0f9ff;
  box-shadow: 0 12px 28px rgba(0, 159, 227, .10);
}

.fkn-btn-secondary::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--fkn-blue);
  box-shadow: 0 0 0 5px rgba(0, 159, 227, .13);
}

.fkn-btn-secondary:hover {
  border-color: #7dd3fc;
  background: #e0f2fe;
  box-shadow: 0 16px 34px rgba(0, 159, 227, .14);
}

.fkn-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 26px;
}

.fkn-trust span {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 13px 8px 38px;
  border: 1px solid #bbf7d0;
  border-radius: 999px;
  background: #f0fdf4;
  color: #166534;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(22, 101, 52, .08);
}

.fkn-trust span::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #16a34a;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .36);
  transform: translateY(-50%);
}

.fkn-trust span::after {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  width: 9px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-64%) rotate(-45deg);
  z-index: 1;
}

.fkn-hero-media {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--fkn-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(16, 24, 40, .12);
}

.fkn-hero-media img {
  display: block;
  width: 100%;
  height: auto;
}

.fkn-slideshow {
  aspect-ratio: 3 / 3.25;
}

.fkn-slideshow img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transform: scale(1.01);
  transition: opacity .7s ease, transform 4.5s ease;
}

.fkn-slideshow img.fkn-slide-landscape {
  inset: clamp(14px, 3vw, 34px) clamp(14px, 3vw, 34px) auto;
  width: calc(100% - clamp(28px, 6vw, 68px));
  height: calc(100% - clamp(28px, 6vw, 68px));
  padding: 0;
  object-fit: contain;
  object-position: center;
  background: #fff;
}

.fkn-slideshow img.is-active {
  opacity: 1;
  transform: scale(1);
}

.fkn-slide-dots {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: flex;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 10px 30px rgba(16, 24, 40, .12);
}

.fkn-slide-dots span,
.fkn-slide-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #cbd5e1;
  cursor: pointer;
}

.fkn-slide-dots span.is-active,
.fkn-slide-dots button.is-active {
  width: 20px;
  background: var(--fkn-blue);
}

.fkn-section,
.fkn-page {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(44px, 7vw, 86px) clamp(18px, 4vw, 40px);
}

.fkn-section-head {
  max-width: 760px;
  margin-bottom: 28px;
}

.fkn-section h2,
.fkn-section-head h2 {
  margin: 0;
  font-family: var(--fkn-font-display) !important;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.08;
  font-weight: 700;
}

.fkn-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.fkn-size-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 262px;
  padding: 14px;
  border: 1px solid var(--fkn-line);
  border-radius: 8px;
  background: #fff;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.fkn-size-card:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 159, 227, .45);
  box-shadow: 0 18px 44px rgba(16, 24, 40, .1);
}

.fkn-size-card img {
  width: 100%;
  height: 96px;
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 6px;
  background: var(--fkn-soft);
}

.fkn-sale-badge {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 999px;
  background: #fff7ed;
  color: #c2410c;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

.fkn-size-card span {
  min-height: 58px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
}

.fkn-size-card strong {
  margin-top: auto;
  color: var(--fkn-blue-dark);
  font-size: 15px;
  line-height: 1.25;
}

.fkn-size-card .price,
.fkn-shop-card .price,
.fkn-related-card .price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 5px 8px;
}

.fkn-size-card del,
.fkn-shop-card del,
.fkn-related-card del,
.woocommerce div.product p.price del {
  color: #98a2b3;
  font-size: .86em;
  font-weight: 700;
  opacity: 1;
}

.fkn-size-card ins,
.fkn-shop-card ins,
.fkn-related-card ins,
.woocommerce div.product p.price ins {
  color: #0077b6;
  font-weight: 900;
  text-decoration: none;
}

.fkn-size-card em {
  color: var(--fkn-muted);
  font-size: 13px;
  font-style: normal;
  line-height: 1.3;
}

.fkn-process {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 32px;
  border-top: 1px solid var(--fkn-line);
  border-bottom: 1px solid var(--fkn-line);
}

.fkn-process ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fkn-process li {
  padding: 18px;
  border: 1px solid var(--fkn-line);
  border-radius: 8px;
  background: var(--fkn-soft);
}

.fkn-process strong,
.fkn-process span {
  display: block;
}

.fkn-process strong {
  margin-bottom: 7px;
}

.fkn-process span {
  color: var(--fkn-muted);
  line-height: 1.6;
}

.fkn-seo-copy {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: clamp(22px, 4vw, 44px);
  align-items: center;
  max-width: none;
  padding-top: clamp(38px, 6vw, 72px);
  padding-bottom: clamp(38px, 6vw, 72px);
  border-top: 1px solid var(--fkn-line);
  border-bottom: 1px solid var(--fkn-line);
  background:
    linear-gradient(135deg, rgba(240, 253, 244, .74), rgba(246, 249, 251, .55)),
    #fff;
}

.fkn-seo-copy > div:first-child {
  max-width: 720px;
}

.fkn-seo-copy h2 {
  margin-top: 0;
  margin-bottom: 18px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08 !important;
}

.fkn-seo-copy p {
  color: #516175;
  font-size: 16px;
  line-height: 1.8;
}

.fkn-seo-highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.fkn-seo-highlights article {
  position: relative;
  min-height: 136px;
  padding: 18px 18px 18px 48px;
  border: 1px solid #d1fae5;
  border-radius: 8px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 14px 34px rgba(16, 24, 40, .06);
}

.fkn-seo-highlights article::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #16a34a;
}

.fkn-seo-highlights article::after {
  content: "";
  position: absolute;
  left: 24px;
  top: 26px;
  width: 9px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.fkn-seo-highlights strong,
.fkn-seo-highlights span {
  display: block;
}

.fkn-seo-highlights strong {
  margin-bottom: 7px;
  color: #243041;
  font-size: 15px;
  line-height: 1.3;
}

.fkn-seo-highlights span {
  color: var(--fkn-muted);
  font-size: 13px;
  line-height: 1.55;
}

.fkn-page-head {
  max-width: 820px;
  margin-bottom: 34px;
}

.fkn-blog-page .fkn-page-head,
.fkn-article-head {
  margin-bottom: clamp(26px, 4vw, 42px);
}

.fkn-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.fkn-blog-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 290px;
  padding: 22px;
  border: 1px solid var(--fkn-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(16, 24, 40, .05);
}

.fkn-blog-card span,
.fkn-article-head > p:last-child {
  display: block;
  margin: 0 0 12px;
  color: var(--fkn-muted);
  font-size: 13px;
  font-weight: 700;
}

.fkn-blog-card h2 {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.22 !important;
}

.fkn-blog-card h2 a {
  text-decoration: none;
}

.fkn-blog-card p {
  margin: 0 0 18px;
  color: var(--fkn-muted);
  line-height: 1.65;
}

.fkn-pagination {
  margin-top: 34px;
}

.fkn-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.fkn-pagination a,
.fkn-pagination span {
  display: inline-flex;
  min-width: 42px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid var(--fkn-line);
  border-radius: 6px;
  text-decoration: none;
}

.fkn-pagination .current {
  color: #fff;
  background: var(--fkn-blue);
  border-color: var(--fkn-blue);
}

.fkn-article {
  max-width: 860px;
  margin: 0 auto;
}

.fkn-article-head h1 {
  margin: 0;
  color: #374151;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 700;
}

.fkn-article-content {
  color: #344054;
  font-size: 17px;
  line-height: 1.82;
}

.fkn-article-content p,
.fkn-article-content ul,
.fkn-article-content ol,
.fkn-article-content table {
  margin: 0 0 22px;
}

.fkn-article-content h2,
.fkn-article-content h3,
.fkn-article-content h4,
.fkn-article-content h5,
.fkn-article-content h6 {
  margin: 38px 0 14px;
  color: #243041;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.2 !important;
}

.fkn-article-content h5,
.fkn-article-content h6 {
  font-size: 22px;
}

.fkn-article-content ul,
.fkn-article-content ol {
  padding-left: 24px;
}

.fkn-article-content li + li {
  margin-top: 8px;
}

.fkn-article-content table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--fkn-line);
  border-radius: 8px;
}

.fkn-article-content th,
.fkn-article-content td {
  padding: 14px;
  border: 1px solid var(--fkn-line);
  text-align: left;
  vertical-align: top;
}

.fkn-article-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 12px;
  align-items: center;
  margin-top: 40px;
  padding: 22px;
  border: 1px solid var(--fkn-line);
  border-radius: 8px;
  background: var(--fkn-soft);
}

.fkn-article-cta strong,
.fkn-article-cta span {
  display: block;
}

.fkn-article-cta span {
  margin-top: 4px;
  color: var(--fkn-muted);
}

.fkn-article-nav {
  margin-top: 24px;
}

.fkn-article-nav a {
  color: var(--fkn-blue-dark);
  font-weight: 800;
  text-decoration: none;
}

.fkn-empty-state {
  max-width: 680px;
  padding: 26px;
  border: 1px solid var(--fkn-line);
  border-radius: 8px;
  background: var(--fkn-soft);
}

.fkn-about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .78fr);
  gap: clamp(24px, 5vw, 54px);
  align-items: start;
}

.fkn-about-copy {
  color: #344054;
  font-size: 17px;
  line-height: 1.82;
}

.fkn-about-copy p {
  margin: 0 0 20px;
}

.fkn-about-panel {
  padding: 24px;
  border: 1px solid var(--fkn-line);
  border-radius: 8px;
  background: var(--fkn-soft);
}

.fkn-about-panel strong {
  display: block;
  margin-bottom: 14px;
  color: #243041;
  font-size: 18px;
}

.fkn-about-panel ul {
  margin: 0;
  padding-left: 20px;
  color: var(--fkn-muted);
  line-height: 1.7;
}

.fkn-about-panel li + li {
  margin-top: 9px;
}

.fkn-about-values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 32px;
}

.fkn-about-values div {
  padding: 20px;
  border: 1px solid var(--fkn-line);
  border-radius: 8px;
  background: #fff;
}

.fkn-about-values strong,
.fkn-about-values span {
  display: block;
}

.fkn-about-values strong {
  margin-bottom: 8px;
  color: #243041;
}

.fkn-about-values span {
  color: var(--fkn-muted);
  line-height: 1.65;
}

.fkn-woocommerce .woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.fkn-shop-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.fkn-shop-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--fkn-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(16, 24, 40, .05);
}

.fkn-shop-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  padding: 12px;
  background: var(--fkn-soft);
}

.fkn-shop-card div {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  padding: 18px;
}

.fkn-shop-card h2 {
  margin: 0;
  font-family: var(--fkn-font-display) !important;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
}

.fkn-home-product-card h3 {
  margin: 0;
  font-family: var(--fkn-font-display) !important;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 800;
}

.fkn-home-product-card h3 a {
  color: #243041;
  text-decoration: none;
}

.fkn-home-product-card p {
  order: 4;
}

.fkn-home-product-card .fkn-sale-badge {
  order: 2;
}

.fkn-home-product-card strong {
  order: 3;
}

.fkn-home-product-card .fkn-card-action {
  width: 100%;
}

.fkn-shop-card h2 a,
.fkn-card-action {
  text-decoration: none;
}

.fkn-shop-card p {
  margin: 0;
  color: var(--fkn-muted);
  line-height: 1.55;
}

.fkn-shop-card strong {
  color: var(--fkn-blue-dark);
  font-size: 17px;
}

.fkn-card-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: auto;
  border-radius: 6px;
  background: var(--fkn-blue);
  color: #fff;
  font-weight: 800;
}

.fkn-size-card .fkn-card-action {
  width: 100%;
  min-height: 40px;
  margin-top: 4px;
}

.fkn-card-action:hover {
  color: #fff;
  background: var(--fkn-blue-dark);
}

.fkn-woocommerce .woocommerce ul.products::before,
.fkn-woocommerce .woocommerce ul.products::after {
  display: none;
}

.fkn-woocommerce .woocommerce ul.products li.product {
  width: auto !important;
  margin: 0 !important;
  padding: 14px !important;
  border: 1px solid var(--fkn-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(16, 24, 40, .05);
}

.fkn-woocommerce .woocommerce ul.products li.product img {
  border-radius: 6px;
  background: var(--fkn-soft);
}

.fkn-woocommerce .woocommerce-loop-product__title {
  min-height: 48px;
  color: var(--fkn-ink);
  font-size: 18px !important;
  line-height: 1.3;
}

.fkn-woocommerce .price {
  color: var(--fkn-blue-dark) !important;
  font-weight: 800 !important;
}

.fkn-woocommerce .button,
.single_add_to_cart_button {
  border-radius: 6px !important;
  background: var(--fkn-blue) !important;
  color: #fff !important;
  font-weight: 800 !important;
}

.single-product .product {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, 1fr);
  gap: clamp(30px, 5vw, 58px);
  align-items: start;
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid var(--fkn-line);
  border-radius: 8px;
  background: #fff;
}

.single-product div.product div.images,
.single-product div.product div.summary {
  width: auto !important;
  float: none !important;
}

.single-product div.product div.images img {
  width: 100%;
  height: 520px;
  object-fit: contain;
  object-position: center bottom;
  border-radius: 8px;
  background: var(--fkn-soft);
}

.single-product div.product div.summary {
  margin-top: 0;
}

.single-product div.product .product_title {
  margin: 0 0 16px;
  color: var(--fkn-ink);
  font-family: var(--fkn-font-body) !important;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.12 !important;
  font-weight: 700;
}

.single-product .rt-breadcrumbs,
.single-product .wsb-product-social-proof {
  display: none !important;
}

.single-product .price {
  margin: 0 0 18px;
}

.single-product .woocommerce-product-details__short-description {
  margin: 0 0 24px;
  color: var(--fkn-muted);
  line-height: 1.7;
}

.single-product .woocommerce-product-details__short-description p {
  margin-bottom: 0;
}

.single-product div.product form.cart {
  margin-top: 26px;
}

.single-product div.product form.cart .variations {
  display: block !important;
  width: 100%;
  margin-bottom: 18px;
  border-collapse: separate;
}

.single-product div.product form.cart .variations tbody,
.single-product div.product form.cart .variations tr {
  display: block !important;
  width: 100%;
}

.single-product div.product form.cart .variations tr {
  display: flex !important;
  gap: 20px;
  align-items: center;
}

.single-product div.product form.cart .variations th,
.single-product div.product form.cart .variations td {
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: left;
  vertical-align: middle;
}

.single-product div.product form.cart .variations th {
  flex: 0 0 112px;
}

.single-product div.product form.cart .variations td {
  position: relative;
  display: flex !important;
  flex: 1 1 auto;
  align-items: center;
  min-width: 0;
}

.single-product div.product form.cart .variations label {
  display: block;
  margin: 0;
  color: #4b5563;
  font-weight: 800;
  line-height: 1.2;
}

.single-product .single_variation_wrap {
  margin-top: 18px;
}

.single-product .woocommerce-product-gallery {
  opacity: 1 !important;
}

.single-product .woocommerce-product-gallery__wrapper {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  margin: 0 !important;
  border: 1px solid var(--fkn-line);
  border-radius: 8px;
  background: var(--fkn-soft);
}

.single-product .woocommerce-product-gallery__wrapper > img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
  padding: 18px;
  object-fit: contain;
  object-position: center;
  opacity: 0;
  transform: scale(1.025);
  transition: opacity .7s ease, transform 4.5s ease;
}

.single-product .woocommerce-product-gallery__wrapper > img.is-active {
  opacity: 1;
  transform: scale(1);
}

.single-product .woocommerce-product-gallery__wrapper > img:only-child {
  opacity: 1;
  transform: scale(1);
}

.single-product .woocommerce-product-gallery__wrapper .fkn-slide-dots {
  right: 18px;
  bottom: 18px;
}

.single-product .woocommerce-tabs,
.single-product .related,
.single-product .upsells {
  grid-column: 1 / -1;
}

.single-product .woocommerce-tabs {
  margin-top: 22px;
}

.single-product .fkn-related-products {
  grid-column: 1 / -1;
  margin-top: 36px;
  padding-top: 34px;
  border-top: 1px solid var(--fkn-line);
}

.single-product .fkn-related-products > h2 {
  margin: 0 0 22px;
  color: #374151;
  font-family: var(--fkn-font-body) !important;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.18 !important;
  font-weight: 700;
}

.fkn-related-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin: 0 !important;
  padding: 0 !important;
}

.fkn-related-card {
  display: flex !important;
  width: auto !important;
  min-height: 100%;
  margin: 0 !important;
  padding: 14px !important;
  flex-direction: column;
  border: 1px solid var(--fkn-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(16, 24, 40, .05);
}

.fkn-related-image {
  display: flex;
  text-decoration: none;
}

.fkn-related-card img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 4 / 3;
  margin: 0 0 14px !important;
  padding: 12px;
  border-radius: 6px;
  object-fit: contain;
  background: var(--fkn-soft);
}

.fkn-related-card h3 {
  min-height: 50px;
  margin: 0 0 10px !important;
  padding: 0 !important;
  color: #243041;
  font-size: 18px !important;
  line-height: 1.35 !important;
  font-weight: 800;
}

.fkn-related-card h3 a {
  text-decoration: none;
}

.fkn-related-card strong {
  margin-top: auto !important;
  margin-bottom: 14px !important;
  color: var(--fkn-blue-dark) !important;
  font-size: 16px !important;
  font-weight: 800 !important;
}

.single-product div.product form.cart .variations select {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--fkn-line);
  border-radius: 6px;
  padding: 0 12px;
  color: #667085;
  background-color: #fff;
}

.single-product div.product form.cart .reset_variations {
  display: none !important;
}

.single-product div.product form.cart .quantity,
.single-product div.product form.cart .single_add_to_cart_button {
  display: none !important;
}

.single-product div.product form.cart .woocommerce-variation-add-to-cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
}

.single-product div.product form.cart .fkn-shopee-button,
.single-product div.product form.cart .product_to_whatsapp {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px !important;
  border-radius: 7px !important;
  border: 1px solid transparent !important;
  color: #fff !important;
  font-family: var(--fkn-font-body) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

.single-product div.product form.cart .fkn-shopee-button {
  background: #ee4d2d !important;
}

.single-product div.product form.cart .fkn-shopee-button .fkn-shopee-icon {
  width: 22px;
  height: 22px;
  margin-right: 8px;
  color: #fff;
  flex: 0 0 auto;
}

.single-product div.product form.cart .product_to_whatsapp {
  background: #16a34a !important;
}

.single-product div.product form.cart .fkn-shopee-button:hover,
.single-product div.product form.cart .product_to_whatsapp:hover {
  transform: translateY(-1px);
  filter: brightness(.97);
}

.fkn-footer {
  display: grid;
  grid-template-columns: minmax(260px, 1.3fr) repeat(3, minmax(0, .8fr));
  gap: clamp(22px, 4vw, 42px);
  padding: 42px clamp(18px, 4vw, 56px);
  border-top: 1px solid var(--fkn-line);
  background: #101828;
  color: #fff;
}

.fkn-footer strong {
  display: block;
  margin-bottom: 12px;
  font-size: 18px;
}

.fkn-footer p,
.fkn-footer span {
  color: #cbd5e1;
}

.fkn-footer p {
  margin: 0;
  max-width: 430px;
  line-height: 1.7;
}

.fkn-footer-col {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.fkn-footer-col span {
  margin-bottom: 3px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.fkn-footer a {
  color: #7dd3fc;
  font-weight: 800;
  text-decoration: none;
}

.fkn-footer a:hover {
  color: #bae6fd;
}

.fkn-floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 99999;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 54px;
  padding: 0 18px 0 15px;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(16, 24, 40, .22);
}

.fkn-floating-whatsapp:hover {
  color: #fff;
  background: #1ebe5d;
  transform: translateY(-1px);
}

.fkn-floating-whatsapp svg {
  flex: 0 0 auto;
}

@media (max-width: 980px) {
  .fkn-header {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .fkn-nav {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .fkn-hero,
  .fkn-process,
  .fkn-seo-copy,
  .fkn-about-grid,
  .single-product .product {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .fkn-product-grid,
  .fkn-blog-grid,
  .fkn-about-values,
  .fkn-shop-grid,
  .fkn-related-grid,
  .fkn-woocommerce .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 620px) {
  .fkn-hero-media {
    order: 1;
  }

  .fkn-hero-copy {
    order: 2;
  }

  .fkn-hero h1,
  .fkn-page-head h1 {
    font-size: 38px;
  }

  .fkn-blog-grid,
  .fkn-about-values,
  .fkn-process ol,
  .fkn-related-grid,
  .fkn-woocommerce .woocommerce ul.products {
    grid-template-columns: 1fr;
  }

  .fkn-product-grid,
  .fkn-shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .fkn-shop-card img {
    padding: 8px;
  }

  .fkn-shop-card div {
    gap: 8px;
    padding: 12px;
  }

  .fkn-shop-card h2,
  .fkn-home-product-card h3 {
    min-height: 52px;
    font-size: 13px;
    line-height: 1.28;
  }

  .fkn-shop-card p {
    display: none;
  }

  .fkn-home-product-card p {
    display: block;
    color: var(--fkn-muted);
    font-size: 12px;
    line-height: 1.3;
  }

  .fkn-sale-badge {
    min-height: 22px;
    padding: 0 7px;
    font-size: 10px;
  }

  .fkn-shop-card strong,
  .fkn-home-product-card strong {
    font-size: 14px;
    line-height: 1.25;
  }

  .fkn-card-action {
    min-height: 38px;
    font-size: 13px;
  }

  .fkn-seo-copy {
    gap: 20px;
  }

  .fkn-seo-highlights {
    grid-template-columns: 1fr;
  }

  .fkn-seo-highlights article {
    min-height: auto;
  }

  .fkn-article-cta,
  .fkn-footer {
    grid-template-columns: 1fr;
  }

  .fkn-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .fkn-actions .fkn-btn {
    width: 100%;
  }

  .single-product .woocommerce-product-gallery__wrapper {
    aspect-ratio: 4 / 4.7;
  }

  .single-product div.product form.cart .variations tr {
    display: block !important;
    gap: 8px;
  }

  .single-product div.product form.cart .variations th {
    margin-bottom: 8px !important;
  }

  .single-product div.product form.cart .woocommerce-variation-add-to-cart,
  .single-product div.product form.cart .fkn-shopee-button,
  .single-product div.product form.cart .product_to_whatsapp {
    width: 100%;
  }

  .fkn-floating-whatsapp {
    right: 14px;
    bottom: 14px;
    min-height: 52px;
    padding: 0 16px 0 14px;
  }
}
