/* LED100Future design system — portable to a WordPress theme. */
:root {
  --orange: #ff580a;
  --orange-dark: #d83e00;
  --navy: #071b38;
  --blue: #0f2e55;
  --ink: #12243e;
  --muted: #667184;
  --line: #e1e6ed;
  --wash: #f4f6f9;
  --white: #fff;
  --green: #06a84f;
  --radius: 9px;
  --shadow: 0 8px 30px #071b3810;
  --max: 1240px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font:
    16px/1.7 Tahoma,
    "Noto Sans Thai",
    Arial,
    sans-serif;
  color: var(--ink);
  background: white;
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea {
  outline-offset: 4px;
}
button {
  cursor: pointer;
}
button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
button {
  color: inherit;
}
h1,
h2,
h3,
h4,
p {
  margin: 0;
}
h1,
h2,
h3,
h4 {
  line-height: 1.45;
  overflow-wrap: anywhere;
}
h1 {
  font-size: clamp(32px, 3.7vw, 52px);
}
h2 {
  font-size: clamp(26px, 2.6vw, 34px);
}
h3 {
  font-size: 20px;
}
p {
  color: var(--muted);
}
ul {
  padding-left: 20px;
}
.container {
  width: min(calc(100% - 64px), var(--max));
  margin-inline: auto;
}
.section {
  padding: 62px 0;
}
.wash {
  background: var(--wash);
}
.eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.4px;
  color: var(--orange);
  margin-bottom: 10px;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}
