@font-face {
  font-family: "Poppins";
  src: url("../poppins/Poppins-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../poppins/Poppins-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../poppins/Poppins-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../poppins/Poppins-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../poppins/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../poppins/Poppins-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../poppins/Poppins-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../poppins/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../poppins/Poppins-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../poppins/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../poppins/Poppins-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../poppins/Poppins-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../poppins/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../poppins/Poppins-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../poppins/Poppins-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../poppins/Poppins-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

body {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif;
}
.language-switcher .trp-language-switcher{
  padding: 0;
  line-height: 40px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.language-switcher .trp-current-language-item__wrapper{
  padding: 0;
}
.language-switcher .trp-current-language-item__wrapper:not(.trp-hide-arrow){
  padding: 0;
}

.language-switcher .trp-current-language-item__wrapper .trp-language-item__current{
  display: flex;
  align-items: center;
  justify-content: justify-between;
}

.shadow-glow {
  
}
.shadow-glow:hover {
  box-shadow: 0 0 20px rgba(255, 106, 19, 0.6);
}

/* Header Top Bar - Scroll Hide */
.site-header-top {
  transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
}

.site-header-top.is-hidden {
  max-height: 0;
  opacity: 0;
  padding-top: 0;
  padding-bottom: 0;
}

/* Header Nav - Sticky on scroll */
.site-header-nav {
  transition: box-shadow 0.3s ease;
}

.site-header-nav.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: white;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* Compact Power Section - Swiper Styles */
.compact-power-card {
  background: #ffffff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.compact-power-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.compact-power-media {
  position: relative;
  overflow: hidden;
  min-height: 240px;
}

.compact-power-media img,
.compact-power-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.compact-power-card:hover .compact-power-media img,
.compact-power-card:hover .compact-power-media video {
  transform: scale(1.05);
}

.compact-power-content {
  padding: 1.5rem;
}

@media (min-width: 640px) {
  .compact-power-media {
    min-height: 280px;
  }
}

@media (min-width: 768px) {
  .compact-power-media {
    min-height: 320px;
  }
}

@media (min-width: 1024px) {
  .compact-power-media {
    min-height: 100%;
  }
}

/* Products Accessories Swiper Styles */
.products-accessories-swiper .swiper-wrapper {
  align-items: stretch;
}

.products-accessories-swiper .swiper-slide {
  height: auto;
  display: flex;
}

.products-accessories-swiper .swiper-slide > div {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.products-accessories-swiper .swiper-slide > div > div:last-child {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.products-accessories-swiper .line-clamp-3 {
  min-height: 4.5em;
}

/* Product Category Swiper Styles */
[class*="products-swiper-"] .swiper-wrapper {
  align-items: stretch;
}

[class*="products-swiper-"] .swiper-slide {
  height: auto;
  display: flex;
}

[class*="products-swiper-"] .swiper-slide > div {
  display: flex;
  flex-direction: column;
  width: 100%;
}

[class*="products-swiper-"] .swiper-slide > div > div:last-child {
  display: flex;
  flex-direction: column;
  flex: 1;
}

[class*="products-swiper-"] .line-clamp-3 {
  min-height: 4.5em;
}

/* Flagship Products Swiper Styles */
.flagship-products-swiper .swiper-wrapper {
  align-items: stretch;
}

.flagship-products-swiper .swiper-slide {
  height: auto;
  display: flex;
}

.flagship-products-swiper .swiper-slide > div {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.flagship-products-swiper .swiper-slide > div > div:last-child {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.flagship-products-swiper .line-clamp-3 {
  min-height: 4.5em;
}
/* 全局减小字体大小 */
html {
    font-size: 14px; /* 默认是 16px，改为 14px 相当于整体缩小约 87.5% */
}

/* Fallback order utilities for Safari / Tailwind CDN edge cases */
.order-1 { order: 1; }
.order-2 { order: 2; }

@media (min-width: 768px) {
  .md\:order-1 { order: 1; }
  .md\:order-2 { order: 2; }
}

@media (min-width: 1024px) {
  .lg\:order-1 { order: 1; }
  .lg\:order-2 { order: 2; }
}