/** Shopify CDN: Minification failed

Line 84:81 Unexpected "-->"
Line 224:88 Unexpected "-->"
Line 834:41 Unexpected "-->"

**/
:root {
  --boviga-font-heading: "Kanit", sans-serif;
  --boviga-font-body: "Sarabun", sans-serif;
  --boviga-color-bg: #0f0f0f;
  --boviga-color-surface: #161616;
  --boviga-color-surface-alt: #1e1e1e;
  --boviga-color-border: #323232;
  --boviga-color-text:rgb(255, 255, 255);
  --boviga-color-muted:rgb(213, 213, 213);
  --boviga-color-accent: #fed007;
  --boviga-color-accent-strong: #ffd700;
  --boviga-color-accent-ink: #111111;
  --boviga-shadow-soft: 0 16px 46px rgba(0, 0, 0, 0.14);
  --boviga-shadow-hover: 0 24px 54px rgba(0, 0, 0, 0.2);
  --boviga-radius-card: 14px;
  --boviga-radius-button: 14px;
}

html {
  scroll-behavior: smooth;
}

body,
p,
li,
input,
textarea,
select,
label,
.rte,
.article .content,
.description {
  font-family: var(--boviga-font-body);
}

h1,
h2,
h3,
h4,
h5,
h6,
.headline,
.title,
.product_name,
.collection_title {
  font-family: var(--boviga-font-heading);
  letter-spacing: -0.02em;
  line-height: 1.14;
}

a {
  text-underline-offset: 0.18em;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid var(--boviga-color-accent);
  outline-offset: 2px;
}

img {
  height: auto;
}

.article .content h1,
.article .content h2,
.article .content h3,
.article .content h4,
.article .content a {
  color: var(--boviga-color-accent);
}

<!-- style หน้าตารางโคมไฟกันระเบิด -->
#explosion-table {
  line-height: 1.4;
  padding: 20px;
  box-sizing: border-box;
}

#explosion-table .container {
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}

#explosion-table .header-banner {
  background-color: #fcb95b;
  color: #000;
  text-align: center;
  padding: 15px;
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 20px;
  border-radius: 4px;
}

#explosion-table .header-banner small {
  display: block;
  font-size: 0.6em;
  font-weight: normal;
  margin-top: 5px;
}

#explosion-table .marking-code {
  text-align: center;
  font-size: 2.5em;
  font-weight: bold;
  margin: 30px 0;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 15px;
  flex-wrap: wrap;
}

#explosion-table .ex-logo {
  border: 3px solid;
  padding: 5px 10px;
  background-color: #fff200;
  color: #000;
  border-radius: 50%;
  font-size: 0.8em;
}

#explosion-table .grid-layout {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

@media (max-width: 900px) {
  #explosion-table .grid-layout {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  #explosion-table .grid-layout {
    grid-template-columns: 1fr;
  }
}

#explosion-table .section-box {
  padding: 15px;
  border: 1px solid;
  border-radius: 5px;
}

#explosion-table h3 {
  margin-top: 0;
  font-size: 1.1em;
  border-bottom: 2px solid;
  padding-bottom: 5px;
}

#explosion-table .color-blue {
  color: #82aaff;
  border-color: #82aaff;
}

#explosion-table .color-red {
  color: #ff6b6b;
  border-color: #ff6b6b;
}

#explosion-table .color-green {
  color: #4ade80;
  border-color: #4ade80;
}

#explosion-table .color-lightblue {
  color: #38bdf8;
  border-color: #38bdf8;
}

#explosion-table .color-purple {
  color: #c084fc;
  border-color: #c084fc;
}

#explosion-table table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
  font-size: 0.9em;
}

#explosion-table th,
#explosion-table td {
  border: 1px solid;
  padding: 6px;
  text-align: center;
}

#explosion-table .table-dark-header {
  background-color: rgba(128, 128, 128, 0.2);
  font-weight: bold;
}

#explosion-table ul {
  padding-left: 20px;
  margin: 5px 0;
}

#explosion-table li {
  margin-bottom: 5px;
}

#explosion-table .note-text {
  font-size: 0.85em;
  opacity: 0.7;
}
<!-- จบ style หน้าตารางโคมไฟกันระเบิด -->

<!-- เริ่ม SS style Product Collection  -->

.boviga-led-categories {
  --led-content-max: 1220px;
  --led-sticky-offset: var(--boviga-sticky-offset, 0px);
  --led-nav-mobile-offset: var(--boviga-mobile-sticky-offset, var(--boviga-sticky-offset, 76px));
  width: 100%;
  min-height: 100vh;
  padding: 30px 35px 30px 0px;
}

.led-hero,
.led-tabs,
.category-section {
  width: min(100%, var(--led-content-max));
  margin-inline: auto;
}

.led-hero {
  margin-bottom: 45px;
}

.led-hero h1 {
  font-size: 45px;
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: 0;
}