.section-heading p {
  margin-top: 8px;
}
.text-link {
  font-size: 14px;
  font-weight: bold;
  color: var(--orange-dark);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  vertical-align: middle;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 11px 23px;
  background: var(--orange);
  border: 1px solid var(--orange);
  color: #fff;
  border-radius: 5px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  transition:
    background 0.15s,
    transform 0.15s;
  text-align: center;
}
.btn:hover {
  background: var(--orange-dark);
  border-color: var(--orange-dark);
  transform: translateY(-1px);
}
.btn.secondary {
  background: white;
  color: var(--navy);
  border-color: var(--line);
}
.btn.secondary:hover {
  background: var(--wash);
}
.btn.outline {
  background: transparent;
  color: white;
  border-color: #ffffff80;
}
.btn.line {
  background: var(--green);
  border-color: var(--green);
}
.btn.small {
  min-height: 40px;
  padding: 8px 12px;
  font-size: 14px;
}
.btn.block {
  width: 100%;
}
.actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}
.icon-button {
  border: 1px solid var(--line);
  background: white;
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 5px;
}
.skip {
  position: fixed;
  left: 16px;
  top: -100px;
  z-index: 1000;
  background: white;
  padding: 12px;
}
.skip:focus {
  top: 12px;
}
.topline {
  background: var(--wash);
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  padding: 6px 0;
  color: var(--muted);
}
.topline .container {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.topline b {
  color: var(--navy);
  font-weight: 400;
}
.site-header {
  background: white;
  position: relative;
  z-index: 30;
}
.masthead {
  display: flex;
  align-items: center;
  gap: 35px;
  min-height: 100px;
}
.logo {
  width: 161px;
  flex-shrink: 0;
}
.logo .media {
  aspect-ratio: 153/64;
  background-color: white;
}
.brand-copy {
  border-left: 1px solid var(--line);
  padding-left: 25px;
  font-size: 14px;
  line-height: 1.7;
}
.brand-copy b {
  display: block;
  font-size: 16px;
  color: var(--navy);
}
.header-search {
  position: relative;
  display: flex;
  max-width: 330px;
  flex: 1;
  margin-left: auto;
}
.header-search input {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 5px 0 0 5px;
  background: var(--wash);
  padding: 11px 14px;
  font-size: 14px;
}
.header-search button {
  border: 0;
  background: var(--orange);
  color: white;
  padding: 0 13px;
  border-radius: 0 5px 5px 0;
}
.cart-link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
}
.cart-count {
  position: absolute;
  left: 12px;
  top: -9px;
  background: var(--orange);
  color: white;
  border-radius: 20px;
  min-width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  font: 11px Arial;
  border: 2px solid white;
}
.menu-toggle {
  display: none;
}
.nav-bar {
  background: var(--navy);
}
.main-nav {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 4px;
}
.main-nav > a {
  padding: 16px 13px;
  color: #dfe7f3;
  font-size: 14px;
  white-space: nowrap;
  position: relative;
}
.main-nav > a.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 13px;
  right: 13px;
  height: 3px;
  background: var(--orange);
}
.main-nav > a:hover {
  color: white;
  background: #ffffff0b;
}
.main-nav .nav-quote {
  background: var(--orange);
  color: white;
  padding-inline: 23px;
}
.hero {
  position: relative;
  min-height: 490px;
  display: flex;
  align-items: center;
  background: #081b36;
  overflow: hidden;
  color: white;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background: url("assets/hero.png") center/cover no-repeat;
}
.hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    #06172fef 0%,
    #06172fd9 27%,
    #06172f50 62%,
    transparent
  );
}
.hero .container {
  position: relative;
  z-index: 1;
  padding-block: 54px;
}
.hero-content {
  max-width: 590px;
}
.hero .eyebrow {
  color: #ff9b63;
}
.hero h1 {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.7px;
}
.hero h1 span {
  color: #ff791f;
}
.hero p {
  color: #e0e7f0;
  font-size: 19px;
  margin: 18px 0 28px;
}
.hero-note {
  font-size: 13px !important;
  color: #a7b8d0 !important;
  margin: 17px 0 0 !important;
}
.hero-bottom {
  display: flex;
  gap: 25px;
  border-top: 1px solid #ffffff30;
  margin-top: 31px;
  padding-top: 20px;
  font-size: 13px;
  color: #e3eaf3;
}
.hero-bottom span {
  display: flex;
  align-items: center;
  gap: 9px;
}
.hero-bottom .icon {
  color: #ff782b;
  width: 20px;
}
.quick-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: white;
  box-shadow: var(--shadow);
}
.quick-grid a {
  padding: 25px 15px;
  text-align: center;
  border-right: 1px solid var(--line);
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
}
.quick-grid a:last-child {
  border: 0;
}
.quick-grid a:hover {
  background: #fff5ee;
}
.quick-grid .icon {
  color: var(--orange);
  width: 31px;
  height: 31px;
}
.quick-grid small {
  color: var(--muted);
  font-size: 11px;
}
.media {
  background-image: var(--src);
  background-size: var(--size);
  background-position: var(--position);
  background-repeat: no-repeat;
  background-color: #eef1f5;
  aspect-ratio: var(--ratio);
  width: 100%;
  overflow: hidden;
}
.photo {
  background-size: cover;
  background-position: center;
}
.grid {
  display: grid;
  gap: 22px;
}
.cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.category-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: white;
  transition:
    box-shadow 0.2s,
    border-color 0.2s;
}
.category-card:hover {
  box-shadow: var(--shadow);
  border-color: #f6ad80;
}
.category-card .media {
  aspect-ratio: 1.6;
}
.category-body {
  padding: 17px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.category-body h3 {
  font-size: 16px;
}
.category-body small {
  font-size: 12px;
  color: var(--muted);
}
.category-body .icon {
  color: var(--orange);
}
.benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}
.benefit {
  display: flex;
  align-items: start;
  gap: 15px;
}
.benefit .icon {
  width: 34px;
  height: 34px;
  color: var(--orange);
  margin-top: 4px;
}
.benefit strong {
  display: block;
  font-size: 16px;
}
.benefit p {
  font-size: 13px;
  margin-top: 5px;
}
.line-divider {
  border-top: 1px solid var(--line);
  padding-block: 30px;
}
.solution-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--navy);
  color: white;
  display: block;
}
.solution-card .media {
  aspect-ratio: 1.6;
  transition: transform 0.3s;
}
.solution-card:hover .media {
  transform: scale(1.04);
}
.solution-card .overlay {
  padding: 19px 20px;
  background: var(--navy);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.solution-card h3 {
  font-size: 17px;
}
.solution-card small {
  font-size: 12px;
  color: #aab9cc;
}
.product-card {
  border: 1px solid var(--line);
  background: white;
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: box-shadow 0.2s;
}
.product-card:hover {
  box-shadow: var(--shadow);
}
.product-image {
  padding: 14px 14px 0;
  display: block;
}
.product-image .media {
  aspect-ratio: 1.25;
  border-radius: 5px;
}
.product-content {
  padding: 17px 18px 19px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.product-content h3 {
  font-size: 17px;
  margin: 4px 0 6px;
}
.product-content p {
  font-size: 13px;
  line-height: 1.65;
  margin-bottom: 11px;
}
.product-content .meta {
  font-size: 11px;
  letter-spacing: 0.5px;
  color: var(--muted);
}
.price {
  color: var(--orange-dark);
  font-weight: bold;
  font-size: 22px;
  line-height: 1.6;
}
.price small {
  font-size: 12px;
  color: var(--muted);
  font-weight: 400;
}
.price-label {
  font-size: 11px;
  color: var(--muted);
  margin-top: auto;
}
.product-actions {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}
.product-actions .btn {
  font-size: 12px;
  padding: 9px 10px;
  min-height: 40px;
  flex: 1;
}
.product-actions .btn.add {
  flex: 0 0 43px;
  padding: 8px;
}
.product-actions .icon {
  width: 19px;
}
.tag {
  position: absolute;
  top: 23px;
  left: 24px;
  background: var(--navy);
  color: white;
  font-size: 10px;
  letter-spacing: 0.7px;
  padding: 3px 8px;
  border-radius: 3px;
  z-index: 1;
}
.installation-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--navy);
  color: white;
  border-radius: 10px;
  overflow: hidden;
}
.installation-feature .media {
  height: 100%;
  aspect-ratio: 1.2;
}
.installation-content {
  padding: 48px;
}
.installation-content p {
  color: #b5c2d4;
  margin: 15px 0 20px;
}
.check-list {
  list-style: none;
  padding: 0;
  margin: 22px 0 27px;
}
.check-list li {
  display: flex;
  gap: 11px;
  margin: 12px 0;
  font-size: 14px;
}
.check-list .icon {
  color: var(--orange);
  width: 20px;
}
.portfolio-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}
.portfolio-card .media {
  aspect-ratio: 1.6;
}
.portfolio-card > div:last-child {
  padding: 20px;
}
.portfolio-card h3 {
  font-size: 17px;
}
.portfolio-card p {
  font-size: 13px;
  margin: 5px 0 8px;
}
.sample {
  font-size: 11px;
  color: #8b602d;
  background: #fff4df;
  padding: 3px 7px;
  border-radius: 3px;
  display: inline-block;
}
.cta-band {
  background: linear-gradient(110deg, #ed4300, #ff6b14);
  color: white;
  padding: 39px 0;
}
.cta-band .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.cta-band h2 {
  font-size: 30px;
}
.cta-band p {
  color: #fff0e4;
  margin-top: 8px;
}
.cta-band .btn {
  background: white;
  color: var(--orange-dark);
  border-color: white;
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  text-align: center;
}
.trust-grid strong {
  font-size: 27px;
  display: block;
  color: var(--orange-dark);
  margin: 8px 0;
}
.trust-grid p {
  font-size: 14px;
}
.trust-grid .icon {
  width: 28px;
  height: 28px;
  color: var(--navy);
}
.footer {
  background: var(--navy);
  color: white;
  padding: 48px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.1fr;
  gap: 38px;
}
.footer .logo {
  background: white;
  border-radius: 4px;
  padding: 5px;
  width: 148px;
  margin-bottom: 17px;
}
.footer p {
  color: #afbdd0;
  font-size: 13px;
  max-width: 300px;
}
.footer h3 {
  font-size: 16px;
  margin-bottom: 17px;
}
.footer a:not(.btn):not(.logo) {
  display: block;
  color: #c0cede;
  font-size: 13px;
  margin: 8px 0;
}
.footer a:hover {
  color: white;
}
.footer-bottom {
  border-top: 1px solid #ffffff20;
  padding: 22px 0;
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 11px;
  color: #a5b4c8;
}
.rgb-mark {
  display: flex;
  gap: 4px;
  align-items: center;
}
.rgb-mark i {
  display: block;
  width: 21px;
  height: 3px;
  background: #f72c2c;
}
.rgb-mark i:nth-child(2) {
  background: #22bd49;
}
.rgb-mark i:nth-child(3) {
  background: #159cfa;
}
.bottom-nav {
  display: none;
}
.floating-line {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 35;
  border: 0;
  color: white;
  background: var(--green);
  padding: 12px 17px;
  border-radius: 50px;
  box-shadow: 0 5px 20px #071b3820;
  font-size: 13px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 9px;
}
.page-banner {
  background: var(--navy);
  color: white;
  position: relative;
  overflow: hidden;
}
.page-banner .container {
  position: relative;
  z-index: 1;
  padding-block: 45px;
}
.page-banner h1 {
  font-size: 35px;
  max-width: 700px;
}
.page-banner p {
  color: #bac8da;
  margin-top: 11px;
  max-width: 600px;
}
.page-banner .eyebrow {
  color: #ff9c65;
}
.page-banner:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 44%;
  background:
    linear-gradient(90deg, var(--navy), #071b3880),
    url("assets/hero.png") center/cover;
}
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 12px;
  color: var(--muted);
  padding: 23px 0;
}
.breadcrumbs a:hover {
  color: var(--orange);
}
.content-section {
  padding: 0 0 65px;
}
.catalog-layout {
  display: grid;
  grid-template-columns: 225px 1fr;
  gap: 30px;
}
.filter-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  align-self: start;
  background: white;
}
.filter-panel h3 {
  font-size: 16px;
  margin-bottom: 15px;
}
.filter-panel label {
  font-size: 13px;
  margin: 12px 0;
}
.filter-panel select,
.filter-panel input {
  padding: 10px;
  font-size: 13px;
}
.filter-panel hr {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 24px 0;
}
.filter-panel .btn {
  margin-top: 14px;
}
.catalog-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}
.catalog-top p {
  font-size: 14px;
}
.catalog-top select {
  max-width: 180px;
  font-size: 13px;
  padding: 9px;
}
.filter-toggle {
  display: none;
}
.chip-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.chip {
  border: 1px solid var(--line);
  background: var(--wash);
  border-radius: 5px;
  padding: 9px 16px;
  font-size: 13px;
  min-height: 43px;
}
.chip.active {
  background: var(--orange);
  color: white;
  border-color: var(--orange);
}
.form-control,
label input,
label select,
label textarea {
  width: 100%;
  border: 1px solid #ced6e0;
  border-radius: 5px;
  padding: 11px 13px;
  background: white;
  color: var(--ink);
  font-size: 15px;
  min-height: 46px;
}
label {
  display: block;
  font-weight: 500;
  font-size: 14px;
}
label input,
label select,
label textarea {
  display: block;
  margin-top: 7px;
}
textarea {
  resize: vertical;
  min-height: 117px;
}
label .required {
  color: var(--orange-dark);
}
.note {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.7;
  margin-top: 13px;
}
.notice-box {
  border: 1px solid #f5d6bc;
  background: #fff8ef;
  color: #8b571d;
  border-radius: 6px;
  padding: 13px 16px;
  font-size: 12px;
  margin: 20px 0;
}
.empty {
  text-align: center;
  padding: 55px 25px;
  background: var(--wash);
  border-radius: 8px;
  grid-column: 1/-1;
}
.empty > .icon {
  width: 48px;
  height: 48px;
  color: #a0aebb;
  margin-bottom: 20px;
}
.empty p {
  margin: 13px 0 22px;
}
.detail-layout {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 45px;
}
.gallery-main {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 18px;
  background: var(--wash);
}
.gallery-main .media {
  aspect-ratio: 1.35;
  border-radius: 6px;
}
.thumbnails {
  display: flex;
  gap: 12px;
  margin-top: 15px;
}
.thumbnail {
  background: white;
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: 5px;
  width: 95px;
}
.thumbnail.active {
  border: 2px solid var(--orange);
}
.thumbnail .media {
  aspect-ratio: 1.4;
}
.detail-copy h1 {
  font-size: 34px;
  margin: 8px 0 12px;
}
.detail-copy > p {
  font-size: 15px;
}
.detail-copy .price {
  font-size: 32px;
  margin-top: 20px;
}
.detail-copy .price small {
  font-size: 14px;
}
.spec-highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #fff4ec;
  border-radius: 6px;
  padding: 18px;
  margin: 20px 0;
  gap: 12px;
}
.spec-highlights strong {
  display: block;
  font-size: 14px;
}
.spec-highlights small {
  font-size: 12px;
  color: #845e47;
}
.qty {
  display: inline-flex;
  border: 1px solid var(--line);
  border-radius: 5px;
  overflow: hidden;
  align-items: center;
  background: white;
  flex-shrink: 0;
}
.qty button {
  border: 0;
  background: #f6f8fa;
  width: 37px;
  height: 42px;
  font-size: 21px;
}
.qty input {
  width: 49px;
  padding: 7px 0;
  text-align: center;
  border: 0;
  appearance: textfield;
  min-width: 0;
}
.qty input::-webkit-inner-spin-button {
  appearance: none;
}
.quantity-line {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 22px 0;
  font-size: 14px;
}
.detail-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.detail-actions .primary-add {
  grid-column: 1/-1;
}
.detail-actions .btn {
  min-height: 49px;
}
.detail-tabs {
  margin-top: 45px;
}
.tab-buttons {
  display: flex;
  border-bottom: 1px solid var(--line);
  gap: 4px;
  overflow: auto;
}
.tab-button {
  border: 0;
  padding: 14px 24px;
  background: var(--wash);
  font-size: 14px;
  white-space: nowrap;
}
.tab-button.active {
  background: var(--orange);
  color: white;
}
.tab-panel {
  padding: 30px 0;
}
.tab-panel[hidden] {
  display: none;
}
.spec-table {
  width: 100%;
  border-collapse: collapse;
}
.spec-table th,
.spec-table td {
  text-align: left;
  border: 1px solid var(--line);
  padding: 13px 18px;
  font-size: 14px;
}
.spec-table th {
  background: var(--wash);
  width: 38%;
}
.two-column {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 30px;
}
.panel {
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
}
.panel h2 {
  font-size: 23px;
  margin-bottom: 12px;
}
.panel h3 {
  font-size: 17px;
}
.summary-panel {
  align-self: start;
  position: sticky;
  top: 22px;
}
.summary-line {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  font-size: 14px;
  margin: 13px 0;
}
.summary-total {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding-top: 19px;
  margin: 20px 0;
  font-weight: bold;
}
.summary-total strong {
  color: var(--orange-dark);
  font-size: 23px;
}
.cart-header {
  display: grid;
  grid-template-columns: 1fr 105px 125px 115px 30px;
  gap: 16px;
  background: var(--wash);
  padding: 14px 18px;
  font-size: 12px;
}
.cart-row {
  display: grid;
  grid-template-columns: 1fr 105px 125px 115px 30px;
  gap: 16px;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}
