/*
Theme Name: JSK WoodMart Child
Theme URI: https://jskgroupghana.com
Description: Custom JSK storefront presentation layer for WoodMart.
Author: Codex
Template: woodmart
Version: 2.6.0
Text Domain: jsk-woodmart-child
*/

/* JSK global shell correction: keep the homepage-style header/footer brand shell visible site-wide. */
body:not(.home):not(.front-page) .whb-header,
body:not(.home):not(.front-page) .whb-sticky-header,
body:not(.home):not(.front-page) .site-header:not(.jsk-global-header),
body:not(.home):not(.front-page) header.whb-header,
body:not(.home):not(.front-page) .wd-header,
body:not(.home):not(.front-page) .wd-header-mobile-nav,
body:not(.home):not(.front-page) .mobile-nav,
body:not(.home):not(.front-page) .mobile-nav-wrapper {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

/* Visitor-facing chrome rescue: outrank late inline WoodMart/site-shell rules without changing product content. */
html body .jsk-site-global-header.jsk-site-global-header.jsk-site-global-header,
html body .jsk-global-header-wrap .jsk-global-header.jsk-global-header.jsk-global-header {
  display: block !important;
  width: min(1180px, calc(100vw - 16px)) !important;
  max-width: calc(100vw - 16px) !important;
  margin: 8px auto 16px !important;
  padding: 0 !important;
  border: 1px solid rgba(113, 170, 238, 0.36) !important;
  border-radius: 30px !important;
  background: linear-gradient(180deg, #f9fcff 0%, #eef8ff 48%, #d7efff 100%) !important;
  box-shadow: 0 24px 54px rgba(8, 45, 102, 0.14) !important;
  overflow: hidden !important;
}

html body .jsk-site-global-header.jsk-site-global-header .jsk-shell,
html body .jsk-site-global-header.jsk-site-global-header .jsk-home-shell-header {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body .jsk-site-global-header.jsk-site-global-header .jsk-top,
html body .jsk-global-header-wrap .jsk-global-service-rail.jsk-global-service-rail {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 0 !important;
  min-height: 138px !important;
  padding: 14px 18px 12px !important;
  border-radius: 0 !important;
  background: linear-gradient(105deg, rgba(230, 249, 255, 0.96), rgba(255, 251, 229, 0.92)) !important;
  border-bottom: 1px solid rgba(96, 151, 218, 0.28) !important;
}

html body .jsk-site-global-header.jsk-site-global-header .jsk-top a,
html body .jsk-global-header-wrap .jsk-global-service-rail.jsk-global-service-rail a {
  display: grid !important;
  grid-template-rows: 76px auto !important;
  place-items: center !important;
  gap: 8px !important;
  min-height: 112px !important;
  color: #062a61 !important;
  text-align: center !important;
  text-decoration: none !important;
  font-size: 0.9rem !important;
  font-weight: 950 !important;
  line-height: 1.05 !important;
}

html body .jsk-site-global-header.jsk-site-global-header .jsk-top a::before,
html body .jsk-global-header-wrap .jsk-global-service-rail.jsk-global-service-rail span {
  display: grid !important;
  place-items: center !important;
  width: 70px !important;
  height: 70px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #0d56c6 !important;
  font-size: 2.3rem !important;
  line-height: 1 !important;
  filter: drop-shadow(0 12px 18px rgba(11, 47, 101, 0.13)) !important;
}

html body .jsk-site-global-header.jsk-site-global-header .jsk-top a:nth-child(1)::before { content: "??" !important; }
html body .jsk-site-global-header.jsk-site-global-header .jsk-top a:nth-child(2)::before { content: "??" !important; }
html body .jsk-site-global-header.jsk-site-global-header .jsk-top a:nth-child(3)::before { content: "??" !important; }
html body .jsk-site-global-header.jsk-site-global-header .jsk-top a:nth-child(4)::before { content: "??" !important; }
html body .jsk-site-global-header.jsk-site-global-header .jsk-top a:nth-child(5)::before { content: "??" !important; }
html body .jsk-site-global-header.jsk-site-global-header .jsk-top a:nth-child(1)::after { content: "Delivering across Ghana" !important; }
html body .jsk-site-global-header.jsk-site-global-header .jsk-top a:nth-child(2)::after { content: "Reliable logistics" !important; }
html body .jsk-site-global-header.jsk-site-global-header .jsk-top a:nth-child(3)::after { content: "Secure payments" !important; }
html body .jsk-site-global-header.jsk-site-global-header .jsk-top a:nth-child(4)::after { content: "Track order" !important; }
html body .jsk-site-global-header.jsk-site-global-header .jsk-top a:nth-child(5)::after { content: "Help & Support" !important; }

html body .jsk-site-global-header.jsk-site-global-header .jsk-mainbar,
html body .jsk-global-header-wrap .jsk-global-mainbar.jsk-global-mainbar {
  display: grid !important;
  grid-template-columns: minmax(170px, 270px) minmax(260px, 1fr) minmax(260px, 420px) !important;
  align-items: center !important;
  gap: 20px !important;
  padding: 30px clamp(18px, 4vw, 70px) 22px !important;
  background: linear-gradient(180deg, rgba(246, 252, 255, 0.98), rgba(233, 248, 255, 0.98)) !important;
}

html body .jsk-site-global-header.jsk-site-global-header .jsk-logo,
html body .jsk-global-header-wrap .jsk-global-logo.jsk-global-logo {
  display: block !important;
  justify-self: center !important;
  width: min(260px, 100%) !important;
  height: 104px !important;
  min-height: 104px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: url("assets/img/jsk-marketplace-logistics-b-led.svg") center / contain no-repeat !important;
  box-shadow: none !important;
  color: transparent !important;
  font-size: 0 !important;
}

html body .jsk-site-global-header.jsk-site-global-header .jsk-logo img,
html body .jsk-site-global-header.jsk-site-global-header .jsk-logo-mark,
html body .jsk-site-global-header.jsk-site-global-header .jsk-logo-copy,
html body .jsk-site-global-header.jsk-site-global-header .jsk-logo-symbols,
html body .jsk-global-header-wrap .jsk-global-logo.jsk-global-logo img,
html body .jsk-global-header-wrap .jsk-global-logo.jsk-global-logo::before,
html body .jsk-global-header-wrap .jsk-global-logo.jsk-global-logo::after {
  display: none !important;
  visibility: hidden !important;
}

html body .jsk-site-global-header.jsk-site-global-header .jsk-search,
html body .jsk-global-header-wrap .jsk-global-search.jsk-global-search {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 64px !important;
  align-items: center !important;
  min-height: 74px !important;
  border: 1px solid rgba(109, 164, 235, 0.52) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.88) !important;
  overflow: hidden !important;
}

html body .jsk-site-global-header.jsk-site-global-header .jsk-search input,
html body .jsk-global-header-wrap .jsk-global-search.jsk-global-search input {
  height: 74px !important;
  min-height: 74px !important;
  border: 0 !important;
  background: transparent !important;
  padding: 0 28px !important;
  color: #183a68 !important;
  font-size: 1.08rem !important;
  font-weight: 850 !important;
}

html body .jsk-site-global-header.jsk-site-global-header .jsk-search select {
  display: none !important;
}

html body .jsk-site-global-header.jsk-site-global-header .jsk-search button,
html body .jsk-global-header-wrap .jsk-global-search.jsk-global-search button {
  display: grid !important;
  place-items: center !important;
  width: 58px !important;
  height: 58px !important;
  min-height: 58px !important;
  margin: 8px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #126dff, #042b72) !important;
  color: #fff !important;
  font-size: 1.45rem !important;
}

html body .jsk-site-global-header.jsk-site-global-header .jsk-actions,
html body .jsk-global-header-wrap .jsk-global-actions.jsk-global-actions {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

html body .jsk-site-global-header.jsk-site-global-header .jsk-actions a,
html body .jsk-global-header-wrap .jsk-global-actions.jsk-global-actions a {
  display: grid !important;
  grid-template-columns: 52px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 10px !important;
  min-height: 72px !important;
  padding: 10px 14px !important;
  border: 0 !important;
  border-radius: 24px !important;
  background: linear-gradient(145deg, rgba(255,255,255,.92), rgba(239,249,255,.96)) !important;
  color: #062a61 !important;
  font-size: .92rem !important;
  font-weight: 950 !important;
  text-decoration: none !important;
  box-shadow: 0 14px 30px rgba(10, 65, 134, 0.09) !important;
}

html body .jsk-site-global-header.jsk-site-global-header .jsk-actions a::before,
html body .jsk-global-header-wrap .jsk-global-actions.jsk-global-actions a::before {
  display: grid !important;
  place-items: center !important;
  width: 52px !important;
  height: 52px !important;
  border-radius: 20px !important;
  background: linear-gradient(145deg, #eef8ff, #fff) !important;
  font-size: 1.7rem !important;
}

html body .jsk-site-global-header.jsk-site-global-header .jsk-actions a:nth-child(1)::before,
html body .jsk-global-header-wrap .jsk-global-actions.jsk-global-actions a:nth-child(1)::before { content: "??" !important; }
html body .jsk-site-global-header.jsk-site-global-header .jsk-actions a:nth-child(2)::before,
html body .jsk-global-header-wrap .jsk-global-actions.jsk-global-actions a:nth-child(2)::before { content: "??" !important; }
html body .jsk-site-global-header.jsk-site-global-header .jsk-actions a:nth-child(3)::before,
html body .jsk-global-header-wrap .jsk-global-actions.jsk-global-actions a:nth-child(3)::before { content: "??" !important; }

html body .jsk-site-global-header.jsk-site-global-header .jsk-nav,
html body .jsk-global-header-wrap .jsk-global-deptnav.jsk-global-deptnav {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(130px, 1fr)) !important;
  gap: 10px !important;
  padding: 0 clamp(14px, 3vw, 34px) 18px !important;
  background: linear-gradient(180deg, rgba(228,246,255,.96), rgba(216,239,255,.96)) !important;
  overflow-x: auto !important;
}

html body .jsk-site-global-header.jsk-site-global-header .jsk-nav > a,
html body .jsk-site-global-header.jsk-site-global-header .jsk-nav > .jsk-drop > a,
html body .jsk-global-header-wrap .jsk-global-deptnav.jsk-global-deptnav a {
  display: grid !important;
  grid-template-columns: 48px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 10px !important;
  min-height: 74px !important;
  padding: 10px 14px !important;
  border: 1px solid rgba(116,167,232,.36) !important;
  border-radius: 22px !important;
  background: linear-gradient(145deg, #fff, #f3faff) !important;
  color: #05275b !important;
  text-decoration: none !important;
  font-size: .9rem !important;
  font-weight: 950 !important;
}

html body .jsk-site-global-header.jsk-site-global-header .jsk-nav > a:first-child,
html body .jsk-global-header-wrap .jsk-global-deptnav.jsk-global-deptnav a:first-child {
  color: #fff !important;
  background: linear-gradient(135deg, #1474ff, #04317f) !important;
}

html body .jsk-site-global-header.jsk-site-global-header .jsk-side-drawer,
html body .jsk-site-global-header.jsk-site-global-header .jsk-side-backdrop,
html body .jsk-side-drawer,
html body .jsk-side-backdrop,
html body .jsk-mobile-dock.jsk-site-global-mobile-dock.jsk-site-global-mobile-dock {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

@media (max-width: 760px) {
  html body .jsk-site-global-header.jsk-site-global-header,
  html body .jsk-global-header-wrap .jsk-global-header.jsk-global-header.jsk-global-header {
    width: calc(100vw - 10px) !important;
    max-width: calc(100vw - 10px) !important;
    border-radius: 22px !important;
  }
}

body .wd-footer.footer-container {
  display: none !important;
  visibility: hidden !important;
}

body .jsk-global-logo {
  position: relative !important;
  display: grid !important;
  align-content: center !important;
  justify-items: start !important;
  width: 154px !important;
  height: 72px !important;
  padding: 10px 12px 10px 48px !important;
  border-radius: 20px !important;
  text-decoration: none !important;
  color: #fff !important;
  background-image:
    radial-gradient(circle at 18px 18px, rgba(255, 212, 90, 0.95) 0 7px, transparent 8px),
    radial-gradient(circle at 25px 43px, rgba(255, 255, 255, 0.9) 0 12px, transparent 13px),
    linear-gradient(135deg, #126dff 0%, #073a95 58%, #041431 100%) !important;
  box-shadow: 0 16px 34px rgba(7, 31, 77, 0.18) !important;
  overflow: hidden !important;
}

body .jsk-global-logo::before {
  content: "JSK" !important;
  display: block !important;
  color: #fff !important;
  font-size: 2rem !important;
  line-height: 0.82 !important;
  font-weight: 950 !important;
  letter-spacing: -0.08em !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2) !important;
}

body .jsk-global-logo::after {
  content: "Marketplace & Logistics" !important;
  display: block !important;
  margin-top: 4px !important;
  max-width: 88px !important;
  color: #eaf4ff !important;
  font-size: 0.57rem !important;
  line-height: 1.05 !important;
  font-weight: 950 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.035em !important;
}

body .jsk-global-logo img,
body .jsk-global-logo span {
  display: none !important;
  visibility: hidden !important;
}

body .jsk-global-logo:focus-visible {
  outline: 3px solid #ffd45a !important;
  outline-offset: 3px !important;
}

@media (max-width: 760px) {
  body .jsk-global-logo {
    width: 108px !important;
    height: 56px !important;
    padding: 8px 9px 8px 36px !important;
    border-radius: 17px !important;
  }

  body .jsk-global-logo::before {
    font-size: 1.48rem !important;
  }

  body .jsk-global-logo::after {
    max-width: 62px !important;
    font-size: 0.46rem !important;
    line-height: 1 !important;
  }
}

/* JSK product stream and Adwoa compact launcher correction. */
body .jsk-product-slide-track,
body .jsk-home-stream-track,
body .jsk-category-stream-track,
body .jsk-logistics-hero-stream-track {
  display: flex !important;
  gap: 0 !important;
  column-gap: 0 !important;
  row-gap: 0 !important;
  will-change: transform !important;
}

body .jsk-product-media.has-slides,
body .jsk-media-stream,
body .jsk-card-media.jsk-media-stream,
body .jsk-art.jsk-media-stream,
body .jsk-stream-photo,
body .jsk-category-stream {
  overflow: hidden !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

body .jsk-product-slide-frame {
  flex: 0 0 calc(100% + 14px) !important;
  width: calc(100% + 14px) !important;
  min-width: calc(100% + 14px) !important;
  margin: 0 -14px 0 0 !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

body .jsk-product-slide-img {
  width: calc(100% + 16px) !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  transform: translateX(-8px) !important;
}

body .jsk-product-slide-track > * + *,
body .jsk-home-stream-track > * + *,
body .jsk-category-stream-track > * + *,
body .jsk-logistics-hero-stream-track > * + * {
  margin-left: -1px !important;
}

body .jsk-product-slide-track img,
body .jsk-home-stream-track img,
body .jsk-category-stream-track img,
body .jsk-logistics-hero-stream-track img {
  display: block !important;
}

body .jsk-home-stream-frame,
body .jsk-category-stream-frame {
  flex: 0 0 calc(100% + 14px) !important;
  width: calc(100% + 14px) !important;
  margin-right: -14px !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  transform: scale(1.08) !important;
  transform-origin: center !important;
}

body .jsk-media-stream .jsk-frame {
  margin: 0 -12px 0 0 !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

body .jsk-stream-card .jsk-stream-photo,
body .jsk-stream-card .jsk-category-stream {
  transform: scale(1.1) !important;
  transform-origin: center !important;
}

body .jsk-code-product[id^="JSK-S-"] .jsk-product-specs li:first-child {
  display: none !important;
}

body .jsk-product-add {
  min-width: 54px !important;
  width: 54px !important;
  max-width: 54px !important;
  height: 52px !important;
  padding: 0 !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

body .jsk-product-add svg,
body .jsk-product-add::before {
  font-size: 21px !important;
  line-height: 1 !important;
}

body .jsk-media-expand.jsk-media-zoom,
body .jsk-media-zoom {
  width: 40px !important;
  height: 40px !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, .86) !important;
  border: 1px solid rgba(174, 207, 244, .9) !important;
  box-shadow: 0 14px 34px rgba(6, 37, 91, .16) !important;
  color: #0d5fe2 !important;
}

body .jsk-media-expand.jsk-media-zoom::after,
body .jsk-media-zoom::after {
  display: none !important;
  content: none !important;
}

body .jsk-ai-guide--floating:not(.is-open) {
  width: 78px !important;
  right: 18px !important;
  bottom: 106px !important;
}

body .jsk-ai-guide--floating:not(.is-open) .jsk-ai-guide__toggle {
  display: grid !important;
  grid-template-columns: 1fr !important;
  place-items: center !important;
  width: 72px !important;
  height: 72px !important;
  min-height: 72px !important;
  padding: 7px !important;
  border-radius: 999px !important;
}

body .jsk-ai-guide--floating:not(.is-open) .jsk-ai-guide__toggle-badge,
body .jsk-ai-guide--floating.is-open .jsk-ai-guide__toggle-badge {
  width: 58px !important;
  height: 58px !important;
  border-radius: 999px !important;
}

body .jsk-ai-guide--floating:not(.is-open) .jsk-ai-guide__toggle-copy,
body .jsk-ai-guide--floating.is-open .jsk-ai-guide__toggle-copy {
  display: none !important;
}

body .jsk-ai-guide--floating:not(.is-open) .jsk-ai-guide__toggle::after {
  content: "Ask Adwoa" !important;
  position: absolute !important;
  right: 66px !important;
  top: 50% !important;
  transform: translateY(-50%) scale(0.94) !important;
  opacity: 0 !important;
  pointer-events: none !important;
  white-space: nowrap !important;
  padding: 8px 10px !important;
  border-radius: 999px !important;
  background: #061f4b !important;
  color: #fff !important;
  font-size: 0.72rem !important;
  font-weight: 950 !important;
  box-shadow: 0 12px 28px rgba(7, 31, 77, 0.2) !important;
  transition: opacity 0.18s ease, transform 0.18s ease !important;
}

body .jsk-ai-guide--floating:not(.is-open) .jsk-ai-guide__toggle:hover::after,
body .jsk-ai-guide--floating:not(.is-open) .jsk-ai-guide__toggle:focus-visible::after {
  opacity: 1 !important;
  transform: translateY(-50%) scale(1) !important;
}

body .jsk-ai-guide--floating.is-open .jsk-ai-guide__toggle {
  width: 72px !important;
  min-height: 72px !important;
  border-radius: 999px !important;
  grid-template-columns: 1fr !important;
  padding: 7px !important;
}

@media (max-width: 700px) {
  body .jsk-ai-guide--floating:not(.is-open) {
    right: 14px !important;
    bottom: 112px !important;
    width: 72px !important;
  }

  body .jsk-ai-guide--floating:not(.is-open) .jsk-ai-guide__toggle,
  body .jsk-ai-guide--floating.is-open .jsk-ai-guide__toggle {
    width: 64px !important;
    height: 64px !important;
    min-height: 64px !important;
    padding: 6px !important;
  }

  body .jsk-ai-guide--floating:not(.is-open) .jsk-ai-guide__toggle-badge,
  body .jsk-ai-guide--floating.is-open .jsk-ai-guide__toggle-badge {
    width: 52px !important;
    height: 52px !important;
  }

  body .jsk-ai-guide--floating .jsk-ai-guide__panel {
    bottom: 188px !important;
  }
}

:root {
  --jsk-navy: #0d224f;
  --jsk-blue: #1456cc;
  --jsk-sky: #eef5ff;
  --jsk-gold: #cfa54a;
  --jsk-ink: #14213d;
  --jsk-muted: #64748b;
  --jsk-border: rgba(13, 34, 79, 0.12);
  --jsk-panel: #ffffff;
  --jsk-shadow: 0 24px 80px rgba(13, 34, 79, 0.12);
  --jsk-radius: 24px;
}

/* JSK logistics media guard: prevent old product placeholders from showing in logistics route cards. */
body.page-id-19 .jsk-logistics-shell .jsk-service-tile:nth-child(1) .jsk-product-media,
body.page-id-28010 .jsk-logistics-shell .jsk-service-tile:nth-child(1) .jsk-product-media,
body.page-id-30570 .jsk-logistics-shell .jsk-service-tile:nth-child(1) .jsk-product-media,
body.page-id-30571 .jsk-logistics-shell .jsk-service-tile:nth-child(1) .jsk-product-media,
body.page-id-28011 .jsk-logistics-shell .jsk-service-tile:nth-child(1) .jsk-product-media {
  background-image: url("https://jskgroupghana.com/wp-content/uploads/2026/05/jsk-service-delivery-premium-cartoon-20260504-cutout-20260504-opt.png") !important;
  background-size: cover !important;
  background-position: center !important;
}

body.page-id-19 .jsk-logistics-shell .jsk-service-tile:nth-child(2) .jsk-product-media,
body.page-id-28010 .jsk-logistics-shell .jsk-service-tile:nth-child(2) .jsk-product-media,
body.page-id-30570 .jsk-logistics-shell .jsk-service-tile:nth-child(2) .jsk-product-media,
body.page-id-30571 .jsk-logistics-shell .jsk-service-tile:nth-child(2) .jsk-product-media,
body.page-id-28011 .jsk-logistics-shell .jsk-service-tile:nth-child(2) .jsk-product-media,
body.page-id-28013 .jsk-logistics-shell .jsk-service-tile:nth-child(2) .jsk-product-media,
body.page-id-28014 .jsk-logistics-shell .jsk-service-tile:nth-child(3) .jsk-product-media {
  background-image: url("https://jskgroupghana.com/wp-content/uploads/2026/05/jsk-service-logistics-premium-cartoon-20260504-cutout-20260504-opt.png") !important;
  background-size: cover !important;
  background-position: center !important;
}

body.page-id-28012 .jsk-logistics-shell .jsk-service-tile:nth-child(2) .jsk-product-media,
body.page-id-28013 .jsk-logistics-shell .jsk-service-tile:nth-child(3) .jsk-product-media,
body.page-id-23 .jsk-logistics-shell .jsk-service-tile:nth-child(2) .jsk-product-media {
  background-image: url("https://jskgroupghana.com/wp-content/uploads/2026/05/jsk-service-delivery-premium-cartoon-20260504-cutout-20260504-opt.png") !important;
  background-size: cover !important;
  background-position: center !important;
}

body.page-id-28012 .jsk-logistics-shell .jsk-service-tile:nth-child(3) .jsk-product-media,
body.page-id-23 .jsk-logistics-shell .jsk-service-tile:nth-child(3) .jsk-product-media {
  background-image: url("https://jskgroupghana.com/wp-content/uploads/2026/05/jsk-service-logistics-premium-cartoon-20260504-cutout-20260504-opt.png") !important;
  background-size: cover !important;
  background-position: center !important;
}

/* JSK footer social icon row - compact global safety net */
body .jsk-footer .jsk-footer-socials {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  align-content: flex-start !important;
  gap: 9px !important;
  max-width: 100% !important;
}

body .jsk-footer .jsk-footer-socials h3 {
  flex: 0 0 100% !important;
  margin: 0 0 4px !important;
  font-size: .95rem !important;
  line-height: 1.2 !important;
}

body .jsk-footer .jsk-footer-socials a {
  position: relative !important;
  display: inline-grid !important;
  place-items: center !important;
  flex: 0 0 42px !important;
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  min-height: 42px !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 999px !important;
  overflow: hidden !important;
}

body .jsk-footer .jsk-footer-socials a span {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

body .jsk-footer .jsk-footer-socials a svg {
  width: 20px !important;
  height: 20px !important;
  max-width: 20px !important;
  max-height: 20px !important;
}

@media (max-width: 700px) {
  body .jsk-footer .jsk-footer-socials {
    gap: 8px !important;
  }

  body .jsk-footer .jsk-footer-socials a {
    flex-basis: 40px !important;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
  }
}

body {
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--jsk-ink);
}

h1,
h2,
h3,
h4,
h5,
h6,
.jsk-menu a,
.jsk-category-explorer__label,
.jsk-category-explorer__panel-head h3 {
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
}

.whb-top-bar,
.home .wd-page-title {
  display: none !important;
}

.jsk-brand-logo-link {
  display: inline-flex;
  align-items: center;
  max-width: min(220px, 48vw);
}

.jsk-brand-logo {
  display: block;
  width: min(190px, 44vw);
  height: auto;
}

.home .whb-header,
.home .whb-sticky-header,
.home .whb-general-header,
.home .wd-page-title {
  display: none !important;
}

.home .main-page-wrapper,
.home .site-content,
.home .entry-content {
  padding-top: 0 !important;
}

.jsk-optionb-home {
  --optionb-navy: #06255b;
  --optionb-blue: #0f56c9;
  --optionb-border: #d9e2ef;
  --optionb-soft: #f4f7fb;
  width: min(1640px, calc(100vw - 32px));
  margin: 0 auto 34px;
  color: #071f4d;
  font-family: "Manrope", "Segoe UI", sans-serif;
}

.jsk-optionb-home * {
  box-sizing: border-box;
}

.jsk-optionb-home a {
  text-decoration: none;
}

.jsk-optionb-header {
  overflow: hidden;
  margin: 16px 0 0;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 26px 80px rgba(13, 34, 79, 0.1);
}

.jsk-optionb-utility {
  display: flex;
  align-items: center;
  gap: 34px;
  min-height: 38px;
  padding: 0 34px;
  background: var(--optionb-navy);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.jsk-optionb-utility a {
  color: #fff;
}

.jsk-optionb-utility a:first-of-type {
  margin-left: auto;
}

.jsk-optionb-mainbar {
  display: grid;
  grid-template-columns: 250px minmax(320px, 1fr) auto;
  align-items: center;
  gap: 28px;
  min-height: 112px;
  padding: 22px 34px;
}

.jsk-optionb-logo img {
  display: block;
  width: 210px;
  height: auto;
}

.jsk-optionb-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #071f4d;
}

.jsk-optionb-logo span {
  display: none;
  align-items: center;
  gap: 8px;
}

.jsk-optionb-logo b {
  color: var(--optionb-navy);
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 3rem;
  font-style: italic;
  line-height: .85;
}

.jsk-optionb-logo small {
  display: block;
  color: #071f4d;
  font-size: .78rem;
  font-weight: 900;
  line-height: 1.05;
}

.jsk-optionb-logo span {
  display: flex;
}

.jsk-optionb-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 170px 58px;
  overflow: hidden;
  border: 1px solid var(--optionb-border);
  border-radius: 6px;
  background: #fff;
}

.jsk-optionb-search input,
.jsk-optionb-search select {
  min-width: 0;
  height: 48px;
  border: 0;
  border-right: 1px solid var(--optionb-border);
  padding: 0 16px;
  color: #42526a;
  background: #fff;
}

.jsk-optionb-search button {
  border: 0;
  background: var(--optionb-blue);
  color: #fff;
  font-size: 0;
}

.jsk-optionb-search button::before {
  content: "?";
  font-size: 23px;
  font-weight: 900;
}

.jsk-optionb-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 800;
}

.jsk-optionb-actions a {
  color: #071f4d;
}

.jsk-optionb-nav {
  display: grid;
  grid-template-columns: 260px repeat(5, minmax(120px, 1fr)) 250px;
  align-items: center;
  border-top: 1px solid var(--optionb-border);
}

.jsk-optionb-nav > * {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  border: 0;
  border-right: 1px solid var(--optionb-border);
  background: #fff;
  color: #071f4d;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
}

.jsk-optionb-nav button,
.jsk-optionb-nav .is-quote {
  background: var(--optionb-navy);
  color: #fff;
}

.jsk-optionb-nav .is-quote {
  gap: 8px;
}

.jsk-optionb-hero {
  margin-top: 0;
}

.jsk-optionb-hero__media {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  background:
    linear-gradient(90deg, rgba(2, 14, 37, 0.96) 0%, rgba(2, 14, 37, 0.9) 32%, rgba(2, 14, 37, 0.45) 58%, rgba(2, 14, 37, 0.14) 100%),
    radial-gradient(circle at 78% 26%, rgba(255, 209, 102, 0.42), transparent 14%),
    radial-gradient(circle at 42% 54%, rgba(20, 86, 204, 0.38), transparent 24%),
    linear-gradient(135deg, #0b315d 0%, #1b6fb8 48%, #a2c7e3 100%);
  color: #fff;
}

.jsk-optionb-hero__media::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 35%, rgba(255,255,255,.12) 35.4%, transparent 36%),
    repeating-linear-gradient(90deg, rgba(255,255,255,.08) 0 1px, transparent 1px 56px);
  opacity: .55;
}

.jsk-optionb-hero__copy {
  position: relative;
  z-index: 2;
  width: min(680px, 54%);
  padding: 110px 0 120px 70px;
}

.jsk-optionb-hero h1 {
  margin: 0;
  color: #fff;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: clamp(4.2rem, 5.4vw, 7.2rem);
  line-height: .98;
  letter-spacing: 0;
}

.jsk-optionb-hero p {
  max-width: 470px;
  margin: 26px 0 0;
  color: rgba(255,255,255,.94);
  font-size: 1.42rem;
  line-height: 1.5;
}

.jsk-optionb-hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 40px;
}

.jsk-optionb-hero__buttons a,
.jsk-optionb-quote-panel > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 28px;
  border: 2px solid rgba(255,255,255,.72);
  border-radius: 6px;
  color: #fff;
  font-weight: 900;
}

.jsk-optionb-hero__buttons .is-primary,
.jsk-optionb-quote-panel > a {
  border-color: var(--optionb-blue);
  background: var(--optionb-blue);
}

.jsk-optionb-hero__stage {
  position: absolute;
  inset: 70px 54px 66px 44%;
  z-index: 1;
}

.jsk-optionb-hero__stage span {
  position: absolute;
  display: block;
  filter: drop-shadow(0 24px 42px rgba(0,0,0,.28));
}

.jsk-optionb-stage__person {
  right: 28%;
  top: 10%;
  width: 250px;
  height: 350px;
  border-radius: 46% 46% 28% 28%;
  background:
    radial-gradient(circle at 50% 18%, #6f3a1b 0 13%, transparent 14%),
    linear-gradient(135deg, #f4a261 0 28%, #123c69 29% 100%);
}

.jsk-optionb-stage__truck {
  right: 0;
  bottom: 62px;
  width: 360px;
  height: 138px;
  padding: 38px 28px;
  border-radius: 12px;
  background: linear-gradient(90deg, #f8fbff 0 68%, #174ea6 69%);
  color: #174ea6;
  font-weight: 900;
}

.jsk-optionb-stage__truck::after {
  content: "";
  position: absolute;
  right: 28px;
  bottom: -22px;
  width: 270px;
  height: 44px;
  background: radial-gradient(circle, #0b1733 0 18px, transparent 19px) left center / 120px 44px repeat-x;
}

.jsk-optionb-stage__sofa {
  left: 22%;
  bottom: 40px;
  width: 340px;
  height: 138px;
  border-radius: 28px 28px 12px 12px;
  background: linear-gradient(180deg, #b6b8bb, #707782);
}

.jsk-optionb-stage__parts {
  left: 2%;
  bottom: 0;
  width: 260px;
  height: 95px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 20% 50%, #151b23 0 34px, #aeb6c2 35px 50px, transparent 51px),
    radial-gradient(circle at 54% 45%, #151b23 0 28px, #c4ccd8 29px 45px, transparent 46px),
    radial-gradient(circle at 82% 52%, #151b23 0 25px, #b6c0ce 26px 40px, transparent 41px);
}

.jsk-optionb-stage__stationery {
  right: 10%;
  bottom: 0;
  width: 180px;
  height: 95px;
  background: repeating-linear-gradient(90deg, #f59e0b 0 12px, #1d4ed8 12px 23px, #fff 23px 30px);
  clip-path: polygon(0 100%, 10% 0, 90% 0, 100% 100%);
}

.jsk-optionb-stage__clothes {
  left: 0;
  top: 8%;
  width: 250px;
  height: 210px;
  background: repeating-linear-gradient(90deg, #d94646 0 36px, #1d4ed8 36px 72px, #f59e0b 72px 108px, #1f2937 108px 144px);
  clip-path: polygon(0 18%, 100% 0, 92% 100%, 8% 100%);
}

.jsk-optionb-stage__flag {
  right: 42px;
  top: 54px;
  width: 86px;
  height: 52px;
  background: linear-gradient(#ef3340 0 33%, #fcd116 33% 66%, #009739 66%);
}

.jsk-optionb-player {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 22px;
  align-items: center;
  padding: 16px 54px;
  background: rgba(1, 10, 25, 0.86);
  color: #fff;
  font-size: 13px;
}

.jsk-optionb-player span {
  display: block;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #fff 0 34%, rgba(255,255,255,.35) 34%);
}

.jsk-optionb-shop-section,
.jsk-optionb-departments {
  padding: 36px 44px;
  background: #fff;
}

.jsk-optionb-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.jsk-optionb-section-head h2 {
  margin: 0;
  color: #071f4d;
  font-size: clamp(1.75rem, 2.4vw, 2.6rem);
  line-height: 1.05;
}

.jsk-optionb-section-head p {
  margin: 8px 0 0;
  color: #5d6b82;
}

.jsk-optionb-section-head a {
  color: var(--optionb-blue);
  font-weight: 900;
}

.jsk-optionb-category-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 28px;
}

.jsk-optionb-category-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.jsk-optionb-category-card {
  overflow: hidden;
  min-width: 0;
  border: 1px solid var(--optionb-border);
  border-radius: 7px;
  background: #fff;
  color: #071f4d;
  box-shadow: 0 12px 34px rgba(13, 34, 79, 0.06);
}

.jsk-optionb-card-media {
  position: relative;
  display: block;
  height: 148px;
  background: linear-gradient(135deg, #0b315d, #1b6fb8 54%, #d9a441);
}

.jsk-optionb-card-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(115deg, rgba(255,255,255,.22) 0 2px, transparent 2px 28px);
  opacity: .58;
}

.jsk-optionb-card-media.is-auto { background: radial-gradient(circle at 35% 58%, #151b23 0 28px, #cad3df 29px 44px, transparent 45px), linear-gradient(135deg, #26374d, #9fb2c8); }
.jsk-optionb-card-media.is-sofa { background: linear-gradient(135deg, #b9bec7, #747c89); }
.jsk-optionb-card-media.is-clothing { background: repeating-linear-gradient(90deg, #153a75 0 34px, #b33b3b 34px 68px, #d89c36 68px 102px); }
.jsk-optionb-card-media.is-stationery { background: repeating-linear-gradient(90deg, #1d4ed8 0 18px, #f59e0b 18px 32px, #fff 32px 44px); }
.jsk-optionb-card-media.is-logistics { background: linear-gradient(135deg, #0b315d, #1b6fb8 54%, #c8d8ec); }

.jsk-optionb-card-media i {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 50%;
  color: transparent;
  transform: translate(-50%, -50%);
}

.jsk-optionb-card-media i::before {
  content: "";
  margin-left: 4px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
}

.jsk-optionb-category-card strong,
.jsk-optionb-category-card em {
  display: block;
  margin: 13px 14px 0;
}

.jsk-optionb-category-card strong {
  font-weight: 900;
}

.jsk-optionb-category-card em {
  width: fit-content;
  margin-bottom: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  background: var(--optionb-blue);
  color: #fff;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.jsk-optionb-category-card em.is-soon {
  background: #f97316;
}

.jsk-optionb-quote-panel {
  display: grid;
  gap: 12px;
  align-self: stretch;
  padding: 24px;
  border-radius: 12px;
  background: #eef3f9;
}

.jsk-optionb-quote-panel h3 {
  margin: 0 0 4px;
  color: #071f4d;
}

.jsk-optionb-quote-panel label {
  display: grid;
  gap: 4px;
  margin: 0;
}

.jsk-optionb-quote-panel span {
  font-size: 11px;
  font-weight: 800;
  color: #6a7588;
}

.jsk-optionb-quote-panel input,
.jsk-optionb-quote-panel select {
  height: 44px;
  border: 1px solid var(--optionb-border);
  border-radius: 5px;
  padding: 0 12px;
  background: #fff;
}

.jsk-optionb-quote-panel > a {
  width: 100%;
  margin-top: 4px;
}

.jsk-optionb-quote-panel p {
  margin: 0;
  text-align: center;
  color: #6a7588;
  font-size: 12px;
}

.jsk-optionb-departments {
  padding-top: 18px;
}

.jsk-optionb-dept-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.jsk-optionb-dept-grid article {
  padding: 18px;
  border: 1px solid var(--optionb-border);
  border-radius: 10px;
  background: #f8fbff;
}

.jsk-optionb-dept-grid b,
.jsk-optionb-dept-grid span {
  display: block;
}

.jsk-optionb-dept-grid b {
  color: #071f4d;
  font-size: 1rem;
}

.jsk-optionb-dept-grid span {
  margin-top: 8px;
  color: #5d6b82;
  font-size: .92rem;
  line-height: 1.45;
}

.jsk-optionb-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-bottom: 28px;
  padding: 28px 44px;
  border-top: 1px solid var(--optionb-border);
  border-radius: 0 0 10px 10px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(13, 34, 79, 0.08);
}

.jsk-optionb-trust div {
  padding: 0 24px;
  border-right: 1px solid var(--optionb-border);
}

.jsk-optionb-trust div:last-child {
  border-right: 0;
}

.jsk-optionb-trust b,
.jsk-optionb-trust span {
  display: block;
}

.jsk-optionb-trust span {
  margin-top: 5px;
  color: #6a7588;
  font-size: 13px;
}

@media (max-width: 1024px) {
  .jsk-optionb-mainbar {
    grid-template-columns: 210px 1fr;
  }

  .jsk-optionb-actions {
    grid-column: 1 / -1;
    justify-content: flex-end;
  }

  .jsk-optionb-nav {
    grid-template-columns: repeat(3, 1fr);
  }

  .jsk-optionb-category-layout,
  .jsk-optionb-category-grid,
  .jsk-optionb-dept-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jsk-optionb-quote-panel {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .jsk-optionb-home {
    width: min(100%, calc(100vw - 18px));
  }

  .jsk-optionb-utility {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 10px 14px;
  }

  .jsk-optionb-utility a:first-of-type {
    margin-left: 0;
  }

  .jsk-optionb-mainbar,
  .jsk-optionb-search,
  .jsk-optionb-nav,
  .jsk-optionb-category-layout,
  .jsk-optionb-category-grid,
  .jsk-optionb-dept-grid,
  .jsk-optionb-trust {
    grid-template-columns: 1fr;
  }

  .jsk-optionb-mainbar {
    gap: 14px;
    min-height: auto;
    padding: 18px;
  }

  .jsk-optionb-logo img {
    width: 170px;
  }

  .jsk-optionb-actions {
    justify-content: space-between;
    font-size: 12px;
  }

  .jsk-optionb-search select {
    display: none;
  }

  .jsk-optionb-nav > * {
    justify-content: flex-start;
    padding: 0 18px;
    border-right: 0;
    border-bottom: 1px solid var(--optionb-border);
  }

  .jsk-optionb-hero__media {
    min-height: 650px;
  }

  .jsk-optionb-hero__copy {
    width: 100%;
    padding: 28px 18px 290px;
  }

  .jsk-optionb-hero h1 {
    font-size: clamp(2.5rem, 14vw, 3.6rem);
  }

  .jsk-optionb-hero p {
    font-size: 1rem;
  }

  .jsk-optionb-hero__buttons {
    display: grid;
    gap: 12px;
  }

  .jsk-optionb-hero__stage {
    inset: auto 12px 52px 12px;
    height: 270px;
  }

  .jsk-optionb-stage__person {
    right: 36%;
    top: 0;
    width: 120px;
    height: 185px;
  }

  .jsk-optionb-stage__truck {
    right: 0;
    bottom: 30px;
    width: 190px;
    height: 82px;
    padding: 22px 14px;
    font-size: 12px;
  }

  .jsk-optionb-stage__truck::after {
    right: 18px;
    bottom: -18px;
    width: 150px;
    transform: scale(.65);
    transform-origin: right center;
  }

  .jsk-optionb-stage__sofa {
    left: 8%;
    bottom: 20px;
    width: 170px;
    height: 72px;
  }

  .jsk-optionb-stage__parts,
  .jsk-optionb-stage__stationery,
  .jsk-optionb-stage__clothes,
  .jsk-optionb-stage__flag {
    transform: scale(.58);
    transform-origin: center;
  }

  .jsk-optionb-stage__parts {
    left: -32px;
    bottom: -12px;
  }

  .jsk-optionb-stage__stationery {
    right: 4px;
    bottom: 0;
  }

  .jsk-optionb-stage__clothes {
    left: -44px;
    top: 8px;
  }

  .jsk-optionb-stage__flag {
    right: 2px;
    top: 16px;
  }

  .jsk-optionb-player {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 10px 18px;
  }

  .jsk-optionb-shop-section,
  .jsk-optionb-departments,
  .jsk-optionb-trust {
    padding: 24px 16px;
  }

  .jsk-optionb-section-head {
    display: block;
  }

  .jsk-optionb-card-media {
    height: 108px;
  }

  .jsk-optionb-trust div {
    padding: 14px 0;
    border-right: 0;
    border-bottom: 1px solid var(--optionb-border);
  }
}

.post-type-archive-product .wd-page-title,
.tax-product_cat .wd-page-title {
  position: relative;
  overflow: hidden;
  background: #081936;
}

.post-type-archive-product .wd-page-title.has-jsk-page-title-stream .wd-page-title-bg,
.tax-product_cat .wd-page-title.has-jsk-page-title-stream .wd-page-title-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.post-type-archive-product .wd-page-title.has-jsk-page-title-stream .container,
.tax-product_cat .wd-page-title.has-jsk-page-title-stream .container,
.post-type-archive-product .wd-page-title.has-jsk-page-title-stream .wd-page-title-nav,
.tax-product_cat .wd-page-title.has-jsk-page-title-stream .wd-page-title-nav {
  position: relative;
  z-index: 2;
}

.post-type-archive-product .wd-page-title.has-jsk-page-title-stream .title,
.tax-product_cat .wd-page-title.has-jsk-page-title-stream .title,
.post-type-archive-product .wd-page-title.has-jsk-page-title-stream .breadcrumbs,
.tax-product_cat .wd-page-title.has-jsk-page-title-stream .breadcrumbs,
.post-type-archive-product .wd-page-title.has-jsk-page-title-stream .breadcrumbs a,
.tax-product_cat .wd-page-title.has-jsk-page-title-stream .breadcrumbs a,
.post-type-archive-product .wd-page-title.has-jsk-page-title-stream .wd-page-title-nav,
.tax-product_cat .wd-page-title.has-jsk-page-title-stream .wd-page-title-nav,
.post-type-archive-product .wd-page-title.has-jsk-page-title-stream .wd-page-title-nav a,
.tax-product_cat .wd-page-title.has-jsk-page-title-stream .wd-page-title-nav a {
  color: #fff;
}

.jsk-page-title-stream {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.jsk-page-title-stream__viewport,
.jsk-page-title-stream__slide {
  position: absolute;
  inset: 0;
}

.jsk-page-title-stream__slide {
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 0.65s ease, transform 0.8s ease;
}

.jsk-page-title-stream__slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.jsk-page-title-stream__media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: jsk-page-title-drift 20s ease-in-out infinite alternate;
}

.jsk-page-title-stream__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 18, 43, 0.92) 0%, rgba(20, 86, 204, 0.56) 48%, rgba(8, 18, 43, 0.9) 100%),
    linear-gradient(180deg, rgba(8, 18, 43, 0.18) 0%, rgba(8, 18, 43, 0.54) 100%);
}

.jsk-is-hidden-placeholder {
  display: none !important;
}

@keyframes jsk-page-title-drift {
  0% {
    transform: scale(1.04) translate3d(0, 0, 0);
  }

  50% {
    transform: scale(1.1) translate3d(2.4%, -1.4%, 0);
  }

  100% {
    transform: scale(1.06) translate3d(-2%, 1.8%, 0);
  }
}

.home .wd-content-layout .wd-content-area,
.home .wd-content-layout .site-content,
.home .wd-content-layout .wd-grid-col {
  width: 100% !important;
  max-width: 100% !important;
  flex-basis: 100% !important;
  --wd-col-lg: 12 !important;
}

.home .entry-content {
  margin-bottom: 0;
}

.site-logo .wd-logo {
  display: block;
  width: 260px;
  height: 76px;
  background: url('assets/img/jsk-marketplace-logistics-b-led.svg') left center / contain no-repeat;
}

.site-logo .wd-logo img {
  opacity: 0 !important;
}

.whb-mobile-center .site-logo .wd-logo {
  width: 158px;
  height: 52px;
}

.whb-general-header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(13, 34, 79, 0.08);
  backdrop-filter: blur(14px);
}

.whb-header.whb-sticky-shadow.whb-scroll-stick .whb-sticky-header,
.whb-header .whb-sticky-header {
  background: rgba(255, 255, 255, 0.98);
}

.whb-general-header .wd-tools-element,
.whb-general-header .wd-header-my-account a,
.whb-general-header .wd-header-search > a,
.whb-general-header .wd-header-cart > a {
  color: var(--jsk-navy) !important;
}

.whb-header-bottom {
  background: #f8fbff;
  border-top: 1px solid rgba(13, 34, 79, 0.05);
  border-bottom: 1px solid rgba(13, 34, 79, 0.05);
}

.jsk-menu,
.jsk-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.jsk-menu {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.jsk-menu a {
  color: var(--jsk-navy);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.01em;
}

.jsk-menu .menu-item-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--jsk-blue), #0d224f);
  color: #fff !important;
  box-shadow: 0 18px 40px rgba(20, 86, 204, 0.22);
}

.home .main-page-wrapper {
  padding-top: 0;
}

.jsk-home {
  background:
    radial-gradient(circle at top right, rgba(20, 86, 204, 0.12), transparent 28%),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 28%, #f7fafc 100%);
  overflow-x: hidden;
}

.jsk-home .wrap,
.jsk-shell .wrap {
  width: min(1222px, calc(100% - 32px));
  margin: 0 auto;
}

.jsk-home .hero {
  padding: 52px 0 26px;
}

.jsk-home .hero-panel {
  border-radius: 34px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(13, 34, 79, 0.98) 0%, rgba(20, 86, 204, 0.94) 58%, rgba(101, 154, 255, 0.92) 100%);
  box-shadow: var(--jsk-shadow);
}

.jsk-home .hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 34px;
  padding: 48px;
  color: #fff;
}

.jsk-home .eyebrow,
.jsk-shell .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #d9e7ff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.jsk-home h1,
.jsk-shell h1 {
  margin: 0 0 18px;
  color: inherit;
  font-size: clamp(2.2rem, 4vw, 4.3rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.jsk-home-hero {
  position: relative;
  min-height: min(760px, calc(100vh - 88px));
  display: grid;
  align-items: end;
  overflow: hidden;
  margin: 0 0 34px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(5, 18, 43, 0.9) 0%, rgba(8, 24, 58, 0.76) 44%, rgba(8, 24, 58, 0.26) 100%),
    linear-gradient(180deg, rgba(5, 18, 43, 0.18), rgba(5, 18, 43, 0.78)),
    var(--jsk-home-hero-image, none);
  background-size: cover;
  background-position: center;
  isolation: isolate;
}

.jsk-home-hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(247, 251, 255, 0.92));
  pointer-events: none;
  z-index: -1;
}

.jsk-home-hero__content {
  width: calc(100% - 32px);
  max-width: 1222px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 72px 0 88px;
}

.jsk-home-hero__copy {
  max-width: 760px;
  min-width: 0;
}

.jsk-home-hero h1 span {
  display: block;
}

.jsk-home-hero__eyebrow,
.jsk-home-launch__eyebrow,
.jsk-home-video-map__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #e4efff;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.jsk-home-hero h1 {
  max-width: 760px;
  margin: 18px 0 18px;
  color: #fff;
  font-size: clamp(2rem, 5.8vw, 5.6rem);
  line-height: 1;
  letter-spacing: 0;
}

.jsk-home-hero__lead {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  line-height: 1.82;
  overflow-wrap: anywhere;
}

.jsk-home-hero__actions,
.jsk-home-launch__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.jsk-home-hero__button,
.jsk-home-launch__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  backdrop-filter: blur(12px);
}

.jsk-home-hero__button.is-primary,
.jsk-home-launch__button.is-primary {
  background: #fff;
  border-color: #fff;
  color: var(--jsk-navy, #0d224f);
}

.jsk-home-launch__button {
  border-color: rgba(20, 86, 204, 0.18);
  background: rgba(20, 86, 204, 0.07);
  color: var(--jsk-navy);
}

.jsk-home-launch__button.is-primary {
  background: var(--jsk-blue);
  border-color: var(--jsk-blue);
  color: #fff;
}

.jsk-home-hero__status-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr));
  gap: 12px;
  max-width: 1060px;
  margin-top: 54px;
}

.jsk-home-hero__status {
  display: grid;
  gap: 6px;
  min-width: 0;
  max-width: 100%;
  min-height: 126px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  background: rgba(7, 20, 48, 0.42);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
}

.jsk-home-hero__status * {
  white-space: normal;
}

.jsk-home-hero__status strong {
  color: #fff;
  font-size: 1.02rem;
  line-height: 1.3;
}

.jsk-home-hero__status span {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.58;
  overflow-wrap: anywhere;
}

.jsk-home-launch,
.jsk-home-video-map {
  width: min(1222px, calc(100% - 32px));
  margin: 0 auto 34px;
  padding: 34px;
  border: 1px solid rgba(13, 34, 79, 0.08);
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(8, 145, 178, 0.13), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 255, 0.94));
  box-shadow: 0 24px 70px rgba(13, 34, 79, 0.08);
}

.jsk-home-launch__eyebrow,
.jsk-home-video-map__eyebrow {
  background: rgba(20, 86, 204, 0.1);
  color: var(--jsk-blue);
}

.jsk-home-launch__head,
.jsk-home-video-map__head {
  display: grid;
  gap: 12px;
  max-width: 820px;
  margin-bottom: 24px;
}

.jsk-home-launch h2,
.jsk-home-video-map h2 {
  margin: 0;
  color: var(--jsk-navy);
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.jsk-home-launch p,
.jsk-home-video-map p {
  margin: 0;
  color: var(--jsk-muted);
  line-height: 1.8;
}

.jsk-home-launch__grid,
.jsk-home-video-map__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr));
  gap: 16px;
}

.jsk-home-launch__card,
.jsk-home-video-map__card {
  display: grid;
  gap: 12px;
  min-height: 100%;
  padding: 22px;
  border: 1px solid rgba(13, 34, 79, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 42px rgba(13, 34, 79, 0.06);
}

.jsk-home-launch__card strong,
.jsk-home-video-map__card strong {
  color: var(--jsk-navy);
  font-size: 1.06rem;
  line-height: 1.32;
}

.jsk-home-launch__badge,
.jsk-home-video-map__badge {
  display: inline-flex;
  width: fit-content;
  min-height: 30px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(20, 86, 204, 0.1);
  color: var(--jsk-blue);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.jsk-home .lead,
.jsk-shell .lead {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.06rem;
  line-height: 1.8;
  max-width: 680px;
}

.jsk-home .hero-actions,
.jsk-shell .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.jsk-home .btn,
.jsk-shell .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
}

.jsk-home .btn-primary,
.jsk-shell .btn-primary {
  background: #fff;
  color: var(--jsk-navy);
}

.jsk-home .btn-secondary,
.jsk-shell .btn-secondary {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.24);
}

.jsk-home .trust,
.jsk-home .stat-grid,
.jsk-home .grid-2,
.jsk-home .grid-3,
.jsk-home .grid-4,
.jsk-home .support-strip,
.jsk-shell .grid-2,
.jsk-shell .grid-3,
.jsk-shell .grid-4,
.jsk-shell .support-strip,
.jsk-shell .rate-list,
.jsk-shell .contact-grid,
.jsk-shell .faq-grid {
  display: grid;
  gap: 18px;
}

.jsk-home .trust,
.jsk-home .stat-grid,
.jsk-home .grid-4,
.jsk-shell .grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.jsk-home .grid-3,
.jsk-shell .grid-3,
.jsk-shell .contact-grid,
.jsk-shell .faq-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jsk-home .grid-2,
.jsk-shell .grid-2,
.jsk-shell .rate-list,
.jsk-home .support-strip,
.jsk-shell .support-strip {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jsk-home .hero-visual {
  display: grid;
  gap: 20px;
  align-content: start;
}

.jsk-home .hero-logo {
  width: min(100%, 360px);
  justify-self: end;
  padding: 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.jsk-home .mini-card,
.jsk-home .stat,
.jsk-home .card,
.jsk-home .quote-box,
.jsk-home .faq-box,
.jsk-home .support-item,
.jsk-home .rate,
.jsk-shell .card,
.jsk-shell .support-item,
.jsk-shell .rate,
.jsk-shell .contact-card,
.jsk-shell .faq-card,
.jsk-shell .policy-card,
.jsk-shell .process-card {
  border-radius: 22px;
  border: 1px solid var(--jsk-border);
  background: var(--jsk-panel);
  box-shadow: 0 18px 50px rgba(13, 34, 79, 0.06);
}

.jsk-home .mini-card,
.jsk-home .stat {
  padding: 18px;
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  box-shadow: none;
}

.jsk-home .mini-card span,
.jsk-home .stat span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.95rem;
  line-height: 1.65;
}

.jsk-home .section,
.jsk-shell .section {
  padding: 28px 0 44px;
}

.jsk-home .section-head,
.jsk-shell .section-head {
  max-width: 760px;
  margin-bottom: 24px;
}

.jsk-home .section-head h2,
.jsk-shell .section-head h2,
.jsk-shell h2 {
  margin: 0 0 10px;
  color: var(--jsk-navy);
  font-size: clamp(1.65rem, 2.6vw, 2.5rem);
  letter-spacing: 0;
}

.jsk-home .section-head p,
.jsk-shell .section-head p,
.jsk-shell p,
.jsk-shell li {
  color: var(--jsk-muted);
  line-height: 1.8;
}

.jsk-home .card,
.jsk-shell .card,
.jsk-shell .contact-card,
.jsk-shell .faq-card,
.jsk-shell .policy-card,
.jsk-shell .process-card {
  padding: 24px;
}

.jsk-home .card h3,
.jsk-shell .card h3,
.jsk-shell .contact-card h3,
.jsk-shell .faq-card h3,
.jsk-shell .process-card h3 {
  margin: 10px 0 8px;
  color: var(--jsk-navy);
  font-size: 1.24rem;
}

.jsk-home .card a,
.jsk-shell .card a,
.jsk-shell .contact-card a {
  font-weight: 700;
}

.jsk-home .icon,
.jsk-shell .icon {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, #e6efff, #f7fbff);
  color: var(--jsk-blue);
  font-weight: 800;
}

.jsk-home .band,
.jsk-shell .band {
  padding: 34px;
  border-radius: 30px;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  border: 1px solid rgba(13, 34, 79, 0.08);
  box-shadow: 0 26px 80px rgba(13, 34, 79, 0.08);
}

.jsk-home .rate-list,
.jsk-shell .rate-list {
  margin-top: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.jsk-home .rate,
.jsk-shell .rate {
  padding: 20px;
  text-align: center;
}

.jsk-home .rate span,
.jsk-shell .rate span {
  display: block;
  color: var(--jsk-muted);
  font-size: 0.95rem;
}

.jsk-home .rate b,
.jsk-shell .rate b {
  display: block;
  margin: 7px 0;
  color: var(--jsk-navy);
  font-size: 1.9rem;
}

.jsk-home .quote-box,
.jsk-home .faq-box,
.jsk-shell .policy-card {
  padding: 28px;
}

.jsk-home ul,
.jsk-shell ul {
  margin: 16px 0 0;
  padding-left: 18px;
}

.jsk-home .accent-callout,
.jsk-shell .accent-callout {
  padding: 16px 18px;
  border-left: 4px solid var(--jsk-blue);
  border-radius: 16px;
  background: var(--jsk-sky);
}

.jsk-home details,
.jsk-shell details {
  padding: 18px 0;
  border-top: 1px solid rgba(13, 34, 79, 0.1);
}

.jsk-home details:first-of-type,
.jsk-shell details:first-of-type {
  border-top: 0;
}

.jsk-home summary,
.jsk-shell summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--jsk-navy);
}

.jsk-shell {
  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 22%, #f8fafc 100%);
  padding: 8px 0 36px;
}

.jsk-shell .hero-shell {
  margin-bottom: 24px;
  padding: 34px;
  border-radius: 28px;
  background: linear-gradient(135deg, #0d224f 0%, #1456cc 100%);
  box-shadow: var(--jsk-shadow);
  color: #fff;
}

.jsk-shell .hero-shell .lead {
  color: rgba(255, 255, 255, 0.84);
  max-width: 760px;
}

.jsk-shell .hero-shell h1,
.jsk-shell .hero-shell h2,
.jsk-shell .hero-shell h3 {
  color: #fff;
}

.jsk-shell .process-card p,
.jsk-shell .contact-card p,
.jsk-shell .faq-card p,
.jsk-shell .policy-card p {
  margin-bottom: 0;
}

.jsk-shell .tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.jsk-shell .tag {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #d9e7ff;
  font-size: 13px;
  font-weight: 700;
}

.jsk-shell .contact-card strong,
.jsk-shell .policy-card strong {
  color: var(--jsk-navy);
}

.jsk-shell .cta-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 28px;
  border-radius: 24px;
  background: linear-gradient(135deg, #f8fbff, #eef5ff);
  border: 1px solid rgba(20, 86, 204, 0.12);
}

.wd-footer {
  background: #0b1733;
}

.wd-footer .widget-title,
.wd-footer,
.wd-footer a {
  color: rgba(255, 255, 255, 0.78);
}

.wd-footer .widget-title {
  color: #fff;
}
.woocommerce .main-page-wrapper,
.tax-product_cat .main-page-wrapper,
.post-type-archive-product .main-page-wrapper {
  background:
    radial-gradient(circle at top right, rgba(20, 86, 204, 0.08), transparent 18%),
    linear-gradient(180deg, #f9fbff 0%, #ffffff 28%, #f7fafc 100%);
}

.woocommerce .wd-shop-tools,
.tax-product_cat .wd-shop-tools,
.post-type-archive-product .wd-shop-tools {
  margin-bottom: 22px;
  padding: 16px 20px;
  border: 1px solid rgba(13, 34, 79, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 38px rgba(13, 34, 79, 0.07);
  backdrop-filter: blur(12px);
}

.woocommerce .wd-shop-tools a,
.woocommerce .wd-shop-tools .woocommerce-result-count,
.woocommerce .wd-shop-tools .wd-products-per-page,
.woocommerce .wd-shop-tools .wd-products-shop-view {
  color: var(--jsk-navy);
}

.woocommerce .products .product-grid-item,
.woocommerce .products li.product,
.wd-products .product-grid-item {
  margin-bottom: 26px;
}

.woocommerce .products .product-wrapper,
.woocommerce .products .wd-product,
.woocommerce .products li.product .product-wrapper,
.wd-products .product-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 16px;
  border: 1px solid rgba(13, 34, 79, 0.08);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.94));
  box-shadow: 0 18px 44px rgba(13, 34, 79, 0.08);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
  overflow: hidden;
}

.woocommerce .products .product-wrapper:hover,
.woocommerce .products .wd-product:hover,
.woocommerce .products li.product:hover .product-wrapper,
.wd-products .product-wrapper:hover {
  transform: translateY(-6px);
  border-color: rgba(20, 86, 204, 0.18);
  box-shadow: 0 28px 62px rgba(13, 34, 79, 0.12);
}

.woocommerce .products .product-image-link,
.woocommerce .products .wrap-product-img,
.woocommerce .products .product-element-top,
.wd-products .product-element-top {
  border-radius: 20px;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(20, 86, 204, 0.08), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f3f7ff 100%);
}

.woocommerce .products .product-image-link img,
.woocommerce .products .wrap-product-img img,
.wd-products .product-image-link img {
  transition: transform 0.32s ease;
}

.woocommerce .products .product-wrapper:hover .product-image-link img,
.woocommerce .products .wd-product:hover .product-image-link img,
.wd-products .product-wrapper:hover .product-image-link img {
  transform: scale(1.04);
}

.woocommerce .products .wd-product-thumb,
.wd-products .wd-product-thumb {
  position: relative;
}

.woocommerce .products .has-jsk-loop-gallery .product-element-top,
.wd-products .has-jsk-loop-gallery .product-element-top {
  position: relative;
  isolation: isolate;
}

.woocommerce .products .has-jsk-loop-gallery .wd-product-img-link,
.wd-products .has-jsk-loop-gallery .wd-product-img-link {
  opacity: 0;
  pointer-events: none;
}

.woocommerce .products .has-jsk-loop-gallery .wrapp-swatches,
.wd-products .has-jsk-loop-gallery .wrapp-swatches {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 5;
}

.jsk-loop-gallery {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  border-radius: 20px;
  background:
    radial-gradient(circle at top left, rgba(20, 86, 204, 0.12), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #edf4ff 100%);
  cursor: e-resize;
}

.jsk-loop-gallery.is-single {
  cursor: default;
}

.jsk-loop-gallery:focus-visible {
  outline: 3px solid rgba(20, 86, 204, 0.24);
  outline-offset: 4px;
}

.jsk-loop-gallery__viewport {
  position: absolute;
  inset: 0;
}

.jsk-loop-gallery__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.03);
  transition: opacity 0.28s ease, transform 0.32s ease;
}

.jsk-loop-gallery__slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.jsk-loop-gallery__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jsk-loop-gallery__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 25, 54, 0.1) 0%, rgba(8, 25, 54, 0) 30%, rgba(8, 25, 54, 0.48) 100%),
    linear-gradient(135deg, rgba(12, 34, 79, 0.12), rgba(20, 86, 204, 0));
  pointer-events: none;
}

.jsk-loop-gallery__header {
  position: absolute;
  top: 12px;
  right: 12px;
  left: 12px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  pointer-events: none;
}

.jsk-loop-gallery__hint,
.jsk-loop-gallery__count {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(8, 25, 54, 0.48);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.jsk-loop-gallery__count {
  margin-left: auto;
}

.jsk-loop-gallery__controls {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.jsk-loop-gallery__nav,
.jsk-loop-gallery__dot {
  border: 0;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease;
}

.jsk-loop-gallery__nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: rgba(8, 25, 54, 0.46);
  color: #fff;
  box-shadow: 0 12px 24px rgba(8, 25, 54, 0.16);
  backdrop-filter: blur(8px);
}

.jsk-loop-gallery__dots {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(8, 25, 54, 0.36);
  backdrop-filter: blur(10px);
}

.jsk-loop-gallery__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
}

.jsk-loop-gallery__dot.is-active {
  width: 24px;
  background: #fff;
}

.jsk-loop-gallery__nav:hover,
.jsk-loop-gallery__nav:focus-visible,
.jsk-loop-gallery__dot:hover,
.jsk-loop-gallery__dot:focus-visible {
  transform: translateY(-1px);
}

.woocommerce .products .wd-entities-title,
.woocommerce .products .woocommerce-loop-product__title,
.woocommerce .products .product-title,
.wd-products .wd-entities-title {
  margin-top: 0;
  margin-bottom: 10px;
  color: var(--jsk-navy);
  font-size: 1rem;
  line-height: 1.45;
}

.woocommerce .products .product-information,
.wd-products .product-information {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 10px;
  padding-top: 16px;
}

.woocommerce .products .wd-product-cats,
.wd-products .wd-product-cats {
  color: var(--jsk-muted);
  font-size: 0.84rem;
  line-height: 1.5;
}

.jsk-loop-product-summary {
  min-height: 0;
}

.jsk-loop-product-description {
  margin: 0;
  color: var(--jsk-muted);
  font-size: 0.92rem;
  line-height: 1.68;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.woocommerce .products .price,
.woocommerce .products .price .amount,
.wd-products .price {
  color: #0b3b8f;
  font-weight: 800;
  letter-spacing: 0;
}

.woocommerce .products .product-rating-price,
.wd-products .product-rating-price {
  margin-top: auto;
}

.woocommerce .products .wrapp-product-price,
.wd-products .wrapp-product-price {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.woocommerce .products .wrapp-product-price::before,
.wd-products .wrapp-product-price::before {
  content: "Price";
  color: var(--jsk-muted);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.woocommerce .products .wd-add-btn,
.woocommerce .products .button,
.woocommerce .products .add_to_cart_button,
.wd-products .wd-add-btn {
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
}

.woocommerce .products .onsale,
.woocommerce .wd-products .onsale {
  top: 16px;
  left: 16px;
  padding: 7px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1456cc, #0d224f);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 14px 30px rgba(20, 86, 204, 0.24);
}

.woocommerce .products .hover-content.wd-more-desc,
.wd-products .hover-content.wd-more-desc {
  display: none;
}

.woocommerce .widget,
.tax-product_cat .widget,
.post-type-archive-product .widget {
  padding: 18px 18px 20px;
  border: 1px solid rgba(13, 34, 79, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 44px rgba(13, 34, 79, 0.07);
}

.woocommerce .widget-title,
.tax-product_cat .widget-title,
.post-type-archive-product .widget-title {
  margin-bottom: 16px;
  color: var(--jsk-navy);
  font-size: 1rem;
  letter-spacing: 0.01em;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
  border: none;
}

.woocommerce nav.woocommerce-pagination ul {
  display: inline-flex;
  gap: 10px;
  padding: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 36px rgba(13, 34, 79, 0.08);
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  min-width: 42px;
  min-height: 42px;
  border-radius: 999px;
  line-height: 42px;
  color: var(--jsk-navy);
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
  background: linear-gradient(135deg, var(--jsk-blue), #0d224f);
  color: #fff;
}

.jsk-category-explorer {
  margin: 0 0 28px;
  padding: 30px;
  border: 1px solid rgba(13, 34, 79, 0.08);
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(20, 86, 204, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 255, 0.96));
  box-shadow: 0 24px 70px rgba(13, 34, 79, 0.08);
}

.jsk-category-explorer__head {
  max-width: 760px;
  margin-bottom: 24px;
}

.jsk-category-explorer__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(20, 86, 204, 0.1);
  color: var(--jsk-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.jsk-category-explorer__head h2 {
  margin: 14px 0 10px;
  color: var(--jsk-navy);
  font-size: clamp(1.7rem, 2.8vw, 2.8rem);
  letter-spacing: 0;
}

.jsk-category-explorer__head p {
  margin: 0;
  color: var(--jsk-muted);
  font-size: 1rem;
  line-height: 1.85;
}

.jsk-category-explorer__layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
  gap: 22px;
  align-items: start;
}

.jsk-category-explorer__rail {
  display: grid;
  gap: 12px;
}

.jsk-category-explorer__trigger {
  --jsk-category-accent: var(--jsk-blue);
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 16px 18px;
  border: 1px solid rgba(13, 34, 79, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 38px rgba(13, 34, 79, 0.05);
  color: var(--jsk-ink);
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.jsk-category-explorer__trigger:hover,
.jsk-category-explorer__trigger:focus-visible,
.jsk-category-explorer__trigger.is-active {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--jsk-category-accent) 38%, #ffffff);
  box-shadow: 0 24px 52px rgba(13, 34, 79, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(239, 246, 255, 0.96));
}

.jsk-category-explorer__icon {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--jsk-category-accent) 18%, #ffffff), rgba(255, 255, 255, 0.98));
  color: var(--jsk-category-accent);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--jsk-category-accent) 16%, #ffffff);
}

.jsk-category-explorer__icon svg {
  display: block;
  width: 24px;
  height: 24px;
}

.jsk-category-explorer__icon-fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.jsk-category-explorer__trigger-copy {
  display: grid;
  gap: 4px;
}

.jsk-category-explorer__label {
  color: var(--jsk-navy);
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.2;
}

.jsk-category-explorer__summary {
  color: var(--jsk-muted);
  font-size: 0.93rem;
  line-height: 1.65;
}

.jsk-category-explorer__arrow {
  color: var(--jsk-category-accent);
  font-size: 1.2rem;
  font-weight: 700;
}

.jsk-category-explorer__stage {
  position: relative;
  min-height: 100%;
}

.jsk-category-explorer__panel {
  --jsk-category-accent: var(--jsk-blue);
  display: none;
  padding: 22px;
  border-radius: 28px;
  border: 1px solid rgba(13, 34, 79, 0.08);
  background:
    radial-gradient(circle at top right, color-mix(in srgb, var(--jsk-category-accent) 16%, transparent), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 255, 0.96));
  box-shadow: 0 22px 56px rgba(13, 34, 79, 0.08);
}

.jsk-category-explorer__panel.is-active {
  display: block;
}

.jsk-category-explorer__panel-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.jsk-category-explorer__panel-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--jsk-category-accent) 12%, #ffffff);
  color: var(--jsk-category-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.jsk-category-explorer__panel-head h3 {
  margin: 10px 0 0;
  color: var(--jsk-navy);
  font-size: clamp(1.35rem, 2vw, 2rem);
  letter-spacing: 0;
}

.jsk-category-explorer__panel-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--jsk-category-accent), color-mix(in srgb, var(--jsk-category-accent) 58%, #0d224f));
  color: #fff;
  font-size: 0.92rem;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none;
  box-shadow: 0 16px 34px color-mix(in srgb, var(--jsk-category-accent) 22%, transparent);
}

.jsk-category-explorer__preview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.jsk-category-explorer__preview-card {
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(13, 34, 79, 0.08);
  background: #fff;
  box-shadow: 0 14px 36px rgba(13, 34, 79, 0.07);
}

.jsk-category-explorer__preview-card img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.jsk-category-explorer__preview-card.is-placeholder {
  background:
    radial-gradient(circle at top right, color-mix(in srgb, var(--jsk-category-accent) 22%, transparent), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(241, 245, 255, 0.96));
}

.jsk-category-explorer__preview-placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 180px;
  color: color-mix(in srgb, var(--jsk-category-accent) 76%, #0d224f);
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.jsk-category-explorer__preview-copy {
  display: grid;
  gap: 4px;
  padding: 16px;
}

.jsk-category-explorer__preview-copy span {
  color: var(--jsk-muted);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.jsk-category-explorer__preview-copy strong {
  color: var(--jsk-navy);
  font-size: 1rem;
  line-height: 1.35;
}

.jsk-home .jsk-category-explorer {
  margin-bottom: 0;
}

.jsk-hybrid-grid,
.jsk-shop-features {
  margin: 0 0 28px;
  padding: 32px;
  border: 1px solid rgba(13, 34, 79, 0.08);
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(20, 86, 204, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(244, 248, 255, 0.96));
  box-shadow: 0 24px 70px rgba(13, 34, 79, 0.08);
}

.jsk-hybrid-grid__head,
.jsk-shop-features__head {
  max-width: 760px;
  margin-bottom: 24px;
}

.jsk-hybrid-grid__eyebrow,
.jsk-shop-features__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(20, 86, 204, 0.1);
  color: var(--jsk-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.jsk-hybrid-grid__head h2,
.jsk-shop-features__head h2 {
  margin: 14px 0 10px;
  color: var(--jsk-navy);
  font-size: clamp(1.7rem, 2.8vw, 2.8rem);
  letter-spacing: 0;
}

.jsk-hybrid-grid__head p,
.jsk-shop-features__head p {
  margin: 0;
  color: var(--jsk-muted);
  font-size: 1rem;
  line-height: 1.85;
}

.jsk-hybrid-grid__mosaic {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: minmax(140px, auto);
  gap: 18px;
}

.jsk-hybrid-grid__card {
  --jsk-hybrid-card-shadow: 0 22px 54px rgba(13, 34, 79, 0.16);
  position: relative;
  display: block;
  min-height: 220px;
  overflow: hidden;
  border-radius: 30px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--jsk-hybrid-accent) 80%, #081936), #081936);
  box-shadow: var(--jsk-hybrid-card-shadow);
  isolation: isolate;
  text-decoration: none;
  transition: transform 0.28s ease, box-shadow 0.28s ease, filter 0.28s ease;
}

.jsk-hybrid-grid__card:hover,
.jsk-hybrid-grid__card:focus-visible {
  transform: translateY(-6px);
  box-shadow: 0 32px 72px rgba(13, 34, 79, 0.2);
  filter: saturate(1.04);
}

.jsk-hybrid-grid__card.is-feature {
  grid-column: span 6;
  grid-row: span 2;
}

.jsk-hybrid-grid__card.is-portrait {
  grid-column: span 3;
  grid-row: span 2;
}

.jsk-hybrid-grid__card.is-stack {
  grid-column: span 3;
  grid-row: span 1;
  min-height: 0;
}

.jsk-hybrid-grid__media,
.jsk-hybrid-grid__shade,
.jsk-hybrid-grid__copy {
  position: absolute;
  inset: 0;
}

.jsk-hybrid-grid__media {
  background-image:
    var(--jsk-hybrid-image),
    radial-gradient(circle at top right, color-mix(in srgb, var(--jsk-hybrid-accent) 34%, transparent), transparent 40%),
    linear-gradient(145deg, color-mix(in srgb, var(--jsk-hybrid-accent) 84%, #081936), #081936);
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  transition: transform 0.45s ease;
}

.jsk-hybrid-grid__card:hover .jsk-hybrid-grid__media,
.jsk-hybrid-grid__card:focus-visible .jsk-hybrid-grid__media {
  transform: scale(1.07);
}

.jsk-hybrid-grid__media.is-gradient-only {
  background-image:
    radial-gradient(circle at top right, color-mix(in srgb, var(--jsk-hybrid-accent) 32%, transparent), transparent 38%),
    linear-gradient(135deg, color-mix(in srgb, var(--jsk-hybrid-accent) 86%, #09162f), #0a1834 68%, #081936);
}

.jsk-hybrid-grid__shade {
  background:
    linear-gradient(180deg, rgba(8, 25, 54, 0.08) 0%, rgba(8, 25, 54, 0.22) 38%, rgba(8, 25, 54, 0.88) 100%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
}

.jsk-hybrid-grid__copy {
  inset: auto 0 0;
  display: grid;
  align-content: end;
  gap: 10px;
  padding: 24px;
  color: #fff;
}

.jsk-hybrid-grid__label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.92);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.jsk-hybrid-grid__copy strong {
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: clamp(1.15rem, 1.6vw, 1.65rem);
  line-height: 1.12;
  letter-spacing: 0;
}

.jsk-hybrid-grid__copy span:not(.jsk-hybrid-grid__label):not(.jsk-hybrid-grid__cta) {
  max-width: 38ch;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.95rem;
  line-height: 1.72;
}

.jsk-hybrid-grid__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  min-height: 38px;
  margin-top: 2px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 0.88rem;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.jsk-hybrid-grid__cta::after {
  content: "->";
  font-size: 1rem;
}

.jsk-shop-features__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.jsk-shop-features__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: start;
  min-height: 100%;
  padding: 22px;
  border: 1px solid rgba(13, 34, 79, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 40px rgba(13, 34, 79, 0.06);
}

.jsk-shop-features__icon {
  display: inline-grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 20px;
  background: linear-gradient(135deg, #e8f0ff, #f8fbff);
  color: var(--jsk-blue);
  box-shadow: inset 0 0 0 1px rgba(20, 86, 204, 0.1);
}

.jsk-shop-features__icon svg {
  width: 26px;
  height: 26px;
  display: block;
}

.jsk-shop-features__copy {
  display: grid;
  gap: 6px;
}

.jsk-shop-features__copy h3 {
  margin: 0;
  color: var(--jsk-navy);
  font-size: 1.05rem;
  line-height: 1.35;
}

.jsk-shop-features__copy p {
  margin: 0;
  color: var(--jsk-muted);
  font-size: 0.94rem;
  line-height: 1.72;
}

.post-type-archive-product .jsk-shop-features,
.tax-product_cat .jsk-shop-features {
  margin-bottom: 26px;
}

.jsk-media-showcase {
  --jsk-showcase-height: 320px;
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(135deg, #081936 0%, #113b88 52%, #1c6fe1 100%);
  box-shadow: var(--jsk-shadow);
}

.jsk-media-showcase--hero {
  --jsk-showcase-height: 360px;
}

.jsk-home .hero-visual .jsk-media-showcase {
  margin-bottom: 0;
}

.jsk-shell .wrap > .jsk-media-showcase {
  margin-bottom: 24px;
}

.post-type-archive-product .jsk-media-showcase,
.tax-product_cat .jsk-media-showcase {
  margin-bottom: 24px;
}

.jsk-media-showcase__viewport {
  position: relative;
  min-height: var(--jsk-showcase-height);
}

.jsk-media-showcase__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 0.6s ease, transform 0.7s ease;
}

.jsk-media-showcase__slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.jsk-media-showcase__media,
.jsk-media-showcase__slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jsk-media-showcase__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 25, 54, 0.08) 0%, rgba(8, 25, 54, 0.24) 44%, rgba(8, 25, 54, 0.72) 100%),
    linear-gradient(135deg, rgba(12, 34, 79, 0.4), rgba(20, 86, 204, 0.18));
  pointer-events: none;
}

.jsk-media-showcase__caption {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  z-index: 2;
  display: grid;
  gap: 10px;
}

.jsk-media-showcase__caption p {
  margin: 0;
  max-width: 580px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.98rem;
  line-height: 1.7;
}

.jsk-media-showcase__eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #f8fbff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.jsk-media-showcase__preview-track {
  position: absolute;
  right: 18px;
  bottom: 86px;
  left: 18px;
  z-index: 3;
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 4px 2px;
  scrollbar-width: none;
}

.jsk-media-showcase__preview-track::-webkit-scrollbar {
  display: none;
}

.jsk-media-showcase__preview {
  flex: 0 0 86px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  opacity: 0.72;
  transition: opacity 0.2s ease, transform 0.25s ease;
}

.jsk-media-showcase__preview.is-active {
  opacity: 1;
  transform: translateY(-2px);
}

.jsk-media-showcase__preview-frame {
  display: block;
  width: 100%;
  height: 62px;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  box-shadow: 0 14px 28px rgba(8, 25, 54, 0.24);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
}

.jsk-media-showcase__preview-frame.is-video-fallback {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(8, 25, 54, 0.74), rgba(17, 59, 136, 0.74));
}

.jsk-media-showcase__preview-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jsk-media-showcase__preview-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.jsk-media-showcase__controls {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(8, 25, 54, 0.42);
  backdrop-filter: blur(12px);
}

.jsk-media-showcase__nav,
.jsk-media-showcase__dot {
  border: 0;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
}

.jsk-media-showcase__nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 18px;
}

.jsk-media-showcase__dots {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.jsk-media-showcase__dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
  opacity: 0.9;
}

.jsk-media-showcase__dot.is-active {
  width: 28px;
  background: #fff;
}

.jsk-media-showcase__nav:hover,
.jsk-media-showcase__nav:focus-visible,
.jsk-media-showcase__dot:hover,
.jsk-media-showcase__dot:focus-visible,
.jsk-media-showcase__preview:hover,
.jsk-media-showcase__preview:focus-visible {
  transform: translateY(-1px);
}

.jsk-media-showcase.is-single .jsk-media-showcase__controls {
  display: none;
}

@media (max-width: 1024px) {
  .jsk-home-hero {
    min-height: auto;
  }

  .jsk-home-hero__content {
    padding: 56px 0 68px;
  }

  .jsk-home-hero__status-strip,
  .jsk-home-launch__grid,
  .jsk-home-video-map__grid {
    grid-template-columns: 1fr 1fr;
  }

  .jsk-home .hero-grid,
  .jsk-home .trust,
  .jsk-home .stat-grid,
  .jsk-home .grid-4,
  .jsk-home .grid-3,
  .jsk-home .grid-2,
  .jsk-home .rate-list,
  .jsk-home .support-strip,
  .jsk-shell .grid-4,
  .jsk-shell .grid-3,
  .jsk-shell .grid-2,
  .jsk-shell .rate-list,
  .jsk-shell .contact-grid,
  .jsk-shell .faq-grid,
  .jsk-shell .support-strip {
    grid-template-columns: 1fr 1fr;
  }

  .jsk-home .hero-logo {
    justify-self: start;
  }

  .jsk-media-showcase--hero {
    --jsk-showcase-height: 300px;
  }

  .jsk-media-showcase__preview-track {
    bottom: 80px;
  }

  .jsk-category-explorer__layout {
    grid-template-columns: 1fr;
  }

  .jsk-category-explorer__preview-grid {
    grid-template-columns: 1fr 1fr;
  }

  .jsk-hybrid-grid__mosaic,
  .jsk-shop-features__grid {
    grid-template-columns: 1fr 1fr;
  }

  .jsk-hybrid-grid__card.is-feature,
  .jsk-hybrid-grid__card.is-portrait,
  .jsk-hybrid-grid__card.is-stack {
    grid-column: span 1;
    grid-row: span 1;
  }

  .woocommerce .wd-shop-tools {
    padding: 14px 16px;
  }

  .jsk-loop-gallery__hint {
    display: none;
  }
}

@media (max-width: 767px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .jsk-home,
  .jsk-shell,
  .wrap,
  .section,
  .section-head,
  .hero-shell,
  .jsk-home-hero,
  .jsk-home-hero__content,
  .jsk-home-hero__copy,
  .jsk-home-hero__status,
  .jsk-home-launch,
  .jsk-home-video-map,
  .jsk-home-launch__head,
  .jsk-home-video-map__head,
  .card,
  .policy-card,
  .process-card,
  .contact-card,
  .support-item,
  .cta-strip {
    box-sizing: border-box;
    min-width: 0;
    max-width: 100%;
  }

  .jsk-home-hero h1,
  .jsk-home-hero__lead,
  .jsk-home-launch h2,
  .jsk-home-video-map h2,
  .section-head h2,
  .hero-shell h1,
  .lead,
  .jsk-home-hero__status span,
  .card p,
  .policy-card p,
  .process-card p,
  .contact-card p,
  .support-item span,
  .support-item p {
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .site-logo .wd-logo {
    width: 180px;
    height: 44px;
  }

  .jsk-home .hero,
  .jsk-shell .section {
    padding-top: 18px;
  }

  .jsk-home-hero {
    min-height: auto;
    background-position: center top;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }

  .jsk-home-hero__content {
    width: calc(100vw - 40px);
    max-width: calc(100vw - 40px);
    padding: 42px 0 54px;
  }

  .jsk-home-hero h1 {
    max-width: 100%;
    font-size: 2rem;
    line-height: 1.03;
  }

  .jsk-home-hero__lead {
    width: 100%;
    max-width: 100%;
    font-size: 1rem;
  }

  .jsk-home-hero__actions,
  .jsk-home-launch__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .jsk-home-hero__button,
  .jsk-home-launch__button {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    text-align: center;
  }

  .jsk-home-hero__status-strip,
  .jsk-home-launch__grid,
  .jsk-home-video-map__grid {
    grid-template-columns: 1fr;
  }

  .jsk-home-hero__status {
    overflow: hidden;
    width: 100%;
    max-width: calc(100vw - 40px);
  }

  .jsk-home .section-head {
    display: block;
  }

  .jsk-home .section-head h2 {
    font-size: clamp(1.8rem, 8vw, 2.35rem);
    line-height: 1.08;
  }

  .jsk-home-launch,
  .jsk-home-video-map {
    width: calc(100% - 32px);
    max-width: calc(100% - 32px);
    padding: 22px;
    border-radius: 24px;
  }

  .jsk-home .hero-grid,
  .jsk-home .trust,
  .jsk-home .stat-grid,
  .jsk-home .grid-4,
  .jsk-home .grid-3,
  .jsk-home .grid-2,
  .jsk-home .rate-list,
  .jsk-home .support-strip,
  .jsk-shell .grid-4,
  .jsk-shell .grid-3,
  .jsk-shell .grid-2,
  .jsk-shell .rate-list,
  .jsk-shell .contact-grid,
  .jsk-shell .faq-grid,
  .jsk-shell .support-strip {
    grid-template-columns: 1fr;
  }

  .jsk-home .hero-grid,
  .jsk-home .hero-panel,
  .jsk-home .band,
  .jsk-shell .hero-shell,
  .jsk-shell .band,
  .jsk-home .quote-box,
  .jsk-home .faq-box,
  .jsk-shell .policy-card {
    padding: 24px;
  }

  .jsk-home .hero h1,
  .jsk-shell h1 {
    font-size: 2rem;
  }

  .jsk-media-showcase,
  .jsk-media-showcase--hero {
    --jsk-showcase-height: 240px;
  }

  .jsk-media-showcase__caption,
  .jsk-media-showcase__controls {
    right: 16px;
    left: 16px;
  }

  .jsk-media-showcase__preview-track {
    right: 16px;
    bottom: 74px;
    left: 16px;
  }

  .jsk-media-showcase__controls {
    justify-content: space-between;
  }

  .jsk-media-showcase__preview {
    flex-basis: 68px;
  }

  .jsk-media-showcase__preview-frame {
    height: 52px;
    border-radius: 14px;
  }

  .jsk-category-explorer {
    padding: 22px;
  }

  .jsk-hybrid-grid,
  .jsk-shop-features {
    padding: 22px;
  }

  .jsk-hybrid-grid__mosaic,
  .jsk-shop-features__grid {
    grid-template-columns: 1fr;
  }

  .jsk-hybrid-grid__copy {
    padding: 20px;
  }

  .jsk-shop-features__item {
    grid-template-columns: 1fr;
  }

  .jsk-category-explorer__panel-head {
    align-items: start;
    flex-direction: column;
  }

  .jsk-category-explorer__preview-grid {
    grid-template-columns: 1fr;
  }

  .jsk-category-explorer__preview-card img,
  .jsk-category-explorer__preview-placeholder {
    height: 150px;
  }

  .jsk-loop-gallery__header {
    top: 10px;
    right: 10px;
    left: 10px;
  }

  .jsk-loop-gallery__hint,
  .jsk-loop-gallery__count {
    min-height: 26px;
    padding: 0 10px;
    font-size: 10px;
  }

  .jsk-loop-gallery__controls {
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .jsk-loop-gallery__nav {
    width: 34px;
    height: 34px;
  }

  .jsk-loop-gallery__dots {
    gap: 6px;
    padding: 9px 10px;
  }

  .jsk-loop-gallery__dot {
    width: 9px;
    height: 9px;
  }

  .jsk-loop-gallery__dot.is-active {
    width: 20px;
  }
}

.jsk-story-rail,
.jsk-social-hub,
.jsk-product-media-reel,
.jsk-product-support {
  margin: 0 0 28px;
  padding: 32px;
  border: 1px solid rgba(13, 34, 79, 0.08);
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(20, 86, 204, 0.08), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  box-shadow: 0 24px 70px rgba(13, 34, 79, 0.09);
}

.jsk-story-rail__head,
.jsk-social-hub__head,
.jsk-product-media-reel__head,
.jsk-product-support__intro {
  display: grid;
  gap: 12px;
}

.jsk-story-rail__head,
.jsk-product-support {
  align-items: start;
}

.jsk-story-rail__head,
.jsk-social-hub__head {
  margin-bottom: 22px;
}

.jsk-story-rail__copy,
.jsk-social-hub__head,
.jsk-product-media-reel__head {
  max-width: 760px;
}

.jsk-story-rail__eyebrow,
.jsk-social-hub__eyebrow,
.jsk-product-media-reel__eyebrow,
.jsk-product-support__eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(20, 86, 204, 0.1);
  color: var(--jsk-blue);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.jsk-story-rail h2,
.jsk-social-hub h2,
.jsk-product-media-reel h2,
.jsk-product-support h2 {
  margin: 0;
  color: var(--jsk-navy);
  font-size: clamp(1.7rem, 2.5vw, 2.6rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.jsk-story-rail p,
.jsk-social-hub p,
.jsk-product-media-reel p,
.jsk-product-support p {
  margin: 0;
  color: var(--jsk-muted);
  line-height: 1.78;
}

.jsk-story-rail__head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px;
}

.jsk-story-rail__actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.jsk-story-rail__cta,
.jsk-story-card__link,
.jsk-social-hub__button,
.jsk-product-support__button {
  text-decoration: none;
}

.jsk-story-rail__cta {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(20, 86, 204, 0.12);
  background: rgba(20, 86, 204, 0.05);
  color: var(--jsk-navy);
  font-weight: 700;
}

.jsk-story-rail__nav-group {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.jsk-story-rail__nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: rgba(13, 34, 79, 0.92);
  color: #fff;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease;
}

.jsk-story-rail__nav:hover,
.jsk-story-rail__nav:focus-visible,
.jsk-story-rail__cta:hover,
.jsk-story-rail__cta:focus-visible,
.jsk-social-hub__button:hover,
.jsk-social-hub__button:focus-visible,
.jsk-product-support__button:hover,
.jsk-product-support__button:focus-visible {
  transform: translateY(-1px);
}

.jsk-story-rail__nav:disabled {
  opacity: 0.35;
  cursor: default;
  transform: none;
}

.jsk-story-rail__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 32vw);
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 4px;
  scrollbar-width: none;
}

.jsk-story-rail__track::-webkit-scrollbar {
  display: none;
}

.jsk-story-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100%;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(13, 34, 79, 0.08);
  background: #fff;
  color: inherit;
  box-shadow: 0 18px 44px rgba(13, 34, 79, 0.08);
  scroll-snap-align: start;
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.jsk-story-card:hover,
.jsk-story-card:focus-visible,
.jsk-social-hub__card:hover,
.jsk-social-hub__card:focus-visible,
.jsk-product-support__social:hover,
.jsk-product-support__social:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 26px 60px rgba(13, 34, 79, 0.14);
}

.jsk-story-card__media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, color-mix(in srgb, var(--jsk-story-accent, #1456cc) 28%, transparent), transparent 34%),
    linear-gradient(140deg, color-mix(in srgb, var(--jsk-story-accent, #1456cc) 82%, #081936), #081936 76%);
}

.jsk-story-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jsk-story-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 25, 54, 0.04) 0%, rgba(8, 25, 54, 0.44) 100%);
  pointer-events: none;
}

.jsk-story-card__placeholder-icon {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 800;
}

.jsk-story-card__placeholder-icon svg {
  width: 56px;
  height: 56px;
}

.jsk-story-card__badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
}

.jsk-story-card__body {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 22px;
}

.jsk-story-card__kicker {
  color: var(--jsk-blue);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.jsk-story-card__title {
  color: var(--jsk-navy);
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 1.26rem;
  line-height: 1.18;
  letter-spacing: 0;
}

.jsk-story-card__text {
  color: var(--jsk-muted);
  line-height: 1.7;
}

.jsk-story-card__chips,
.jsk-story-card__meta-row,
.jsk-story-card__thumbs,
.jsk-product-support__socials,
.jsk-social-hub__aside-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.jsk-story-card__chip,
.jsk-story-card__meta,
.jsk-product-support__social,
.jsk-social-hub__button {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 700;
}

.jsk-story-card__chip,
.jsk-story-card__meta {
  background: rgba(20, 86, 204, 0.08);
  color: var(--jsk-navy);
}

.jsk-story-card__thumb {
  width: 42px;
  height: 42px;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(13, 34, 79, 0.08);
  background: var(--jsk-sky);
}

.jsk-story-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jsk-story-card__link {
  color: var(--jsk-blue);
  font-weight: 800;
}

.jsk-social-hub__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(280px, 0.9fr);
  gap: 22px;
}

.jsk-social-hub__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.jsk-social-hub__card,
.jsk-social-hub__aside,
.jsk-product-support__stat {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(13, 34, 79, 0.08);
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 18px 44px rgba(13, 34, 79, 0.07);
}

.jsk-social-hub__card {
  position: relative;
  overflow: hidden;
}

.jsk-social-hub__card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--jsk-social-accent, var(--jsk-blue));
}

.jsk-social-hub__icon,
.jsk-product-support__social-icon {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: rgba(20, 86, 204, 0.08);
  color: var(--jsk-blue);
}

.jsk-social-hub__icon svg,
.jsk-product-support__social-icon svg,
.jsk-social-dock__icon svg {
  width: 24px;
  height: 24px;
}

.jsk-social-hub__platform,
.jsk-social-hub__subtitle,
.jsk-product-support__stat span:first-child {
  color: var(--jsk-muted);
  font-size: 0.84rem;
  font-weight: 700;
}

.jsk-social-hub__card strong,
.jsk-social-hub__aside h3,
.jsk-product-support__stat strong {
  color: var(--jsk-navy);
  font-size: 1.14rem;
  line-height: 1.3;
}

.jsk-social-hub__text {
  color: var(--jsk-muted);
  line-height: 1.72;
}

.jsk-social-hub__aside {
  background:
    radial-gradient(circle at top right, rgba(20, 86, 204, 0.1), transparent 30%),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.jsk-social-hub.is-branch-clothings .jsk-social-hub__aside {
  background:
    radial-gradient(circle at top right, rgba(141, 74, 31, 0.12), transparent 30%),
    linear-gradient(180deg, #fff8f3 0%, #ffffff 100%);
}

.jsk-social-hub.is-branch-sofas-mattresses .jsk-social-hub__aside {
  background:
    radial-gradient(circle at top right, rgba(29, 79, 145, 0.14), transparent 30%),
    linear-gradient(180deg, #f4f8ff 0%, #ffffff 100%);
}

.jsk-social-hub.is-branch-logistics .jsk-social-hub__aside {
  background:
    radial-gradient(circle at top right, rgba(15, 118, 110, 0.14), transparent 30%),
    linear-gradient(180deg, #f2fcfa 0%, #ffffff 100%);
}

.jsk-social-hub.is-branch-stationery .jsk-social-hub__aside {
  background:
    radial-gradient(circle at top right, rgba(37, 99, 235, 0.12), transparent 30%),
    linear-gradient(180deg, #f5f9ff 0%, #ffffff 100%);
}

.jsk-social-hub.is-branch-auto-parts-exports .jsk-social-hub__aside {
  background:
    radial-gradient(circle at top right, rgba(234, 88, 12, 0.14), transparent 30%),
    linear-gradient(180deg, #fff7f2 0%, #ffffff 100%);
}

.jsk-social-hub--archive {
  margin-bottom: 0;
}

.jsk-social-hub__aside-kicker {
  color: var(--jsk-blue);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.jsk-social-hub__button,
.jsk-product-support__button {
  justify-content: center;
  min-height: 42px;
  border: 1px solid rgba(20, 86, 204, 0.14);
  background: rgba(20, 86, 204, 0.06);
  color: var(--jsk-navy);
}

.jsk-social-hub__button.is-primary,
.jsk-product-support__button.is-primary {
  background: var(--jsk-blue);
  border-color: var(--jsk-blue);
  color: #fff;
}

.jsk-product-media-reel {
  margin-top: 26px;
}

.jsk-media-showcase--single-product {
  --jsk-showcase-height: 420px;
}

.jsk-product-support {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 20px;
  margin-top: 24px;
}

.jsk-product-support__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.jsk-product-support__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

.jsk-product-support__socials {
  grid-column: 1 / -1;
}

.jsk-product-support__social {
  gap: 10px;
  border: 1px solid rgba(13, 34, 79, 0.08);
  background: rgba(20, 86, 204, 0.05);
  color: var(--jsk-navy);
  text-decoration: none;
}

.jsk-product-tab-shell {
  display: grid;
  gap: 22px;
  margin-top: 18px;
  padding: 28px;
  border: 1px solid rgba(13, 34, 79, 0.08);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(20, 86, 204, 0.08), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  box-shadow: 0 18px 48px rgba(13, 34, 79, 0.08);
}

.jsk-product-tab-shell__intro {
  display: grid;
  gap: 10px;
  max-width: 780px;
}

.jsk-product-tab-shell__eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(20, 86, 204, 0.08);
  color: var(--jsk-blue);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.jsk-product-tab-shell h2 {
  margin: 0;
  color: var(--jsk-navy);
  font-size: clamp(1.45rem, 2vw, 2.1rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.jsk-product-tab-shell p {
  margin: 0;
  color: var(--jsk-muted);
  line-height: 1.78;
}

.jsk-product-tab-shell__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.jsk-product-tab-shell__card {
  display: grid;
  gap: 8px;
  padding: 20px;
  border-radius: 22px;
  border: 1px solid rgba(13, 34, 79, 0.08);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 28px rgba(13, 34, 79, 0.05);
}

.jsk-product-tab-shell__card strong {
  color: var(--jsk-navy);
  font-size: 1rem;
}

.jsk-product-tab-shell__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.jsk-product-tab-shell__content .woocommerce-Reviews,
.jsk-product-tab-shell__content #reviews {
  margin: 0;
}

.jsk-product-tab-shell__content .commentlist,
.jsk-product-tab-shell__content .woocommerce-Reviews-title,
.jsk-product-tab-shell__content .comment-reply-title {
  color: var(--jsk-navy);
}

.jsk-social-dock {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 999;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  max-width: min(420px, calc(100vw - 24px));
}

.jsk-social-dock__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(8, 25, 54, 0.9);
  backdrop-filter: blur(14px);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 18px 38px rgba(8, 25, 54, 0.24);
}

.jsk-social-dock__link.is-whatsapp {
  background: rgba(23, 143, 73, 0.94);
}

.jsk-social-dock__icon {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
}

.jsk-social-dock__label {
  font-size: 0.9rem;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .jsk-story-rail,
  .jsk-social-hub,
  .jsk-product-media-reel,
  .jsk-product-support {
    padding: 24px;
  }

  .jsk-story-rail__track {
    grid-auto-columns: minmax(260px, 72vw);
  }

  .jsk-social-hub__layout,
  .jsk-product-support {
    grid-template-columns: 1fr;
  }

  .jsk-social-hub__cards,
  .jsk-product-support__stats {
    grid-template-columns: 1fr 1fr;
  }

  .jsk-media-showcase--single-product {
    --jsk-showcase-height: 360px;
  }
}

@media (max-width: 767px) {
  .jsk-story-rail,
  .jsk-social-hub,
  .jsk-product-media-reel,
  .jsk-product-support {
    padding: 22px;
    border-radius: 24px;
  }

  .jsk-story-rail__head {
    display: grid;
  }

  .jsk-story-rail__actions {
    justify-content: space-between;
  }

  .jsk-story-rail__track {
    grid-auto-columns: minmax(240px, 84vw);
  }

  .jsk-social-hub__cards,
  .jsk-product-support__stats {
    grid-template-columns: 1fr;
  }

  .jsk-media-showcase--single-product {
    --jsk-showcase-height: 280px;
  }

  .jsk-social-dock {
    right: 12px;
    bottom: 12px;
    gap: 8px;
  }

  .jsk-social-dock__link {
    min-height: 44px;
    padding: 0 14px;
  }

  .jsk-social-dock__label {
    display: none;
  }

  .jsk-product-tab-shell {
    padding: 22px;
    border-radius: 24px;
  }

  .jsk-product-tab-shell__grid {
    grid-template-columns: 1fr;
  }
}

.whb-header-bottom {
  background: transparent;
  border-top: 0;
  border-bottom: 0;
  padding: 8px 0 16px;
}

.whb-header-bottom .container {
  position: relative;
}

.whb-header-bottom .wd-header-main-nav {
  overflow: visible;
}

.jsk-menu-shell {
  position: relative;
  isolation: isolate;
  overflow: visible;
  max-width: 100%;
}

.jsk-menu-shell__backdrops {
  position: absolute;
  inset: 0;
  border-radius: 28px;
  overflow: hidden;
  pointer-events: none;
}

.jsk-menu-shell__backdrop {
  position: absolute;
  inset: 0;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(13, 34, 79, 0.18);
}

.jsk-menu-shell__backdrop-layer {
  opacity: 0;
  transform: scale(1.025);
  transition: opacity 0.3s ease, transform 0.42s ease;
}

.jsk-menu-shell__backdrop-layer.is-active {
  opacity: 1;
  transform: scale(1);
}

.jsk-menu-shell__backdrop,
.jsk-menu-shell__backdrop .jsk-media-showcase__viewport,
.jsk-menu-shell__backdrop .jsk-media-showcase__slide {
  min-height: 82px;
  height: 100%;
}

.jsk-menu-shell__backdrop .jsk-media-showcase__preview-track,
.jsk-menu-shell__backdrop .jsk-media-showcase__controls,
.jsk-menu-shell__backdrop .jsk-media-showcase__caption {
  display: none;
}

.jsk-menu-shell__backdrop .jsk-media-showcase__shade {
  background:
    linear-gradient(90deg, rgba(8, 18, 43, 0.9) 0%, rgba(20, 86, 204, 0.72) 52%, rgba(8, 18, 43, 0.88) 100%),
    radial-gradient(circle at right center, rgba(255, 255, 255, 0.22), transparent 36%);
}

.jsk-menu-shell__backdrop .jsk-media-showcase__media {
  transform: scale(1.08);
  filter: saturate(1.04);
  animation: jsk-menu-drift 18s ease-in-out infinite alternate;
}

.jsk-menu--desktop {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
  width: 100%;
  padding: 8px;
}

.jsk-menu--desktop .jsk-menu__item {
  position: static;
}

.jsk-menu--desktop .jsk-menu__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 16px;
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  transition: transform 0.24s ease, background-color 0.24s ease, box-shadow 0.24s ease;
}

.jsk-menu--desktop .jsk-menu__item.current-menu-item > .jsk-menu__link,
.jsk-menu--desktop .jsk-menu__item:hover > .jsk-menu__link,
.jsk-menu--desktop .jsk-menu__item:focus-within > .jsk-menu__link {
  background: rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22), 0 18px 32px rgba(8, 18, 43, 0.2);
  transform: translateY(-1px);
}

.jsk-menu--desktop .menu-item-cta > .jsk-menu__link {
  background: linear-gradient(135deg, #ffffff, #dceafe);
  color: var(--jsk-navy);
  box-shadow: 0 18px 36px rgba(8, 18, 43, 0.22);
}

.jsk-menu__icon,
.jsk-menu__card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.jsk-menu__icon {
  width: 18px;
  height: 18px;
}

.jsk-menu__icon svg,
.jsk-menu__card-icon svg {
  width: 100%;
  height: 100%;
}

.jsk-menu__icon-fallback,
.jsk-menu__card-icon-fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.jsk-menu__caret {
  font-size: 10px;
  opacity: 0.85;
}

.jsk-menu__pane {
  position: absolute;
  top: calc(100% + 18px);
  left: 0;
  width: min(1080px, calc(100vw - 48px));
  padding: 24px;
  border-radius: 30px;
  background:
    linear-gradient(165deg, rgba(11, 24, 58, 0.98) 0%, rgba(20, 86, 204, 0.92) 70%, rgba(76, 124, 215, 0.88) 100%);
  color: #fff;
  box-shadow: 0 28px 80px rgba(8, 18, 43, 0.28);
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 0.24s ease, transform 0.24s ease;
  z-index: 30;
}

.jsk-menu__item:hover > .jsk-menu__pane,
.jsk-menu__item:focus-within > .jsk-menu__pane {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.jsk-menu__pane-grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.85fr) minmax(0, 1.25fr);
  gap: 22px;
  align-items: start;
}

.jsk-menu__pane-intro {
  display: grid;
  gap: 14px;
  padding: 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.jsk-menu__pane-eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.86);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.jsk-menu__pane h3 {
  margin: 0;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.1;
}

.jsk-menu__pane p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
}

.jsk-menu__pane-actions,
.jsk-menu__pane-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.jsk-menu__pane-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.jsk-menu__pane-button.is-primary {
  background: #fff;
  border-color: transparent;
  color: var(--jsk-navy);
}

.jsk-menu__pane-chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.88);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.jsk-menu__pane-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.jsk-menu__card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  color: #fff;
  transition: transform 0.22s ease, background-color 0.22s ease, box-shadow 0.22s ease;
}

.jsk-menu__card:hover,
.jsk-menu__card:focus-visible,
.jsk-menu__pane-button:hover,
.jsk-menu__pane-button:focus-visible {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16), 0 14px 28px rgba(8, 18, 43, 0.16);
}

.jsk-menu__card-icon {
  width: 42px;
  height: 42px;
  padding: 10px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.12);
}

.jsk-menu__card-copy {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.jsk-menu__card-copy strong {
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
}

.jsk-menu__card-title-link {
  color: #fff !important;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
}

.jsk-menu__card-title-link:hover,
.jsk-menu__card-title-link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.jsk-menu__card-copy span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  line-height: 1.5;
}

.jsk-menu__card-children {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 6px;
}

.jsk-menu__card-child {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 10px !important;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.02em;
}

.jsk-menu__card-child:hover,
.jsk-menu__card-child:focus-visible {
  background: rgba(255, 255, 255, 0.22);
  color: #fff !important;
  transform: translateY(-1px);
}

.jsk-menu__card-arrow {
  font-size: 14px;
  opacity: 0.86;
}

.jsk-menu--mobile .jsk-menu__mobile-link,
.jsk-menu--mobile .jsk-menu__mobile-sublink {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: 100%;
  white-space: normal;
  line-height: 1.35;
}

.jsk-menu--mobile .wd-sub-menu {
  margin-top: 10px;
  padding-left: 18px;
}

.jsk-menu--mobile .wd-sub-menu .menu-item + .menu-item {
  margin-top: 6px;
}

.jsk-menu--mobile .jsk-menu__mobile-nested {
  margin-top: 6px;
  padding-left: 28px;
}

.jsk-menu--mobile .jsk-menu__mobile-sublink--nested {
  min-height: 30px;
  color: rgba(13, 34, 79, 0.78) !important;
  font-size: 12px;
  font-weight: 700;
}

.jsk-menu--mobile .nav-link-text {
  min-width: 0;
}

.jsk-section-shell {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 34px;
  box-shadow: 0 24px 70px rgba(13, 34, 79, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(246, 250, 255, 0.88));
}

.jsk-section-shell__backdrop {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  overflow: hidden;
}

.jsk-section-shell__backdrop,
.jsk-section-shell__backdrop .jsk-media-showcase__viewport,
.jsk-section-shell__backdrop .jsk-media-showcase__slide {
  height: 100%;
  min-height: 100%;
}

.jsk-section-shell__backdrop .jsk-media-showcase__preview-track,
.jsk-section-shell__backdrop .jsk-media-showcase__controls,
.jsk-section-shell__backdrop .jsk-media-showcase__caption {
  display: none;
}

.jsk-section-shell__backdrop .jsk-media-showcase__media {
  transform: scale(1.04);
  filter: saturate(0.96);
}

.jsk-section-shell__backdrop .jsk-media-showcase__shade {
  background:
    linear-gradient(180deg, rgba(247, 251, 255, 0.88) 0%, rgba(247, 251, 255, 0.78) 28%, rgba(255, 255, 255, 0.74) 56%, rgba(13, 34, 79, 0.28) 100%),
    radial-gradient(circle at top right, rgba(20, 86, 204, 0.14), transparent 28%);
}

.jsk-section-shell__content {
  position: relative;
  z-index: 2;
}

.jsk-section-shell--home-collections,
.jsk-section-shell--home-logistics,
.jsk-section-shell--home-process,
.jsk-section-shell--home-support,
.jsk-section-shell--home-social,
.jsk-section-shell--subpage-visual,
.jsk-section-shell--subpage-social {
  padding: 28px 0;
}

.jsk-shell .jsk-section-shell__content > :last-child {
  margin-bottom: 0;
}

.jsk-section-shell--archive {
  margin-bottom: 26px;
  padding: 24px;
}

.jsk-section-shell--archive-social {
  padding-bottom: 26px;
}

.jsk-section-shell--archive .jsk-section-shell__content > :last-child {
  margin-bottom: 0;
}

.jsk-media-showcase--ambient {
  --jsk-showcase-height: 100%;
}

.jsk-media-showcase--nav-strip {
  --jsk-showcase-height: 100%;
}

@media (max-width: 1199px) {
  .jsk-menu--desktop {
    gap: 6px;
  }

  .jsk-menu--desktop .jsk-menu__link {
    padding: 0 13px;
    font-size: 12px;
  }

  .jsk-menu__pane {
    width: min(960px, calc(100vw - 42px));
  }
}

@media (max-width: 1024px) {
  .jsk-section-shell--archive {
    padding: 20px;
    border-radius: 28px;
  }

  .jsk-menu__pane {
    width: min(920px, calc(100vw - 36px));
  }

  .jsk-menu__pane-grid,
  .jsk-menu__pane-links {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .jsk-section-shell {
    border-radius: 26px;
  }

  .jsk-section-shell--home-collections,
  .jsk-section-shell--home-logistics,
  .jsk-section-shell--home-process,
  .jsk-section-shell--home-support,
  .jsk-section-shell--home-social,
  .jsk-section-shell--archive {
    padding: 18px 0;
  }

  .jsk-section-shell--archive {
    padding: 18px;
  }
}

.post-type-archive-product .main-page-wrapper,
.tax-product_cat .main-page-wrapper {
  background:
    radial-gradient(circle at top right, rgba(20, 86, 204, 0.12), transparent 22%),
    linear-gradient(180deg, #f6fbff 0%, #eef4ff 26%, #f8fbff 100%);
}

.jsk-home {
  background:
    radial-gradient(circle at top right, rgba(20, 86, 204, 0.18), transparent 24%),
    radial-gradient(circle at left center, rgba(12, 83, 180, 0.12), transparent 26%),
    linear-gradient(180deg, #eef5ff 0%, #f8fbff 28%, #edf4ff 100%);
}

.jsk-media-showcase--menu-pane,
.jsk-media-showcase--tile {
  --jsk-showcase-height: 100%;
}

.jsk-media-showcase--menu-pane .jsk-media-showcase__preview-track,
.jsk-media-showcase--menu-pane .jsk-media-showcase__controls,
.jsk-media-showcase--menu-pane .jsk-media-showcase__caption,
.jsk-media-showcase--tile .jsk-media-showcase__preview-track,
.jsk-media-showcase--tile .jsk-media-showcase__controls,
.jsk-media-showcase--tile .jsk-media-showcase__caption {
  display: none;
}

.jsk-media-showcase--menu-pane .jsk-media-showcase__shade,
.jsk-media-showcase--tile .jsk-media-showcase__shade {
  background: linear-gradient(180deg, rgba(8, 18, 43, 0.08) 0%, rgba(8, 18, 43, 0.32) 36%, rgba(8, 18, 43, 0.86) 100%);
}

.jsk-media-showcase--menu-pane .jsk-media-showcase__media,
.jsk-media-showcase--tile .jsk-media-showcase__media {
  transform: scale(1.04);
}

.jsk-menu__pane {
  width: min(1180px, calc(100vw - 48px));
  overflow: hidden;
  background:
    linear-gradient(165deg, rgba(9, 18, 44, 0.88) 0%, rgba(20, 86, 204, 0.82) 72%, rgba(76, 124, 215, 0.76) 100%);
  backdrop-filter: blur(18px);
}

.jsk-menu__pane::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.18), transparent 22%),
    linear-gradient(140deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.jsk-menu__pane-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(360px, 1.14fr) minmax(0, 1fr);
}

.jsk-menu__pane-body {
  display: grid;
  gap: 18px;
}

.jsk-menu__pane-visual {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  border-radius: 26px;
  background: rgba(8, 18, 43, 0.44);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.jsk-menu__pane-showcase,
.jsk-menu__pane-showcase .jsk-media-showcase__viewport,
.jsk-menu__pane-showcase .jsk-media-showcase__slide {
  height: 100%;
  min-height: 400px;
}

.jsk-menu__pane-visual-copy {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 2;
  display: grid;
  gap: 6px;
  padding: 18px;
  border-radius: 20px;
  background: rgba(8, 18, 43, 0.6);
  backdrop-filter: blur(16px);
}

.jsk-menu__pane-showcase .jsk-media-showcase__media {
  transform: scale(1.08);
  filter: saturate(1.04);
  animation: jsk-menu-drift 16s ease-in-out infinite alternate;
}

@keyframes jsk-menu-drift {
  0% {
    transform: scale(1.05) translate3d(0, 0, 0);
  }

  50% {
    transform: scale(1.12) translate3d(2.4%, -1.6%, 0);
  }

  100% {
    transform: scale(1.08) translate3d(-2.2%, 1.8%, 0);
  }
}

.jsk-menu__pane-visual-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.jsk-menu__pane-visual-copy strong {
  color: #fff;
  font-size: 1.16rem;
  line-height: 1.2;
}

.jsk-menu__pane-visual-copy span:last-child {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.6;
}

.jsk-category-explorer {
  background:
    radial-gradient(circle at top right, rgba(20, 86, 204, 0.18), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(240, 246, 255, 0.78));
  backdrop-filter: blur(14px);
}

.jsk-category-explorer__panel-head {
  align-items: start;
}

.jsk-category-explorer__panel-copy {
  display: grid;
  gap: 10px;
  max-width: 640px;
}

.jsk-category-explorer__panel-text {
  margin: 0;
  color: var(--jsk-muted);
  line-height: 1.78;
}

.jsk-category-explorer__panel-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.jsk-category-explorer__panel-tag {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--jsk-category-accent) 10%, #ffffff);
  color: color-mix(in srgb, var(--jsk-category-accent) 82%, #0d224f);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.jsk-category-explorer__panel-visual {
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
  border-radius: 24px;
  background: #081936;
}

.jsk-category-explorer__panel-showcase,
.jsk-category-explorer__panel-showcase .jsk-media-showcase__viewport,
.jsk-category-explorer__panel-showcase .jsk-media-showcase__slide {
  height: 100%;
  min-height: 260px;
}

.jsk-category-explorer__panel-visual-copy {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  z-index: 2;
  display: grid;
  gap: 4px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(8, 18, 43, 0.58);
  backdrop-filter: blur(14px);
}

.jsk-category-explorer__panel-visual-copy span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.jsk-category-explorer__panel-visual-copy strong {
  color: #fff;
  font-size: 1.04rem;
  line-height: 1.32;
}

.jsk-media-wall,
.jsk-archive-intro,
.jsk-story-rail,
.jsk-social-hub,
.jsk-product-media-reel,
.jsk-product-support {
  background:
    radial-gradient(circle at top right, rgba(20, 86, 204, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(244, 249, 255, 0.84) 100%);
  backdrop-filter: blur(14px);
}

.jsk-media-wall,
.jsk-archive-intro {
  margin: 0 0 28px;
  padding: 32px;
  border: 1px solid rgba(13, 34, 79, 0.08);
  border-radius: 30px;
  box-shadow: 0 24px 70px rgba(13, 34, 79, 0.09);
}

.jsk-media-wall__head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
  gap: 18px;
  margin-bottom: 22px;
}

.jsk-media-wall__copy,
.jsk-archive-intro__copy {
  display: grid;
  gap: 12px;
  max-width: 760px;
}

.jsk-media-wall__eyebrow,
.jsk-archive-intro__eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(20, 86, 204, 0.1);
  color: var(--jsk-blue);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.jsk-media-wall h2,
.jsk-archive-intro h2 {
  margin: 0;
  color: var(--jsk-navy);
  font-size: clamp(1.7rem, 2.5vw, 2.6rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.jsk-media-wall p,
.jsk-archive-intro p {
  margin: 0;
  color: var(--jsk-muted);
  line-height: 1.78;
}

.jsk-media-wall__cta,
.jsk-archive-intro__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(20, 86, 204, 0.14);
  background: rgba(20, 86, 204, 0.06);
  color: var(--jsk-navy);
  font-weight: 700;
  text-decoration: none;
}

.jsk-archive-intro__button.is-primary {
  background: var(--jsk-blue);
  border-color: var(--jsk-blue);
  color: #fff;
}

.jsk-archive-intro__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.95fr);
  gap: 22px;
}

.jsk-archive-intro__lead {
  color: var(--jsk-navy);
  font-size: 1.04rem;
  font-weight: 700;
  line-height: 1.72;
}

.jsk-archive-intro__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}

.jsk-archive-intro__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.jsk-archive-intro__stat {
  display: grid;
  gap: 8px;
  align-content: start;
  padding: 20px;
  border-radius: 22px;
  border: 1px solid rgba(13, 34, 79, 0.08);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 40px rgba(13, 34, 79, 0.06);
}

.jsk-archive-intro__stat span {
  color: var(--jsk-muted);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.jsk-archive-intro__stat strong {
  color: var(--jsk-navy);
  font-size: 1.1rem;
  line-height: 1.3;
}

.jsk-media-wall__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
  grid-auto-flow: dense;
}

.jsk-media-wall__card {
  grid-column: span 4;
  min-height: 320px;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 22px 54px rgba(13, 34, 79, 0.14);
}

.jsk-media-wall__card.is-feature {
  grid-column: span 6;
  grid-row: span 2;
}

.jsk-media-wall__card-link {
  position: relative;
  display: block;
  min-height: inherit;
  height: 100%;
  color: #fff;
  text-decoration: none;
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--jsk-media-wall-accent, #1456cc) 72%, #081936), #081936 82%);
}

.jsk-media-wall__card-link::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(8, 18, 43, 0.08) 16%, rgba(8, 18, 43, 0.88) 100%);
  pointer-events: none;
}

