/* ===== Fix broken FontAwesome icons with plain CSS ===== */
.swiper-button-next:before,
.swiper-button-prev:before,
.web_head .btn--search:before,
.head-search .search-btn:before,
.product_slider .swiper-button-prev:before,
.product_slider .swiper-button-next:before,
.news_slider .swiper-button-prev:before,
.news_slider .swiper-button-next:before,
.index_news .news_item .item_img a:after,
.brands_slider .swiper-button-prev:before,
.brands_slider .swiper-button-next:before {
  font-family: Arial, "Segoe UI", sans-serif !important;
}

/* Kill old FA caret on <b> and li:after */
.head_nav > li:after,
.nav_wrap .head_nav li a b:before,
.nav_wrap .head_nav li a b:after {
  content: none !important;
  display: none !important;
}
.nav_wrap .head_nav li a b { display: none !important; }

/* Clean single dropdown caret */
.nav_wrap .head_nav > li > a {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
}
.nav_wrap .head_nav > li > a .nav-caret {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  margin-left: 2px;
  transition: transform .2s ease;
  flex: 0 0 auto;
}
.nav_wrap .head_nav > li:hover > a .nav-caret {
  transform: rotate(180deg);
}
.nav_wrap .head_nav > li:hover > a > b {
  transform: none !important;
}

/* Search icon — simple circle + handle */
.web_head .btn--search {
  position: relative;
}
.web_head .btn--search:before,
.head-search .search-btn:before {
  content: "" !important;
  display: block !important;
  width: 12px;
  height: 12px;
  border: 2px solid #333;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -8px 0 0 -8px;
  background: transparent !important;
  font-size: 0 !important;
}
.web_head .btn--search:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 2px;
  background: #333;
  left: 50%;
  top: 50%;
  margin: 3px 0 0 2px;
  transform: rotate(45deg);
  border-radius: 1px;
}

/* Banner arrows */
.slider_banner .swiper-button-prev:before {
  content: "‹" !important;
  font-size: 32px !important;
  line-height: 1 !important;
  color: #fff !important;
  font-weight: 700;
}
.slider_banner .swiper-button-next:before {
  content: "›" !important;
  font-size: 32px !important;
  line-height: 1 !important;
  color: #fff !important;
  font-weight: 700;
}
.slider_banner .swiper-button-next,
.slider_banner .swiper-button-prev {
  display: flex !important;
  align-items: center;
  justify-content: center;
  opacity: 0.9 !important;
  background: rgba(0,0,0,0.55) !important;
  width: 48px !important;
  height: 48px !important;
  margin-top: -24px !important;
  border-radius: 50% !important;
  border: 2px solid #fff !important;
  left: auto;
  right: auto;
}
.slider_banner .swiper-button-prev { left: 20px !important; }
.slider_banner .swiper-button-next { right: 20px !important; }

/* Product / news slider arrows — clean circles, no broken FA glyphs */
.product_slider .swiper-button-prev:before,
.news_slider .swiper-button-prev:before {
  content: "‹" !important;
  font-size: 18px !important;
  line-height: 28px !important;
  color: inherit !important;
  font-weight: 700;
}
.product_slider .swiper-button-next:before,
.news_slider .swiper-button-next:before {
  content: "›" !important;
  font-size: 18px !important;
  line-height: 28px !important;
  color: inherit !important;
  font-weight: 700;
}
.product_slider .swiper-button-prev,
.product_slider .swiper-button-next,
.news_slider .swiper-button-prev,
.news_slider .swiper-button-next {
  width: 36px !important;
  height: 36px !important;
  line-height: 34px !important;
  text-align: center !important;
  border: 1px solid #ddd !important;
  border-radius: 50% !important;
  background: #fff !important;
  color: #333 !important;
  opacity: 1 !important;
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  margin: 20px 6px 0 !important;
  display: inline-block !important;
  vertical-align: middle;
  box-shadow: none !important;
}
.product_slider .swiper-button-prev:hover,
.product_slider .swiper-button-next:hover,
.news_slider .swiper-button-prev:hover,
.news_slider .swiper-button-next:hover {
  background: #d79d49 !important;
  border-color: #d79d49 !important;
  color: #fff !important;
}
/* hide the decorative double-lines that look broken */
.product_slider .swiper-button-prev i,
.product_slider .swiper-button-next i,
.news_slider .swiper-button-prev i,
.news_slider .swiper-button-next i {
  display: none !important;
}

/* News hover icon — was broken FA square with X */
.index_news .news_item .item_img a:after {
  content: "›" !important;
  font-size: 28px !important;
  font-weight: 700;
  color: #fff !important;
  background: rgba(215,157,73,0.9) !important;
  border: none !important;
  width: 48px !important;
  height: 48px !important;
  line-height: 48px !important;
  border-radius: 50% !important;
}

