@layer reset, base, page, custom;
:root {
  --l-H-hero: 580px;
  --l-header: 80px;
  --l-header-: -80px;
  --l-header--mobile: 56px;
  --l-header--mobile-: -56px;
  --l-services-logo: 44px;
  --l-btnH: 36px;
  --l-h-sec-footer: 150px;
  --c-text: #3a3a3d;
  --c-heading: #1e1e1e;
  --c-nav: #494949;
  --c-brand-text: #8b8bac;
  --c-primary: #EA3F9A;
  --c-secondary: #1e3659;
  --c-hightlight: #ec4e00;
  --c-primary-start: #f0da98;
  --c-primary-stop: #cfab3b;
  --c-secondary-start: #ffdc23;
  --c-secondary-stop: #ffe972;
  --f-services-title: 18px;
  --f-services-title-lh: 20px;
  --f-services-title--ch: 13px;
  --f-services-title--ch-lh: 16px;
  --z-nav: 10;
  --z-hero: 8;
  --z-main: 9;
  --c-sdg1: #c74140;
  --c-sdg2: #cfa94d;
  --c-sdg3: #6b9e47;
  --c-sdg4: #aa3433;
  --c-sdg5: #df5330;
  --c-sdg6: #71b8e0;
  --c-sdg7: #edc843;
  --c-sdg8: #8d2c44;
  --c-sdg9: #df7538;
  --c-sdg10: #bf3767;
  --c-sdg11: #e6a441;
  --c-sdg12: #b28f40;
  --c-sdg13: #567c4b;
  --c-sdg14: #5794d5;
  --c-sdg15: #7fbc45;
  --c-sdg16: #3d669a;
  --c-sdg17: #2f4768;
  --c-zdg1: #a47903;
  --c-zdg2: #be9115;
  --c-zdg3: #d7aa2d;
}

:root {
  --l-inner: 1024px;
}

@keyframes slide-f-right {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-f-left {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-f-top {
  from {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes reveal-up-20 {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.product-category-page {
  background: #f6f8fc;
}
.product-category-hero {
  position: relative;
  min-height: 560px;
  padding: calc(var(--l-header, 80px) + 30px) 24px 40px;
  border-radius: 0 0 36px 36px;
  overflow: hidden;
}
.product-category-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--product-category-hero-bg) no-repeat center/cover;
  transform: scale(1.45);
  transform-origin: center center;
  transition: transform 1.6s cubic-bezier(0.45, 0, 0.25, 1);
  z-index: 0;
}
.product-category-hero.bg-animate::before {
  transform: scale(1);
}
.product-category-hero-mask {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(22, 86, 180, 0.55), rgba(13, 39, 106, 0.62));
  z-index: 1;
}
.product-category-hero-inner {
  position: relative;
  z-index: 2;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}
.product-category-hero-logo {
  width: min(100%, 420px);
  margin-bottom: 16px;
}
.product-category-hero-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.product-category-topic {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #fff;
  font-size: clamp(18px, 1vw, 20px);
  font-weight: 700;
  line-height: 1;
}
.product-category-topic .line {
  width: clamp(80px, 8vw, 140px);
  height: 2px;
  background: rgba(255, 255, 255, 0.8);
}
.product-category-en {
  margin: 12px 0 8px;
  color: #fff;
  font-size: clamp(33px, 5vw, 65px);
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.03em;
}
.product-category-title {
  margin: 18px 0 0;
  color: #fff;
  font-size: clamp(27px, 2.5vw, 75px);
  line-height: 1.05;
  font-weight: 700;
}
.product-category-subtitle {
  padding-top: 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #d9ecff;
  font-size: clamp(22px, 2vw, 35px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product-category-subtitle::before {
  content: "";
  width: 55px;
  height: 55px;
  background: url(../images/ic_eletric.png) no-repeat center center/30px 30px;
  border-radius: 50%;
  border: 2px solid #C2E2FF;
}
.product-category-content {
  position: relative;
  padding: 34px 0 88px;
}
.product-category-content .pd-card {
  border: 0;
  width: 100%;
  text-align: left;
  background: transparent;
  padding: 13px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}
.product-category-content .pd-thumb {
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.3);
  overflow: hidden;
  aspect-ratio: 16/12;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 25px rgba(51, 51, 51, 0.1);
}
.product-category-content .pd-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.product-category-content .pd-meta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: 3px;
  border: 1px solid rgba(20, 40, 95, 0.18);
  color: #4e5d7a;
  font-size: 13px;
  letter-spacing: 0.04em;
  width: fit-content;
  margin-top: 15px;
}
.product-category-content .pd-title {
  font-size: 22px;
  color: #0b1f4c;
  font-weight: 700;
  margin: 0;
}
.product-category-back {
  color: #5f6b8a;
  text-decoration: none;
  font-size: 14px;
}
.product-category-back-wrap {
  padding-bottom: 8px;
}
.product-category-grid {
  margin-top: 8px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px 24px;
}

.product-empty {
  padding: 28px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.3);
  color: #5f6573;
  text-align: center;
}

@media (max-width: 1024px) {
  .product-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .product-category-hero {
    min-height: 380px;
    padding-top: calc(var(--l-header--mobile, 56px) + 22px);
    border-radius: 0 0 20px 20px;
  }
  .product-category-topic {
    gap: 10px;
  }
  .product-category-topic .line {
    width: 42px;
  }
  .product-category-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .product-category-content .pd-title {
    font-size: 20px;
  }
}

/*# sourceMappingURL=product-category.css.map */