.jsk-media-wall__showcase,
.jsk-media-wall__showcase .jsk-media-showcase__viewport,
.jsk-media-wall__showcase .jsk-media-showcase__slide {
  height: 100%;
  min-height: 320px;
}

.jsk-media-wall__card.is-feature .jsk-media-wall__showcase,
.jsk-media-wall__card.is-feature .jsk-media-wall__showcase .jsk-media-showcase__viewport,
.jsk-media-wall__card.is-feature .jsk-media-wall__showcase .jsk-media-showcase__slide {
  min-height: 100%;
}

.jsk-media-wall__card-copy {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 2;
  display: grid;
  gap: 10px;
  padding: 20px;
  border-radius: 22px;
  background: rgba(8, 18, 43, 0.54);
  backdrop-filter: blur(16px);
}

.jsk-media-wall__card-kicker {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.jsk-media-wall__card-title {
  color: #fff;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: clamp(1.15rem, 1.8vw, 1.7rem);
  line-height: 1.14;
  letter-spacing: 0;
}

.jsk-media-wall__card-text {
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.68;
}

.jsk-media-wall__card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.jsk-media-wall__card-tag {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 0.76rem;
  font-weight: 700;
}

.jsk-media-wall__card-linktext {
  color: #fff;
  font-weight: 800;
}

.jsk-section-shell {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(239, 246, 255, 0.66));
  backdrop-filter: blur(18px);
}