/* ===== Banner size ===== */
.slider_banner {
  height: 480px !important;
  max-height: 480px !important;
  margin: 0 !important;
  overflow: hidden;
}
.slider_banner .swiper-wrapper,
.slider_banner .swiper-slide {
  height: 480px !important;
}
.slider_banner .swiper-slide img {
  width: 100% !important;
  height: 480px !important;
  min-height: 480px !important;
  max-height: 480px !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block;
}

@media (max-width: 860px) {
  .slider_banner,
  .slider_banner .swiper-wrapper,
  .slider_banner .swiper-slide,
  .slider_banner .swiper-slide img {
    height: 260px !important;
    max-height: 260px !important;
    min-height: 260px !important;
  }
  .index_promote { margin-top: -40px !important; }
}

/* ===== Uniform product image sizes ===== */
.index_promote .promote_item a {
  display: block;
  background: #fff;
  border: 1px solid #eee;
  overflow: hidden;
}
.index_promote .promote_item img {
  width: 100% !important;
  height: 160px !important;
  object-fit: cover !important;
  display: block !important;
}
.index_promote .promote-name {
  display: block;
  text-align: center;
  padding: 10px 6px 12px;
  color: #333;
  font-size: 13px;
  font-weight: 700;
}

.product_slider .product_item .item_img {
  height: 200px !important;
  background: #f7f7f7 !important;
  border: 1px solid #e5e5e5 !important;
  overflow: hidden !important;
}
.product_slider .product_item .item_img img {
  width: 100% !important;
  height: 200px !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
}

.index_news .news_item .item_img {
  height: 180px !important;
  overflow: hidden !important;
  background: #f5f5f5;
}
.index_news .news_item .item_img img {
  width: 100% !important;
  height: 180px !important;
  object-fit: cover !important;
  display: block !important;
}