.led-tabs {
  position: sticky;
  top: 0px;
  z-index: 120;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  min-height: 42px;
  margin-bottom: 32px;
  background: var(--boviga-color-bg, #0f0f0f);
  border-top: 1px solid var(--boviga-color-accent, #fed007);
  border-bottom: 1px solid var(--boviga-color-accent, #fed007);
  box-shadow: 0 12px 20px rgba(5, 5, 5, 0.72);
  overflow-x: auto;
  scrollbar-width: none;
}

.led-tabs::-webkit-scrollbar {
  display: none;
}

.led-tabs a {
  position: relative;
  flex: 0 0 auto;
  padding: 9px 31px 8px;
  color: rgba(247, 247, 244, 0.9);
  font-family: var(--boviga-font-body, Arial, sans-serif);
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.led-tabs a + a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: var(--boviga-color-accent, #fed007);
  transform: translate(-2px, -50%);
}

.category-section {
  scroll-margin-top: 68px;
  padding-top: 36px;
  border-top: 1px solid var(--boviga-color-accent, #fed007);
}

.category-section:first-of-type {
  padding-top: 0;
  border-top: 0;
}

.category-section + .category-section {
  margin-top: 50px;
}

.category-section-last {
  margin-top: 58px;
}

.category-grid {
  display: grid;
  gap: 3px;
  min-width: 0;
  overflow: visible;
}

.category-grid-industrial,
.category-grid-facade {
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 242px);
}

.category-grid-outdoor,
.category-grid-solar,
.category-grid-indoor {
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 240px);
}

.category-grid-other {
  grid-template-columns: 1.32fr 1.28fr 1.28fr;
  grid-template-rows: 324px;
}

.intro-card,
.flip-card {
  min-width: 0;
  min-height: 0;
  border-radius: 5px;
}

.intro-card {
  position: relative;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  background-image: var(--intro-image);
  background-position: center;
  background-size: cover;
  isolation: isolate;
}

.intro-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.18)), rgba(0, 0, 0, 0.16);
}

.intro-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.35);
}

.intro-industrial {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.intro-outdoor {
  grid-column: 1 / span 2;
  grid-row: 1 / span 2;
}

.intro-solar {
  grid-column: 4;
  grid-row: 1 / span 2;
}

.intro-facade {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.intro-indoor {
  grid-column: 4;
  grid-row: 1 / span 2;
}

.intro-other {
}

.intro-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  padding: 34px 34px 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
  border: 0;
}

.intro-outdoor .intro-copy {
  padding: 58px 58px 0;
}

.intro-solar .intro-copy,
.intro-indoor .intro-copy {
  padding: 34px 34px 0;
}

.intro-other .intro-copy {
  padding: 34px 35px 0;
}

.intro-copy h2 {
  position: relative;
  max-width: 330px;
  margin: 0 0 18px;
  padding-left: 18px;
  color: #fff;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.03;
  letter-spacing: 0;
}

.intro-copy h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.08em;
  width: 4px;
  height: 0.9em;
  background: var(--boviga-color-accent, #fed007);
  border-radius: 999px;
}

.intro-outdoor .intro-copy h2 {
  max-width: 560px;
}

.intro-outdoor .intro-copy p {
  max-width: 520px;
}

.flip-card {
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
  transform: scale(1);
  transform-origin: center;
  transition: transform 300ms ease, filter 300ms ease;
  z-index: 1;
  will-change: transform;
}

.flip-card:hover,
.flip-card:focus-visible {
  filter: drop-shadow(0 24px 38px rgba(0, 0, 0, 0.58));
  transform: scale(1.16);
  z-index: 90;
}

/* ✅ border เขียว hover — อยู่นอก media query */
.flip-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  border-radius: 5px;
  z-index: 100;
  pointer-events: none;
  transition: border-color 300ms ease;
}

.flip-card:hover::after,
.flip-card:focus-visible::after {
  border-color: #00FF99;
}

.flip-card-inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.flip-face {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid var(--boviga-color-bg, #fff);
  border-radius: 5px;
}

.flip-face::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-position: center;
  background-size: cover;
  transition: transform 340ms ease;
  transform: scale(1);
}

.flip-card:hover .flip-face::before,
.flip-card:focus-visible .flip-face::before {
  transform: scale(1.2);
}

.flip-front::before {
  background-image: var(--front-image);
}

.flip-front span,
.flip-back strong,
.flip-back em {
  position: relative;
  z-index: 1;
}

.flip-front span {
  display: none;
}

.flip-back {
  flex-direction: column;
  gap: clamp(9px, 1.35vw, 17px);
  padding: clamp(18px, 2.4vw, 30px) clamp(16px, 2.2vw, 28px);
  opacity: 0;
  text-align: center;
  transition: opacity 260ms ease;
}

.flip-back::before {
  background-image: linear-gradient(rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.76)), var(--hover-image);
}