.jsk-section-shell__backdrop .jsk-media-showcase__shade {
  background:
    linear-gradient(180deg, rgba(247, 251, 255, 0.42) 0%, rgba(247, 251, 255, 0.26) 20%, rgba(255, 255, 255, 0.16) 46%, rgba(13, 34, 79, 0.52) 100%),
    radial-gradient(circle at top right, rgba(20, 86, 204, 0.16), transparent 28%);
}

.jsk-branch-hero,
.jsk-branch-filter-bar {
  margin: 0 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.84), rgba(244, 249, 255, 0.72)),
    radial-gradient(circle at top right, rgba(20, 86, 204, 0.12), transparent 28%);
  box-shadow: 0 24px 70px rgba(13, 34, 79, 0.12);
  backdrop-filter: blur(22px);
}

.jsk-branch-hero {
  position: relative;
  overflow: hidden;
  padding: 32px;
}

.jsk-branch-hero::before,
.jsk-branch-filter-bar::before,
.jsk-ai-guide__panel::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 140px;
  height: 140px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.5), transparent 72%);
  pointer-events: none;
}

.jsk-branch-hero.is-branch-clothings {
  background:
    linear-gradient(145deg, rgba(255, 250, 245, 0.9), rgba(255, 255, 255, 0.76)),
    radial-gradient(circle at top right, rgba(141, 74, 31, 0.16), transparent 30%);
}