/* Products page grid */
.product-grid-all {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin-top: 28px;
}
.prod-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  transition: .3s;
}
.prod-card:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,.1);
  transform: translateY(-3px);
  border-color: #d79d49;
}
.prod-card a { display: block; color: inherit; text-decoration: none; }
.prod-card .thumb {
  aspect-ratio: 1;
  overflow: hidden;
  background: #f5f5f5;
}
.prod-card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .4s;
}
.prod-card:hover .thumb img { transform: scale(1.06); }
.prod-card h3 {
  font-size: 14px;
  color: #333;
  padding: 12px 12px 4px;
  text-align: center;
  line-height: 1.35;
}
.prod-card p {
  font-size: 12px;
  color: #888;
  padding: 0 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 36px;
  text-align: center;
}
.prod-card .more {
  display: block;
  text-align: center;
  padding: 8px 12px 14px;
  color: #d79d49;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.page_main { min-height: 320px; }
.inner-content { padding: 40px 0 60px; }
.inner-content .layout { max-width: 1200px; margin: 0 auto; padding: 0 15px; }

.logo-slot a, .foot_logo.logo-slot a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  text-decoration: none !important;
}
.logo-slot-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  height: 48px;
  padding: 0 16px;
  border: 2px dashed #d79d49;
  color: #d79d49;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .12em;
  background: #fffaf3;
}
.logo-slot em { font-style: normal; font-size: 11px; color: #999; }
.item-placeholder { color: #bbb !important; font-style: italic; }
.web_head .head_sns li img { width: 28px; height: 28px; object-fit: contain; }
.side-hd-text {
  display: block;
  padding: 12px;
  text-align: center;
  font-weight: 700;
  color: #d79d49;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.products-intro {
  text-align: center;
  color: #666;
  margin: -10px 0 28px;
  font-size: 14px;
}

.product-detail-box { display: flex; flex-wrap: wrap; gap: 30px; }
.product-detail-box .pic { flex: 1 1 360px; }
.product-detail-box .pic img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.product-detail-box .txt { flex: 1 1 420px; }
.product-detail-box h1 { font-size: 28px; color: #333; margin-bottom: 16px; }
.product-detail-box .lead { color: #666; margin-bottom: 18px; line-height: 1.8; }
.spec-box { background: #f7f7f7; border: 1px solid #eee; padding: 14px 16px; margin-top: 14px; }
.spec-box h4 { color: #d79d49; font-size: 14px; margin-bottom: 8px; text-transform: uppercase; }
.spec-box ul { padding-left: 18px; }
.spec-box li { list-style: disc; margin-bottom: 4px; color: #666; }
.form-ok { background:#eaf7ea;border:1px solid #b7dfb7;color:#2d6a2d;padding:12px;margin-bottom:14px; }
.form-err { background:#fdeeee;border:1px solid #f0c0c0;color:#8a3030;padding:12px;margin-bottom:14px; }
.factory-gal { display:grid; grid-template-columns:repeat(5,1fr); gap:8px; margin-top:20px; }
.factory-gal img { width:100%; aspect-ratio:1; object-fit:cover; }

.product_slider { text-align: center; }
.product_slider .swiper-wrapper { text-align: left; }

/* ===== Industries page — horizontal readable cards ===== */
.page-section {
  padding: 40px 0 70px;
  background: #f7f7f7;
}
.page-section .layout {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.page-head {
  text-align: center;
  margin-bottom: 36px;
}
.page-head h1 {
  font-size: 28px;
  color: #333;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.page-head p {
  color: #777;
  font-size: 14px;
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.7;
}
.industry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.industry-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  padding: 28px 24px 24px;
  transition: .25s ease;
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
}
.industry-card:hover {
  border-color: #d79d49;
  box-shadow: 0 10px 28px rgba(0,0,0,.08);
  transform: translateY(-3px);
}
.industry-no {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  color: #d79d49;
  border: 1px solid #e8c999;
  padding: 3px 10px;
  margin-bottom: 14px;
  background: #fffaf3;
}
.industry-card h3 {
  font-size: 20px;
  color: #333;
  margin: 0 0 12px;
  writing-mode: horizontal-tb !important;
  white-space: normal !important;
}
.industry-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.75;
  margin: 0 0 16px;
  writing-mode: horizontal-tb !important;
  white-space: normal !important;
  word-break: normal;
  overflow-wrap: break-word;
}
.industry-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.industry-tags span {
  font-size: 11px;
  color: #888;
  background: #f3f3f3;
  padding: 4px 10px;
  border-radius: 2px;
}

/* ===== Contact page ===== */
.contact-layout {
  display: grid;
  grid-template-columns: .9fr 1.15fr;
  gap: 28px;
  align-items: start;
}
.contact-info-card,
.contact-form-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  padding: 32px 28px;
}
.contact-info-card h2,
.contact-form-card h2 {
  font-size: 22px;
  color: #333;
  margin: 0 0 12px;
}
.contact-lead {
  color: #777;
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 22px;
}
.contact-rows {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-rows li {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 10px;
  padding: 14px 0;
  border-top: 1px solid #f0f0f0;
  font-size: 14px;
}
.contact-rows li:first-child { border-top: none; }
.contact-rows .k {
  color: #d79d49;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .06em;
  padding-top: 2px;
}
.contact-rows .v { color: #555; line-height: 1.5; }
.contact-rows .v a { color: #333; text-decoration: none; }
.contact-rows .v a:hover { color: #d79d49; }

.site-form .fg { margin-bottom: 16px; }
.site-form label {
  display: block;
  font-size: 12px;
  color: #666;
  margin-bottom: 6px;
  font-weight: 600;
  letter-spacing: .03em;
}
.site-form input[type="text"],
.site-form input[type="email"],
.site-form select,
.site-form textarea {
  width: 100% !important;
  max-width: 100%;
  box-sizing: border-box;
  height: 44px;
  border: 1px solid #ddd;
  border-left: 3px solid #d79d49;
  padding: 0 14px;
  font-size: 14px;
  color: #333;
  background: #fff;
  font-family: inherit;
  appearance: none;
  -webkit-appearance: none;
}
.site-form textarea {
  height: 140px;
  padding: 12px 14px;
  resize: vertical;
  line-height: 1.5;
}
.site-form select {
  background-image: linear-gradient(45deg, transparent 50%, #999 50%), linear-gradient(135deg, #999 50%, transparent 50%);
  background-position: calc(100% - 18px) calc(50% - 3px), calc(100% - 12px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 36px;
}
.site-form input:focus,
.site-form select:focus,
.site-form textarea:focus {
  outline: none;
  border-color: #d79d49;
  box-shadow: 0 0 0 3px rgba(215,157,73,.15);
}
.form-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.site-btn {
  display: inline-block;
  min-width: 160px;
  height: 46px;
  padding: 0 28px;
  border: none;
  background: #d79d49;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: .2s;
}
.site-btn:hover { background: #c4892f; }

/* Homepage / shared ad_item without icons — no 90px left gutter */
.index_ad .ad_item figure {
  padding-left: 0 !important;
  margin: 0 12px !important;
}
.index_ad .ad_item .item_title,
.index_ad .ad_item .item_title a {
  writing-mode: horizontal-tb !important;
  white-space: normal !important;
  word-break: normal;
  display: block;
  text-align: center;
  line-height: 1.55;
}

/* About feature strips — avoid narrow vertical text */
.about-feats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 28px 0 10px;
}
.about-feats .feat {
  background: #fff;
  border: 1px solid #eee;
  padding: 18px 16px;
}
.about-feats .feat h3 {
  font-size: 15px;
  color: #333;
  line-height: 1.55;
  font-weight: 600;
  margin: 0;
  writing-mode: horizontal-tb !important;
}

@media (max-width:1100px){
  .product-grid-all { grid-template-columns: repeat(3, 1fr); }
  .industry-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width:860px){
  .factory-gal { grid-template-columns:repeat(2,1fr); }
  .product-grid-all { grid-template-columns: repeat(2, 1fr); }
  .product_slider .product_item .item_img,
  .product_slider .product_item .item_img img { height: 160px !important; }
  .industry-grid { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
  .form-row-2 { grid-template-columns: 1fr; }
  .about-feats { grid-template-columns: 1fr; }
}
@media (max-width:480px){
  .product-grid-all { grid-template-columns: 1fr; }
}