.flip-card:hover .flip-back,
.flip-card:focus-visible .flip-back {
  opacity: 1;
}

.flip-back strong {
  color: #fff;
  font-size: clamp(20px, 2.2vw, 32px);
  font-weight: 900;
  line-height: 1.04;
  text-transform: uppercase;
}

.flip-back em {
  max-width: 320px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(13px, 1.15vw, 17px);
  font-style: normal;
  font-weight: 600;
  line-height: 1.38;
}

.span-rows-2 {
  grid-row: span 2;
}

.with-note {
  padding-bottom: 0;
}

.section-note {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 226px;
  align-items: center;
  column-gap: 42px;
  min-height: 78px;
  padding: 20px 0 0;
}

.section-note p {
  max-width: 820px;
  margin: 0 0 0 auto;
  color: rgba(247, 247, 244, 0.9);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.42;
  text-align: center;
}

.section-note span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 206px;
  min-height: 36px;
  border: 1px solid var(--boviga-color-accent, #fed007);
  border-radius: 999px;
  color: var(--boviga-color-accent, #fed007);
  font-size: 16px;
  font-style: italic;
  font-weight: 800;
  line-height: 1;
}

@media (max-width: 1180px) {
  .boviga-led-categories {
    padding-inline: 32px;
  }

  .led-hero h1 {
    font-size: 48px;
  }

  .category-grid-industrial,
  .category-grid-facade,
  .category-grid-outdoor,
  .category-grid-solar,
  .category-grid-indoor {
    grid-template-rows: repeat(2, 21vw);
  }

  .flip-front span {
    font-size: 26px;
  }
}

@media (max-width: 820px) {
  .boviga-led-categories {
    padding: 0 10px 0 0;
  }

  .led-hero {
    margin-bottom: 44px;
  }

  .led-hero h1 {
    font-size: 38px;
    line-height: 1.06;
  }

  .led-tabs {
    position: fixed;
    top: 50%;
    left: auto;
    right: 10px;
    z-index: 80;
    display: flex;
    flex-direction: column;
    width: 46px;
    height: max-content;
    max-height: calc(100dvh - var(--led-nav-mobile-offset) - 18px);
    min-height: 0;
    margin: 0;
    padding: 10px 0;
    border: 1px solid var(--boviga-color-accent, #fed007);
    border-radius: 999px;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translateY(-50%);
  }

  .led-tabs a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    min-height: 72px;
    padding: 10px 0;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(0deg);
  }

  .led-tabs a + a::before {
    display: none;
  }

  .category-grid,
  .category-grid-industrial,
  .category-grid-facade,
  .category-grid-outdoor,
  .category-grid-solar,
  .category-grid-indoor,
  .category-grid-other {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    grid-auto-rows: 164px;
  }

  .intro-industrial,
  .intro-outdoor,
  .intro-solar,
  .intro-facade,
  .intro-indoor,
  .intro-other {
    grid-column: span 2;
    grid-row: auto;
    aspect-ratio: 16 / 9;
    height: auto;
  }

  .span-rows-2 {
    grid-row: span 2;
  }

  .intro-card {
    align-items: flex-start;
    grid-column: span 2;
    grid-row: auto;
    aspect-ratio: 16 / 9;
    height: auto;
  }

  .intro-copy,
  .intro-outdoor .intro-copy,
  .intro-solar .intro-copy,
  .intro-indoor .intro-copy,
  .intro-other .intro-copy {
    padding: 28px 15px 0;
  }

  .intro-copy h2 {
    font-size: 32px;
    color: rgba(247, 247, 244, 0.9);
  }

  .intro-copy p {
    display: none;
  }

  .flip-front span {
    font-size: 23px;
  }

  .flip-back em {
    display: none;
  }

  .flip-back {
    gap: 0;
    padding: 18px 14px;
  }

  .flip-card:hover,
  .flip-card:focus-visible {
    transform: scale(1.1);
    z-index: 90;
  }

  .section-note {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-top: 22px;
  }

  .section-note p {
    max-width: none;
    margin: 0;
    text-align: left;
  }

  .section-note span {
    width: 206px;
  }

  .category-section {
    scroll-margin-top: 22px;
  }
}

@media (max-width: 480px) {
  .boviga-led-categories {
    padding-right: 42px;
  }

  .led-hero h1 {
    font-size: 32px;
  }

  .led-tabs {
    right: 8px;
    width: 40px;
  }

  .led-tabs a {
    width: 38px;
    min-height: 64px;
    font-size: 11px;
  }

  .category-grid,
  .category-grid-industrial,
  .category-grid-facade,
  .category-grid-outdoor,
  .category-grid-solar,
  .category-grid-indoor,
  .category-grid-other {
    grid-auto-rows: 148px;
  }

  .flip-front span {
    font-size: 20px;
  }

  .flip-back {
    padding: 22px 16px;
  }
}

<!-- จบ SS style Product Collection  -->