.jsk-branch-hero.is-branch-sofas-mattresses {
  background:
    linear-gradient(145deg, rgba(245, 249, 255, 0.9), rgba(255, 255, 255, 0.76)),
    radial-gradient(circle at top right, rgba(29, 79, 145, 0.16), transparent 30%);
}

.jsk-branch-hero.is-branch-logistics {
  background:
    linear-gradient(145deg, rgba(243, 255, 252, 0.9), rgba(255, 255, 255, 0.76)),
    radial-gradient(circle at top right, rgba(15, 118, 110, 0.15), transparent 30%);
}

.jsk-branch-hero.is-branch-stationery {
  background:
    linear-gradient(145deg, rgba(244, 249, 255, 0.9), rgba(255, 255, 255, 0.76)),
    radial-gradient(circle at top right, rgba(37, 99, 235, 0.16), transparent 30%);
}

.jsk-branch-hero.is-branch-auto-parts-exports {
  background:
    linear-gradient(145deg, rgba(255, 248, 242, 0.9), rgba(255, 255, 255, 0.76)),
    radial-gradient(circle at top right, rgba(234, 88, 12, 0.16), transparent 30%);
}

.jsk-branch-hero__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.85fr);
  gap: 22px;
}

.jsk-branch-hero__copy,
.jsk-branch-hero__stats {
  display: grid;
  align-content: start;
  gap: 14px;
}

.jsk-branch-hero__eyebrow,
.jsk-branch-filter-bar__eyebrow,
.jsk-ai-guide__eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.56);
  color: var(--jsk-blue);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: inset 0 0 0 1px rgba(20, 86, 204, 0.08);
}

.jsk-branch-hero h2,
.jsk-branch-filter-bar h3,
.jsk-ai-guide h3 {
  margin: 0;
  color: var(--jsk-navy);
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: clamp(1.65rem, 2.4vw, 2.7rem);
  line-height: 1.06;
  letter-spacing: 0;
}

.jsk-branch-hero__lead,
.jsk-branch-filter-bar p,
.jsk-ai-guide p {
  margin: 0;
  color: var(--jsk-ink);
  line-height: 1.8;
}

.jsk-branch-hero__text {
  margin: 0;
  color: var(--jsk-muted);
  line-height: 1.78;
}

.jsk-branch-hero__chips,
.jsk-branch-filter-bar__chips,
.jsk-ai-guide__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.jsk-branch-hero__chip,
.jsk-branch-filter-bar__chip,
.jsk-ai-guide__button,
.jsk-branch-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(20, 86, 204, 0.12);
  background: rgba(255, 255, 255, 0.58);
  color: var(--jsk-navy);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}

.jsk-branch-hero__chip {
  min-height: 34px;
  font-size: 0.82rem;
}

.jsk-branch-filter-bar__chip-icon {
  margin-right: 8px;
  color: var(--jsk-blue);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.jsk-branch-hero__button.is-primary,
.jsk-ai-guide__button.is-primary {
  background: linear-gradient(135deg, rgba(20, 86, 204, 0.96), rgba(13, 34, 79, 0.96));
  border-color: transparent;
  color: #fff;
  box-shadow: 0 18px 34px rgba(20, 86, 204, 0.22);
}

.jsk-branch-hero__button:hover,
.jsk-branch-hero__button:focus-visible,
.jsk-branch-filter-bar__chip:hover,
.jsk-branch-filter-bar__chip:focus-visible,
.jsk-ai-guide__button:hover,
.jsk-ai-guide__button:focus-visible,
.jsk-ai-guide__path:hover,
.jsk-ai-guide__path:focus-visible,
.jsk-ai-guide__toggle:hover,
.jsk-ai-guide__toggle:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(13, 34, 79, 0.14);
}

.jsk-branch-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}

.jsk-branch-hero__stats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jsk-branch-hero__stat {
  display: grid;
  gap: 10px;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(13, 34, 79, 0.08);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

.jsk-branch-hero__stat span {
  color: var(--jsk-muted);
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.jsk-branch-hero__stat strong {
  color: var(--jsk-navy);
  font-size: 1.18rem;
  line-height: 1.25;
}

.jsk-branch-filter-bar {
  position: relative;
  display: grid;
  gap: 16px;
  padding: 24px;
}

.jsk-branch-filter-bar__copy {
  display: grid;
  gap: 10px;
  max-width: 760px;
}

.jsk-branch-filter-bar__actions {
  display: grid;
  gap: 16px;
}

.jsk-branch-filter-bar__chips {
  gap: 12px;
}

.jsk-branch-filter-bar__chip {
  gap: 0;
}

.jsk-branch-filter-bar__chip.is-active {
  background: rgba(20, 86, 204, 0.12);
  border-color: rgba(20, 86, 204, 0.24);
  color: var(--jsk-blue);
}

.jsk-branch-filter-bar__search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.jsk-branch-filter-bar__search input[type="search"] {
  min-height: 50px;
  padding: 0 18px;
  border: 1px solid rgba(13, 34, 79, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--jsk-navy);
  font-size: 0.96rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.jsk-branch-filter-bar__search button {
  min-width: 132px;
  min-height: 50px;
  padding: 0 18px;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(20, 86, 204, 0.96), rgba(13, 34, 79, 0.96));
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 18px 34px rgba(20, 86, 204, 0.2);
}

.jsk-ai-guide {
  position: fixed;
  left: 0;
  bottom: 18px;
  z-index: 998;
  width: min(360px, calc(100vw - 36px));
  transform: translateX(calc(-100% + 76px));
  opacity: 0.94;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.jsk-ai-guide.is-peeking,
.jsk-ai-guide.is-open,
.jsk-ai-guide:hover,
.jsk-ai-guide:focus-within {
  transform: translateX(0);
  opacity: 1;
}

.jsk-ai-guide__toggle {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0 24px 24px 0;
  background: rgba(8, 25, 54, 0.9);
  color: #fff;
  cursor: pointer;
  box-shadow: 0 22px 48px rgba(8, 25, 54, 0.28);
  backdrop-filter: blur(18px);
}

.jsk-ai-guide__toggle-badge {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(20, 86, 204, 0.96), rgba(101, 154, 255, 0.84));
  font-weight: 800;
  letter-spacing: 0.08em;
}

.jsk-ai-guide__toggle-copy {
  display: grid;
  gap: 4px;
  text-align: left;
}

.jsk-ai-guide__toggle-copy strong {
  font-size: 0.98rem;
  line-height: 1.2;
}

.jsk-ai-guide__toggle-copy span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.82rem;
  font-weight: 600;
}

.jsk-ai-guide__panel {
  position: relative;
  display: grid;
  gap: 16px;
  margin-top: 12px;
  margin-left: 18px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(244, 249, 255, 0.78)),
    radial-gradient(circle at top right, rgba(20, 86, 204, 0.14), transparent 28%);
  box-shadow: 0 24px 70px rgba(13, 34, 79, 0.22);
  backdrop-filter: blur(24px);
}

.jsk-ai-guide__head,
.jsk-ai-guide__paths {
  display: grid;
  gap: 12px;
}

.jsk-ai-guide__path {
  display: grid;
  gap: 6px;
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(13, 34, 79, 0.08);
  background: rgba(255, 255, 255, 0.72);
  color: inherit;
  text-decoration: none;
}

.jsk-ai-guide__path strong {
  color: var(--jsk-navy);
  font-size: 1rem;
  line-height: 1.24;
}

.jsk-ai-guide__path span {
  color: var(--jsk-muted);
  line-height: 1.68;
}

.jsk-ai-guide.is-branch-clothings .jsk-ai-guide__panel {
  background:
    linear-gradient(145deg, rgba(255, 250, 245, 0.94), rgba(255, 255, 255, 0.8)),
    radial-gradient(circle at top right, rgba(141, 74, 31, 0.15), transparent 30%);
}

.jsk-ai-guide.is-branch-sofas-mattresses .jsk-ai-guide__panel {
  background:
    linear-gradient(145deg, rgba(245, 249, 255, 0.94), rgba(255, 255, 255, 0.8)),
    radial-gradient(circle at top right, rgba(29, 79, 145, 0.15), transparent 30%);
}

.jsk-ai-guide.is-branch-logistics .jsk-ai-guide__panel {
  background:
    linear-gradient(145deg, rgba(243, 255, 252, 0.94), rgba(255, 255, 255, 0.8)),
    radial-gradient(circle at top right, rgba(15, 118, 110, 0.15), transparent 30%);
}

.jsk-ai-guide.is-branch-stationery .jsk-ai-guide__panel {
  background:
    linear-gradient(145deg, rgba(244, 249, 255, 0.94), rgba(255, 255, 255, 0.8)),
    radial-gradient(circle at top right, rgba(37, 99, 235, 0.15), transparent 30%);
}

.jsk-ai-guide.is-branch-auto-parts-exports .jsk-ai-guide__panel {
  background:
    linear-gradient(145deg, rgba(255, 248, 242, 0.94), rgba(255, 255, 255, 0.8)),
    radial-gradient(circle at top right, rgba(234, 88, 12, 0.15), transparent 30%);
}

@media (max-width: 1024px) {
  .jsk-branch-hero {
    padding: 24px;
  }

  .jsk-branch-hero__layout,
  .jsk-branch-hero__stats {
    grid-template-columns: 1fr;
  }

  .jsk-branch-filter-bar {
    padding: 22px;
  }
}

@media (max-width: 767px) {
  .jsk-branch-hero,
  .jsk-branch-filter-bar {
    padding: 22px;
    border-radius: 24px;
  }

  .jsk-branch-hero__actions,
  .jsk-branch-hero__chips,
  .jsk-branch-filter-bar__chips,
  .jsk-ai-guide__actions {
    display: grid;
  }

  .jsk-branch-filter-bar__search {
    grid-template-columns: 1fr;
  }

  .jsk-branch-filter-bar__search button {
    width: 100%;
  }

  .jsk-ai-guide {
    left: 12px;
    right: 12px;
    bottom: 66px;
    width: auto;
    transform: none;
  }

  .jsk-ai-guide__toggle,
  .jsk-ai-guide__panel {
    border-radius: 24px;
  }

  .jsk-ai-guide__panel {
    margin-left: 0;
  }
}

@media (max-width: 1199px) {
  .jsk-menu__pane {
    width: min(1040px, calc(100vw - 42px));
  }

  .jsk-menu__pane-grid {
    grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.05fr);
  }

  .jsk-media-wall__grid {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .jsk-media-wall__card,
  .jsk-media-wall__card.is-feature {
    grid-column: span 4;
    grid-row: span 1;
  }
}

@media (max-width: 1024px) {
  .jsk-media-wall,
  .jsk-archive-intro {
    padding: 24px;
  }

  .jsk-archive-intro__layout,
  .jsk-archive-intro__stats {
    grid-template-columns: 1fr;
  }

  .jsk-media-wall__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jsk-media-wall__card,
  .jsk-media-wall__card.is-feature {
    grid-column: span 1;
  }

  .jsk-menu__pane-showcase,
  .jsk-menu__pane-showcase .jsk-media-showcase__viewport,
  .jsk-menu__pane-showcase .jsk-media-showcase__slide {
    min-height: 260px;
  }
}

@media (max-width: 767px) {
  .jsk-media-wall,
  .jsk-archive-intro {
    padding: 22px;
    border-radius: 24px;
  }

  .jsk-media-wall__head,
  .jsk-archive-intro__actions {
    display: grid;
  }

  .jsk-media-wall__grid {
    grid-template-columns: 1fr;
  }

  .jsk-category-explorer__panel-showcase,
  .jsk-category-explorer__panel-showcase .jsk-media-showcase__viewport,
  .jsk-category-explorer__panel-showcase .jsk-media-showcase__slide,
  .jsk-media-wall__showcase,
  .jsk-media-wall__showcase .jsk-media-showcase__viewport,
  .jsk-media-wall__showcase .jsk-media-showcase__slide {
    min-height: 220px;
  }

  .jsk-menu__pane-visual-copy,
  .jsk-media-wall__card-copy,
  .jsk-category-explorer__panel-visual-copy {
    right: 14px;
    bottom: 14px;
    left: 14px;
    padding: 14px;
  }
}

/* Customer AI assistant */
.jsk-ai-guide {
  left: auto;
  right: 18px;
  bottom: 22px;
  z-index: 1000;
  width: min(420px, calc(100vw - 32px));
  transform: translateX(calc(100% - 94px));
  opacity: 0.8;
  transition: transform 0.28s ease, opacity 0.28s ease;
}

.jsk-ai-guide.is-peeking,
.jsk-ai-guide.is-open,
.jsk-ai-guide:hover,
.jsk-ai-guide:focus-within {
  transform: translateX(0);
  opacity: 1;
}

.jsk-ai-guide__toggle {
  border-radius: 28px;
  padding: 14px 18px;
  background:
    linear-gradient(135deg, rgba(9, 27, 58, 0.94), rgba(21, 79, 145, 0.88)),
    radial-gradient(circle at top right, rgba(246, 200, 93, 0.18), transparent 38%);
}

.jsk-ai-guide__toggle-badge {
  width: 52px;
  height: 52px;
  padding: 4px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.03));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.jsk-ai-guide__toggle-badge img,
.jsk-ai-guide__face img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.jsk-ai-guide__toggle-copy strong {
  font-size: 1rem;
}

.jsk-ai-guide__toggle-copy span {
  color: rgba(255, 255, 255, 0.84);
}

.jsk-ai-guide__panel {
  gap: 14px;
  margin-top: 14px;
  margin-left: 0;
  padding: 20px;
  border-radius: 30px;
  max-height: min(78vh, 760px);
  overflow: hidden;
}

.jsk-ai-guide__head {
  display: grid;
  gap: 14px;
}

.jsk-ai-guide__identity {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
}

.jsk-ai-guide__face {
  display: inline-flex;
  width: 66px;
  height: 66px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 34px rgba(13, 34, 79, 0.16);
}

.jsk-ai-guide__identity-copy {
  display: grid;
  gap: 8px;
}

.jsk-ai-guide__identity-copy h3 {
  font-size: clamp(1.35rem, 2vw, 1.7rem);
}

.jsk-ai-guide__head-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.jsk-ai-guide__mini-button,
.jsk-ai-guide__chip,
.jsk-ai-guide__send {
  appearance: none;
  border: 0;
  cursor: pointer;
}

.jsk-ai-guide__mini-button {
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(13, 34, 79, 0.08);
  color: var(--jsk-navy);
  font-size: 0.82rem;
  font-weight: 700;
}

.jsk-ai-guide__thread {
  display: grid;
  gap: 12px;
  min-height: 130px;
  max-height: 270px;
  padding-right: 4px;
  overflow-y: auto;
}

.jsk-ai-guide__bubble {
  display: grid;
  gap: 8px;
  padding: 14px 16px;
  border-radius: 22px;
  box-shadow: inset 0 0 0 1px rgba(13, 34, 79, 0.06);
}

.jsk-ai-guide__bubble strong {
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.jsk-ai-guide__bubble p {
  margin: 0;
  line-height: 1.7;
}

.jsk-ai-guide__bubble.is-assistant {
  background: rgba(255, 255, 255, 0.84);
}

.jsk-ai-guide__bubble.is-user {
  margin-left: 36px;
  background: linear-gradient(135deg, rgba(20, 86, 204, 0.96), rgba(13, 34, 79, 0.96));
  color: #fff;
}

.jsk-ai-guide__bubble.is-user strong,
.jsk-ai-guide__bubble.is-user p {
  color: inherit;
}

.jsk-ai-guide__bubble.is-typing {
  opacity: 0.82;
}

.jsk-ai-guide__suggestions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.jsk-ai-guide__chip {
  min-height: 36px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--jsk-navy);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.3;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}

.jsk-ai-guide__chip:hover,
.jsk-ai-guide__chip:focus-visible,
.jsk-ai-guide__mini-button:hover,
.jsk-ai-guide__mini-button:focus-visible,
.jsk-ai-guide__send:hover,
.jsk-ai-guide__send:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(13, 34, 79, 0.12);
}

.jsk-ai-guide__recommendations {
  display: grid;
  gap: 10px;
}

.jsk-ai-guide__recommendation {
  display: grid;
  gap: 8px;
  padding: 14px 16px;
  border-radius: 20px;
  border: 1px solid rgba(13, 34, 79, 0.08);
  background: rgba(255, 255, 255, 0.72);
  color: inherit;
  text-decoration: none;
}

.jsk-ai-guide__recommendation-copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.jsk-ai-guide__recommendation-copy strong {
  color: var(--jsk-navy);
  font-size: 0.96rem;
}

.jsk-ai-guide__recommendation-copy span,
.jsk-ai-guide__recommendation small {
  color: var(--jsk-muted);
}

.jsk-ai-guide__paths {
  gap: 10px;
}

.jsk-ai-guide__path {
  border-radius: 18px;
  padding: 14px;
}

.jsk-ai-guide__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.jsk-ai-guide__button {
  min-height: 42px;
  padding: 0 14px;
  text-align: center;
}

.jsk-ai-guide__composer {
  display: grid;
  gap: 10px;
}

.jsk-ai-guide__composer textarea {
  min-height: 86px;
  padding: 14px 16px;
  border: 1px solid rgba(13, 34, 79, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.84);
  color: var(--jsk-navy);
  resize: vertical;
}

.jsk-ai-guide__send {
  min-height: 46px;
  padding: 0 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(20, 86, 204, 0.96), rgba(13, 34, 79, 0.96));
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.jsk-ai-guide__footnote {
  margin: 0;
  color: var(--jsk-muted);
  font-size: 0.82rem;
  line-height: 1.65;
}

.jsk-ai-guide.is-busy .jsk-ai-guide__send {
  opacity: 0.72;
}

@media (max-width: 767px) {
  .jsk-ai-guide {
    right: 12px;
    left: 12px;
    bottom: 70px;
    width: auto;
  }

  .jsk-ai-guide__panel {
    padding: 18px;
    border-radius: 26px;
  }

  .jsk-ai-guide__actions {
    grid-template-columns: 1fr;
  }

  .jsk-ai-guide__bubble.is-user {
    margin-left: 18px;
  }
}

/* Final floating assistant overrides */
.jsk-ai-guide {
  right: 16px;
  left: auto;
  bottom: 108px;
  width: min(390px, calc(100vw - 28px));
  transform: translateX(calc(100% - 64px));
  opacity: 0.94;
}

.jsk-ai-guide:not(.is-open):not(:hover):not(:focus-within) {
  width: 64px;
}

.jsk-ai-guide:not(.is-open):not(:hover):not(:focus-within) .jsk-ai-guide__toggle {
  grid-template-columns: 1fr;
  justify-items: center;
  width: 64px;
  min-width: 64px;
  padding: 8px;
  border-radius: 999px;
  box-shadow: 0 18px 42px rgba(13, 34, 79, 0.2);
}

.jsk-ai-guide:not(.is-open):not(:hover):not(:focus-within) .jsk-ai-guide__toggle-copy {
  display: none;
}

.jsk-ai-guide:not(.is-open):not(:hover):not(:focus-within) .jsk-ai-guide__toggle-badge {
  width: 48px;
  height: 48px;
  border-radius: 999px;
}

.jsk-ai-guide__panel {
  position: absolute;
  right: 0;
  bottom: 74px;
  margin-top: 0;
  margin-left: 0;
}

.jsk-ai-guide__toggle {
  min-width: 224px;
}

@media (max-width: 767px) {
  .jsk-ai-guide {
    right: 12px;
    left: auto;
    bottom: 72px;
    width: min(360px, calc(100vw - 24px));
    transform: translateX(calc(100% - 58px));
  }

  .jsk-ai-guide:not(.is-open):not(:hover):not(:focus-within) {
    width: 58px;
  }

  .jsk-ai-guide:not(.is-open):not(:hover):not(:focus-within) .jsk-ai-guide__toggle {
    width: 58px;
    min-width: 58px;
    padding: 7px;
  }

  .jsk-ai-guide:not(.is-open):not(:hover):not(:focus-within) .jsk-ai-guide__toggle-badge {
    width: 44px;
    height: 44px;
  }

  .jsk-ai-guide__panel {
    right: 0;
    left: auto;
    bottom: 68px;
    width: min(360px, calc(100vw - 24px));
  }
}

/* Stitch refinement pass */
body {
  font-family: "Inter", "Manrope", "Segoe UI", sans-serif;
  background: #f9f9fc;
}

h1,
h2,
h3,
h4,
h5,
h6,
.jsk-menu__pane h3,
.jsk-branch-hero h2,
.jsk-product-tab-shell h2,
.product_title,
.entry-title {
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  letter-spacing: 0;
}

.whb-general-header {
  background:
    linear-gradient(180deg, rgba(249, 249, 252, 0.92), rgba(249, 249, 252, 0.7)),
    radial-gradient(circle at top right, rgba(20, 86, 204, 0.08), transparent 32%);
  border-bottom: 0;
  box-shadow: 0 12px 36px rgba(13, 34, 79, 0.06);
  backdrop-filter: blur(22px);
}

.whb-header-bottom {
  padding: 10px 0 20px;
}

.whb-header-bottom .container {
  max-width: min(1420px, calc(100vw - 28px));
}

.jsk-menu-shell {
  border-radius: 32px;
}

.jsk-menu-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  pointer-events: none;
}

.jsk-menu-shell__backdrops {
  border-radius: 32px;
}

.jsk-menu-shell__backdrop,
.jsk-menu-shell__backdrop-layer {
  border-radius: 32px;
}

.jsk-menu-shell__backdrop {
  box-shadow: 0 28px 80px rgba(13, 34, 79, 0.18);
}

.jsk-menu-shell__backdrop .jsk-media-showcase__shade {
  background:
    linear-gradient(115deg, rgba(0, 39, 91, 0.84) 0%, rgba(22, 61, 122, 0.72) 48%, rgba(0, 26, 65, 0.88) 100%),
    radial-gradient(circle at 16% 18%, rgba(255, 255, 255, 0.14), transparent 18%),
    radial-gradient(circle at 84% 20%, rgba(255, 209, 102, 0.22), transparent 26%);
}

.jsk-menu--desktop {
  gap: 10px;
  padding: 10px;
}

.jsk-menu--desktop .jsk-menu__item {
  position: static;
}

.jsk-menu--desktop .jsk-menu__link {
  position: relative;
  gap: 11px;
  min-height: 58px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.12),
    0 10px 24px rgba(13, 34, 79, 0.08);
  color: #fff;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: transform 0.24s ease, background-color 0.24s ease, box-shadow 0.24s ease;
}

.jsk-menu--desktop .jsk-menu__link::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 10px;
  left: 18px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 209, 102, 0.2), rgba(255, 209, 102, 1));
  transform: scaleX(0);
  transform-origin: left center;
  opacity: 0;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.jsk-menu--desktop .jsk-menu__item.current-menu-item > .jsk-menu__link,
.jsk-menu--desktop .jsk-menu__item:hover > .jsk-menu__link,
.jsk-menu--desktop .jsk-menu__item:focus-within > .jsk-menu__link {
  background: rgba(255, 255, 255, 0.14);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.16),
    0 18px 38px rgba(13, 34, 79, 0.16);
  transform: translateY(-1px);
}

.jsk-menu--desktop .jsk-menu__item.current-menu-item > .jsk-menu__link::after,
.jsk-menu--desktop .jsk-menu__item:hover > .jsk-menu__link::after,
.jsk-menu--desktop .jsk-menu__item:focus-within > .jsk-menu__link::after {
  transform: scaleX(1);
  opacity: 1;
}

.jsk-menu--desktop .menu-item-cta > .jsk-menu__link {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(232, 242, 255, 0.92));
  color: var(--jsk-navy);
}

.jsk-menu__pane {
  top: calc(100% + 16px);
  padding: 26px;
  border-radius: 32px;
  background:
    linear-gradient(150deg, rgba(0, 39, 91, 0.72) 0%, rgba(22, 61, 122, 0.62) 52%, rgba(0, 26, 65, 0.78) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  box-shadow: 0 36px 90px rgba(13, 34, 79, 0.24);
  backdrop-filter: blur(22px);
}

.jsk-menu__pane::before {
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.16), transparent 22%),
    radial-gradient(circle at bottom right, rgba(255, 209, 102, 0.14), transparent 24%);
}

.jsk-menu__pane-grid {
  grid-template-columns: minmax(390px, 1.08fr) minmax(0, 1fr);
  gap: 24px;
}

.jsk-menu__pane-intro,
.jsk-menu__card {
  background: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
}

.jsk-menu__pane-intro {
  gap: 16px;
  padding: 20px;
  border-radius: 24px;
}

.jsk-menu__pane-visual {
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.08);
}

.jsk-menu__pane-showcase,
.jsk-menu__pane-showcase .jsk-media-showcase__viewport,
.jsk-menu__pane-showcase .jsk-media-showcase__slide {
  min-height: 430px;
}

.jsk-menu__pane-visual-copy {
  border-radius: 22px;
  background: rgba(7, 18, 46, 0.56);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.post-type-archive-product .wd-page-title,
.tax-product_cat .wd-page-title {
  min-height: clamp(320px, 38vw, 500px);
  background: #001a41;
}

.post-type-archive-product .wd-page-title.has-jsk-page-title-stream,
.tax-product_cat .wd-page-title.has-jsk-page-title-stream {
  display: flex;
  align-items: stretch;
}

.post-type-archive-product .wd-page-title.has-jsk-page-title-stream .container,
.tax-product_cat .wd-page-title.has-jsk-page-title-stream .container {
  display: grid;
  align-content: end;
  gap: 14px;
  min-height: inherit;
  padding-top: 124px;
  padding-bottom: 42px;
}

.post-type-archive-product .wd-page-title.has-jsk-page-title-stream .breadcrumbs,
.tax-product_cat .wd-page-title.has-jsk-page-title-stream .breadcrumbs {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  min-height: 36px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(14px);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.post-type-archive-product .wd-page-title.has-jsk-page-title-stream .title,
.tax-product_cat .wd-page-title.has-jsk-page-title-stream .title {
  max-width: 820px;
  font-size: clamp(2.6rem, 5vw, 5rem);
  line-height: 0.95;
  text-shadow: 0 20px 50px rgba(0, 0, 0, 0.16);
}

.jsk-page-title-stream__media {
  animation-duration: 24s;
}

.jsk-page-title-stream__shade {
  background:
    linear-gradient(180deg, rgba(0, 26, 65, 0.12) 0%, rgba(0, 26, 65, 0.34) 26%, rgba(0, 26, 65, 0.82) 100%),
    linear-gradient(112deg, rgba(0, 39, 91, 0.88) 0%, rgba(22, 61, 122, 0.44) 45%, rgba(20, 86, 204, 0.2) 100%);
}

.jsk-section-shell--archive-hero {
  overflow: hidden;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(243, 246, 252, 0.82)),
    radial-gradient(circle at top right, rgba(20, 86, 204, 0.1), transparent 28%);
  box-shadow: 0 26px 84px rgba(13, 34, 79, 0.12);
  backdrop-filter: blur(18px);
}

.jsk-media-showcase__controls {
  display: grid;
  gap: 14px;
  align-items: center;
}

.jsk-media-showcase__meta {
  display: grid;
  gap: 10px;
}

.jsk-media-showcase__count {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  width: fit-content;
  color: rgba(255, 255, 255, 0.88);
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.jsk-media-showcase__count strong {
  color: #ffd166;
  font-size: 1.1rem;
}

.jsk-media-showcase__progress {
  position: relative;
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.12);
}

.jsk-media-showcase__progress-bar {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(20, 86, 204, 0.8), rgba(255, 209, 102, 1));
  transform: scaleX(0.2);
  transform-origin: left center;
  transition: transform 0.28s ease;
}

