/** Shopify CDN: Minification failed

Line 35:0 All "@import" rules must come first

**/


/* CSS from section stylesheet tags */
.smb7-icon-grid-section {
  text-align: center;
  padding: 40px 20px;
}
.smb7-icon-grid-section h2 {
  font-size: 2rem;
  margin-bottom: 30px;
}
.smb7-icon-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 10px;
  align-items: center;
  justify-items: center;
      max-width: 1170px;
    margin: auto;
}
.smb7-icon-grid img {
  max-width: 100px;
  height: auto;
  transition: transform 0.3s ease;
}
.smb7-icon-grid img:hover {
  transform: scale(1.05);
}
/* Swiper CSS */
@import url('https://cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.css');

.custom_compatible-access-points {
  padding: 60px 0;
  background: #fff;
}

.custom_container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  position: relative;
}

.custom_section-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
}

.swiper.custom_mySwiper {
  padding-top: 20px;
  position: relative;
}

/* Equal height fix */
.swiper.custom_mySwiper .swiper-slide {
  display: flex;
  height: auto;
}

.swiper.custom_mySwiper .custom_product-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.custom_product-card {
  border: 1px solid #ddd;
  padding: 25px 20px;
  text-align: center;
  background: #fff;
  min-height: 480px;
}

.custom_product-image img {
  max-width: 100%;
  margin-bottom: 20px;
}

.custom_product-title {
  font-size: 22px;
  font-weight: 300;
  margin: 10px 0;
  font-family: "Lato", "Noto Sans TC", sans-serif;
}

.custom_product-subtitle {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}

/* Learn More link with circular arrow */
.custom_learn-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  color: #00a0e3;
  font-weight: bold;
  text-decoration: none;
  align-self: center;
}

.custom_arrow-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  font-weight: 700;
  color: #cdcccb;
  border: solid 1px #cdcccb;
}

/* Product description */
.custom_product-description {
  font-size: 13px;
  color: #333;
  line-height: 1.5;
  text-align: left;
  margin-top: 12px;
  position: relative;
}

/* Read More with circular arrow */
.custom_read-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #007acc;
  font-weight: 600;
  margin-top: 8px;
  cursor: pointer;
  text-decoration: none;
}

.custom_read-more::after {
  content: "›";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #007acc;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  font-weight: bold;
  color: #007acc;
}

.custom_feature-list {
  margin-top: 10px;
  padding-left: 20px;
  font-size: 13px;
  text-align: left;
  line-height: 1.6;
}

/* Swiper controls - positioned around slider */
.custom_swiper-button-next,
.custom_swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #ccc;
  color: #000;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  opacity: 1 !important;
  visibility: visible !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

/* .custom_swiper-button-prev {
  left: -20px; 
}

.custom_swiper-button-next {
  right: -20px; 
} */

.custom_swiper-button-next::after,
.custom_swiper-button-prev::after {
  font-family: swiper-icons;
  font-size: 14px;
  font-weight: bold;
}
.custom-video-section {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 aspect ratio */
  overflow: hidden;
}

.video-embed iframe,
.video-file {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Adjustments for mobile */
@media (max-width: 768px) {
  .video-wrapper {
    padding-top: 75%; /* 4:3 ratio for better fit on small screens */
  }
}
.industry-hardware-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
}
.industry-hardware-wrapper p.main_description {
    font-size: 17px;
    margin-top: 24px;
    color: #535A5C;
    /* font-size: 1.5rem; */
    letter-spacing: -0.3px;
    line-height: 1.73;
}
.industry-hardware-content h2 {
    font-size: 40px;
    font-family: "Lato", "Noto Sans TC", sans-serif;
    font-weight: 300;
    text-align: left;
}

.industry-hardware-wrapper.reverse {
  flex-direction: row-reverse;
}

.industry-hardware-images {
  flex: 1;
  text-align: center;
}

.industry-hardware-sub-images {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.industry-hardware-content {
  flex: 1;
}

.features-list {
  margin-top: 30px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
  text-align: left;
  padding: 10px;
}

.feature-item h4 {
    margin: 0 0 5px 0;
    font-weight: 600;
    color: #535A5C;
    font-size: 15px;
    /* padding: 20px; */
}

.feature-item p {
    margin: 0;
    font-size: 13px;
    line-height: 1.7;
}

.feature-icon {
  height: auto;
  flex-shrink: 0;
}
.industry-hardware-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
    max-width: 1170px;
}
@media (max-width: 768px) {
  .industry-hardware-wrapper {
    flex-direction: column;
    text-align: center;
  }
.industry-hardware-wrapper p.main_description {
    font-size: 15px;
}
  .industry-hardware-wrapper.reverse {
    flex-direction: column;
  }

  .industry-hardware-images {
    margin-bottom: 20px;
  }

  .industry-hardware-content {
    text-align: center;
  }

  .industry-hardware-content h2 {
    font-size: 24px;
    place-self: anchor-center;
  }

  .features-list {
    margin-top: 20px;
  }

  .feature-item {
    justify-content: flex-start;
    text-align: left; /* keep icon left, text right */
  }

  .feature-item div {
    text-align: left;
  }
}

@media (max-width: 480px) {
  .industry-hardware-content h2 {
    font-size: 20px;
    text-align: -webkit-center;
  }

  .industry-hardware-sub-images {
    flex-direction: column;
    gap: 10px;
  }
}