.cart-product {
  display: flex;
  gap: 15px;
  align-items: center;
}
.cart-product .media {
  width: 90px;
  flex: 0 0 90px;
  aspect-ratio: 1.2;
  border-radius: 5px;
}
.cart-product b {
  display: block;
  line-height: 1.5;
}
.cart-product small {
  display: block;
  font-size: 12px;
  color: var(--muted);
}
.remove {
  background: none;
  border: 0;
  color: #8c96a5;
  padding: 7px;
}
.remove:hover {
  color: #c52323;
}
.cart-price small {
  display: block;
  font-size: 11px;
  color: var(--muted);
}
.cart-row .qty button {
  width: 30px;
}
.cart-row .qty input {
  width: 43px;
}
.cart-row .qty {
  width: max-content;
}
.cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 30px;
}
.cart-summary {
  max-width: 410px;
  margin-left: auto;
}
.flow-steps {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
  margin: 15px 0 35px;
  font-size: 13px;
}
.flow-step {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #7a8798;
}
.flow-step b {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #e7ecf2;
}
.flow-step.current {
  color: var(--orange-dark);
}
.flow-step.current b {
  background: var(--orange);
  color: white;
}
.flow-line {
  height: 1px;
  background: var(--line);
  width: 60px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.full {
  grid-column: 1/-1;
}
.upload {
  border: 1px dashed #afbdce;
  background: var(--wash);
  padding: 22px;
  text-align: center;
  border-radius: 6px;
}
.upload input {
  margin-top: 13px;
  font-size: 13px;
  padding: 8px;
}
.upload small {
  font-size: 12px;
  color: var(--muted);
}
.file-list {
  font-size: 12px;
  color: var(--muted);
  word-break: break-word;
}
.checkbox-label {
  display: flex;
  gap: 11px;
  align-items: start;
  font-size: 13px;
  line-height: 1.7;
}
.checkbox-label input {
  width: 18px;
  height: 18px;
  min-height: 0;
  flex-shrink: 0;
  margin-top: 3px;
}
.field-error {
  color: #b62321;
  font-size: 13px;
  margin: 12px 0;
}
.success-box {
  max-width: 740px;
  margin: 25px auto 60px;
  text-align: center;
  padding: 45px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 12px;
}
.success-icon {
  background: #e9f8ee;
  color: #178749;
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0 auto 23px;
}
.success-icon .icon {
  width: 38px;
  height: 38px;
}
.success-box h1 {
  font-size: 30px;
}
.reference {
  font-size: 25px;
  color: var(--orange-dark);
  background: #fff2e9;
  padding: 18px;
  margin: 22px 0;
  letter-spacing: 1px;
}
.success-box .actions {
  justify-content: center;
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
  margin-top: 30px;
}
.process-step b {
  font: 26px Arial;
  color: var(--orange);
  display: block;
  margin-bottom: 10px;
}
.process-step h3 {
  font-size: 16px;
}
.process-step p {
  font-size: 13px;
  margin-top: 8px;
}
.about-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 50px;
}
.about-story .media {
  aspect-ratio: 1.15;
  border-radius: 8px;
}
.about-story p {
  margin: 20px 0;
}
.quote-statement {
  border-left: 4px solid var(--orange);
  padding-left: 25px;
  font-size: 23px;
  color: var(--navy);
  line-height: 1.6;
  margin: 24px 0;
}
.contact-method {
  display: flex;
  gap: 17px;
  padding: 23px 0;
  border-bottom: 1px solid var(--line);
}
.contact-method > .icon {
  width: 32px;
  height: 32px;
  color: var(--orange);
  margin-top: 6px;
}
.contact-method p {
  font-size: 14px;
  margin-top: 6px;
}
.contact-method .btn {
  margin-top: 14px;
}
.contact-method:last-child {
  border: 0;
}
details {
  border-bottom: 1px solid var(--line);
  padding: 19px 0;
}
summary {
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
}
details p {
  font-size: 14px;
  margin-top: 13px;
}
.toast {
  position: fixed;
  bottom: 28px;
  left: 50%;
  transform: translate(-50%, 20px);
  background: var(--navy);
  color: white;
  padding: 14px 22px;
  border-radius: 7px;
  box-shadow: var(--shadow);
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.2s,
    transform 0.2s;
  font-size: 14px;
  max-width: calc(100% - 30px);
}
.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}
dialog {
  border: 0;
  border-radius: 12px;
  padding: 35px;
  max-width: 590px;
  width: calc(100% - 32px);
  color: var(--ink);
  box-shadow: 0 30px 100px #0004;
}
dialog::backdrop {
  background: #071b3899;
}
.dialog-close {
  position: absolute;
  right: 12px;
  top: 12px;
  border: 0;
  font-size: 28px;
}
.dialog-photo {
  margin: 16px 0;
}
.dialog-photo .media {
  aspect-ratio: 1.6;
  border-radius: 7px;
}
dialog h2 {
  font-size: 25px;
  margin: 12px 25px 12px 0;
}
dialog p {
  margin-bottom: 18px;
}
.mobile-detail-bar {
  display: none;
}
[hidden] {
  display: none !important;
}
body:has(dialog[open]) {
  overflow: hidden;
}
@media (min-width: 1440px) {
  :root {
    --max: 1280px;
  }
  .hero {
    min-height: 530px;
  }
  .section {
    padding-block: 70px;
  }
}
@media (max-width: 1100px) {
  .brand-copy {
    display: none;
  }
  .masthead {
    gap: 25px;
  }
  .main-nav > a {
    padding-inline: 9px;
    font-size: 13px;
  }
  .main-nav .nav-quote {
    padding-inline: 16px;
  }
  .cols-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .quick-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .quick-grid a {
    border-bottom: 1px solid var(--line);
  }
  .quick-grid a:nth-child(3) {
    border-right: 0;
  }
  .quick-grid a:nth-child(n + 4) {
    border-bottom: 0;
  }
  .benefits {
    grid-template-columns: repeat(2, 1fr);
  }
  .catalog-layout {
    grid-template-columns: 200px 1fr;
    gap: 22px;
  }
  .catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .installation-content {
    padding: 32px;
  }
  .two-column {
    grid-template-columns: 1.4fr 1fr;
  }
  .footer-grid {
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 25px;
  }
  .footer-grid > div:last-child {
    grid-column: 1/-1;
  }
  .footer-grid > div:last-child p {
    max-width: none;
  }
  .detail-layout {
    gap: 28px;
  }
  .detail-copy h1 {
    font-size: 29px;
  }
}
@media (max-width: 900px) {
  .container {
    width: calc(100% - 40px);
  }
  .masthead {
    min-height: 80px;
  }
  .logo {
    width: 140px;
  }
  .header-search {
    max-width: 330px;
  }
  .cart-link > span:last-child {
    display: none;
  }
  .menu-toggle {
    display: inline-grid;
    margin-left: auto;
  }
  .nav-bar .container {
    width: 100%;
  }
  .main-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--navy);
    padding: 15px 20px;
    box-shadow: 0 12px 20px #0002;
    grid-template-columns: 1fr 1fr;
  }
  .main-nav.open {
    display: grid;
  }
  .main-nav > a {
    padding: 14px 17px;
    font-size: 15px;
  }
  .main-nav .nav-quote {
    grid-column: 1/-1;
    text-align: center;
    margin-top: 8px;
  }
  .hero {
    min-height: 440px;
  }
  .hero-content {
    max-width: 530px;
  }
  .hero h1 {
    font-size: 38px;
  }
  .hero:after {
    background: linear-gradient(90deg, #06172fe8, #06172fba 46%, #06172f40);
  }
  .section {
    padding-block: 45px;
  }
  .section-heading h2 {
    font-size: 27px;
  }
  .cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .two-column {
    grid-template-columns: 1fr;
  }
  .summary-panel {
    position: static;
  }
  .detail-layout {
    grid-template-columns: 1fr 1fr;
    gap: 22px;
  }
  .spec-highlights {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .spec-highlights > div {
    display: flex;
    justify-content: space-between;
  }
  .detail-actions {
    grid-template-columns: 1fr;
  }
  .detail-actions .primary-add {
    grid-column: auto;
  }
  .detail-copy h1 {
    font-size: 26px;
  }
  .steps-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .cta-band h2 {
    font-size: 25px;
  }
  .cta-band .actions {
    min-width: 190px;
  }
  .cta-band .btn {
    width: 100%;
  }
  .installation-feature {
    grid-template-columns: 1fr 1fr;
  }
  .installation-content h2 {
    font-size: 27px;
  }
  .cart-header,
  .cart-row {
    grid-template-columns: 1fr 90px 105px 100px 25px;
    gap: 10px;
  }
  .cart-product .media {
    width: 65px;
    flex-basis: 65px;
  }
  .cart-product {
    gap: 10px;
  }
  .cart-product b {
    font-size: 13px;
  }
  .about-story {
    gap: 25px;
  }
  .trust-grid strong {
    font-size: 23px;
  }
  .floating-line {
    bottom: 20px;
  }
}
@media (max-width: 600px) {
  body {
    font-size: 16px;
    padding-bottom: 65px;
  }
  .container {
    width: calc(100% - 32px);
  }
  .topline {
    font-size: 10px;
    padding: 5px 0;
  }
  .topline .container > span:last-child {
    display: none;
  }
  .masthead {
    min-height: 73px;
    gap: 15px;
  }
  .masthead .logo {
    width: 128px;
    order: 1;
  }
  .menu-toggle {
    order: 0;
    margin: 0;
    width: 36px;
    border: 0;
  }
  .header-search {
    display: none;
  }
  .cart-link {
    order: 2;
    margin-left: auto;
  }
  .masthead .cart-link .icon {
    width: 26px;
    height: 26px;
  }
  .main-nav {
    grid-template-columns: 1fr;
    max-height: 75vh;
    overflow: auto;
  }
  .main-nav > a {
    padding: 12px 16px;
  }
  .hero {
    min-height: 570px;
    align-items: end;
  }
  .hero-bg {
    background-position: 65% 10%;
    background-size: auto 360px;
    background-repeat: no-repeat;
  }
  .hero:after {
    background: linear-gradient(
      0deg,
      #06172f 0%,
      #06172ffc 25%,
      #06172fa0 55%,
      #06172f15 90%
    );
  }
  .hero .container {
    padding-top: 255px;
    padding-bottom: 30px;
  }
  .hero h1 {
    font-size: 31px;
    line-height: 1.5;
    letter-spacing: -0.4px;
  }
  .hero p {
    font-size: 15px;
    margin: 14px 0 21px;
  }
  .hero .eyebrow {
    font-size: 10px;
    letter-spacing: 1.7px;
  }
  .hero .actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .hero .actions .btn {
    font-size: 13px;
    padding: 12px 10px;
  }
  .hero-bottom {
    gap: 11px;
    margin-top: 22px;
    padding-top: 17px;
    font-size: 10px;
    justify-content: space-between;
  }
  .hero-bottom .icon {
    width: 17px;
  }
  .hero-bottom span {
    gap: 5px;
  }
  .quick-grid {
    grid-template-columns: repeat(3, 1fr);
    border-radius: 7px;
  }
  .quick-grid a {
    padding: 17px 6px;
    font-size: 12px;
    gap: 6px;
  }
  .quick-grid small {
    font-size: 9px;
  }
  .quick-grid .icon {
    width: 26px;
    height: 26px;
  }
  .section {
    padding-block: 35px;
  }
  .section-heading {
    align-items: start;
    gap: 12px;
    margin-bottom: 21px;
  }
  .section-heading h2 {
    font-size: 25px;
  }
  .section-heading p {
    font-size: 13px;
  }
  .section-heading .text-link {
    font-size: 12px;
    padding-top: 5px;
    gap: 4px;
  }
  .section-heading .text-link .icon {
    width: 17px;
  }
  .eyebrow {
    font-size: 10px;
    letter-spacing: 1.7px;
  }
  .grid {
    gap: 13px;
  }
  .cols-4,
  .cols-3,
  .cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .category-body {
    padding: 13px 12px;
    gap: 6px;
  }
  .category-body h3 {
    font-size: 13px;
  }
  .category-body small {
    font-size: 10px;
  }
  .category-body .icon {
    width: 15px;
  }
  .category-card .media {
    aspect-ratio: 1.35;
  }
  .benefits {
    gap: 23px 17px;
  }
  .benefit {
    gap: 10px;
  }
  .benefit .icon {
    width: 26px;
    height: 26px;
  }
  .benefit strong {
    font-size: 13px;
  }
  .benefit p {
    font-size: 11px;
    line-height: 1.7;
  }
  .line-divider {
    padding-block: 25px;
  }
  .solution-card .media {
    aspect-ratio: 1.35;
  }
  .solution-card .overlay {
    padding: 13px 12px;
    gap: 6px;
  }
  .solution-card h3 {
    font-size: 13px;
  }
  .solution-card small {
    font-size: 9px;
  }
  .solution-card .overlay .icon {
    width: 17px;
  }
  .product-image {
    padding: 8px 8px 0;
  }
  .product-image .media {
    aspect-ratio: 1.15;
  }
  .product-content {
    padding: 12px 11px 13px;
  }
  .product-content h3 {
    font-size: 14px;
    line-height: 1.5;
    min-height: 42px;
  }
  .product-content p {
    font-size: 11px;
    margin-bottom: 7px;
  }
  .product-content .meta {
    font-size: 9px;
  }
  .price {
    font-size: 19px;
  }
  .price small {
    font-size: 10px;
  }
  .price-label {
    font-size: 10px;
  }
  .product-actions {
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 10px;
  }
  .product-actions .btn {
    font-size: 12px;
    min-height: 40px;
    width: 100%;
    flex: auto;
    padding: 8px 5px;
  }
  .product-actions .btn.add {
    flex: auto;
    width: 100%;
  }
  .product-actions .btn.add .add-label {
    display: inline;
  }
  .tag {
    top: 14px;
    left: 14px;
    font-size: 8px;
    padding: 2px 5px;
  }
  .installation-feature {
    grid-template-columns: 1fr;
  }
  .installation-feature > .media {
    aspect-ratio: 1.7;
    height: auto;
    max-height: 260px;
  }
  .installation-content {
    padding: 26px;
  }
  .installation-content h2 {
    font-size: 27px;
  }
  .installation-content p {
    font-size: 14px;
  }
  .portfolio-card > div:last-child {
    padding: 14px;
  }
  .portfolio-card h3 {
    font-size: 14px;
  }
  .portfolio-card p {
    font-size: 11px;
  }
  .sample {
    font-size: 9px;
  }
  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 23px 15px;
  }
  .trust-grid strong {
    font-size: 23px;
  }
  .trust-grid p {
    font-size: 12px;
  }
  .cta-band {
    padding-block: 28px;
  }
  .cta-band .container {
    flex-direction: column;
    align-items: stretch;
    gap: 23px;
  }
  .cta-band h2 {
    font-size: 26px;
  }
  .cta-band p {
    font-size: 14px;
  }
  .cta-band .actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .cta-band .btn {
    font-size: 13px;
    padding: 12px 10px;
  }
  .footer {
    padding-top: 33px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 27px 20px;
  }
  .footer-grid > div:first-child {
    grid-column: 1/-1;
  }
  .footer-grid > div:last-child {
    grid-column: 1/-1;
  }
  .footer h3 {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .footer p {
    font-size: 12px;
  }
  .footer a:not(.btn):not(.logo) {
    font-size: 12px;
  }
  .footer-bottom {
    font-size: 10px;
    flex-direction: column;
    gap: 12px;
    margin-top: 26px;
  }
  .bottom-nav {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 65px;
    padding-bottom: env(safe-area-inset-bottom);
    background: white;
    border-top: 1px solid var(--line);
    z-index: 45;
    box-shadow: 0 -3px 15px #071b3808;
  }
  .bottom-nav a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    font-size: 10px;
    color: #758196;
    position: relative;
  }
  .bottom-nav a.active {
    color: var(--orange);
  }
  .bottom-nav .icon {
    width: 21px;
    height: 21px;
  }
  .bottom-nav .cart-count {
    top: 4px;
    left: 50%;
    border: 0;
    height: 16px;
    min-width: 16px;
    font-size: 9px;
  }
  .floating-line {
    bottom: 82px;
    right: 15px;
    padding: 11px;
    border-radius: 50%;
    width: 47px;
    height: 47px;
    justify-content: center;
  }
  .floating-line span {
    display: none;
  }
  .page-banner .container {
    padding-block: 30px;
  }
  .page-banner h1 {
    font-size: 28px;
  }
  .page-banner p {
    font-size: 13px;
    max-width: 90%;
  }
  .page-banner:after {
    width: 60%;
    opacity: 0.4;
  }
  .breadcrumbs {
    font-size: 11px;
    padding: 18px 0;
    gap: 7px;
  }
  .content-section {
    padding-bottom: 35px;
  }
  .catalog-layout {
    display: block;
  }
  .filter-toggle {
    display: inline-flex;
    margin-bottom: 16px;
  }
  .filter-panel {
    display: none;
    margin-bottom: 20px;
    padding: 20px;
  }
  .filter-panel.open {
    display: block;
  }
  .filter-panel select,
  .filter-panel input {
    font-size: 16px;
  }
  .catalog-top {
    gap: 10px;
    margin-bottom: 16px;
  }
  .catalog-top p {
    font-size: 12px;
  }
  .catalog-top select {
    max-width: 145px;
    font-size: 12px;
  }
  .catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .chip-row {
    gap: 6px;
    margin-bottom: 18px;
  }
  .chip {
    font-size: 12px;
    padding: 8px 12px;
  }
  .notice-box {
    font-size: 11px;
    padding: 12px;
  }
  .detail-layout {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .detail-copy h1 {
    font-size: 28px;
  }
  .gallery-main {
    padding: 12px;
  }
  .gallery-main .media {
    aspect-ratio: 1.25;
  }
  .thumbnails {
    gap: 9px;
  }
  .thumbnail {
    width: 80px;
  }
  .spec-highlights {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    padding: 16px;
  }
  .spec-highlights > div {
    display: block;
  }
  .spec-highlights strong {
    font-size: 12px;
  }
  .spec-highlights small {
    font-size: 10px;
  }
  .detail-copy .price {
    font-size: 29px;
  }
  .detail-actions {
    grid-template-columns: 1fr 1fr;
  }
  .detail-actions .primary-add {
    grid-column: 1/-1;
  }
  .detail-actions .btn {
    font-size: 13px;
    padding-inline: 12px;
  }
  .detail-tabs {
    margin-top: 28px;
  }
  .tab-button {
    font-size: 13px;
    padding: 12px 18px;
  }
  .spec-table th,
  .spec-table td {
    padding: 12px;
    font-size: 12px;
  }
  .mobile-detail-bar {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 65px;
    z-index: 44;
    background: white;
    border-top: 1px solid var(--line);
    padding: 10px 16px;
    gap: 12px;
    align-items: center;
    box-shadow: 0 -4px 20px #071b3812;
  }
  .mobile-detail-bar .btn {
    flex: 1;
    min-height: 43px;
    font-size: 13px;
  }
  .mobile-detail-bar .price {
    font-size: 20px;
    min-width: 90px;
  }
  .mobile-detail-bar small {
    display: block;
    font-size: 10px;
    font-weight: 400;
    color: var(--muted);
  }
  body[data-page="product-detail"] {
    padding-bottom: 142px;
  }
  body[data-page="product-detail"] .floating-line {
    display: none;
  }
  .two-column {
    gap: 20px;
  }
  .panel {
    padding: 21px;
  }
  .panel h2 {
    font-size: 22px;
  }
  .form-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .full {
    grid-column: auto;
  }
  label input,
  label select,
  label textarea {
    font-size: 16px;
  }
  label {
    font-size: 14px;
  }
  .flow-steps {
    gap: 7px;
    margin: 8px 0 25px;
    font-size: 10px;
  }
  .flow-step {
    gap: 6px;
  }
  .flow-step b {
    width: 23px;
    height: 23px;
  }
  .flow-line {
    width: 18px;
  }
  .cart-header {
    display: none;
  }
  .cart-row {
    grid-template-columns: 1fr 32px;
    gap: 13px;
    padding: 23px 0;
    position: relative;
  }
  .cart-product {
    grid-column: 1;
    gap: 14px;
  }
  .cart-product .media {
    width: 83px;
    flex-basis: 83px;
  }
  .cart-product b {
    font-size: 14px;
  }
  .cart-price {
    display: none;
  }
  .cart-row > .qty {
    grid-column: 1;
    margin-left: 97px;
  }
  .cart-subtotal {
    grid-column: 1;
    margin-left: 97px;
    font-weight: bold;
  }
  .cart-subtotal:before {
    content: "รวม ";
    font-size: 12px;
    font-weight: normal;
    color: var(--muted);
  }
  .cart-row .remove {
    grid-column: 2;
    grid-row: 1;
  }
  .cart-summary {
    max-width: none;
    width: 100%;
  }
  .summary-total strong {
    font-size: 22px;
  }
  .success-box {
    padding: 28px 20px;
  }
  .success-box h1 {
    font-size: 26px;
  }
  .reference {
    font-size: 21px;
    padding: 15px;
  }
  .success-box .actions {
    flex-direction: column;
  }
  .success-box .btn {
    width: 100%;
  }
  .steps-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .process-step {
    position: relative;
    padding-left: 52px;
  }
  .process-step b {
    position: absolute;
    left: 0;
    top: 0;
  }
  .process-step h3 {
    font-size: 17px;
  }
  .about-story {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .about-story .media {
    aspect-ratio: 1.7;
  }
  .about-story h2 {
    font-size: 27px;
  }
  .about-story p {
    font-size: 14px;
  }
  .quote-statement {
    font-size: 20px;
  }
  .contact-method p {
    font-size: 13px;
  }
  .toast {
    bottom: 145px;
    width: calc(100% - 30px);
    text-align: center;
  }
  .empty {
    padding: 35px 20px;
  }
  .empty h2 {
    font-size: 23px;
  }
  .empty p {
    font-size: 14px;
  }
  dialog {
    padding: 27px 22px;
  }
  .dialog-photo .media {
    aspect-ratio: 1.4;
  }
  dialog h2 {
    font-size: 23px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
@media print {
  .site-header,
  .footer,
  .floating-line,
  .bottom-nav,
  .btn,
  .toast {
    display: none !important;
  }
  body {
    padding: 0;
  }
  .container {
    width: 100%;
  }
  .success-box {
    border: 0;
  }
}
/* Preserve the proportions of every reference image inside fixed card frames. */
.media {
  position: relative;
  background-image: none;
  background-color: #f1f3f6;
}
.image-region {
  position: absolute;
  display: block;
  width: 100%;
  aspect-ratio: var(--ratio);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: var(--src);
  background-size: var(--size);
  background-position: var(--position);
  background-repeat: no-repeat;
}
.product-actions .add-label {
  display: none;
}
.product-actions .btn.add {
  flex: 0 0 43px;
}
@media (max-width: 600px) {
  .product-actions .add-label {
    display: inline;
  }
  .product-actions .btn.add {
    flex: 1 1 100%;
  }
}
@media (max-width: 600px) {
  body[data-page="cart"] .floating-line,
  body[data-page="quotation"] .floating-line,
  body[data-page="success"] .floating-line {
    display: none;
  }
}
.product-content p {
  font-size: 14px;
}
.product-actions .btn {
  font-size: 14px;
}
.benefit p,
.portfolio-card p {
  font-size: 14px;
}
.category-body small {
  font-size: 13px;
}
@media (max-width: 600px) {
  .product-content h3 {
    font-size: 15px;
  }
  .product-content p {
    font-size: 13px;
  }
  .product-content .meta {
    font-size: 11px;
  }
  .product-actions .btn {
    font-size: 13px;
  }
  .category-body h3 {
    font-size: 14px;
  }
  .category-body small {
    font-size: 11px;
  }
  .benefit p {
    font-size: 12px;
  }
  .portfolio-card p {
    font-size: 13px;
  }
  .portfolio-card h3 {
    font-size: 15px;
  }
  .solution-card h3 {
    font-size: 14px;
  }
  .solution-card small {
    font-size: 11px;
  }
  .price {
    font-size: 21px;
  }
}