.jsk-media-showcase__control-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
}

.jsk-media-showcase__nav,
.jsk-media-showcase__dot {
  box-shadow: none;
}

.jsk-media-showcase__nav {
  border: 0;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
}

.jsk-media-showcase__dot {
  background: rgba(255, 255, 255, 0.24);
}

.jsk-media-showcase__dot.is-active {
  background: #ffd166;
}

.jsk-media-showcase__preview-track {
  padding: 16px;
  border-radius: 20px;
  background: rgba(6, 17, 43, 0.3);
  backdrop-filter: blur(18px);
}

.jsk-media-showcase__preview {
  border-radius: 16px;
}

.jsk-media-showcase__preview-frame {
  border-radius: 14px;
}

.jsk-media-showcase--single-product {
  --jsk-showcase-height: clamp(360px, 42vw, 540px);
  border-radius: 32px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(0, 26, 65, 0.96), rgba(0, 39, 91, 0.86)),
    radial-gradient(circle at top right, rgba(255, 209, 102, 0.12), transparent 32%);
  box-shadow: 0 34px 90px rgba(13, 34, 79, 0.26);
}

.jsk-media-showcase--single-product .jsk-media-showcase__viewport {
  border-radius: 32px;
}

.jsk-media-showcase--single-product .jsk-media-showcase__media {
  transform: scale(1.02);
}

.jsk-media-showcase--single-product .jsk-media-showcase__shade {
  background:
    linear-gradient(180deg, rgba(0, 26, 65, 0.08) 0%, rgba(0, 26, 65, 0.18) 26%, rgba(0, 26, 65, 0.82) 100%),
    linear-gradient(90deg, rgba(0, 26, 65, 0.28) 0%, rgba(0, 39, 91, 0) 48%, rgba(0, 26, 65, 0.34) 100%);
}

.jsk-media-showcase--single-product .jsk-media-showcase__caption {
  max-width: min(520px, calc(100% - 34px));
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
}

.jsk-media-showcase--single-product .jsk-media-showcase__caption p {
  font-size: 0.98rem;
  line-height: 1.75;
}

.jsk-media-showcase--single-product .jsk-media-showcase__preview-track,
.jsk-media-showcase--single-product .jsk-media-showcase__controls {
  margin: 0 18px 18px;
}

.jsk-product-media-reel,
.jsk-product-support,
.jsk-product-tab-shell {
  border-radius: 30px;
}

.jsk-product-media-reel {
  padding: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(244, 247, 253, 0.92)),
    radial-gradient(circle at top right, rgba(20, 86, 204, 0.08), transparent 30%);
  box-shadow: 0 24px 70px rgba(13, 34, 79, 0.08);
}

.jsk-product-support {
  gap: 24px;
}

.jsk-product-support__intro,
.jsk-product-support__stat,
.jsk-product-tab-shell__card {
  border: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 255, 0.94)),
    radial-gradient(circle at top right, rgba(20, 86, 204, 0.06), transparent 24%);
  box-shadow: 0 18px 40px rgba(13, 34, 79, 0.08);
}

.jsk-product-support__intro {
  padding: 24px;
  border-radius: 28px;
}

.jsk-product-support__stat,
.jsk-product-tab-shell__card {
  border-radius: 24px;
}

.jsk-product-tab-shell {
  border: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 249, 253, 0.92)),
    radial-gradient(circle at top right, rgba(20, 86, 204, 0.08), transparent 30%);
  box-shadow: 0 24px 70px rgba(13, 34, 79, 0.1);
}

.jsk-product-tab-shell__content .woocommerce-Reviews,
.jsk-product-tab-shell__content #reviews {
  padding: 18px 0 0;
}

.jsk-product-tab-shell__content .commentlist > li,
.jsk-product-tab-shell__content .commentlist .review {
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 34px rgba(13, 34, 79, 0.06);
}

.jsk-ai-guide {
  right: 18px;
  left: auto;
  bottom: 106px;
  z-index: 1000;
  width: 68px;
  max-width: calc(100vw - 28px);
  transform: none;
  opacity: 1;
  transition: width 0.28s ease, transform 0.28s ease, opacity 0.28s ease;
}

.jsk-ai-guide.is-open {
  width: min(408px, calc(100vw - 28px));
}

.jsk-ai-guide:hover,
.jsk-ai-guide:focus-within,
.jsk-ai-guide.is-peeking {
  transform: none;
}

.jsk-ai-guide:not(.is-open) .jsk-ai-guide__toggle {
  grid-template-columns: 1fr;
  justify-items: center;
  width: 68px;
  min-width: 68px;
  padding: 8px;
  border-radius: 999px;
}

.jsk-ai-guide:not(.is-open) .jsk-ai-guide__toggle-copy {
  display: none;
}

.jsk-ai-guide:not(.is-open) .jsk-ai-guide__toggle-badge {
  width: 52px;
  height: 52px;
  border-radius: 999px;
}

.jsk-ai-guide.is-open .jsk-ai-guide__toggle {
  grid-template-columns: auto 1fr;
  width: 100%;
  min-width: 0;
  border-radius: 28px;
  padding: 14px 18px;
}

.jsk-ai-guide.is-open .jsk-ai-guide__toggle-copy {
  display: grid;
}

.jsk-ai-guide.is-open .jsk-ai-guide__toggle-badge {
  width: 52px;
  height: 52px;
  border-radius: 18px;
}

.jsk-ai-guide__panel {
  position: absolute;
  right: 0;
  bottom: 80px;
  width: min(408px, calc(100vw - 28px));
  margin-top: 0;
  margin-left: 0;
  opacity: 0;
  transform: translateY(10px) scale(0.98);
  pointer-events: none;
  transition: transform 0.24s ease, opacity 0.24s ease;
}

.jsk-ai-guide.is-open .jsk-ai-guide__panel {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.jsk-ai-guide__toggle {
  background:
    linear-gradient(135deg, rgba(0, 39, 91, 0.92), rgba(22, 61, 122, 0.88)),
    radial-gradient(circle at top right, rgba(255, 209, 102, 0.18), transparent 34%);
  box-shadow: 0 22px 52px rgba(13, 34, 79, 0.22);
}

.jsk-ai-guide__toggle-badge {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.04));
}

.jsk-ai-guide__panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(247, 249, 252, 0.94)),
    radial-gradient(circle at top right, rgba(20, 86, 204, 0.08), transparent 26%);
  box-shadow: 0 28px 72px rgba(13, 34, 79, 0.16);
  backdrop-filter: blur(24px);
}

@media (max-width: 1199px) {
  .jsk-menu__pane-grid {
    grid-template-columns: 1fr;
  }

  .jsk-menu__pane-showcase,
  .jsk-menu__pane-showcase .jsk-media-showcase__viewport,
  .jsk-menu__pane-showcase .jsk-media-showcase__slide {
    min-height: 320px;
  }
}

@media (max-width: 767px) {
  .whb-header-bottom .container {
    max-width: calc(100vw - 20px);
  }

  .post-type-archive-product .wd-page-title.has-jsk-page-title-stream .container,
  .tax-product_cat .wd-page-title.has-jsk-page-title-stream .container {
    padding-top: 102px;
    padding-bottom: 28px;
  }

  .post-type-archive-product .wd-page-title.has-jsk-page-title-stream .title,
  .tax-product_cat .wd-page-title.has-jsk-page-title-stream .title {
    font-size: clamp(2rem, 11vw, 3.6rem);
  }

  .jsk-media-showcase__control-row {
    grid-template-columns: 1fr;
  }

  .jsk-media-showcase__nav {
    width: 100%;
  }

  .jsk-product-media-reel {
    padding: 22px;
  }

  .jsk-ai-guide {
    right: 12px;
    bottom: 76px;
    width: 62px;
    max-width: calc(100vw - 24px);
  }

  .jsk-ai-guide.is-open {
    width: min(360px, calc(100vw - 24px));
  }

  .jsk-ai-guide:not(.is-open) .jsk-ai-guide__toggle {
    width: 62px;
    min-width: 62px;
    padding: 7px;
  }

  .jsk-ai-guide:not(.is-open) .jsk-ai-guide__toggle-badge {
    width: 48px;
    height: 48px;
  }

  .jsk-ai-guide__panel {
    right: 0;
    bottom: 74px;
    width: min(360px, calc(100vw - 24px));
  }
}

:root {
  --jsk-slate: #102133;
  --jsk-forest: #45664d;
  --jsk-mist: #edf4ef;
  --jsk-cream: #f8f1e6;
  --jsk-deep-shadow: 0 28px 72px rgba(10, 23, 41, 0.16);
}

.jsk-company-rail {
  margin: 26px 0 0;
}

.jsk-company-rail .jsk-section-shell__content {
  padding-top: 0;
}

.jsk-company-rail__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.jsk-company-rail__card {
  display: grid;
  gap: 14px;
  min-height: 100%;
  padding: 22px;
  border-radius: 28px;
  color: #fff;
  text-decoration: none;
  background:
    linear-gradient(180deg, rgba(11, 28, 47, 0.9), rgba(20, 44, 71, 0.86)),
    radial-gradient(circle at top right, rgba(191, 227, 177, 0.18), transparent 34%);
  box-shadow: var(--jsk-deep-shadow);
  backdrop-filter: blur(22px);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.jsk-company-rail__card:hover,
.jsk-company-rail__card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 34px 80px rgba(10, 23, 41, 0.2);
}

.jsk-company-rail__card-top {
  display: flex;
  align-items: center;
  gap: 12px;
}

.jsk-company-rail__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  color: #f3f6f8;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.jsk-company-rail__icon svg {
  width: 24px;
  height: 24px;
}

.jsk-company-rail__icon-fallback {
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.jsk-company-rail__eyebrow {
  color: rgba(243, 246, 248, 0.72);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.jsk-company-rail__title {
  font-size: 1.24rem;
  line-height: 1.2;
}

.jsk-company-rail__summary {
  color: rgba(243, 246, 248, 0.84);
  line-height: 1.72;
}

.jsk-company-rail__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.jsk-company-rail__chips span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  color: #eff7f2;
  font-size: 0.82rem;
  background: rgba(255, 255, 255, 0.12);
}

.jsk-company-rail__link {
  color: #d9f5de;
  font-weight: 700;
}

.jsk-company-rail__actions {
  margin-top: 20px;
}

.jsk-commerce-shell {
  display: grid;
  gap: 24px;
  margin: 0 0 34px;
}

.jsk-commerce-shell__hero-shell {
  margin-bottom: 0;
}

.jsk-commerce-shell__hero-shell .jsk-section-shell__content {
  padding-bottom: 0;
}

.jsk-commerce-shell__hero {
  max-width: 760px;
}

.jsk-commerce-shell__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(290px, 0.72fr);
  gap: 24px;
  align-items: start;
}

.jsk-commerce-shell__body > .woocommerce,
.jsk-commerce-shell__body > .woocommerce-page {
  padding: 26px;
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 248, 251, 0.94)),
    radial-gradient(circle at top right, rgba(69, 102, 77, 0.08), transparent 28%);
  box-shadow: 0 24px 72px rgba(13, 34, 79, 0.1);
}

.jsk-commerce-shell__aside {
  display: grid;
  gap: 16px;
}

.jsk-commerce-shell__panel {
  padding: 22px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(15, 31, 51, 0.94), rgba(23, 47, 76, 0.9)),
    radial-gradient(circle at top right, rgba(191, 227, 177, 0.2), transparent 34%);
  color: #f3f6f8;
  box-shadow: var(--jsk-deep-shadow);
}

.jsk-commerce-shell__panel strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1rem;
}

.jsk-commerce-shell__panel p {
  margin: 0;
  color: rgba(243, 246, 248, 0.82);
  line-height: 1.75;
}

.jsk-commerce-shell__body .woocommerce-notices-wrapper:empty {
  display: none;
}

.jsk-commerce-shell__body .woocommerce-error,
.jsk-commerce-shell__body .woocommerce-info,
.jsk-commerce-shell__body .woocommerce-message {
  margin-bottom: 18px;
  border: 0;
  border-radius: 20px;
  background: rgba(20, 86, 204, 0.08);
  color: var(--jsk-ink);
  box-shadow: inset 0 0 0 1px rgba(20, 86, 204, 0.08);
}

.jsk-commerce-shell__body .woocommerce form .form-row input.input-text,
.jsk-commerce-shell__body .woocommerce form .form-row textarea,
.jsk-commerce-shell__body .woocommerce form .form-row select,
.jsk-commerce-shell__body .select2-container--default .select2-selection--single,
.jsk-commerce-shell__body .select2-container--default .select2-selection--multiple {
  min-height: 50px;
  border-radius: 16px;
  border: 1px solid rgba(13, 34, 79, 0.12);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: none;
}

.jsk-commerce-shell__body .woocommerce form .form-row textarea {
  min-height: 128px;
}

.jsk-commerce-shell__body .woocommerce form .form-row label {
  margin-bottom: 8px;
  color: var(--jsk-ink);
  font-weight: 700;
}

.jsk-commerce-shell__body .woocommerce-cart-form,
.jsk-commerce-shell__body .cart-collaterals,
.jsk-commerce-shell__body .woocommerce-checkout-review-order,
.jsk-commerce-shell__body .woocommerce-billing-fields,
.jsk-commerce-shell__body .woocommerce-additional-fields,
.jsk-commerce-shell__body .woocommerce-shipping-fields,
.jsk-commerce-shell__body .woocommerce-order,
.jsk-commerce-shell__body .woocommerce-customer-details,
.jsk-commerce-shell__body .woocommerce-order-details,
.jsk-commerce-shell__body .woocommerce-MyAccount-content,
.jsk-commerce-shell__body .woocommerce-MyAccount-navigation ul {
  border-radius: 26px;
}

.jsk-commerce-shell__body .cart-collaterals .cart_totals,
.jsk-commerce-shell__body .woocommerce-checkout-review-order,
.jsk-commerce-shell__body .woocommerce-order,
.jsk-commerce-shell__body .woocommerce-customer-details,
.jsk-commerce-shell__body .woocommerce-order-details,
.jsk-commerce-shell__body .woocommerce-MyAccount-content,
.jsk-commerce-shell__body .woocommerce-MyAccount-navigation ul {
  padding: 22px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 48px rgba(13, 34, 79, 0.08);
}

.jsk-commerce-shell__body table.shop_table,
.jsk-commerce-shell__body .woocommerce table.shop_table {
  overflow: hidden;
  border: 0;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 48px rgba(13, 34, 79, 0.08);
}

.jsk-commerce-shell__body .woocommerce table.shop_table th,
.jsk-commerce-shell__body .woocommerce table.shop_table td {
  border-color: rgba(13, 34, 79, 0.08);
}

.jsk-commerce-shell__body .woocommerce table.shop_table thead th {
  color: var(--jsk-slate);
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.jsk-commerce-shell__body .woocommerce-cart-form__contents td.product-name a,
.jsk-commerce-shell__body .woocommerce table.shop_table td.product-name a,
.jsk-commerce-shell__body .woocommerce-MyAccount-content a,
.jsk-commerce-shell__body .woocommerce-order-details a {
  color: var(--jsk-navy);
  font-weight: 700;
}

.jsk-commerce-shell__body .woocommerce .quantity input.qty {
  min-height: 42px;
  border-radius: 14px;
}

.jsk-commerce-shell__body .woocommerce .button,
.jsk-commerce-shell__body .woocommerce a.button,
.jsk-commerce-shell__body .woocommerce button.button,
.jsk-commerce-shell__body .woocommerce input.button,
.jsk-commerce-shell__body .woocommerce #place_order,
.jsk-commerce-shell__body .woocommerce .checkout-button {
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  border: 0;
  background: linear-gradient(135deg, var(--jsk-blue), var(--jsk-slate));
  color: #fff;
  box-shadow: 0 18px 40px rgba(20, 86, 204, 0.2);
}

.jsk-commerce-shell__body .woocommerce .button.alt,
.jsk-commerce-shell__body .woocommerce .checkout-button {
  background: linear-gradient(135deg, var(--jsk-blue), var(--jsk-slate));
}

.jsk-commerce-shell__body .woocommerce .button:hover,
.jsk-commerce-shell__body .woocommerce a.button:hover,
.jsk-commerce-shell__body .woocommerce button.button:hover,
.jsk-commerce-shell__body .woocommerce input.button:hover,
.jsk-commerce-shell__body .woocommerce #place_order:hover,
.jsk-commerce-shell__body .woocommerce .checkout-button:hover {
  color: #fff;
  transform: translateY(-1px);
}

.jsk-commerce-shell__body .woocommerce .button[name="update_cart"] {
  background: rgba(13, 34, 79, 0.08);
  color: var(--jsk-navy);
  box-shadow: none;
}

.jsk-commerce-shell__body .wc_payment_method,
.jsk-commerce-shell__body .woocommerce-shipping-methods li {
  padding: 14px 0;
}

.jsk-commerce-shell__body .wc_payment_method + .wc_payment_method,
.jsk-commerce-shell__body .woocommerce-shipping-methods li + li {
  border-top: 1px solid rgba(13, 34, 79, 0.08);
}

.jsk-commerce-shell__body .woocommerce ul.order_details {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 14px;
  margin: 0 0 24px;
  padding: 0;
}

.jsk-commerce-shell__body .woocommerce ul.order_details li {
  float: none;
  width: auto;
  min-height: 100%;
  margin: 0;
  padding: 18px;
  border: 0;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 40px rgba(13, 34, 79, 0.06);
}

.jsk-commerce-shell__body .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
}

.jsk-commerce-shell__body .woocommerce-MyAccount-navigation li + li {
  margin-top: 10px;
}

.jsk-commerce-shell__body .woocommerce-MyAccount-navigation a {
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 16px;
  color: var(--jsk-ink);
  font-weight: 700;
  text-decoration: none;
  background: rgba(13, 34, 79, 0.05);
}

.jsk-commerce-shell__body .woocommerce-MyAccount-navigation .is-active a,
.jsk-commerce-shell__body .woocommerce-MyAccount-navigation a:hover {
  color: #fff;
  background: linear-gradient(135deg, var(--jsk-blue), var(--jsk-slate));
}

.jsk-commerce-shell__body .woocommerce-form-coupon-toggle,
.jsk-commerce-shell__body .woocommerce-form-login-toggle {
  margin-bottom: 18px;
}

@media (max-width: 1199px) {
  .jsk-company-rail__grid,
  .jsk-commerce-shell__layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jsk-commerce-shell__layout {
    align-items: stretch;
  }
}

@media (max-width: 767px) {
  .jsk-company-rail__grid,
  .jsk-commerce-shell__layout {
    grid-template-columns: 1fr;
  }

  .jsk-company-rail__card,
  .jsk-commerce-shell__body > .woocommerce,
  .jsk-commerce-shell__panel {
    padding: 20px;
  }

  .jsk-commerce-shell__body > .woocommerce {
    border-radius: 28px;
  }

  .jsk-commerce-shell__body .woocommerce ul.order_details {
    grid-template-columns: 1fr;
  }
}

/* Stitch-led visual refresh */
:root {
  --jsk-surface: #f9f9fc;
  --jsk-surface-low: #f3f3f6;
  --jsk-surface-high: #e8e8ea;
  --jsk-surface-card: #ffffff;
  --jsk-primary: #00275b;
  --jsk-primary-deep: #001a41;
  --jsk-primary-layer: #163d7a;
  --jsk-secondary: #1c6fe1;
  --jsk-secondary-soft: #ffd166;
  --jsk-tertiary: #402100;
  --jsk-text: #1a1c1e;
  --jsk-text-muted: #434750;
  --jsk-outline-soft: rgba(196, 198, 210, 0.42);
  --jsk-outline-ghost: rgba(196, 198, 210, 0.16);
  --jsk-glass-light: rgba(255, 255, 255, 0.14);
  --jsk-glass-dark: rgba(0, 26, 65, 0.48);
  --jsk-shadow-soft: 0 28px 90px rgba(26, 28, 30, 0.08);
  --jsk-shadow-float: 0 34px 120px rgba(0, 39, 91, 0.14);
  --jsk-shadow-card: 0 18px 54px rgba(26, 28, 30, 0.07);
  --jsk-radius-hero: 40px;
  --jsk-radius-panel: 30px;
  --jsk-radius-card: 24px;
}

body {
  font-family: "Inter", "Segoe UI", sans-serif;
  color: var(--jsk-text);
  background:
    radial-gradient(circle at top right, rgba(60, 93, 156, 0.12), transparent 24%),
    radial-gradient(circle at left center, rgba(20, 86, 204, 0.08), transparent 18%),
    linear-gradient(180deg, var(--jsk-surface) 0%, #fdfdff 48%, #f4f5f8 100%);
}

h1,
h2,
h3,
h4,
h5,
h6,
.jsk-menu a,
.jsk-category-explorer__label,
.jsk-category-explorer__panel-head h3 {
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
}

.whb-general-header {
  background: rgba(249, 249, 252, 0.84);
  border-bottom: 1px solid var(--jsk-outline-soft);
  backdrop-filter: blur(20px);
}

.whb-header.whb-sticky-shadow.whb-scroll-stick .whb-sticky-header,
.whb-header .whb-sticky-header {
  background: rgba(249, 249, 252, 0.92);
}

.whb-header-bottom {
  background: transparent;
  border-top: 0;
  border-bottom: 0;
}

.whb-general-header .wd-tools-element,
.whb-general-header .wd-header-my-account a,
.whb-general-header .wd-header-search > a,
.whb-general-header .wd-header-cart > a,
.jsk-menu a {
  color: var(--jsk-primary) !important;
}

.jsk-menu-shell {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.74), rgba(243, 243, 246, 0.58));
  border: 1px solid var(--jsk-outline-ghost);
  backdrop-filter: blur(18px);
}

.jsk-menu--desktop .jsk-menu__link {
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.jsk-menu--desktop .jsk-menu__item.current-menu-item > .jsk-menu__link,
.jsk-menu--desktop .jsk-menu__item:hover > .jsk-menu__link,
.jsk-menu--desktop .jsk-menu__item:focus-within > .jsk-menu__link {
  background: rgba(0, 39, 91, 0.08);
  color: var(--jsk-primary) !important;
}

.jsk-menu--desktop .menu-item-cta > .jsk-menu__link,
.jsk-menu .menu-item-cta a {
  background: linear-gradient(135deg, var(--jsk-secondary), #0d224f);
  color: #fff !important;
  box-shadow: 0 18px 40px rgba(20, 86, 204, 0.2);
}

.jsk-home,
.jsk-shell {
  background:
    radial-gradient(circle at top right, rgba(60, 93, 156, 0.12), transparent 22%),
    radial-gradient(circle at left center, rgba(20, 86, 204, 0.06), transparent 14%),
    linear-gradient(180deg, var(--jsk-surface) 0%, #fbfbfd 42%, #f3f4f7 100%);
}

.jsk-home .wrap,
.jsk-shell .wrap {
  width: min(1280px, calc(100% - 40px));
}

.jsk-home .hero {
  padding: 30px 0 18px;
}

.jsk-home .hero-panel {
  position: relative;
  overflow: hidden;
  border-radius: var(--jsk-radius-hero);
  background:
    linear-gradient(150deg, rgba(0, 26, 65, 0.92) 0%, rgba(0, 39, 91, 0.82) 40%, rgba(22, 61, 122, 0.72) 100%);
  box-shadow: var(--jsk-shadow-float);
}

.jsk-home .hero-panel::before,
.jsk-shell .hero-shell::before,
.jsk-home .band::before,
.jsk-shell .band::before,
.jsk-shell .cta-strip::before,
.jsk-section-shell::before,
.jsk-commerce-shell__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.18), transparent 28%),
    radial-gradient(circle at bottom right, rgba(255, 209, 102, 0.14), transparent 22%);
}

.jsk-home .hero-grid {
  position: relative;
  z-index: 2;
  align-items: end;
  gap: 40px;
  padding: 58px;
}

.jsk-home .hero-visual {
  position: relative;
  display: grid;
  gap: 18px;
}

.jsk-home .hero-logo {
  position: absolute;
  top: 28px;
  left: 28px;
  width: min(240px, 48%);
  opacity: 0.92;
  z-index: 3;
}

.jsk-home .hero-visual .jsk-media-showcase,
.jsk-shell .wrap > .jsk-media-showcase {
  position: relative;
  overflow: hidden;
  border-radius: var(--jsk-radius-hero);
  box-shadow: var(--jsk-shadow-float);
}

.jsk-shell .wrap > .jsk-media-showcase {
  min-height: clamp(300px, 38vw, 520px);
}

.jsk-shell .wrap > .jsk-media-showcase + .hero-shell {
  position: relative;
  margin: -148px 28px 0;
  z-index: 3;
}

.jsk-media-showcase__shade {
  background:
    linear-gradient(180deg, rgba(0, 26, 65, 0.18) 0%, rgba(0, 26, 65, 0.48) 42%, rgba(0, 26, 65, 0.9) 100%);
}

.jsk-home .eyebrow,
.jsk-shell .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.jsk-home .eyebrow {
  color: rgba(255, 209, 102, 0.92);
}

.jsk-shell .eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

.jsk-home h1,
.jsk-shell h1 {
  font-size: clamp(3rem, 5vw, 5.6rem);
  line-height: 0.98;
  letter-spacing: 0;
  margin-bottom: 18px;
}

.jsk-home .lead,
.jsk-shell .lead {
  max-width: 760px;
  font-size: clamp(1rem, 1vw + 0.8rem, 1.28rem);
  line-height: 1.7;
}

.jsk-home .lead {
  color: rgba(255, 255, 255, 0.84);
}

.jsk-shell .hero-shell {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 4vw, 52px);
  border-radius: calc(var(--jsk-radius-hero) - 6px);
  background:
    linear-gradient(145deg, rgba(0, 26, 65, 0.72) 0%, rgba(0, 39, 91, 0.62) 58%, rgba(22, 61, 122, 0.48) 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(20px);
  box-shadow: var(--jsk-shadow-float);
  color: #fff;
}

.jsk-shell .hero-shell .lead,
.jsk-shell .hero-shell p {
  color: rgba(255, 255, 255, 0.86);
}

.jsk-shell .hero-shell h1,
.jsk-shell .hero-shell h2,
.jsk-shell .hero-shell h3 {
  color: #fff;
}

.jsk-home .hero-actions,
.jsk-shell .hero-actions {
  gap: 14px;
}

.jsk-home .btn,
.jsk-shell .btn,
.jsk-commerce-shell__body .woocommerce .button,
.jsk-commerce-shell__body .woocommerce a.button,
.jsk-commerce-shell__body .woocommerce button.button,
.jsk-commerce-shell__body .woocommerce input.button,
.jsk-commerce-shell__body .woocommerce #place_order,
.jsk-commerce-shell__body .woocommerce .checkout-button {
  min-height: 52px;
  padding: 0 24px;
  border-radius: 18px;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.01em;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}

.jsk-home .btn:hover,
.jsk-shell .btn:hover,
.jsk-commerce-shell__body .woocommerce .button:hover,
.jsk-commerce-shell__body .woocommerce a.button:hover,
.jsk-commerce-shell__body .woocommerce button.button:hover,
.jsk-commerce-shell__body .woocommerce input.button:hover,
.jsk-commerce-shell__body .woocommerce #place_order:hover,
.jsk-commerce-shell__body .woocommerce .checkout-button:hover {
  transform: translateY(-2px);
}

.jsk-home .btn-primary,
.jsk-shell .btn-primary,
.jsk-commerce-shell__body .woocommerce .button.alt,
.jsk-commerce-shell__body .woocommerce .checkout-button {
  background: linear-gradient(135deg, var(--jsk-secondary), #0d224f);
  color: #fff;
  box-shadow: 0 18px 40px rgba(20, 86, 204, 0.18);
}

.jsk-home .btn-secondary,
.jsk-shell .btn-secondary,
.jsk-commerce-shell__body .woocommerce .button:not(.alt):not(.checkout-button) {
  background: rgba(0, 39, 91, 0.08);
  border: 1px solid rgba(0, 39, 91, 0.12);
  color: var(--jsk-primary);
  box-shadow: none;
}

.jsk-home .trust,
.jsk-home .stat-grid,
.jsk-shell .grid-2,
.jsk-shell .grid-3,
.jsk-shell .grid-4,
.jsk-shell .support-strip,
.jsk-shell .rate-list,
.jsk-shell .contact-grid,
.jsk-shell .faq-grid {
  gap: 22px;
}

.jsk-home .mini-card,
.jsk-home .stat,
.jsk-shell .card,
.jsk-shell .support-item,
.jsk-shell .rate,
.jsk-shell .contact-card,
.jsk-shell .faq-card,
.jsk-shell .policy-card,
.jsk-shell .process-card,
.jsk-home .quote-box,
.jsk-home .faq-box {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(196, 198, 210, 0.22);
  border-radius: var(--jsk-radius-card);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 243, 246, 0.84));
  box-shadow: var(--jsk-shadow-card);
  backdrop-filter: blur(14px);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.jsk-home .mini-card:hover,
.jsk-home .stat:hover,
.jsk-shell .card:hover,
.jsk-shell .support-item:hover,
.jsk-shell .rate:hover,
.jsk-shell .contact-card:hover,
.jsk-shell .faq-card:hover,
.jsk-shell .policy-card:hover,
.jsk-shell .process-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 70px rgba(0, 39, 91, 0.1);
}

.jsk-home .mini-card strong,
.jsk-home .stat strong,
.jsk-shell .card h3,
.jsk-shell .contact-card h3,
.jsk-shell .faq-card h3,
.jsk-shell .policy-card h3,
.jsk-shell .process-card h3,
.jsk-shell .support-item strong,
.jsk-shell .rate b {
  color: var(--jsk-primary);
}

.jsk-home .mini-card span,
.jsk-home .stat span,
.jsk-shell p,
.jsk-shell li,
.jsk-shell .section-head p,
.jsk-shell .support-item span {
  color: var(--jsk-text-muted);
}

.jsk-shell .section,
.jsk-home .section {
  padding: 18px 0 34px;
}

.jsk-home .band,
.jsk-shell .band,
.jsk-shell .cta-strip {
  position: relative;
  overflow: hidden;
  padding: clamp(26px, 3vw, 34px);
  border-radius: var(--jsk-radius-panel);
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.95) 0%, rgba(243, 243, 246, 0.82) 100%);
  border: 1px solid rgba(196, 198, 210, 0.2);
  box-shadow: var(--jsk-shadow-soft);
}

.jsk-home .section-head h2,
.jsk-shell .section-head h2,
.jsk-shell h2 {
  font-size: clamp(2rem, 2vw + 1.2rem, 3.4rem);
  line-height: 1.03;
  letter-spacing: 0;
  color: var(--jsk-primary);
}

.jsk-home .section-head p,
.jsk-shell .section-head p {
  max-width: 720px;
  font-size: 1.02rem;
  line-height: 1.75;
}

.jsk-shell .icon,
.jsk-home .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  min-height: 52px;
  padding: 0 14px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(20, 86, 204, 0.12), rgba(255, 209, 102, 0.32));
  color: var(--jsk-secondary);
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.jsk-home .quote-box,
.jsk-home .faq-box {
  height: 100%;
}

.jsk-shell .tag-row {
  margin-top: 22px;
}

.jsk-shell .tag {
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.jsk-shell .rate {
  align-items: flex-start;
  padding: 28px 24px;
}

.jsk-shell .rate b {
  font-size: clamp(2.1rem, 3vw, 3.2rem);
  line-height: 1;
  letter-spacing: 0;
}

.jsk-shell .rate span:first-child {
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--jsk-secondary);
}

.jsk-shell .accent-callout {
  border-radius: var(--jsk-radius-card);
  background:
    linear-gradient(135deg, rgba(0, 39, 91, 0.96), rgba(22, 61, 122, 0.88));
  color: #fff;
  box-shadow: var(--jsk-shadow-float);
}

.jsk-shell .accent-callout,
.jsk-shell .accent-callout p,
.jsk-shell .accent-callout li {
  color: #fff;
}

.jsk-shell details {
  border: 1px solid rgba(196, 198, 210, 0.22);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 34px rgba(0, 39, 91, 0.05);
}

.jsk-shell summary {
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--jsk-primary);
}

.jsk-section-shell {
  position: relative;
  overflow: hidden;
  border-radius: var(--jsk-radius-hero);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(243, 243, 246, 0.8));
  border: 1px solid rgba(196, 198, 210, 0.18);
  box-shadow: var(--jsk-shadow-soft);
  backdrop-filter: blur(22px);
}

.jsk-section-shell__backdrop .jsk-media-showcase__media {
  transform: scale(1.08);
  filter: saturate(0.94) brightness(0.9);
}

.jsk-section-shell__backdrop .jsk-media-showcase__shade {
  background:
    linear-gradient(180deg, rgba(0, 26, 65, 0.16) 0%, rgba(0, 26, 65, 0.34) 18%, rgba(249, 249, 252, 0.86) 56%, rgba(249, 249, 252, 0.96) 100%),
    radial-gradient(circle at top right, rgba(255, 209, 102, 0.14), transparent 20%);
}

.jsk-section-shell--home-collections,
.jsk-section-shell--home-logistics,
.jsk-section-shell--home-process,
.jsk-section-shell--home-support,
.jsk-section-shell--home-social,
.jsk-section-shell--subpage-visual,
.jsk-section-shell--subpage-social,
.jsk-section-shell--archive {
  padding: 30px 0;
}

.jsk-company-rail__card {
  border-radius: var(--jsk-radius-card);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 243, 246, 0.86));
  border: 1px solid rgba(196, 198, 210, 0.22);
  box-shadow: var(--jsk-shadow-card);
}

.jsk-company-rail__card:hover,
.jsk-company-rail__card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 24px 70px rgba(0, 39, 91, 0.1);
}

.jsk-company-rail__eyebrow {
  color: var(--jsk-secondary);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.jsk-company-rail__title,
.jsk-company-rail__summary,
.jsk-company-rail__link {
  color: var(--jsk-primary);
}

.jsk-company-rail__summary {
  color: var(--jsk-text-muted);
}

.jsk-company-rail__chips span {
  background: rgba(0, 39, 91, 0.06);
  color: var(--jsk-primary);
  border: 1px solid rgba(0, 39, 91, 0.08);
}

.woocommerce .main-page-wrapper,
.tax-product_cat .main-page-wrapper,
.post-type-archive-product .main-page-wrapper {
  background:
    radial-gradient(circle at top right, rgba(60, 93, 156, 0.12), transparent 20%),
    linear-gradient(180deg, var(--jsk-surface) 0%, #fdfdff 46%, #f3f4f8 100%);
}

.jsk-commerce-shell {
  gap: 26px;
}

.jsk-commerce-shell__hero-shell {
  position: relative;
  overflow: hidden;
  border-radius: var(--jsk-radius-hero);
  background:
    linear-gradient(135deg, rgba(0, 26, 65, 0.92) 0%, rgba(0, 39, 91, 0.84) 54%, rgba(22, 61, 122, 0.68) 100%);
  box-shadow: var(--jsk-shadow-float);
}

.jsk-commerce-shell__hero-shell .jsk-section-shell__backdrop .jsk-media-showcase__shade {
  background:
    linear-gradient(180deg, rgba(0, 26, 65, 0.08) 0%, rgba(0, 26, 65, 0.46) 36%, rgba(0, 26, 65, 0.86) 100%);
}

.jsk-commerce-shell__body > .woocommerce,
.jsk-commerce-shell__panel {
  position: relative;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 243, 246, 0.84));
  border: 1px solid rgba(196, 198, 210, 0.22);
  box-shadow: var(--jsk-shadow-soft);
  overflow: hidden;
}

.jsk-commerce-shell__body > .woocommerce {
  padding: 30px;
}

.jsk-commerce-shell__panel {
  padding: 26px;
}

.jsk-commerce-shell__panel strong,
.jsk-commerce-shell__panel p,
.jsk-commerce-shell__body .woocommerce table.shop_table thead th,
.jsk-commerce-shell__body .woocommerce-MyAccount-navigation a,
.jsk-commerce-shell__body .woocommerce table.shop_table td.product-name a {
  color: var(--jsk-primary);
}

.jsk-commerce-shell__body .woocommerce-error,
.jsk-commerce-shell__body .woocommerce-info,
.jsk-commerce-shell__body .woocommerce-message {
  border-radius: 18px;
  border: 1px solid rgba(0, 39, 91, 0.08);
  background: rgba(255, 255, 255, 0.88);
  color: var(--jsk-primary);
}

.jsk-commerce-shell__body .woocommerce form .form-row input.input-text,
.jsk-commerce-shell__body .woocommerce form .form-row textarea,
.jsk-commerce-shell__body .woocommerce form .form-row select,
.jsk-commerce-shell__body .select2-container--default .select2-selection--single,
.jsk-commerce-shell__body .select2-container--default .select2-selection--multiple {
  background: rgba(243, 243, 246, 0.92);
  border: 1px solid rgba(196, 198, 210, 0.22);
  border-radius: 16px;
  color: var(--jsk-text);
}

.jsk-commerce-shell__body .woocommerce table.shop_table,
.jsk-commerce-shell__body .woocommerce-MyAccount-navigation ul,
.jsk-commerce-shell__body .cart-collaterals .cart_totals,
.jsk-commerce-shell__body .woocommerce-checkout-review-order,
.jsk-commerce-shell__body .woocommerce-order,
.jsk-commerce-shell__body .woocommerce-customer-details,
.jsk-commerce-shell__body .woocommerce-order-details,
.jsk-commerce-shell__body .woocommerce-MyAccount-content {
  border-radius: 22px;
  border: 1px solid rgba(196, 198, 210, 0.2);
  background: rgba(255, 255, 255, 0.86);
}

.jsk-commerce-shell__body .woocommerce-MyAccount-navigation a {
  border-radius: 16px;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-weight: 700;
}

.jsk-commerce-shell__body .woocommerce-MyAccount-navigation .is-active a,
.jsk-commerce-shell__body .woocommerce-MyAccount-navigation a:hover {
  background: linear-gradient(135deg, rgba(20, 86, 204, 0.14), rgba(255, 209, 102, 0.26));
  color: var(--jsk-primary);
}

.jsk-commerce-shell__body .woocommerce ul.order_details li {
  border-radius: 18px;
  background: rgba(243, 243, 246, 0.82);
}

@media (max-width: 1199px) {
  .jsk-home .hero-grid {
    grid-template-columns: 1fr;
    padding: 44px;
  }

  .jsk-shell .wrap > .jsk-media-showcase + .hero-shell {
    margin: -120px 20px 0;
  }
}

@media (max-width: 767px) {
  .jsk-home .wrap,
  .jsk-shell .wrap {
    width: min(100%, calc(100% - 24px));
  }

  .jsk-home .hero-grid {
    padding: 28px 22px;
    gap: 24px;
  }

  .jsk-home h1,
  .jsk-shell h1 {
    font-size: clamp(2.5rem, 12vw, 4rem);
  }

  .jsk-shell .wrap > .jsk-media-showcase + .hero-shell {
    margin: -92px 12px 0;
  }

  .jsk-shell .hero-shell,
  .jsk-home .hero-panel,
  .jsk-section-shell,
  .jsk-home .band,
  .jsk-shell .band,
  .jsk-shell .cta-strip,
  .jsk-commerce-shell__body > .woocommerce,
  .jsk-commerce-shell__panel {
    border-radius: 28px;
  }

  .jsk-home .mini-card,
  .jsk-home .stat,
  .jsk-shell .card,
  .jsk-shell .support-item,
  .jsk-shell .rate,
  .jsk-shell .contact-card,
  .jsk-shell .faq-card,
  .jsk-shell .policy-card,
  .jsk-shell .process-card {
    padding: 20px;
  }
}

/* Stitch-first finishing pass */
.jsk-home .hero-panel::after,
.jsk-shell .hero-shell::after,
.jsk-commerce-shell__hero-shell::after {
  content: "";
  position: absolute;
  top: -28%;
  right: -10%;
  width: min(42vw, 480px);
  height: min(42vw, 480px);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 209, 102, 0.34) 0%, rgba(255, 209, 102, 0.14) 26%, rgba(20, 86, 204, 0.08) 48%, transparent 70%);
  filter: blur(10px);
  opacity: 0.96;
  pointer-events: none;
}

.jsk-home .hero-panel > *,
.jsk-shell .hero-shell > *,
.jsk-commerce-shell__hero-shell > * {
  position: relative;
  z-index: 2;
}

.jsk-shell .section-head {
  display: grid;
  gap: 12px;
  margin-bottom: 24px;
}

.jsk-shell .hero-shell + .grid-3,
.jsk-shell .hero-shell + .grid-2,
.jsk-shell .hero-shell + .contact-grid,
.jsk-shell .hero-shell + .band {
  position: relative;
  z-index: 4;
  margin-top: -58px;
}

.jsk-shell .hero-shell + .grid-3 .card,
.jsk-shell .hero-shell + .grid-3 .contact-card,
.jsk-shell .hero-shell + .grid-3 .policy-card,
.jsk-shell .hero-shell + .grid-3 .process-card,
.jsk-shell .hero-shell + .grid-2 .card,
.jsk-shell .hero-shell + .grid-2 .contact-card,
.jsk-shell .hero-shell + .grid-2 .policy-card,
.jsk-shell .hero-shell + .grid-2 .process-card,
.jsk-shell .hero-shell + .contact-grid .contact-card,
.jsk-shell .hero-shell + .band {
  backdrop-filter: blur(20px);
}

.jsk-shell .card::after,
.jsk-shell .support-item::after,
.jsk-shell .rate::after,
.jsk-shell .contact-card::after,
.jsk-shell .faq-card::after,
.jsk-shell .policy-card::after,
.jsk-shell .process-card::after,
.jsk-home .mini-card::after,
.jsk-home .stat::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 0;
  height: 3px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(20, 86, 204, 0.82), rgba(20, 86, 204, 0.2), transparent);
  opacity: 0.75;
}

.jsk-section-shell__content {
  padding: 10px 0 6px;
}

.jsk-home .trust,
.jsk-home .stat-grid {
  gap: 16px;
}

.jsk-commerce-shell__body > .woocommerce,
.jsk-commerce-shell__panel {
  backdrop-filter: blur(20px);
}

@media (max-width: 991px) {
  .jsk-shell .hero-shell + .grid-3,
  .jsk-shell .hero-shell + .grid-2,
  .jsk-shell .hero-shell + .contact-grid,
  .jsk-shell .hero-shell + .band {
    margin-top: -28px;
  }
}

@media (max-width: 767px) {
  .jsk-home .hero-panel::after,
  .jsk-shell .hero-shell::after,
  .jsk-commerce-shell__hero-shell::after {
    top: -18%;
    right: -24%;
    width: min(62vw, 320px);
    height: min(62vw, 320px);
  }

  .jsk-shell .hero-shell + .grid-3,
  .jsk-shell .hero-shell + .grid-2,
  .jsk-shell .hero-shell + .contact-grid,
  .jsk-shell .hero-shell + .band {
    margin-top: 16px;
  }

  .jsk-shell .card::after,
  .jsk-shell .support-item::after,
  .jsk-shell .rate::after,
  .jsk-shell .contact-card::after,
  .jsk-shell .faq-card::after,
  .jsk-shell .policy-card::after,
  .jsk-shell .process-card::after,
  .jsk-home .mini-card::after,
  .jsk-home .stat::after {
    left: 20px;
    right: 20px;
  }
}

/* Stitch-first immersive rebuild */
.home .main-page-wrapper {
  padding-top: 0 !important;
}

.home .whb-general-header,
.home .whb-header.whb-sticky-shadow.whb-scroll-stick .whb-sticky-header,
.home .whb-header .whb-sticky-header {
  background:
    linear-gradient(180deg, rgba(4, 12, 28, 0.58), rgba(4, 12, 28, 0.24)),
    radial-gradient(circle at top right, rgba(255, 209, 102, 0.08), transparent 28%);
  border-bottom: 0;
  box-shadow: none;
  backdrop-filter: blur(18px);
}

.home .whb-general-header .wd-tools-element,
.home .whb-general-header .wd-header-my-account a,
.home .whb-general-header .wd-header-search > a,
.home .whb-general-header .wd-header-cart > a,
.home .jsk-menu a {
  color: #fff !important;
}

.home .jsk-menu-shell {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 28px 80px rgba(6, 18, 43, 0.28);
}

.home .jsk-menu--desktop .jsk-menu__link {
  background: rgba(255, 255, 255, 0.08);
  color: #fff !important;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.12),
    0 10px 28px rgba(6, 18, 43, 0.18);
}

.home .jsk-menu--desktop .menu-item-cta > .jsk-menu__link,
.home .jsk-menu .menu-item-cta a {
  background: linear-gradient(135deg, #ffd166, #1c6fe1);
  color: var(--jsk-navy) !important;
  box-shadow: 0 18px 40px rgba(20, 86, 204, 0.28);
}

.jsk-home .hero {
  padding: 0 0 24px;
}

.jsk-home .hero-panel {
  position: relative;
  min-height: clamp(720px, 88vh, 940px);
  border-radius: 40px;
  background:
    linear-gradient(140deg, rgba(6, 18, 43, 0.88), rgba(8, 25, 54, 0.72));
  box-shadow: 0 40px 120px rgba(6, 18, 43, 0.28);
}

.jsk-home .hero-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(96deg, rgba(6, 18, 43, 0.88) 0%, rgba(6, 18, 43, 0.58) 42%, rgba(6, 18, 43, 0.86) 100%),
    linear-gradient(180deg, rgba(6, 18, 43, 0.12) 0%, rgba(6, 18, 43, 0.74) 100%);
  pointer-events: none;
}

.jsk-home-hero-stream,
.jsk-home-hero-stream .jsk-media-showcase__viewport,
.jsk-home-hero-stream .jsk-media-showcase__slide {
  position: absolute;
  inset: 0;
  min-height: 100%;
  height: 100%;
  border-radius: inherit;
}

.jsk-home-hero-stream {
  overflow: hidden;
  z-index: 0;
  box-shadow: none;
}

.jsk-home-hero-stream .jsk-media-showcase__media {
  transform: scale(1.06);
  filter: saturate(0.92) blur(0.4px);
}

.jsk-home-hero-stream .jsk-media-showcase__shade {
  background:
    linear-gradient(180deg, rgba(6, 18, 43, 0.16) 0%, rgba(6, 18, 43, 0.24) 28%, rgba(6, 18, 43, 0.82) 100%),
    radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.12), transparent 24%),
    radial-gradient(circle at 84% 18%, rgba(255, 209, 102, 0.18), transparent 26%);
}

.jsk-home-hero-stream .jsk-media-showcase__preview-track,
.jsk-home-hero-stream .jsk-media-showcase__controls,
.jsk-home-hero-stream .jsk-media-showcase__caption {
  display: none;
}

.jsk-home .hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 28px;
  min-height: inherit;
  padding: clamp(128px, 18vw, 176px) clamp(26px, 5vw, 58px) clamp(34px, 6vw, 58px);
}

.jsk-home .hero-copy,
.jsk-home .hero-side {
  position: relative;
  z-index: 2;
}

.jsk-home .hero-copy {
  display: grid;
  align-content: end;
  gap: 18px;
  max-width: 760px;
}

.jsk-home .hero-side {
  display: grid;
  align-content: end;
  gap: 18px;
}

.jsk-home .hero-copy .eyebrow,
.jsk-home .jsk-home-section-head .eyebrow,
.jsk-home .jsk-home-editorial .eyebrow,
.jsk-home .jsk-home-world .eyebrow {
  color: rgba(255, 209, 102, 0.94);
}

.jsk-home .hero-copy h1 {
  max-width: 860px;
  margin-bottom: 0;
  color: #fff;
  font-size: clamp(3.4rem, 7vw, 6.6rem);
  line-height: 0.94;
  text-shadow: 0 24px 60px rgba(0, 0, 0, 0.26);
}

.jsk-home .hero-copy .lead {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.02rem, 1vw + 0.9rem, 1.26rem);
}

.jsk-home .hero-copy .tag-row {
  gap: 10px;
}

.jsk-home .hero-copy .tag {
  background: rgba(255, 255, 255, 0.08);
  color: #f5f8fb;
  border-color: rgba(255, 255, 255, 0.12);
}

.jsk-home .hero-story-card,
.jsk-home .stat-grid .stat {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 26px 60px rgba(6, 18, 43, 0.2);
  backdrop-filter: blur(22px);
}

.jsk-home .hero-story-card {
  display: grid;
  gap: 16px;
  padding: 24px;
}

.jsk-home .hero-story-card__eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 209, 102, 0.14);
  color: #d8f4a8;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.jsk-home .hero-story-card h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.55rem, 2.2vw, 2.3rem);
  line-height: 1.06;
}

.jsk-home .hero-story-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.74;
}

.jsk-home .hero-story-card__list {
  display: grid;
  gap: 12px;
}

.jsk-home .hero-story-card__item {
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  border-radius: 20px;
  background: rgba(6, 18, 43, 0.28);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.jsk-home .hero-story-card__item strong {
  color: #fff;
}

.jsk-home .hero-story-card__item span {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.7;
}

.jsk-home .stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jsk-home .stat-grid .stat {
  gap: 10px;
  padding: 20px;
}

.jsk-home .stat-grid .stat strong {
  color: #fff;
  font-size: 1rem;
}

.jsk-home .stat-grid .stat span {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.68;
}

.jsk-home .section {
  padding-top: 26px;
  padding-bottom: 26px;
}

.jsk-home .jsk-home-section-head,
.jsk-home .jsk-home-editorial,
.jsk-home .jsk-home-world {
  position: relative;
  z-index: 1;
}

.jsk-home .jsk-home-section-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
  gap: 18px;
  margin-bottom: 22px;
}

.jsk-home .jsk-home-section-head h2,
.jsk-home .jsk-home-editorial h2,
.jsk-home .jsk-home-world h2 {
  color: var(--jsk-navy);
  font-size: clamp(2rem, 3.2vw, 3.4rem);
  line-height: 0.98;
}

.jsk-home .jsk-home-section-head p,
.jsk-home .jsk-home-editorial p,
.jsk-home .jsk-home-world p {
  color: var(--jsk-muted);
  line-height: 1.8;
}

.jsk-home .jsk-home-editorial,
.jsk-home .jsk-home-world {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 26px;
  align-items: stretch;
}

.jsk-home .jsk-home-editorial__copy,
.jsk-home .jsk-home-world__copy {
  display: grid;
  gap: 18px;
  padding: 34px;
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(8, 25, 54, 0.96), rgba(13, 34, 79, 0.9)),
    radial-gradient(circle at top right, rgba(255, 209, 102, 0.16), transparent 28%);
  box-shadow: 0 30px 90px rgba(13, 34, 79, 0.22);
  color: #fff;
}

.jsk-home .jsk-home-editorial__copy h2,
.jsk-home .jsk-home-world__copy h2,
.jsk-home .jsk-home-editorial__copy p,
.jsk-home .jsk-home-world__copy p,
.jsk-home .jsk-home-world__copy li {
  color: inherit;
}

.jsk-home .jsk-home-editorial__copy p,
.jsk-home .jsk-home-world__copy p,
.jsk-home .jsk-home-world__copy li {
  color: rgba(255, 255, 255, 0.84);
}

.jsk-home .jsk-home-editorial__visual,
.jsk-home .jsk-home-world__visual {
  position: relative;
  min-height: 100%;
}

.jsk-home .jsk-home-editorial__showcase,
.jsk-home .jsk-home-world__showcase,
.jsk-home .jsk-home-editorial__showcase .jsk-media-showcase__viewport,
.jsk-home .jsk-home-editorial__showcase .jsk-media-showcase__slide,
.jsk-home .jsk-home-world__showcase .jsk-media-showcase__viewport,
.jsk-home .jsk-home-world__showcase .jsk-media-showcase__slide {
  min-height: 100%;
  height: 100%;
  border-radius: 34px;
}

.jsk-home .jsk-home-editorial__showcase,
.jsk-home .jsk-home-world__showcase {
  overflow: hidden;
  box-shadow: 0 30px 90px rgba(13, 34, 79, 0.2);
}

.jsk-home .jsk-home-editorial__showcase .jsk-media-showcase__preview-track,
.jsk-home .jsk-home-editorial__showcase .jsk-media-showcase__controls,
.jsk-home .jsk-home-editorial__showcase .jsk-media-showcase__caption,
.jsk-home .jsk-home-world__showcase .jsk-media-showcase__preview-track,
.jsk-home .jsk-home-world__showcase .jsk-media-showcase__controls {
  display: none;
}

.jsk-home .jsk-home-world__showcase .jsk-media-showcase__caption {
  left: 20px;
  bottom: 20px;
  right: 20px;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(6, 18, 43, 0.4);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}

.jsk-home .jsk-home-note {
  position: absolute;
  right: 22px;
  bottom: 22px;
  z-index: 3;
  display: grid;
  gap: 8px;
  max-width: min(280px, calc(100% - 44px));
  padding: 18px 20px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(130, 180, 31, 0.96), rgba(93, 136, 10, 0.94));
  box-shadow: 0 18px 42px rgba(79, 114, 12, 0.28);
}

.jsk-home .jsk-home-note strong,
.jsk-home .jsk-home-note span {
  color: var(--jsk-navy);
}

.jsk-home .jsk-home-note strong {
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.jsk-home .jsk-home-note span {
  line-height: 1.68;
}

.jsk-home .jsk-home-editorial .support-strip {
  grid-template-columns: 1fr;
}

.jsk-home .jsk-home-editorial .support-item {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

.jsk-home .jsk-home-editorial .support-item strong,
.jsk-home .jsk-home-editorial .support-item span {
  color: #fff;
}

.jsk-home .jsk-home-world__copy .rate-list {
  margin-top: 4px;
}

.jsk-home .jsk-home-world__copy .rate {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

.jsk-home .jsk-home-world__copy .rate b,
.jsk-home .jsk-home-world__copy .rate span {
  color: #fff;
}

.jsk-home .jsk-home-proof-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
}

.jsk-home .jsk-home-proof-list li::marker {
  color: #ffd166;
}

.jsk-shell .section:first-child .wrap {
  position: relative;
}

.jsk-shell .section:first-child .wrap > .jsk-media-showcase,
.jsk-shell .section:first-child .wrap > .jsk-media-showcase .jsk-media-showcase__viewport,
.jsk-shell .section:first-child .wrap > .jsk-media-showcase .jsk-media-showcase__slide {
  min-height: clamp(380px, 46vw, 620px);
  border-radius: 36px;
}

.jsk-shell .section:first-child .wrap > .jsk-media-showcase {
  overflow: hidden;
}

.jsk-shell .section:first-child .wrap > .jsk-media-showcase .jsk-media-showcase__media {
  transform: scale(1.03);
}

.jsk-shell .section:first-child .wrap > .jsk-media-showcase .jsk-media-showcase__shade {
  background:
    linear-gradient(180deg, rgba(6, 18, 43, 0.1) 0%, rgba(6, 18, 43, 0.22) 22%, rgba(6, 18, 43, 0.88) 100%),
    linear-gradient(96deg, rgba(6, 18, 43, 0.42) 0%, rgba(6, 18, 43, 0.08) 48%, rgba(6, 18, 43, 0.42) 100%);
}

.jsk-shell .section:first-child .wrap > .jsk-media-showcase .jsk-media-showcase__preview-track,
.jsk-shell .section:first-child .wrap > .jsk-media-showcase .jsk-media-showcase__controls {
  display: none;
}

.jsk-shell .section:first-child .wrap > .jsk-media-showcase .jsk-media-showcase__caption {
  left: 28px;
  right: auto;
  bottom: 28px;
  max-width: min(420px, calc(100% - 56px));
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(6, 18, 43, 0.42);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}

.jsk-shell .section:first-child .wrap > .jsk-media-showcase + .hero-shell {
  max-width: min(980px, calc(100% - 80px));
  margin: -176px 40px 0;
}

.jsk-shell .section:first-child .hero-shell + .grid-3,
.jsk-shell .section:first-child .hero-shell + .grid-2,
.jsk-shell .section:first-child .hero-shell + .contact-grid,
.jsk-shell .section:first-child .hero-shell + .faq-grid,
.jsk-shell .section:first-child .hero-shell + .band {
  position: relative;
  z-index: 4;
  margin: -72px 40px 0;
}

.jsk-section-shell--archive-hero {
  background:
    linear-gradient(180deg, rgba(6, 18, 43, 0.28), rgba(6, 18, 43, 0.48)),
    radial-gradient(circle at top right, rgba(255, 209, 102, 0.08), transparent 28%);
}

.jsk-section-shell--archive-hero .jsk-section-shell__backdrop .jsk-media-showcase__preview-track,
.jsk-section-shell--archive-hero .jsk-section-shell__backdrop .jsk-media-showcase__controls {
  display: none;
}

.jsk-section-shell--archive-hero .jsk-branch-hero {
  background:
    linear-gradient(145deg, rgba(6, 18, 43, 0.9), rgba(13, 34, 79, 0.82)),
    radial-gradient(circle at top right, rgba(255, 209, 102, 0.14), transparent 28%);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 26px 84px rgba(6, 18, 43, 0.22);
}

.jsk-section-shell--archive-hero .jsk-branch-hero h2,
.jsk-section-shell--archive-hero .jsk-branch-hero__lead,
.jsk-section-shell--archive-hero .jsk-branch-hero__text,
.jsk-section-shell--archive-hero .jsk-branch-hero__stat strong,
.jsk-section-shell--archive-hero .jsk-branch-hero__button,
.jsk-section-shell--archive-hero .jsk-branch-hero__chip {
  color: #fff;
}

.jsk-section-shell--archive-hero .jsk-branch-hero__eyebrow {
  background: rgba(255, 209, 102, 0.12);
  color: #d8f4a8;
  box-shadow: inset 0 0 0 1px rgba(255, 209, 102, 0.12);
}

.jsk-section-shell--archive-hero .jsk-branch-hero__chip,
.jsk-section-shell--archive-hero .jsk-branch-hero__button,
.jsk-section-shell--archive-hero .jsk-branch-hero__stat {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.1);
}

.jsk-section-shell--archive-hero .jsk-branch-hero__stat span {
  color: rgba(255, 255, 255, 0.7);
}

.jsk-section-shell--archive-hero .jsk-branch-hero__button.is-primary {
  background: linear-gradient(135deg, #ffd166, #1c6fe1);
  color: var(--jsk-navy);
}

.jsk-branch-filter-bar {
  padding: 26px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 248, 255, 0.9)),
    radial-gradient(circle at top right, rgba(20, 86, 204, 0.08), transparent 28%);
}

.jsk-commerce-shell {
  gap: 0;
}

.jsk-commerce-shell__hero-shell .jsk-section-shell__backdrop .jsk-media-showcase__preview-track,
.jsk-commerce-shell__hero-shell .jsk-section-shell__backdrop .jsk-media-showcase__controls {
  display: none;
}

.jsk-commerce-shell__layout {
  position: relative;
  z-index: 4;
  margin-top: -78px;
}

.jsk-commerce-shell__hero {
  max-width: 820px;
}

.jsk-commerce-shell__body > .woocommerce,
.jsk-commerce-shell__panel {
  border: 1px solid rgba(13, 34, 79, 0.08);
}

.jsk-commerce-shell__panel {
  padding: 24px;
}

@media (max-width: 1180px) {
  .jsk-home .hero-grid,
  .jsk-home .jsk-home-editorial,
  .jsk-home .jsk-home-world {
    grid-template-columns: 1fr;
  }

  .jsk-home .hero-grid {
    gap: 24px;
  }

  .jsk-home .stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .jsk-shell .section:first-child .wrap > .jsk-media-showcase + .hero-shell {
    margin: -118px 24px 0;
    max-width: calc(100% - 48px);
  }

  .jsk-shell .section:first-child .hero-shell + .grid-3,
  .jsk-shell .section:first-child .hero-shell + .grid-2,
  .jsk-shell .section:first-child .hero-shell + .contact-grid,
  .jsk-shell .section:first-child .hero-shell + .faq-grid,
  .jsk-shell .section:first-child .hero-shell + .band {
    margin: -38px 24px 0;
  }

  .jsk-commerce-shell__layout {
    margin-top: -40px;
  }
}

@media (max-width: 767px) {
  .home .whb-general-header,
  .home .whb-header.whb-sticky-shadow.whb-scroll-stick .whb-sticky-header,
  .home .whb-header .whb-sticky-header {
    background: rgba(6, 18, 43, 0.7);
  }

  .jsk-home .hero-panel {
    min-height: auto;
    border-radius: 30px;
  }

  .jsk-home .hero-grid {
    padding: 114px 22px 22px;
  }

  .jsk-home .hero-copy h1 {
    font-size: clamp(2.7rem, 13vw, 4.2rem);
  }

  .jsk-home .hero-story-card,
  .jsk-home .stat-grid .stat,
  .jsk-home .jsk-home-editorial__copy,
  .jsk-home .jsk-home-world__copy,
  .jsk-home .jsk-home-editorial__showcase,
  .jsk-home .jsk-home-world__showcase,
  .jsk-home .jsk-home-editorial__showcase .jsk-media-showcase__viewport,
  .jsk-home .jsk-home-editorial__showcase .jsk-media-showcase__slide,
  .jsk-home .jsk-home-world__showcase .jsk-media-showcase__viewport,
  .jsk-home .jsk-home-world__showcase .jsk-media-showcase__slide {
    border-radius: 24px;
  }

  .jsk-home .stat-grid {
    grid-template-columns: 1fr;
  }

  .jsk-home .jsk-home-note {
    position: static;
    max-width: none;
    margin-top: 14px;
  }

  .jsk-home .jsk-home-section-head {
    align-items: start;
  }

  .jsk-shell .section:first-child .wrap > .jsk-media-showcase,
  .jsk-shell .section:first-child .wrap > .jsk-media-showcase .jsk-media-showcase__viewport,
  .jsk-shell .section:first-child .wrap > .jsk-media-showcase .jsk-media-showcase__slide {
    min-height: 280px;
    border-radius: 24px;
  }

  .jsk-shell .section:first-child .wrap > .jsk-media-showcase .jsk-media-showcase__caption {
    left: 18px;
    bottom: 18px;
    max-width: calc(100% - 36px);
  }

  .jsk-shell .section:first-child .wrap > .jsk-media-showcase + .hero-shell {
    margin: -24px 0 0;
    max-width: 100%;
  }

  .jsk-shell .section:first-child .hero-shell + .grid-3,
  .jsk-shell .section:first-child .hero-shell + .grid-2,
  .jsk-shell .section:first-child .hero-shell + .contact-grid,
  .jsk-shell .section:first-child .hero-shell + .faq-grid,
  .jsk-shell .section:first-child .hero-shell + .band {
    margin: 16px 0 0;
  }

  .jsk-commerce-shell__layout {
    margin-top: 16px;
  }
}

/* Storefront lock pass */
.jsk-section-shell--archive-empty {
  overflow: hidden;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(244, 247, 252, 0.88)),
    radial-gradient(circle at top right, rgba(20, 86, 204, 0.12), transparent 30%);
  box-shadow: 0 28px 84px rgba(13, 34, 79, 0.12);
}

.jsk-archive-empty-state {
  display: grid;
  gap: 22px;
}

.jsk-archive-empty-state__intro {
  display: grid;
  gap: 12px;
  max-width: 760px;
}

.jsk-archive-empty-state__eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(0, 39, 91, 0.08);
  color: var(--jsk-navy);
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.jsk-archive-empty-state h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 0.96;
  color: var(--jsk-navy);
}

.jsk-archive-empty-state p {
  margin: 0;
  color: var(--jsk-muted);
  line-height: 1.78;
}

.jsk-archive-empty-state__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.jsk-archive-empty-state__metric {
  display: grid;
  gap: 10px;
  padding: 22px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 249, 255, 0.94)),
    radial-gradient(circle at top right, rgba(20, 86, 204, 0.08), transparent 28%);
  box-shadow: 0 18px 40px rgba(13, 34, 79, 0.08);
}

.jsk-archive-empty-state__metric span {
  color: var(--jsk-muted);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.jsk-archive-empty-state__metric strong {
  color: var(--jsk-navy);
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0;
}

.jsk-archive-empty-state__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.jsk-archive-empty-state__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid rgba(13, 34, 79, 0.1);
  background: rgba(255, 255, 255, 0.88);
  color: var(--jsk-navy);
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 16px 36px rgba(13, 34, 79, 0.08);
  transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease;
}

.jsk-archive-empty-state__button.is-primary {
  border-color: transparent;
  background: linear-gradient(135deg, var(--jsk-blue), var(--jsk-slate));
  color: #fff;
}

.jsk-archive-empty-state__button:hover,
.jsk-archive-empty-state__button:focus-visible {
  transform: translateY(-1px);
}

.post-type-archive-product .woocommerce-no-products-found,
.tax-product_cat .woocommerce-no-products-found {
  display: none;
}

.post-type-archive-product .wd-shop-tools,
.tax-product_cat .wd-shop-tools {
  gap: 14px;
  border-radius: 24px;
}

.post-type-archive-product .wd-products-element,
.tax-product_cat .wd-products-element {
  position: relative;
}

.woocommerce .products .product-wrapper::before,
.wd-products .product-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.24), transparent 18%),
    radial-gradient(circle at top right, rgba(255, 209, 102, 0.16), transparent 32%);
  opacity: 0;
  transition: opacity 0.24s ease;
  pointer-events: none;
}

.woocommerce .products .product-wrapper:hover::before,
.woocommerce .products .wd-product:hover .product-wrapper::before,
.wd-products .product-wrapper:hover::before {
  opacity: 1;
}

.woocommerce .products .wd-product-cats a,
.wd-products .wd-product-cats a {
  color: inherit;
  text-decoration: none;
}

.single-product .single-product-page {
  margin-top: 10px;
}

.single-product .single-product-page > .container {
  max-width: min(1380px, calc(100vw - 32px));
}

.single-product .single-product-page .woocommerce-product-gallery,
.single-product .single-product-page .summary.entry-summary {
  border: 1px solid rgba(13, 34, 79, 0.08);
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 253, 0.94)),
    radial-gradient(circle at top right, rgba(20, 86, 204, 0.08), transparent 28%);
  box-shadow: 0 26px 72px rgba(13, 34, 79, 0.1);
}

.single-product .single-product-page .woocommerce-product-gallery {
  overflow: hidden;
  padding: 20px;
}

.single-product .single-product-page .woocommerce-product-gallery .wd-carousel-container,
.single-product .single-product-page .woocommerce-product-gallery__wrapper,
.single-product .single-product-page .woocommerce-product-gallery__image--placeholder,
.single-product .single-product-page .woocommerce-product-gallery__image--placeholder a {
  border-radius: 24px;
}

.single-product .single-product-page .woocommerce-product-gallery__image--placeholder a,
.single-product .single-product-page .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  min-height: clamp(360px, 42vw, 620px);
  background:
    linear-gradient(180deg, rgba(0, 26, 65, 0.88), rgba(22, 61, 122, 0.76)),
    radial-gradient(circle at top right, rgba(255, 209, 102, 0.16), transparent 30%);
  display: grid;
  place-items: center;
}

.single-product .single-product-page .woocommerce-product-gallery img {
  border-radius: 22px;
}

.single-product .single-product-page .summary.entry-summary {
  padding: 26px;
}

.single-product .single-product-page .summary.entry-summary .summary-inner {
  display: grid;
  gap: 16px;
}

.single-product .single-product-page .summary.entry-summary .wd-breadcrumbs {
  width: fit-content;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(13, 34, 79, 0.05);
}

.single-product .single-product-page .product_title {
  margin-bottom: 0;
  font-size: clamp(2.1rem, 4vw, 3.7rem);
  line-height: 0.96;
  color: var(--jsk-navy);
}

.single-product .single-product-page .price {
  margin-bottom: 0;
  color: var(--jsk-blue);
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: clamp(1.45rem, 2vw, 2rem);
  font-weight: 700;
  letter-spacing: 0;
}

.single-product .single-product-page .woocommerce-product-details__short-description,
.single-product .single-product-page .woocommerce-product-details__short-description p {
  color: var(--jsk-muted);
  line-height: 1.78;
}

.jsk-product-summary-note {
  display: grid;
  gap: 14px;
  padding: 20px;
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(0, 39, 91, 0.94), rgba(22, 61, 122, 0.9)),
    radial-gradient(circle at top right, rgba(255, 209, 102, 0.16), transparent 32%);
  color: #fff;
  box-shadow: 0 22px 58px rgba(13, 34, 79, 0.2);
}

.jsk-product-summary-note__eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #d8f4a8;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.jsk-product-summary-note__head {
  display: grid;
  gap: 8px;
}

.jsk-product-summary-note__head strong {
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0;
}

.jsk-product-summary-note__head p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.74;
}

.jsk-product-summary-note__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.jsk-product-summary-note__chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  font-size: 0.78rem;
  font-weight: 700;
}

.jsk-product-summary-note__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.jsk-product-summary-note__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.jsk-product-summary-note__button.is-primary {
  border-color: transparent;
  background: linear-gradient(135deg, #ffd166, #1c6fe1);
  color: var(--jsk-navy);
}

.single-product .single-product-page form.cart {
  display: grid;
  gap: 14px;
  padding: 20px;
  border-radius: 26px;
  background: rgba(13, 34, 79, 0.04);
}

.single-product .single-product-page form.cart .quantity {
  margin-right: 0;
}

.single-product .single-product-page form.cart .quantity input.qty {
  min-height: 50px;
  min-width: 88px;
  border-radius: 16px;
  border: 1px solid rgba(13, 34, 79, 0.1);
  background: rgba(255, 255, 255, 0.92);
}

.single-product .single-product-page .single_add_to_cart_button,
.single-product .single-product-page .button.alt {
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--jsk-blue), var(--jsk-slate));
  color: #fff;
  box-shadow: 0 18px 44px rgba(20, 86, 204, 0.22);
}

.single-product .single-product-page .product_meta {
  display: grid;
  gap: 8px;
  padding-top: 14px;
  border-top: 1px solid rgba(13, 34, 79, 0.08);
  color: var(--jsk-muted);
}

.single-product .single-product-page .woocommerce-tabs.wc-tabs-wrapper {
  margin-top: 24px;
  padding: 26px;
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(245, 248, 252, 0.94)),
    radial-gradient(circle at top right, rgba(20, 86, 204, 0.08), transparent 30%);
  box-shadow: 0 24px 70px rgba(13, 34, 79, 0.08);
}

.single-product .single-product-page .woocommerce-tabs .wd-nav-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.single-product .single-product-page .woocommerce-tabs .wd-nav-link {
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(13, 34, 79, 0.06);
  color: var(--jsk-navy);
  font-weight: 700;
}

.single-product .single-product-page .woocommerce-tabs .wd-nav-tabs li.active .wd-nav-link,
.single-product .single-product-page .woocommerce-tabs .wd-nav-link:hover {
  background: linear-gradient(135deg, var(--jsk-blue), var(--jsk-slate));
  color: #fff;
}

.jsk-commerce-shell__body .wd-registration-page.wd-no-registration {
  display: grid;
  gap: 16px;
  padding: 28px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 249, 253, 0.94)),
    radial-gradient(circle at top right, rgba(20, 86, 204, 0.08), transparent 26%);
  box-shadow: 0 22px 56px rgba(13, 34, 79, 0.08);
}

.jsk-commerce-shell__body .wd-registration-page .wd-login-title {
  margin-bottom: 0;
  color: var(--jsk-navy);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
}

.jsk-commerce-shell__body .woocommerce-form-login {
  display: grid;
  gap: 14px;
}

.jsk-commerce-shell__body .woocommerce-form-login .form-row {
  margin-bottom: 0;
}

.jsk-commerce-shell__body .woocommerce-form-login__submit {
  width: 100%;
  min-height: 52px;
}

.jsk-commerce-shell__body .login-form-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px;
}

.jsk-commerce-shell__body .login-form-footer .lost_password,
.jsk-commerce-shell__body .login-form-footer .lost_password a {
  color: var(--jsk-navy);
  font-weight: 700;
}

.jsk-commerce-shell__body .cart-empty {
  margin: 0;
  padding: 26px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 249, 253, 0.94)),
    radial-gradient(circle at top right, rgba(20, 86, 204, 0.08), transparent 28%);
  color: var(--jsk-navy);
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 1.35rem;
  box-shadow: 0 18px 44px rgba(13, 34, 79, 0.08);
}

.jsk-commerce-shell__body .return-to-shop {
  margin-top: 18px;
}

@media (max-width: 1024px) {
  .jsk-archive-empty-state__metrics {
    grid-template-columns: 1fr;
  }

  .single-product .single-product-page .woocommerce-product-gallery,
  .single-product .single-product-page .summary.entry-summary,
  .single-product .single-product-page .woocommerce-tabs.wc-tabs-wrapper {
    border-radius: 28px;
  }
}

@media (max-width: 767px) {
  .jsk-archive-empty-state__metric,
  .single-product .single-product-page .woocommerce-product-gallery,
  .single-product .single-product-page .summary.entry-summary,
  .single-product .single-product-page .woocommerce-tabs.wc-tabs-wrapper,
  .jsk-commerce-shell__body .wd-registration-page.wd-no-registration,
  .jsk-commerce-shell__body .cart-empty {
    padding: 20px;
  }

  .single-product .single-product-page > .container {
    max-width: calc(100vw - 20px);
  }

  .single-product .single-product-page .woocommerce-product-gallery__image--placeholder a,
  .single-product .single-product-page .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    min-height: 280px;
  }

  .jsk-product-summary-note__actions,
  .jsk-archive-empty-state__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .single-product .single-product-page form.cart {
    padding: 16px;
  }
}

/* JSK consent banner polish */
.cookieadmin_law_container {
  left: 18px !important;
  right: auto !important;
  bottom: 18px !important;
  width: min(520px, calc(100vw - 36px)) !important;
  z-index: 99990 !important;
}

.cookieadmin_consent_inside {
  padding: 18px !important;
  border-radius: 22px !important;
  border: 1px solid rgba(205, 220, 240, .96) !important;
  box-shadow: 0 22px 64px rgba(2, 14, 37, .20) !important;
}

.cookieadmin_consent_inside #cookieadmin_notice_title {
  margin: 0 0 6px !important;
  color: #071f4d !important;
  font-size: 1rem !important;
  font-weight: 950 !important;
}

.cookieadmin_notice_con {
  margin: 0 !important;
}

.cookieadmin_consent_inside #cookieadmin_notice {
  margin: 0 !important;
  color: #20334f !important;
  font-size: .88rem !important;
  line-height: 1.35 !important;
}

.cookieadmin_consent_btns {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 8px !important;
  margin-top: 14px !important;
}

.cookieadmin_btn {
  min-height: 40px !important;
  padding: 0 10px !important;
  border-radius: 12px !important;
  font-size: .78rem !important;
  font-weight: 900 !important;
}

@media (max-width: 900px) {
  .cookieadmin_law_container {
    left: 12px !important;
    right: 12px !important;
    bottom: 92px !important;
    width: auto !important;
  }

  .cookieadmin_consent_inside {
    padding: 14px !important;
    border-radius: 18px !important;
  }

  .cookieadmin_consent_inside #cookieadmin_notice {
    font-size: .8rem !important;
  }

  .cookieadmin_consent_btns {
    grid-template-columns: 1fr 1fr 1fr !important;
    gap: 6px !important;
  }

  .cookieadmin_btn {
    min-height: 38px !important;
    font-size: .72rem !important;
  }
}

/* JSK mobile first-viewport fit refinements */
body .jsk-optionb {
  max-width: 100vw !important;
  overflow-x: hidden !important;
}

@media (max-width: 700px) {
  body .jsk-optionb {
    left: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    transform: none !important;
  }

  body .jsk-optionb .jsk-shell {
    width: 100vw !important;
    max-width: 100vw !important;
    overflow: hidden !important;
  }

  body .jsk-optionb .jsk-top {
    grid-template-columns: repeat(5, 20vw) !important;
    gap: 2px !important;
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 7px 4px 6px !important;
    transform: none !important;
    transform-origin: left top !important;
    margin-bottom: 0 !important;
  }

  body .jsk-optionb .jsk-top a {
    grid-template-rows: 41px auto !important;
    min-height: 68px !important;
    padding: 0 !important;
    font-size: 0 !important;
    line-height: 1.04 !important;
    white-space: normal !important;
  }

  body .jsk-optionb .jsk-top a:before {
    width: min(44px, 100%) !important;
    height: 38px !important;
  }

  body .jsk-optionb .jsk-top a:after {
    content: "" !important;
    position: static !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    color: #0a2a5a !important;
    font-size: 6.8px !important;
    font-weight: 950 !important;
    line-height: 1.05 !important;
    transform: none !important;
  }

  body .jsk-optionb .jsk-top a:nth-child(1):after {
    content: "Delivery" !important;
  }

  body .jsk-optionb .jsk-top a:nth-child(2):after {
    content: "Logistics" !important;
  }

  body .jsk-optionb .jsk-top a:nth-child(3):after {
    content: "Payments" !important;
  }

  body .jsk-optionb .jsk-top a:nth-child(4):after {
    content: "Track" !important;
  }

  body .jsk-optionb .jsk-top a:nth-child(5):after {
    content: "Help" !important;
  }

  body .jsk-optionb .jsk-mainbar {
    grid-template-columns: 1fr !important;
    width: 100vw !important;
    max-width: 100vw !important;
    overflow: hidden !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  body .jsk-optionb .jsk-logo {
    justify-content: center !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  body .jsk-optionb .jsk-logo-inline {
    width: min(220px, 100%) !important;
  }

  body .jsk-optionb .jsk-search,
  body .jsk-optionb .jsk-actions {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body .jsk-optionb .jsk-search {
    grid-template-columns: minmax(0, 1fr) 54px !important;
    max-width: calc(100vw - 28px) !important;
  }

  body .jsk-optionb .jsk-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
    max-width: calc(100vw - 28px) !important;
  }

  body .jsk-optionb .jsk-actions a {
    min-width: 0 !important;
    overflow: hidden !important;
  }

  body .jsk-optionb .jsk-action-icon {
    width: min(62px, 100%) !important;
    height: 46px !important;
  }

  body .jsk-mobile-dock {
    left: 4px !important;
    right: 4px !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 2px !important;
    padding: 4px !important;
    border-radius: 20px !important;
  }

  body .jsk-mobile-dock a,
  body .jsk-mobile-dock label {
    min-height: 48px !important;
    border-radius: 15px !important;
    font-size: 8px !important;
  }

  html body .cookieadmin_law_container.cookieadmin_law_container {
    left: 8px !important;
    right: auto !important;
    bottom: 82px !important;
    width: 520px !important;
    max-width: 520px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    transform: scale(.72) !important;
    transform-origin: left bottom !important;
  }

  html body .cookieadmin_consent_inside.cookieadmin_consent_inside {
    max-width: 100% !important;
    padding: 10px !important;
    border-radius: 16px !important;
    box-sizing: border-box !important;
  }

  html body .cookieadmin_consent_inside #cookieadmin_notice_title {
    margin-bottom: 4px !important;
    font-size: .88rem !important;
    line-height: 1.15 !important;
  }

  html body .cookieadmin_consent_inside #cookieadmin_notice {
    max-height: 38px !important;
    overflow: hidden !important;
    font-size: .72rem !important;
    line-height: 1.22 !important;
  }

  html body .cookieadmin_consent_btns.cookieadmin_consent_btns {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 5px !important;
    margin-top: 9px !important;
  }

  html body .cookieadmin_btn.cookieadmin_btn {
    min-width: 0 !important;
    min-height: 32px !important;
    padding: 0 4px !important;
    border-radius: 10px !important;
    font-size: .61rem !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  html body .cookieadmin_consent_inside [class*="powered"],
  html body .cookieadmin_consent_inside [id*="powered"] {
    display: none !important;
  }
}




/* JSK shared shell placement, liquid menu, and larger catalog media polish - 2026-05-05 */
body:not(.page-id-26) .jsk-optionb > .jsk-contact-strip,
body:not(.page-id-26) .jsk-optionb > .jsk-social-strip {
  display: none !important;
}

body:not(.page-id-26) .jsk-contact-strip,
body:not(.page-id-26) .jsk-social-strip {
  display: none !important;
}

body .jsk-company-rail {
  display: none !important;
}

body .jsk-optionb {
  padding-bottom: 0 !important;
}

body .jsk-footer {
  margin-bottom: 0 !important;
}

body .jsk-side-head[href*="clothing"] .jsk-side-photo,
body .jsk-side-head[href*="clothing"] .jsk-side-photo.big,
body .jsk-drop > a[href*="clothing"] .jsk-nav-photo,
body .jsk-menu a[href*="clothing"] .jsk-menu-photo,
body a[href*="used-clothing"] .jsk-home-stream-frame,
body a[href*="used-clothing"] .jsk-card-media {
  background-image: linear-gradient(180deg, rgba(6, 37, 91, .05), rgba(6, 37, 91, .38)), url("https://jskgroupghana.com/wp-content/uploads/2026/05/JSK-SL-1.png") !important;
  background-size: cover !important;
  background-position: center !important;
}

body .jsk-side-head[href*="sofas-mattresses"] .jsk-side-photo,
body .jsk-side-head[href*="sofas-mattresses"] .jsk-side-photo.big,
body .jsk-drop > a[href*="sofas-mattresses"] .jsk-nav-photo {
  background-image: linear-gradient(180deg, rgba(6, 37, 91, .05), rgba(6, 37, 91, .38)), url("https://jskgroupghana.com/wp-content/uploads/2026/05/Alibaba00fe70adb929cdb24d1b311af1296b54_original.png") !important;
  background-size: cover !important;
  background-position: center !important;
}

body .jsk-side-head[href*="stationery"] .jsk-side-photo,
body .jsk-side-head[href*="stationery"] .jsk-side-photo.big,
body .jsk-drop > a[href*="stationery"] .jsk-nav-photo {
  background-image: linear-gradient(180deg, rgba(6, 37, 91, .05), rgba(6, 37, 91, .38)), url("https://jskgroupghana.com/wp-content/uploads/2026/05/jsk-office-supplies-display-20260517.jpg") !important;
  background-size: cover !important;
  background-position: center !important;
}

body .jsk-side-head[href*="logistics"] .jsk-side-photo,
body .jsk-side-head[href*="logistics"] .jsk-side-photo.big,
body .jsk-drop > a[href*="logistics"] .jsk-nav-photo {
  background-image: linear-gradient(180deg, rgba(6, 37, 91, .05), rgba(6, 37, 91, .38)), url("https://jskgroupghana.com/wp-content/uploads/2026/05/jsk-logistics-ghana-delivery-hero-20260517.jpg") !important;
  background-size: cover !important;
  background-position: center !important;
}

body .wd-toolbar.wd-toolbar-label-show {
  position: fixed !important;
  left: 10px !important;
  right: 10px !important;
  bottom: max(10px, env(safe-area-inset-bottom)) !important;
  z-index: 99998 !important;
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 5px !important;
  width: auto !important;
  max-width: none !important;
  min-height: 76px !important;
  padding: 8px !important;
  border: 1px solid rgba(166, 201, 255, .36) !important;
  border-radius: 30px !important;
  background: radial-gradient(circle at 12% 0, rgba(20, 115, 255, .56), transparent 31%), radial-gradient(circle at 88% 100%, rgba(255, 178, 26, .46), transparent 26%), linear-gradient(135deg, rgba(5, 22, 58, .94), rgba(6, 42, 100, .91) 50%, rgba(4, 19, 45, .95)) !important;
  box-shadow: 0 22px 58px rgba(2, 14, 37, .34), inset 0 1px 0 rgba(255, 255, 255, .18), inset 0 -1px 0 rgba(255, 178, 26, .16) !important;
  backdrop-filter: blur(22px) saturate(1.22) !important;
}

body .wd-toolbar.wd-toolbar-label-show .wd-toolbar-item {
  display: grid !important;
  place-items: center !important;
  min-width: 0 !important;
  min-height: 58px !important;
  padding: 4px 2px !important;
  border: 0 !important;
  border-radius: 22px !important;
  background: transparent !important;
  color: #dcecff !important;
  box-shadow: none !important;
}

body .wd-toolbar.wd-toolbar-label-show .wd-toolbar-item:first-child {
  background: radial-gradient(circle at 50% 8%, rgba(40, 144, 255, .92), rgba(11, 86, 210, .50) 46%, rgba(5, 24, 61, .82) 78%) !important;
  color: #ffcf5c !important;
  box-shadow: 0 0 0 1px rgba(125, 190, 255, .28), 0 10px 30px rgba(18, 104, 255, .35), inset 0 1px 0 rgba(255, 255, 255, .18) !important;
}

body .wd-toolbar.wd-toolbar-label-show a,
body .wd-toolbar.wd-toolbar-label-show .wd-tools-text,
body .wd-toolbar.wd-toolbar-label-show .wd-toolbar-label {
  color: inherit !important;
  font-family: Manrope, "Segoe UI", Arial, sans-serif !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-align: center !important;
  text-shadow: 0 1px 9px rgba(0, 0, 0, .38) !important;
}

body .wd-toolbar.wd-toolbar-label-show .wd-tools-icon,
body .wd-toolbar.wd-toolbar-label-show .wd-icon {
  color: inherit !important;
}

body .wd-toolbar.wd-toolbar-label-show .wd-toolbar-sidebar .wd-toolbar-label {
  font-size: 0 !important;
}

body .wd-toolbar.wd-toolbar-label-show .wd-toolbar-sidebar .wd-toolbar-label::after {
  content: "Menu" !important;
  font-size: 10px !important;
}

@media (max-width: 700px) {
  body .wd-toolbar.wd-toolbar-label-show {
    left: 4px !important;
    right: 4px !important;
    gap: 2px !important;
    min-height: 64px !important;
    padding: 4px !important;
    border-radius: 20px !important;
  }

  body .wd-toolbar.wd-toolbar-label-show .wd-toolbar-item {
    min-height: 48px !important;
    border-radius: 15px !important;
  }

  body .wd-toolbar.wd-toolbar-label-show a,
  body .wd-toolbar.wd-toolbar-label-show .wd-tools-text,
  body .wd-toolbar.wd-toolbar-label-show .wd-toolbar-label {
    font-size: 8px !important;
  }
}

body .main-page-wrapper,
body .site-content,
body .website-wrapper {
  padding-bottom: 0 !important;
}

body .jsk-side-backdrop {
  background: rgba(2, 14, 37, .42) !important;
  backdrop-filter: blur(10px) saturate(1.15) !important;
  transition: opacity .28s ease !important;
}

body .jsk-side-drawer {
  border-radius: 0 34px 34px 0 !important;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, .94), rgba(230, 243, 255, .84)),
    url("https://jskgroupghana.com/wp-content/uploads/2026/05/jsk-footer-scenery-generated-20260504-opt.jpg") !important;
  background-size: cover !important;
  background-position: center !important;
  backdrop-filter: blur(28px) saturate(1.25) !important;
  box-shadow: 28px 0 95px rgba(2, 14, 37, .30) !important;
  transform: translateX(-108%) scale(.985) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition: transform .34s cubic-bezier(.22, 1, .36, 1), box-shadow .34s ease, opacity .24s ease, visibility .24s ease !important;
  overscroll-behavior: contain !important;
}

body .jsk-side-toggle:checked ~ .jsk-side-drawer,
body .jsk-side-toggle:checked ~ .jsk-side-drawer:hover {
  transform: translateX(0) scale(1) !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

body .jsk-side-toggle:not(:checked) ~ .jsk-side-drawer {
  transform: translateX(-108%) scale(.985) !important;
}

body .jsk-side-toggle:checked ~ .jsk-side-backdrop {
  opacity: 1 !important;
  pointer-events: auto !important;
}

body .jsk-side-title {
  border-radius: 0 0 26px 0 !important;
  background: linear-gradient(135deg, rgba(6, 37, 91, .96), rgba(17, 93, 215, .92)) !important;
  backdrop-filter: blur(18px) !important;
}

body .jsk-side-drawer section,
body .jsk-side-quick a,
body .jsk-side-contact {
  background: rgba(255, 255, 255, .78) !important;
  border: 1px solid rgba(201, 220, 242, .80) !important;
  backdrop-filter: blur(16px) saturate(1.1) !important;
  box-shadow: 0 18px 44px rgba(6, 37, 91, .10) !important;
}

body .jsk-side-links a,
body .jsk-side-quick a {
  transition: transform .18s ease, background .18s ease !important;
}

body .jsk-side-links a:hover,
body .jsk-side-quick a:hover {
  transform: translateY(-2px) !important;
  background: rgba(245, 250, 255, .92) !important;
}

body .jsk-side-contact {
  margin: 18px 0 0 !important;
  padding: 18px !important;
  border-radius: 24px !important;
}

body .jsk-side-contact strong {
  display: block !important;
  color: #071f4d !important;
  font-size: 1rem !important;
}

body .jsk-side-contact p {
  margin: 6px 0 12px !important;
  color: #60718b !important;
  line-height: 1.4 !important;
}

body .jsk-side-numbers,
body .jsk-side-socials {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
}

body .jsk-side-numbers a,
body .jsk-side-socials a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 36px !important;
  padding: 0 11px !important;
  border-radius: 999px !important;
  font-weight: 900 !important;
}

body .jsk-side-numbers a {
  background: #e9f9ef !important;
  color: #0b5d31 !important;
}

body .jsk-side-socials a {
  background: #e5f1ff !important;
  color: #0d5fe2 !important;
}

body .jsk-menu {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(12px) scale(.985) !important;
  transition: opacity .22s ease, visibility .22s ease, transform .28s cubic-bezier(.22, 1, .36, 1) !important;
}

body .jsk-drop:hover .jsk-menu,
body .jsk-drop:focus-within .jsk-menu {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateY(0) scale(1) !important;
}

body .jsk-product-grid {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)) !important;
  gap: 24px !important;
}

body .jsk-product-media {
  display: block !important;
  min-height: 340px !important;
}

body .jsk-product-media.has-slides {
  overflow: hidden !important;
  background: #eef6ff !important;
  background-image: none !important;
}

body .jsk-product-slide {
  position: absolute;
  inset: 0;
  display: block;
  background-image: var(--slide-img);
  background-size: cover;
  background-position: center;
  opacity: 0;
  animation: jskProductSlide var(--slide-duration, 18s) infinite;
  animation-delay: var(--slide-delay, 0s);
}

body .jsk-product-media.has-slides::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 17, 44, 0), rgba(3, 17, 44, .06));
  pointer-events: none;
}

body .jsk-media-pause {
  display: none !important;
}

@keyframes jskProductSlide {
  0%,
  18% {
    opacity: 1;
  }
  24%,
  100% {
    opacity: 0;
  }
}

body .jsk-product-body {
  padding: 20px !important;
}

body .jsk-footer {
  grid-template-columns: 1.35fr repeat(4, minmax(0, 1fr)) !important;
  gap: 24px !important;
  background:
    linear-gradient(135deg, rgba(6, 31, 82, .92), rgba(9, 47, 117, .86) 58%, rgba(14, 95, 214, .84)),
    url("https://jskgroupghana.com/wp-content/uploads/2026/05/jsk-footer-scenery-generated-20260504-opt.jpg") !important;
  background-size: cover !important;
  background-position: center !important;
}

body .jsk-footer-socials a {
  display: inline-flex !important;
  margin: 0 7px 8px 0 !important;
  padding: 8px 11px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .13) !important;
  border: 1px solid rgba(255, 255, 255, .16) !important;
}

body .jsk-social-dock,
body .jsk-social-dock__link,
body .jsk-social-dock__label {
  display: none !important;
}

@media (min-width: 980px) {
  body .jsk-product-grid .jsk-product-tile:first-child {
    grid-column: span 2 !important;
  }

  body .jsk-product-grid .jsk-product-tile:first-child .jsk-product-media {
    min-height: 440px !important;
  }
}

@media (max-width: 1100px) {
  body .jsk-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body .jsk-product-grid .jsk-product-tile:first-child {
    grid-column: auto !important;
  }

  body .jsk-footer {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 700px) {
  body .jsk-product-grid {
    grid-template-columns: 1fr !important;
  }

  body .jsk-product-media {
    min-height: 300px !important;
  }

  body .jsk-product-grid .jsk-product-tile:first-child .jsk-product-media {
    min-height: 320px !important;
  }
}

body .jsk-card-media,
body .jsk-product-media:not(.has-slides) {
  background-image: var(--img) !important;
  background-size: cover !important;
  background-position: center !important;
}

body .jsk-card-media::before,
body .jsk-card-media::after,
body .jsk-product-media::before,
body .jsk-product-media::after,
body .jsk-product-media.has-slides::after {
  display: none !important;
  content: none !important;
}

body .jsk-product-slide {
  filter: none !important;
}

body .jsk-stream-card {
  display: grid !important;
  grid-template-rows: 180px auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  background: #fff !important;
  border: 1px solid #d8e7f7 !important;
  border-radius: 22px !important;
  box-shadow: 0 18px 38px rgba(6, 37, 91, .10) !important;
  overflow: hidden !important;
}

body .jsk-stream-photo {
  position: relative !important;
  inset: auto !important;
  width: 100% !important;
  height: 180px !important;
  border-radius: 0 !important;
  background-size: cover !important;
  background-position: center !important;
}

/* Sofas & Mattresses: keep one Sofas tile (merge sofa-beds/recliners into Sofas copy). */
body #jsk-explore a[href="/sofa-beds-recliners/"],
body .jsk-band .jsk-stream-card[href="/sofa-beds-recliners/"] {
  display: none !important;
}

body .jsk-stream-card span:not(.jsk-stream-photo) {
  position: relative !important;
  z-index: 1 !important;
  padding: 16px 18px 18px !important;
  background: transparent !important;
  color: #071f4d !important;
}

body .jsk-stream-card strong {
  color: #071f4d !important;
  text-shadow: none !important;
}

body .jsk-stream-card small {
  display: block;
  margin-top: 5px;
  color: #60718b !important;
}

body .jsk-category-cards .jsk-card,
body .jsk-shop-section .jsk-card,
body .jsk-explore-section .jsk-card {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  min-height: 0 !important;
  background: #fff !important;
  border: 1px solid #d8e7f7 !important;
  border-radius: 24px !important;
  box-shadow: 0 22px 48px rgba(6, 37, 91, .10) !important;
  overflow: hidden !important;
}

body .jsk-category-cards .jsk-card-media,
body .jsk-shop-section .jsk-card-media,
body .jsk-explore-section .jsk-card-media {
  display: block !important;
  width: 100% !important;
  flex: 0 0 240px !important;
  height: 240px !important;
  border-radius: 0 !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

body .jsk-category-cards .jsk-card-media.jsk-media-stream,
body .jsk-shop-section .jsk-card-media.jsk-media-stream,
body .jsk-explore-section .jsk-card-media.jsk-media-stream {
  position: relative !important;
  inset: auto !important;
  width: 100% !important;
  flex: 0 0 240px !important;
  height: 240px !important;
  border-radius: 0 !important;
  background-size: cover !important;
  background-position: center !important;
}

body .jsk-category-cards .jsk-card strong,
body .jsk-shop-section .jsk-card strong,
body .jsk-explore-section .jsk-card strong {
  margin: 0 !important;
  padding: 18px 20px 6px !important;
  background: transparent !important;
  color: #071f4d !important;
  text-shadow: none !important;
}

body .jsk-category-cards .jsk-card-copy,
body .jsk-shop-section .jsk-card-copy,
body .jsk-explore-section .jsk-card-copy {
  padding: 0 20px 22px !important;
  color: #60718b !important;
}

body .jsk-category-cards .jsk-card .jsk-status-ready,
body .jsk-shop-section .jsk-card .jsk-status-ready,
body .jsk-explore-section .jsk-card .jsk-status-ready,
body .jsk-category-cards .jsk-card .jsk-status-stage,
body .jsk-shop-section .jsk-card .jsk-status-stage,
body .jsk-explore-section .jsk-card .jsk-status-stage {
  position: static !important;
  margin: 0 20px 10px !important;
}

/* Mobile drawer and bottom dock polish - 2026-05-06 */
body .jsk-side-backdrop {
  z-index: 100020 !important;
}

body .jsk-side-drawer {
  z-index: 100030 !important;
}

body:has(#jsk-side-toggle:checked) .jsk-mobile-dock {
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateY(26px) scale(.96) !important;
}

@media (max-width: 900px) {
  body .jsk-side-backdrop {
    background: rgba(2, 14, 37, .58) !important;
    backdrop-filter: blur(16px) saturate(1.16) !important;
  }

  body .jsk-side-drawer {
    top: 8px !important;
    left: 8px !important;
    bottom: 8px !important;
    width: min(382px, calc(100vw - 16px)) !important;
    height: auto !important;
    max-height: calc(100vh - 16px) !important;
    padding: 14px !important;
    border-radius: 28px !important;
    background:
      linear-gradient(155deg, rgba(255, 255, 255, .92), rgba(229, 242, 255, .78)),
      url("https://jskgroupghana.com/wp-content/uploads/2026/05/jsk-footer-scenery-generated-20260504-opt.jpg") !important;
    background-size: cover !important;
    background-position: center !important;
    box-shadow: 0 28px 92px rgba(2, 14, 37, .42), inset 0 1px 0 rgba(255, 255, 255, .72) !important;
    backdrop-filter: blur(26px) saturate(1.24) !important;
  }

  body .jsk-side-title {
    position: sticky !important;
    top: -14px !important;
    margin: -14px -14px 14px !important;
    padding: 18px 16px !important;
    border-radius: 24px !important;
    background: linear-gradient(135deg, rgba(5, 28, 72, .96), rgba(17, 93, 215, .88)) !important;
  }

  body .jsk-side-title h2 {
    font-size: 1.55rem !important;
  }

  body .jsk-side-title label {
    border-radius: 999px !important;
    background: rgba(255, 255, 255, .18) !important;
  }

  body .jsk-side-quick {
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
  }

  body .jsk-side-drawer section,
  body .jsk-side-quick a,
  body .jsk-side-contact {
    border-radius: 22px !important;
    background: rgba(255, 255, 255, .82) !important;
    border: 1px solid rgba(201, 220, 242, .76) !important;
    box-shadow: 0 16px 36px rgba(6, 37, 91, .12) !important;
    backdrop-filter: blur(14px) saturate(1.08) !important;
  }

  body .jsk-side-head {
    grid-template-columns: 68px minmax(0, 1fr) !important;
  }

  body .jsk-side-photo.big {
    width: 68px !important;
    height: 62px !important;
  }

  body .jsk-side-links {
    grid-template-columns: 1fr !important;
  }

  body .jsk-side-links a {
    grid-template-columns: 44px minmax(0, 1fr) !important;
    border-radius: 16px !important;
    background: rgba(247, 251, 255, .88) !important;
  }
}

/* Adwoa AI premium compact redesign - 2026-05-18 */
body .jsk-ai-guide--floating {
  right: 18px !important;
  bottom: 92px !important;
  z-index: 100070 !important;
}

body .jsk-ai-guide__toggle {
  min-height: 74px !important;
  border: 1px solid rgba(179, 209, 244, .92) !important;
  border-radius: 28px !important;
  background: linear-gradient(135deg, rgba(5, 32, 84, .98), rgba(17, 93, 215, .94)) !important;
  color: #fff !important;
  box-shadow: 0 22px 58px rgba(4, 36, 91, .35) !important;
}

body .jsk-ai-guide__toggle-badge,
body .jsk-ai-guide__face {
  background: linear-gradient(135deg, #f8fbff, #dbeeff) !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.72), 0 14px 30px rgba(2, 14, 37, .24) !important;
}

body .jsk-ai-guide__panel {
  width: min(430px, calc(100vw - 24px)) !important;
  max-height: min(720px, calc(100vh - 116px)) !important;
  border: 1px solid rgba(190, 216, 245, .95) !important;
  border-radius: 34px !important;
  background:
    radial-gradient(circle at 18% 8%, rgba(84, 166, 255, .24), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(237,247,255,.96)) !important;
  box-shadow: 0 34px 90px rgba(2, 14, 37, .30) !important;
  backdrop-filter: blur(22px) saturate(1.18) !important;
  overflow: hidden auto !important;
}

body .jsk-ai-guide__head {
  position: sticky !important;
  top: 0 !important;
  z-index: 2 !important;
  margin: -2px -2px 10px !important;
  padding: 18px !important;
  border-radius: 32px 32px 24px 24px !important;
  background: linear-gradient(135deg, rgba(5, 31, 82, .96), rgba(17, 93, 215, .88)) !important;
  color: #fff !important;
}

body .jsk-ai-guide__eyebrow,
body .jsk-ai-guide__identity-copy h3,
body .jsk-ai-guide__identity-copy p {
  color: #fff !important;
}

body .jsk-ai-guide__mini-button,
body .jsk-ai-guide__chip,
body .jsk-ai-guide__button,
body .jsk-ai-guide__path,
body .jsk-ai-guide__recommendation {
  border-radius: 18px !important;
}

body .jsk-ai-guide__chip,
body .jsk-ai-guide__path,
body .jsk-ai-guide__recommendation {
  background: rgba(255,255,255,.92) !important;
  border: 1px solid rgba(199, 220, 244, .9) !important;
  box-shadow: 0 12px 28px rgba(6, 37, 91, .09) !important;
}

body .jsk-ai-guide__composer {
  position: sticky !important;
  bottom: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 8px !important;
  padding: 10px !important;
  border-radius: 24px !important;
  background: rgba(255,255,255,.92) !important;
  border: 1px solid rgba(199, 220, 244, .9) !important;
}

body .jsk-ai-guide__composer textarea {
  min-height: 52px !important;
  max-height: 94px !important;
  border-radius: 18px !important;
  background: #f7fbff !important;
}

body .jsk-ai-guide__send,
body .jsk-ai-guide__button.is-primary {
  background: linear-gradient(135deg, #0d5fe2, #073a91) !important;
  color: #fff !important;
  box-shadow: 0 14px 30px rgba(13, 95, 226, .25) !important;
}

@media (max-width: 700px) {
  body .jsk-ai-guide--floating {
    right: 10px !important;
    bottom: 86px !important;
    max-width: calc(100vw - 20px) !important;
  }

  body .jsk-ai-guide__panel {
    width: calc(100vw - 20px) !important;
    max-height: calc(100vh - 112px) !important;
  }
}

/* Adwoa AI imagegen concierge redesign - 2026-05-18 */
body .jsk-ai-guide__panel {
  border-color: rgba(166, 199, 238, .98) !important;
  background:
    radial-gradient(circle at 16% 0%, rgba(255, 205, 82, .18), transparent 28%),
    radial-gradient(circle at 86% 7%, rgba(13, 95, 226, .18), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, .99), rgba(234, 247, 255, .97)) !important;
}

body .jsk-ai-guide__head {
  display: grid !important;
  gap: 12px !important;
  padding: 18px !important;
  border: 1px solid rgba(255, 255, 255, .22) !important;
  background:
    radial-gradient(circle at 10% 12%, rgba(255, 203, 70, .28), transparent 30%),
    linear-gradient(135deg, #061b43 0%, #0b4bb7 58%, #092b72 100%) !important;
}

body .jsk-ai-guide__identity {
  grid-template-columns: 112px minmax(0, 1fr) !important;
  gap: 16px !important;
  align-items: center !important;
}

body .jsk-ai-guide__panel .jsk-ai-guide__face {
  width: 108px !important;
  height: 108px !important;
  border-radius: 32px !important;
  border: 2px solid rgba(255, 212, 85, .82) !important;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, .98), rgba(213, 234, 255, .96)) !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .24), inset 0 0 0 1px rgba(255, 255, 255, .65) !important;
}

body .jsk-ai-guide__toggle-badge img,
body .jsk-ai-guide__panel .jsk-ai-guide__face img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: 50% 8% !important;
  transform: scale(1.1) translateY(2px) !important;
}

body .jsk-ai-guide__identity-copy {
  gap: 7px !important;
}

body .jsk-ai-guide__identity-copy h3 {
  letter-spacing: -.03em !important;
  line-height: 1.02 !important;
}

body .jsk-ai-guide__identity-copy p {
  font-size: .94rem !important;
  line-height: 1.45 !important;
  opacity: .94 !important;
}

body .jsk-ai-guide__capabilities {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  margin-top: 2px !important;
}

body .jsk-ai-guide__capabilities span {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 26px !important;
  padding: 0 10px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .14) !important;
  color: #fff !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .22) !important;
  font-size: .72rem !important;
  font-weight: 800 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
}

body .jsk-ai-guide__head-actions {
  justify-content: flex-end !important;
}

body .jsk-ai-guide__mini-button {
  background: rgba(255, 255, 255, .16) !important;
  color: #fff !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .2) !important;
}

body .jsk-ai-guide__thread {
  min-height: 116px !important;
  max-height: 220px !important;
}

body .jsk-ai-guide__bubble.is-assistant {
  background: #ffffff !important;
  border: 1px solid rgba(191, 215, 242, .92) !important;
  box-shadow: 0 14px 34px rgba(6, 37, 91, .10) !important;
}

body .jsk-ai-guide__bubble strong {
  color: #08245b !important;
}

body .jsk-ai-guide__actions {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

body .jsk-ai-guide--floating {
  display: block !important;
  position: fixed !important;
  z-index: 2147482000 !important;
}

body .jsk-ai-guide--floating .jsk-ai-guide__toggle {
  display: grid !important;
}

body .jsk-ai-guide--floating .jsk-ai-guide__panel {
  display: grid !important;
}

body .jsk-ai-guide--floating .jsk-ai-guide__panel[hidden] {
  display: none !important;
}

body .jsk-ai-guide--floating.is-open .jsk-ai-guide__toggle {
  position: fixed !important;
  right: 18px !important;
  bottom: 92px !important;
  z-index: 2147482001 !important;
}

body .jsk-ai-guide--floating.is-open .jsk-ai-guide__panel {
  position: fixed !important;
  right: 18px !important;
  bottom: 178px !important;
  z-index: 2147482002 !important;
  max-height: calc(100vh - 204px) !important;
  opacity: 1 !important;
  transform: none !important;
  pointer-events: auto !important;
}

@media (max-width: 700px) {
  body .jsk-ai-guide__head {
    padding: 14px !important;
  }

  body .jsk-ai-guide__identity {
    grid-template-columns: 92px minmax(0, 1fr) !important;
    gap: 12px !important;
  }

  body .jsk-ai-guide__panel .jsk-ai-guide__face {
    width: 90px !important;
    height: 90px !important;
    border-radius: 28px !important;
  }

  body .jsk-ai-guide__identity-copy p {
    font-size: .86rem !important;
  }

  body .jsk-ai-guide__capabilities span {
    min-height: 23px !important;
    padding: 0 8px !important;
    font-size: .64rem !important;
  }

  body .jsk-ai-guide--floating.is-open .jsk-ai-guide__toggle {
    right: 10px !important;
    bottom: 88px !important;
    width: calc(100vw - 20px) !important;
  }

  body .jsk-ai-guide--floating.is-open .jsk-ai-guide__panel {
    right: 10px !important;
    left: 10px !important;
    bottom: 172px !important;
    width: calc(100vw - 20px) !important;
    max-height: calc(100vh - 190px) !important;
  }
}


/* JSK high-specificity shell assistant overrides loaded before plugin head CSS. */
html body .jsk-global-header-wrap .jsk-global-header .jsk-global-mainbar .jsk-global-logo {
  position: relative !important;
  display: grid !important;
  align-content: center !important;
  justify-items: start !important;
  width: 154px !important;
  height: 72px !important;
  padding: 10px 12px 10px 48px !important;
  border-radius: 20px !important;
  text-decoration: none !important;
  color: #fff !important;
  font-size: 1rem !important;
  background-image: radial-gradient(circle at 18px 18px, rgba(255, 212, 90, 0.95) 0 7px, transparent 8px), radial-gradient(circle at 25px 43px, rgba(255, 255, 255, 0.9) 0 12px, transparent 13px), linear-gradient(135deg, #126dff 0%, #073a95 58%, #041431 100%) !important;
  box-shadow: 0 16px 34px rgba(7, 31, 77, 0.18) !important;
  overflow: hidden !important;
}
html body .jsk-global-header-wrap .jsk-global-header .jsk-global-mainbar .jsk-global-logo::before { content: "JSK" !important; display: block !important; color: #fff !important; font-size: 2rem !important; line-height: 0.82 !important; font-weight: 950 !important; letter-spacing: -0.08em !important; text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2) !important; }
html body .jsk-global-header-wrap .jsk-global-header .jsk-global-mainbar .jsk-global-logo::after { content: "Marketplace & Logistics" !important; display: block !important; margin-top: 4px !important; max-width: 88px !important; color: #eaf4ff !important; font-size: 0.57rem !important; line-height: 1.05 !important; font-weight: 950 !important; text-transform: uppercase !important; letter-spacing: 0.035em !important; }
html body .jsk-global-header-wrap .jsk-global-header .jsk-global-mainbar .jsk-global-logo img { display: none !important; visibility: hidden !important; width: 0 !important; height: 0 !important; }
html body .jsk-ai-guide--floating.jsk-adwoa-premium-v42:not(.is-open) { width: 78px !important; right: 18px !important; bottom: 106px !important; }
html body .jsk-ai-guide--floating.jsk-adwoa-premium-v42:not(.is-open) .jsk-ai-guide__toggle { display: grid !important; grid-template-columns: 1fr !important; place-items: center !important; width: 72px !important; height: 72px !important; min-height: 72px !important; padding: 7px !important; border-radius: 999px !important; }
html body .jsk-ai-guide--floating.jsk-adwoa-premium-v42:not(.is-open) .jsk-ai-guide__toggle-badge, html body .jsk-ai-guide--floating.jsk-adwoa-premium-v42.is-open .jsk-ai-guide__toggle-badge { width: 58px !important; height: 58px !important; border-radius: 999px !important; }
html body .jsk-ai-guide--floating.jsk-adwoa-premium-v42:not(.is-open) .jsk-ai-guide__toggle-copy, html body .jsk-ai-guide--floating.jsk-adwoa-premium-v42.is-open .jsk-ai-guide__toggle-copy { display: none !important; opacity: 0 !important; visibility: hidden !important; width: 0 !important; max-width: 0 !important; overflow: hidden !important; }
html body .jsk-ai-guide--floating.jsk-adwoa-premium-v42:not(.is-open) .jsk-ai-guide__toggle::after { content: "Ask Adwoa" !important; position: absolute !important; right: 66px !important; top: 50% !important; transform: translateY(-50%) scale(0.94) !important; opacity: 0 !important; pointer-events: none !important; white-space: nowrap !important; padding: 8px 10px !important; border-radius: 999px !important; background: #061f4b !important; color: #fff !important; font-size: 0.72rem !important; font-weight: 950 !important; box-shadow: 0 12px 28px rgba(7,31,77,0.2) !important; transition: opacity 0.18s ease, transform 0.18s ease !important; }
html body .jsk-ai-guide--floating.jsk-adwoa-premium-v42:not(.is-open) .jsk-ai-guide__toggle:hover::after, html body .jsk-ai-guide--floating.jsk-adwoa-premium-v42:not(.is-open) .jsk-ai-guide__toggle:focus-visible::after { opacity: 1 !important; transform: translateY(-50%) scale(1) !important; }
html body .jsk-ai-guide--floating.jsk-adwoa-premium-v42.is-open .jsk-ai-guide__toggle { width: 72px !important; min-height: 72px !important; border-radius: 999px !important; grid-template-columns: 1fr !important; padding: 7px !important; }
@media (max-width: 760px) { html body .jsk-global-header-wrap .jsk-global-header .jsk-global-mainbar .jsk-global-logo { width: 108px !important; height: 56px !important; padding: 8px 9px 8px 36px !important; border-radius: 17px !important; } html body .jsk-global-header-wrap .jsk-global-header .jsk-global-mainbar .jsk-global-logo::before { font-size: 1.48rem !important; } html body .jsk-global-header-wrap .jsk-global-header .jsk-global-mainbar .jsk-global-logo::after { max-width: 62px !important; font-size: 0.46rem !important; line-height: 1 !important; } }
@media (max-width: 700px) { html body .jsk-ai-guide--floating.jsk-adwoa-premium-v42:not(.is-open) { right: 14px !important; bottom: 112px !important; width: 72px !important; } html body .jsk-ai-guide--floating.jsk-adwoa-premium-v42:not(.is-open) .jsk-ai-guide__toggle, html body .jsk-ai-guide--floating.jsk-adwoa-premium-v42.is-open .jsk-ai-guide__toggle { width: 64px !important; height: 64px !important; min-height: 64px !important; padding: 6px !important; } html body .jsk-ai-guide--floating.jsk-adwoa-premium-v42:not(.is-open) .jsk-ai-guide__toggle-badge, html body .jsk-ai-guide--floating.jsk-adwoa-premium-v42.is-open .jsk-ai-guide__toggle-badge { width: 52px !important; height: 52px !important; } html body .jsk-ai-guide--floating.jsk-adwoa-premium-v42 .jsk-ai-guide__panel { bottom: 188px !important; } }

/* Final live QC guardrails - cookie blocker, legacy archives, service media, and compact Adwoa */
html body .cookieadmin_cookie_modal,
html body .cookieadmin_law_container,
html body .cookieadmin_consent_container,
html body .cookieadmin_reconsent,
html body .cookieadmin_notice,
html body .cookieadmin_show_settings,
html body .cookieadmin-floating-button,
html body .cookieadmin_floating_button,
html body #cookie-law-info-bar,
html body .cky-consent-container,
html body .cli-bar-container,
html body .cookie-notice-container,
html body [class*="cookieadmin"][class*="floating"],
html body [class*="cookieadmin"][class*="reconsent"],
html body [id*="cookie"][id*="floating"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

html body.search .wd-page-title,
html body.search .page-title,
html body.search .entry-header,
html body.search .breadcrumbs,
html body.search .wd-breadcrumbs,
html body.archive .wd-page-title,
html body.archive .page-title,
html body.archive .entry-header,
html body.archive .breadcrumbs,
html body.archive .wd-breadcrumbs,
html body.search .wd-post-date,
html body.archive .wd-post-date,
html body.search .entry-meta,
html body.archive .entry-meta,
html body.search .meta-post-categories,
html body.archive .meta-post-categories,
html body.search .hovered-social-icons,
html body.archive .hovered-social-icons,
html body.search .wd-post-actions,
html body.archive .wd-post-actions,
html body.search .entry-summary,
html body.archive .entry-summary,
html body.search .article-body-container .post-date,
html body.archive .article-body-container .post-date {
  display: none !important;
  visibility: hidden !important;
}

html body.search .main-page-wrapper,
html body.archive .main-page-wrapper {
  background: linear-gradient(180deg, #f7fbff, #eef7ff) !important;
}

html body.search .blog-design-masonry,
html body.archive .blog-design-masonry,
html body.search .blog-post-loop,
html body.archive .blog-post-loop,
html body.search article,
html body.archive article {
  border-radius: 28px !important;
  border: 1px solid rgba(194, 221, 249, .92) !important;
  box-shadow: 0 18px 44px rgba(7,31,77,.10) !important;
  overflow: hidden !important;
  background: #fff !important;
}

html body.search .wd-entities-title,
html body.archive .wd-entities-title,
html body.search .entry-title,
html body.archive .entry-title {
  margin: 14px 16px 18px !important;
  color: #071f4d !important;
  font-family: Manrope, "Segoe UI", Arial, sans-serif !important;
  font-weight: 950 !important;
  letter-spacing: -.035em !important;
  line-height: 1.08 !important;
}

html body.search .wd-entities-title a,
html body.archive .wd-entities-title a,
html body.search .entry-title a,
html body.archive .entry-title a {
  color: #071f4d !important;
}

html body .jsk-service-overview-media,
html body .jsk-logistics-related-card .media,
html body .jsk-service-card .media,
html body .jsk-service-card .jsk-service-media,
html body .jsk-logistics-detail-media {
  background-color: #eaf5ff !important;
  background-image:
    linear-gradient(90deg, rgba(7,31,77,.04), rgba(7,31,77,.02)),
    var(--service-img, var(--img, url("https://jskgroupghana.com/wp-content/uploads/2026/05/jsk-service-support-premium-cartoon-20260504-cutout-20260504-opt.png"))) !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

html body .jsk-logistics-related-card[href*="pay-for-me"] .media,
html body .jsk-logistics-detail--pay-for-me .jsk-logistics-detail-media,
html body .jsk-service-card[href*="pay-for-me"] .media {
  background-image:
    linear-gradient(90deg, rgba(7,31,77,.04), rgba(7,31,77,.02)),
    url("https://jskgroupghana.com/wp-content/uploads/2026/05/jsk-trust-payments-premium-20260504-cutout-20260504-opt.png") !important;
}

html body .jsk-logistics-related-card[href*="buy-for-me"] .media,
html body .jsk-logistics-detail--buy-for-me .jsk-logistics-detail-media,
html body .jsk-service-card[href*="buy-for-me"] .media {
  background-image:
    linear-gradient(90deg, rgba(7,31,77,.04), rgba(7,31,77,.02)),
    url("https://jskgroupghana.com/wp-content/uploads/2026/05/jsk-action-cart-dress-premium-20260504-cutout-20260504-opt.png") !important;
}

html body .jsk-ai-guide--floating {
  width: 74px !important;
  max-width: 74px !important;
  right: 16px !important;
  bottom: 106px !important;
}

html body .jsk-ai-guide--floating:not(.is-open) .jsk-ai-guide__toggle,
html body .jsk-ai-guide--floating.is-open .jsk-ai-guide__toggle {
  display: grid !important;
  grid-template-columns: 1fr !important;
  place-items: center !important;
  width: 68px !important;
  height: 68px !important;
  min-height: 68px !important;
  padding: 6px !important;
  border-radius: 999px !important;
}

html body .jsk-ai-guide--floating .jsk-ai-guide__toggle-copy {
  display: none !important;
}

html body .jsk-ai-guide--floating.is-open {
  left: 10px !important;
  right: 10px !important;
  bottom: 92px !important;
  width: auto !important;
  max-width: none !important;
}

html body .jsk-ai-guide--floating.is-open .jsk-ai-guide__toggle {
  display: none !important;
}

html body .jsk-ai-guide--floating.is-open .jsk-ai-guide__panel,
html body .jsk-ai-guide--floating .jsk-ai-guide__panel:not([hidden]) {
  position: fixed !important;
  left: 10px !important;
  right: 10px !important;
  bottom: 104px !important;
  width: auto !important;
  max-width: min(520px, calc(100vw - 20px)) !important;
  max-height: calc(100vh - 128px) !important;
  margin: 0 auto !important;
  overflow: auto !important;
  z-index: 2147483002 !important;
}

html body .jsk-ai-guide__thread {
  min-height: 74px !important;
  max-height: 168px !important;
  overflow: auto !important;
}

@media (max-width: 700px) {
  html body .jsk-ai-guide--floating:not(.is-open) {
    right: 14px !important;
    bottom: 106px !important;
    width: 64px !important;
    max-width: 64px !important;
  }

  html body .jsk-ai-guide--floating:not(.is-open) .jsk-ai-guide__toggle,
  html body .jsk-ai-guide--floating.is-open .jsk-ai-guide__toggle {
    width: 58px !important;
    height: 58px !important;
    min-height: 58px !important;
  }

  html body .jsk-ai-guide--floating .jsk-ai-guide__toggle-badge {
    width: 48px !important;
    height: 48px !important;
  }

  html body .jsk-ai-guide--floating.is-open .jsk-ai-guide__panel,
  html body .jsk-ai-guide--floating .jsk-ai-guide__panel:not([hidden]) {
    left: 8px !important;
    right: 8px !important;
    bottom: 98px !important;
    width: calc(100vw - 16px) !important;
    max-width: calc(100vw - 16px) !important;
    max-height: calc(100vh - 118px) !important;
    border-radius: 24px !important;
  }
}

/* Focused cleanup after live WhatsApp QC */
html body.search .meta-author,
html body.archive .meta-author,
html body.search .wd-meta-author,
html body.archive .wd-meta-author,
html body.search .wd-entry-meta,
html body.archive .wd-entry-meta,
html body.search .wd-post-meta,
html body.archive .wd-post-meta,
html body.search .share-icons,
html body.archive .share-icons,
html body.search .wd-social-icons,
html body.archive .wd-social-icons,
html body.search [class*="author"],
html body.archive [class*="author"],
html body.search [class*="share"],
html body.archive [class*="share"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

html body.page .wd-sidebar,
html body.page .sidebar-container,
html body.page .wd-widget.sidebar-widget.widget_block,
html body.page #block-2,
html body.page #block-3,
html body.page #block-4,
html body.page #block-5,
html body.page #block-6,
html body.search .wd-sidebar,
html body.search .sidebar-container,
html body.search .wd-widget.sidebar-widget.widget_block,
html body.archive .wd-sidebar,
html body.archive .sidebar-container,
html body.archive .wd-widget.sidebar-widget.widget_block {
  display: none !important;
  visibility: hidden !important;
}

/* Hard-stop old WoodMart chrome on custom JSK pages */
html body .whb-header,
html body .whb-sticky-header,
html body .wd-header-nav,
html body .wd-page-wrapper > .wd-footer,
html body .wd-page-wrapper > footer.wd-footer,
html body footer.footer-container,
html body .wd-copyrights,
html body .copyrights-wrapper,
html body .wd-prefooter,
html body .sidebar-container,
html body aside.sidebar-container,
html body .wd-sidebar,
html body .widget-area,
html body .wd-widget.sidebar-widget,
html body #block-2,
html body #block-3,
html body #block-4,
html body #block-5,
html body #block-6,
html body .woocommerce-info:has(.woocommerce-loop-category__title),
html body .wd-empty-page,
html body .wd-empty-page-text {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

html body .wd-page-title,
html body .title-size-default,
html body .page-title-default {
  display: none !important;
}

/* Emergency chrome restore: keep the good global homepage-style header/footer and suppress duplicate site-shell chrome. */
html body:not(.home):not(.front-page) .jsk-site-global-header.jsk-site-global-header,
html body:not(.home):not(.front-page) .jsk-site-global-footer.jsk-site-global-footer,
html body:not(.home):not(.front-page) .jsk-site-global-mobile-dock.jsk-site-global-mobile-dock {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  height: 0 !important;
  max-height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

html body:not(.home):not(.front-page) .jsk-global-header-wrap.jsk-global-header-wrap {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}

html body:not(.home):not(.front-page) .jsk-global-footer-wrap.jsk-global-footer-wrap,
html body:not(.home):not(.front-page) .jsk-global-footer.jsk-global-footer {
  display: grid !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}

html body .jsk-ai-guide__paths,
html body .jsk-ai-guide__footnote {
  display: none !important;
}

html body .jsk-ai-guide__panel,
html body .jsk-ai-guide__panel * {
  max-width: 100% !important;
}

html body .jsk-ai-guide__panel {
  overflow-x: hidden !important;
}

html body .jsk-ai-guide__thread,
html body .jsk-ai-guide__bubble,
html body .jsk-ai-guide__suggestions,
html body .jsk-ai-guide__actions,
html body .jsk-ai-guide__composer {
  width: 100% !important;
  overflow-x: hidden !important;
}

html body .jsk-ai-guide__composer textarea {
  width: 100% !important;
  max-width: 100% !important;
  resize: vertical !important;
}

@media (max-width: 700px) {
  html body .jsk-ai-guide__actions,
  html body .jsk-ai-guide__suggestions,
  html body .jsk-ai-guide__composer {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html body .jsk-ai-guide__chip,
  html body .jsk-ai-guide__button,
  html body .jsk-ai-guide__send {
    width: 100% !important;
    min-width: 0 !important;
  }
}

/* Final emergency chrome lock: this must stay last so legacy/site-shell duplicates cannot repaint over the agreed header/footer. */
html body:not(.home):not(.front-page) .jsk-site-global-header.jsk-site-global-header.jsk-site-global-header,
html body:not(.home):not(.front-page) .jsk-site-global-footer.jsk-site-global-footer.jsk-site-global-footer,
html body:not(.home):not(.front-page) .jsk-site-global-mobile-dock.jsk-site-global-mobile-dock.jsk-site-global-mobile-dock {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  height: 0 !important;
  max-height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

html body:not(.home):not(.front-page) .jsk-global-header-wrap.jsk-global-header-wrap.jsk-global-header-wrap {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}

html body:not(.home):not(.front-page) .jsk-global-footer-wrap.jsk-global-footer-wrap.jsk-global-footer-wrap,
html body:not(.home):not(.front-page) .jsk-global-footer.jsk-global-footer.jsk-global-footer {
  display: grid !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}

/* Homepage chrome visual lock: keep the approved header/footer appearance on every page. */
html body .jsk-global-header-wrap {
  display: block !important;
  width: min(1180px, calc(100vw - 16px)) !important;
  margin: 8px auto 16px !important;
  visibility: visible !important;
  opacity: 1 !important;
}

html body .jsk-global-header {
  overflow: hidden !important;
  border: 1px solid rgba(113, 170, 238, 0.36) !important;
  border-radius: 30px !important;
  background: linear-gradient(180deg, #f9fcff 0%, #eef8ff 48%, #d7efff 100%) !important;
  box-shadow: 0 24px 54px rgba(8, 45, 102, 0.14) !important;
}

html body .jsk-global-service-rail {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 0 !important;
  min-height: 148px !important;
  padding: 16px 18px 12px !important;
  background: linear-gradient(105deg, rgba(230, 249, 255, 0.96), rgba(255, 251, 229, 0.92)) !important;
  border-bottom: 1px solid rgba(96, 151, 218, 0.28) !important;
}

html body .jsk-global-service-rail a {
  display: grid !important;
  grid-template-rows: 82px auto !important;
  place-items: center !important;
  gap: 8px !important;
  min-width: 0 !important;
  color: #062a61 !important;
  text-align: center !important;
  text-decoration: none !important;
  font-weight: 950 !important;
  font-size: 0.92rem !important;
  line-height: 1.05 !important;
}

html body .jsk-global-service-rail span {
  display: grid !important;
  place-items: center !important;
  width: 74px !important;
  height: 74px !important;
  font-size: 2.35rem !important;
  line-height: 1 !important;
  visibility: visible !important;
  opacity: 1 !important;
  filter: drop-shadow(0 12px 18px rgba(11, 47, 101, 0.13)) !important;
}

html body .jsk-global-service-rail strong {
  display: block !important;
  max-width: 140px !important;
  color: #062a61 !important;
}

html body .jsk-global-mainbar {
  display: grid !important;
  grid-template-columns: minmax(170px, 270px) minmax(260px, 1fr) minmax(260px, 420px) !important;
  align-items: center !important;
  gap: 20px !important;
  padding: 30px clamp(18px, 4vw, 70px) 22px !important;
  background: linear-gradient(180deg, rgba(246, 252, 255, 0.98), rgba(233, 248, 255, 0.98)) !important;
}

html body .jsk-global-logo,
html body .jsk-global-header-wrap .jsk-global-header .jsk-global-mainbar .jsk-global-logo {
  display: block !important;
  width: min(260px, 100%) !important;
  height: 104px !important;
  min-height: 104px !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: url("assets/img/jsk-marketplace-logistics-b-led.svg") center / contain no-repeat !important;
  box-shadow: none !important;
  overflow: hidden !important;
  justify-self: center !important;
}

html body .jsk-global-logo::before,
html body .jsk-global-logo::after,
html body .jsk-global-header-wrap .jsk-global-header .jsk-global-mainbar .jsk-global-logo::before,
html body .jsk-global-header-wrap .jsk-global-header .jsk-global-mainbar .jsk-global-logo::after,
html body .jsk-global-logo img,
html body .jsk-global-header-wrap .jsk-global-header .jsk-global-mainbar .jsk-global-logo img {
  display: none !important;
  visibility: hidden !important;
}

html body .jsk-global-search {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 64px !important;
  align-items: center !important;
  min-height: 74px !important;
  border: 1px solid rgba(109, 164, 235, 0.52) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.86) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 16px 34px rgba(10, 65, 134, 0.08) !important;
  overflow: hidden !important;
}

html body .jsk-global-search input {
  height: 74px !important;
  min-width: 0 !important;
  border: 0 !important;
  background: transparent !important;
  padding: 0 28px !important;
  color: #183a68 !important;
  font-size: 1.08rem !important;
  font-weight: 850 !important;
}

html body .jsk-global-search button {
  display: grid !important;
  place-items: center !important;
  width: 58px !important;
  height: 58px !important;
  margin: 8px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #126dff, #042b72) !important;
  color: #fff !important;
  font-size: 1.6rem !important;
  font-weight: 950 !important;
  box-shadow: 0 14px 24px rgba(6, 52, 136, 0.24) !important;
}

html body .jsk-global-actions {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

html body .jsk-global-actions a {
  display: grid !important;
  grid-template-columns: 52px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 10px !important;
  min-height: 72px !important;
  padding: 10px 14px !important;
  border: 0 !important;
  border-radius: 24px !important;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(239, 249, 255, 0.95)) !important;
  color: #062a61 !important;
  text-decoration: none !important;
  font-weight: 950 !important;
  box-shadow: 0 14px 30px rgba(10, 65, 134, 0.09) !important;
}

html body .jsk-global-actions a::before {
  display: grid !important;
  place-items: center !important;
  width: 52px !important;
  height: 52px !important;
  border-radius: 20px !important;
  background: linear-gradient(145deg, #eef8ff, #ffffff) !important;
  font-size: 1.9rem !important;
  line-height: 1 !important;
}

html body .jsk-global-actions a:nth-child(1)::before { content: "??" !important; }
html body .jsk-global-actions a:nth-child(2)::before { content: "??" !important; }
html body .jsk-global-actions a:nth-child(3)::before { content: "??" !important; }

html body .jsk-global-deptnav {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(130px, 1fr)) !important;
  gap: 10px !important;
  padding: 0 clamp(14px, 3vw, 34px) 18px !important;
  background: linear-gradient(180deg, rgba(228, 246, 255, 0.96), rgba(216, 239, 255, 0.96)) !important;
  overflow-x: auto !important;
}

html body .jsk-global-deptnav a {
  display: grid !important;
  grid-template-columns: 48px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 10px !important;
  min-height: 74px !important;
  padding: 10px 14px !important;
  border: 1px solid rgba(116, 167, 232, 0.36) !important;
  border-radius: 22px !important;
  background: linear-gradient(145deg, #ffffff, #f3faff) !important;
  color: #05275b !important;
  text-decoration: none !important;
  font-weight: 950 !important;
  box-shadow: 0 10px 24px rgba(8, 56, 124, 0.08) !important;
}

html body .jsk-global-deptnav a:first-child {
  color: #fff !important;
  background: linear-gradient(135deg, #1474ff, #04317f) !important;
}

html body .jsk-global-deptnav span {
  display: grid !important;
  place-items: center !important;
  width: 48px !important;
  height: 48px !important;
  border-radius: 18px !important;
  background: rgba(233, 246, 255, 0.82) !important;
  font-size: 1.45rem !important;
}

@media (max-width: 760px) {
  html body .jsk-global-header-wrap {
    width: min(100vw - 10px, 680px) !important;
    margin: 4px auto 12px !important;
  }

  html body .jsk-global-header {
    border-radius: 22px !important;
  }

  html body .jsk-global-service-rail {
    min-height: 78px !important;
    padding: 8px 6px 6px !important;
  }

  html body .jsk-global-service-rail a {
    grid-template-rows: 42px auto !important;
    gap: 2px !important;
    font-size: 0.56rem !important;
  }

  html body .jsk-global-service-rail span {
    width: 40px !important;
    height: 40px !important;
    font-size: 1.35rem !important;
  }

  html body .jsk-global-mainbar {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    padding: 16px 14px 12px !important;
  }

  html body .jsk-global-logo,
  html body .jsk-global-header-wrap .jsk-global-header .jsk-global-mainbar .jsk-global-logo {
    width: min(230px, 76vw) !important;
    height: 88px !important;
    min-height: 88px !important;
  }

  html body .jsk-global-search {
    min-height: 62px !important;
    grid-template-columns: minmax(0, 1fr) 58px !important;
  }

  html body .jsk-global-search input {
    height: 62px !important;
    padding: 0 20px !important;
    font-size: 0.98rem !important;
  }

  html body .jsk-global-search button {
    width: 50px !important;
    height: 50px !important;
    margin: 6px !important;
  }

  html body .jsk-global-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  html body .jsk-global-actions a {
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    min-height: 66px !important;
    padding: 7px 6px !important;
    font-size: 0.72rem !important;
  }

  html body .jsk-global-actions a::before {
    width: 42px !important;
    height: 42px !important;
    font-size: 1.45rem !important;
  }

  html body .jsk-global-deptnav {
    display: flex !important;
    gap: 9px !important;
    padding: 0 12px 14px !important;
    scroll-snap-type: x proximity !important;
  }

  html body .jsk-global-deptnav a {
    flex: 0 0 auto !important;
    min-width: 178px !important;
    min-height: 66px !important;
    scroll-snap-align: start !important;
  }
}

/* My Account rescue: stop leaked menu media from becoming page content and restore the polished customer dashboard. */
html body.woocommerce-account .jsk-menu-shell__backdrop,
html body.woocommerce-account .jsk-media-showcase--nav-strip,
html body.woocommerce-account [data-jsk-menu-backdrop-slot] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
}

html body.woocommerce-account .main-page-wrapper,
html body.woocommerce-account .site-content,
html body.woocommerce-account .entry-content,
html body.woocommerce-account article {
  background:
    radial-gradient(circle at 12% 0%, rgba(18, 109, 255, 0.12), transparent 34%),
    radial-gradient(circle at 92% 12%, rgba(255, 178, 26, 0.14), transparent 30%),
    linear-gradient(180deg, #f8fcff 0%, #eaf6ff 100%) !important;
}

html body.woocommerce-account .jsk-commerce-shell,
html body.woocommerce-account .jsk-branch-section,
html body.woocommerce-account .jsk-account-showcase {
  width: min(1180px, calc(100vw - 28px)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

html body.woocommerce-account .jsk-account-showcase {
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr) !important;
  gap: clamp(18px, 3vw, 34px) !important;
  align-items: center !important;
  margin-top: 24px !important;
  margin-bottom: 28px !important;
  padding: clamp(22px, 4vw, 44px) !important;
  border: 1px solid rgba(130, 180, 239, 0.42) !important;
  border-radius: 34px !important;
  background: linear-gradient(135deg, rgba(4, 33, 82, 0.94), rgba(13, 89, 205, 0.9)) !important;
  color: #fff !important;
  box-shadow: 0 28px 72px rgba(5, 34, 88, 0.2) !important;
  overflow: hidden !important;
}

html body.woocommerce-account .jsk-account-showcase h2 {
  margin: 0 0 12px !important;
  color: #fff !important;
  font-size: clamp(2rem, 4vw, 3.35rem) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.055em !important;
}

html body.woocommerce-account .jsk-account-showcase p {
  max-width: 620px !important;
  margin: 0 !important;
  color: rgba(239, 247, 255, 0.92) !important;
  font-size: clamp(1rem, 1.8vw, 1.22rem) !important;
  line-height: 1.55 !important;
}

html body.woocommerce-account .jsk-account-art {
  min-height: 300px !important;
  border-radius: 30px !important;
  background:
    linear-gradient(180deg, rgba(4, 22, 57, 0.08), rgba(4, 22, 57, 0.22)),
    var(--img) center / cover no-repeat !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.25), 0 22px 50px rgba(0,0,0,.18) !important;
}

html body.woocommerce-account .jsk-branch-section {
  padding: clamp(20px, 4vw, 42px) !important;
  border: 1px solid rgba(137, 185, 242, 0.38) !important;
  border-radius: 34px !important;
  background: rgba(255, 255, 255, 0.72) !important;
  box-shadow: 0 24px 64px rgba(9, 58, 132, 0.12) !important;
  backdrop-filter: blur(10px) !important;
}

html body.woocommerce-account .jsk-branch-section .jsk-head {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 18px !important;
  margin-bottom: 20px !important;
}

html body.woocommerce-account .jsk-branch-section .jsk-head h2 {
  margin: 0 0 8px !important;
  color: #061f4b !important;
  font-size: clamp(2rem, 4vw, 3.1rem) !important;
  line-height: 1 !important;
  letter-spacing: -0.055em !important;
}

html body.woocommerce-account .jsk-branch-section .jsk-head p {
  margin: 0 !important;
  color: #466083 !important;
  font-size: 1.05rem !important;
  line-height: 1.5 !important;
}

html body.woocommerce-account .jsk-branch-section .jsk-head > a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 50px !important;
  padding: 0 22px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #126dff, #052b75) !important;
  color: #fff !important;
  font-weight: 950 !important;
  text-decoration: none !important;
  box-shadow: 0 14px 30px rgba(9, 67, 159, 0.22) !important;
}

html body.woocommerce-account .jsk-branch-section .jsk-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
  margin-bottom: 22px !important;
}

html body.woocommerce-account .jsk-info.jsk-transaction-step {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 62px minmax(0, 1fr) !important;
  grid-template-rows: auto auto !important;
  column-gap: 16px !important;
  row-gap: 6px !important;
  align-content: center !important;
  min-height: 148px !important;
  padding: 22px !important;
  border: 1px solid rgba(121, 175, 240, 0.35) !important;
  border-radius: 28px !important;
  background:
    radial-gradient(circle at 18% 18%, rgba(255,255,255,.96), transparent 26%),
    linear-gradient(145deg, #ffffff, #ecf8ff) !important;
  box-shadow: 0 18px 42px rgba(7, 47, 111, 0.09) !important;
  overflow: hidden !important;
}

html body.woocommerce-account .jsk-info.jsk-transaction-step::before {
  content: "👤" !important;
  grid-row: 1 / span 2 !important;
  display: grid !important;
  place-items: center !important;
  width: 62px !important;
  height: 62px !important;
  border-radius: 22px !important;
  background: linear-gradient(135deg, #126dff, #071f4d 58%, #ffb21a) !important;
  color: #fff !important;
  font-size: 1.75rem !important;
  box-shadow: 0 16px 30px rgba(8, 61, 144, 0.2) !important;
}

html body.woocommerce-account .jsk-info.jsk-transaction-step:nth-child(2)::before { content: "📦" !important; }
html body.woocommerce-account .jsk-info.jsk-transaction-step:nth-child(3)::before { content: "📝" !important; }

html body.woocommerce-account .jsk-info.jsk-transaction-step b {
  display: block !important;
  margin: 0 !important;
  color: #061f4b !important;
  font-size: clamp(1.18rem, 2vw, 1.55rem) !important;
  line-height: 1.08 !important;
}

html body.woocommerce-account .jsk-info.jsk-transaction-step p {
  margin: 0 !important;
  color: #50698d !important;
  font-size: 1rem !important;
  line-height: 1.45 !important;
}

html body.woocommerce-account .jsk-woo-panel,
html body.woocommerce-account .jsk-commerce-shell__body .woocommerce {
  padding: clamp(18px, 3vw, 34px) !important;
  border: 1px solid rgba(123, 177, 240, 0.34) !important;
  border-radius: 30px !important;
  background: rgba(255, 255, 255, 0.9) !important;
  box-shadow: 0 22px 56px rgba(6, 42, 101, 0.1) !important;
}

html body.woocommerce-account #customer_login,
html body.woocommerce-account .wd-registration-page #customer_login {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(18px, 3vw, 30px) !important;
}

html body.woocommerce-account #customer_login .wd-col {
  min-width: 0 !important;
  padding: clamp(18px, 3vw, 30px) !important;
  border: 1px solid rgba(119, 172, 235, 0.3) !important;
  border-radius: 26px !important;
  background: linear-gradient(145deg, #ffffff, #f2faff) !important;
}

html body.woocommerce-account .wd-login-title {
  margin: 0 0 18px !important;
  color: #061f4b !important;
  font-size: clamp(1.45rem, 2.5vw, 2rem) !important;
  letter-spacing: -0.035em !important;
}

html body.woocommerce-account .woocommerce-form label {
  color: #24446f !important;
  font-weight: 850 !important;
}

html body.woocommerce-account .woocommerce-form input.input-text {
  min-height: 52px !important;
  border: 1px solid #c7dff7 !important;
  border-radius: 16px !important;
  background: #fff !important;
  color: #061f4b !important;
  font-weight: 750 !important;
}

html body.woocommerce-account .woocommerce-form .button,
html body.woocommerce-account .woocommerce-button {
  min-height: 50px !important;
  padding: 0 24px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #126dff, #052b75) !important;
  color: #fff !important;
  font-weight: 950 !important;
}

@media (max-width: 820px) {
  html body.woocommerce-account .jsk-account-showcase,
  html body.woocommerce-account #customer_login,
  html body.woocommerce-account .wd-registration-page #customer_login {
    grid-template-columns: 1fr !important;
  }

  html body.woocommerce-account .jsk-branch-section .jsk-head {
    align-items: flex-start !important;
    flex-direction: column !important;
  }

  html body.woocommerce-account .jsk-branch-section .jsk-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 560px) {
  html body.woocommerce-account .jsk-account-showcase,
  html body.woocommerce-account .jsk-branch-section {
    width: min(100vw - 18px, 1180px) !important;
    border-radius: 24px !important;
    padding: 20px !important;
  }

  html body.woocommerce-account .jsk-info.jsk-transaction-step {
    grid-template-columns: 52px minmax(0, 1fr) !important;
    min-height: 132px !important;
    padding: 18px !important;
    border-radius: 22px !important;
  }

  html body.woocommerce-account .jsk-info.jsk-transaction-step::before {
    width: 52px !important;
    height: 52px !important;
    border-radius: 18px !important;
    font-size: 1.4rem !important;
  }
}


/* Account page rescue v2.6.0: keep the homepage chrome only, remove nested old page shell, and compact account actions. */
html body.woocommerce-account .jsk-commerce-shell__hero-shell .jsk-media-showcase,
html body.woocommerce-account .jsk-commerce-shell__body > .jsk-optionb > .jsk-side-toggle,
html body.woocommerce-account .jsk-commerce-shell__body > .jsk-optionb > .jsk-shell,
html body.woocommerce-account .jsk-commerce-shell__body > .jsk-optionb > .jsk-side-backdrop,
html body.woocommerce-account .jsk-commerce-shell__body > .jsk-optionb > .jsk-side-drawer,
html body.woocommerce-account .jsk-commerce-shell__body > .jsk-optionb > .jsk-mobile-dock,
html body.woocommerce-account .jsk-commerce-shell__body > .jsk-optionb > .jsk-hero,
html body.woocommerce-account .jsk-commerce-shell__body > .jsk-optionb > .jsk-footer,
html body.woocommerce-account .jsk-commerce-shell__body > .jsk-optionb > footer,
html body.woocommerce-account .jsk-commerce-shell__body .whb-header,
html body.woocommerce-account .jsk-commerce-shell__body .wd-footer,
html body.woocommerce-account .jsk-commerce-shell__body .wd-copyrights,
html body.woocommerce-account .jsk-commerce-shell__body .wd-toolbar,
html body.woocommerce-account .jsk-commerce-shell__body .wd-page-title { display:none!important; visibility:hidden!important; opacity:0!important; pointer-events:none!important; height:0!important; max-height:0!important; min-height:0!important; overflow:hidden!important; }
html body.woocommerce-account .jsk-commerce-shell__hero-shell { min-height:0!important; padding:clamp(24px,4vw,46px)!important; border-radius:34px!important; background:linear-gradient(135deg,rgba(3,28,74,.96),rgba(10,91,210,.92))!important; box-shadow:0 30px 72px rgba(4,31,82,.22)!important; }
html body.woocommerce-account .jsk-commerce-shell__hero-shell .jsk-section-shell__content { position:relative!important; inset:auto!important; transform:none!important; width:min(1040px,100%)!important; margin:0 auto!important; padding:0!important; color:#fff!important; }
html body.woocommerce-account .jsk-commerce-shell__hero-shell h1, html body.woocommerce-account .jsk-commerce-shell__hero-shell p, html body.woocommerce-account .jsk-commerce-shell__hero-shell .jsk-eyebrow { color:#fff!important; }
html body.woocommerce-account .jsk-commerce-shell__layout, html body.woocommerce-account .jsk-commerce-shell__body, html body.woocommerce-account .jsk-commerce-shell__body > .jsk-optionb { display:block!important; width:min(1180px,calc(100vw - 28px))!important; margin:0 auto!important; padding:0!important; background:transparent!important; box-shadow:none!important; min-height:0!important; }
html body.woocommerce-account .jsk-commerce-shell__body > .jsk-optionb > .jsk-account-showcase, html body.woocommerce-account .jsk-commerce-shell__body > .jsk-optionb > .jsk-branch-section { width:100%!important; max-width:1180px!important; margin:26px auto!important; }
html body.woocommerce-account .jsk-commerce-shell__body .jsk-grid, html body.woocommerce-account .jsk-branch-section .jsk-grid { display:grid!important; grid-template-columns:repeat(2,minmax(0,1fr))!important; gap:18px!important; }
html body.woocommerce-account .jsk-commerce-shell__body .jsk-info.jsk-transaction-step, html body.woocommerce-account .jsk-branch-section .jsk-info.jsk-transaction-step { min-height:0!important; padding:clamp(18px,3vw,28px)!important; border-radius:26px!important; background:rgba(255,255,255,.94)!important; box-shadow:0 18px 42px rgba(5,35,84,.08)!important; }
html body.woocommerce-account .jsk-commerce-shell__body .jsk-info.jsk-transaction-step::before { content:""!important; display:inline-block!important; width:46px!important; height:46px!important; margin:0 0 14px!important; border-radius:16px!important; background:linear-gradient(135deg,#0a62df,#ffb21a)!important; }
html body.woocommerce-account .jsk-commerce-shell__body .jsk-info.jsk-transaction-step h3, html body.woocommerce-account .jsk-commerce-shell__body .jsk-info.jsk-transaction-step p { margin-top:0!important; }
@media (max-width:760px){ html body.woocommerce-account .jsk-commerce-shell__body .jsk-grid, html body.woocommerce-account .jsk-branch-section .jsk-grid { grid-template-columns:1fr!important; } }
