:root {
  --fctel-modern-red: #c91f2b;
  --fctel-modern-red-dark: #a71923;
  --fctel-modern-blue: #477fa6;
  --fctel-modern-ink: #253140;
  --fctel-modern-muted: #637181;
}

.banner-ny > img {
  display: block;
  width: 100%;
  height: auto;
}

/* Shared positioning statement for every inner-page banner. */
.banner-ny.banner-has-tagline {
  position: relative;
  overflow: hidden;
}

.banner-brand-message {
  position: absolute;
  z-index: 3;
  left: max(6vw, calc((100% - 1280px) / 2 + 20px));
  top: 52%;
  box-sizing: border-box;
  width: min(720px, 67vw);
  max-width: min(720px, 67vw);
  padding: 11px 22px 11px 18px;
  color: #fff;
  font-size: clamp(16px, 1.45vw, 26px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: .025em;
  text-transform: uppercase;
  text-shadow: 0 2px 10px rgba(0, 18, 36, .95);
  background: linear-gradient(90deg, rgba(2, 25, 48, .74), rgba(2, 25, 48, .34) 72%, transparent);
  border-left: 4px solid var(--fctel-modern-red);
  transform: translateY(-50%);
}

.banner-brand-message span {
  display: block;
  white-space: normal;
}

/* Compact, single-row pagination shared by product/category archives. */
.page-box {
  padding: 28px 0 34px;
}

.page-box .page-inner {
  display: block;
}

.page-box .wp-pagenavi {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 7px;
  overflow-x: auto;
  padding: 4px 2px 8px;
  white-space: nowrap;
  scrollbar-width: thin;
}

.page-box .wp-pagenavi a,
.page-box .wp-pagenavi span.current,
.page-box .wp-pagenavi span.extend {
  display: inline-flex;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid #dbe2e8;
  border-radius: 8px;
  color: #566575;
  background: #fff;
  line-height: 1;
  transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}

.page-box .wp-pagenavi a:hover,
.page-box .wp-pagenavi span.current {
  border-color: var(--fctel-modern-red);
  color: #fff;
  background: var(--fctel-modern-red);
  transform: translateY(-1px);
}

.page-box .wp-pagenavi span.extend {
  border-color: transparent;
  background: transparent;
}

.page-box .wp-pagenavi a.last,
.page-box .wp-pagenavi a.first {
  flex-basis: auto;
  width: auto;
  padding: 0 14px;
}

.page-box .wp-pagenavi span.pages {
  order: 20;
  display: inline-flex;
  flex: 0 0 auto;
  width: auto;
  height: 38px;
  box-sizing: border-box;
  margin: 0 0 0 9px;
  padding: 0 13px;
  align-items: center;
  border: 0;
  border-radius: 8px;
  color: #637181;
  background: #eef3f7;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
}

@media (max-width: 640px) {
  .page-box {
    padding: 22px 0 28px;
  }

  .page-box .wp-pagenavi {
    justify-content: flex-start;
  }

  .page-box .wp-pagenavi a,
  .page-box .wp-pagenavi span.current,
  .page-box .wp-pagenavi span.extend {
    flex-basis: 36px;
    width: 36px;
    height: 36px;
  }

  .page-box .wp-pagenavi span.pages {
    height: 36px;
  }
}

@media (max-width: 1000px) {
  .banner-brand-message {
    left: 24px;
    top: 49%;
    width: calc(100% - 48px);
    max-width: calc(100% - 48px);
    padding: 9px 16px 9px 13px;
    font-size: clamp(13px, 2.5vw, 20px);
  }
}

@media (max-width: 640px) {
  .banner-brand-message {
    left: 14px;
    top: 46%;
    width: calc(100% - 28px);
    max-width: calc(100% - 28px);
    padding: 7px 12px 7px 10px;
    border-left-width: 3px;
    font-size: clamp(11px, 3.5vw, 15px);
    line-height: 1.28;
  }
}

@media (min-width: 1001px) {
  .header,
  .header-box {
    position: relative;
    z-index: 1000;
  }

  #menuPc > ul > li > a {
    position: relative;
    transition: color .2s ease, transform .2s ease;
  }

  #menuPc > ul > li > a::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 4px;
    border-radius: 4px 4px 0 0;
    background: linear-gradient(90deg, #6d9abd, #f3b2b7 46%, #fff);
    box-shadow: 0 0 10px rgba(255, 255, 255, .42);
    transform: translateX(-50%);
    transition: width .24s cubic-bezier(.22, .8, .28, 1);
  }

  #menuPc > ul > li:hover > a,
  #menuPc > ul > li.cur > a {
    transform: translateY(-1px);
  }

  #menuPc > ul > li:hover > a::before,
  #menuPc > ul > li.cur > a::before {
    width: calc(100% - 34px);
  }

  .header-box #menuPc .promenu {
    z-index: 1100;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: calc(100vh - 150px);
    padding: 12px max(24px, calc((100vw - 1380px) / 2)) 16px;
    overflow-x: hidden;
    overflow-y: auto;
    border-top: 1px solid rgba(201, 31, 43, .16);
    border-bottom: 1px solid rgba(71, 127, 166, .16);
    background:
      linear-gradient(rgba(71, 127, 166, .035) 1px, transparent 1px) 0 0 / 28px 28px,
      linear-gradient(90deg, rgba(71, 127, 166, .035) 1px, transparent 1px) 0 0 / 28px 28px,
      linear-gradient(118deg, #fff, #f8fbfe 56%, #fff8f9);
    box-shadow: 0 22px 48px rgba(31, 47, 65, .16);
    backdrop-filter: blur(10px);
    transform: translateY(-10px) scaleY(.97);
    transform-origin: 50% 0;
    transition: opacity .22s ease, visibility .22s ease, transform .26s cubic-bezier(.2,.72,.25,1);
  }

  .header-box #menuPc > ul > li:hover > .promenu {
    transform: translateY(0) scaleY(1);
  }

  .header-box #menuPc .promenu::before {
    content: "";
    position: absolute;
    top: 0;
    left: -22%;
    width: 20%;
    height: 2px;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(71,127,166,.9), #fff, rgba(201,31,43,.9), transparent);
    box-shadow: 0 0 12px rgba(71,127,166,.48);
  }

  .header-box #menuPc > ul > li:hover > .promenu::before {
    animation: fctelMegaBeam .9s cubic-bezier(.22,.7,.22,1) both;
  }

  .header-box #menuPc .promenu .menu-tab {
    position: relative;
    z-index: 1;
    max-width: 1380px;
    margin: 0 auto;
  }

  .header-box #menuPc .promenu .menu-tab > ul {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    align-items: start;
    gap: 9px;
  }

  .header-box #menuPc .promenu .menu-tab > ul > li.fctel-mega-card {
    align-self: start;
    float: none;
    width: auto;
    min-width: 0;
    margin: 0;
    padding: 11px 12px 10px;
    border: 1px solid rgba(72, 103, 130, .13);
    border-radius: 11px;
    background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(249,251,253,.9));
    box-shadow: 0 10px 24px rgba(38, 60, 80, .065);
    text-align: left;
    transition: transform .28s cubic-bezier(.18,.82,.24,1), box-shadow .28s ease, border-color .25s ease, background .25s ease;
  }

  .header-box #menuPc > ul > li:hover .fctel-mega-card {
    animation: fctelMegaCardIn .38s cubic-bezier(.22,.75,.3,1) backwards;
    animation-delay: calc(var(--menu-order) * 24ms);
  }

  .header-box #menuPc .promenu .menu-tab > ul > li.fctel-mega-card:hover {
    z-index: 2;
    border-color: rgba(71, 127, 166, .27);
    background: linear-gradient(135deg, #fff, #f2f7fa 60%, #fff1f2);
    box-shadow: 0 18px 38px rgba(37, 67, 91, .16), inset 3px 0 0 rgba(201,31,43,.72);
    transform: translateY(-5px) scale(1.018);
  }

  .header-box #menuPc .promenu h3 {
    min-height: 32px;
    margin: 0 0 5px;
    padding: 0 0 6px;
    border-bottom: 1px solid rgba(91, 112, 132, .16);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
  }

  .header-box #menuPc .promenu h3 a {
    display: flex;
    align-items: center;
    color: var(--fctel-modern-red);
    transition: color .2s ease, transform .2s ease;
  }

  .header-box #menuPc .promenu h3 a:hover {
    color: var(--fctel-modern-red-dark);
    transform: translateX(3px);
  }

  .fctel-menu-icon {
    position: relative;
    display: inline-flex;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    margin-right: 7px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid rgba(62, 115, 159, .18);
    border-radius: 7px;
    color: #3e739f;
    background: linear-gradient(145deg, #fff, #eaf3f8);
    box-shadow: 0 5px 13px rgba(42,83,115,.12);
    transition: transform .2s ease, color .2s ease, background .2s ease, box-shadow .2s ease;
  }

  .fctel-menu-icon svg {
    display: block;
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.75;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .fctel-mega-card:nth-child(6n+1) .fctel-menu-icon { color:#bd2732; background:linear-gradient(145deg,#fff,#fff0f1); }
  .fctel-mega-card:nth-child(6n+2) .fctel-menu-icon { color:#267aa0; background:linear-gradient(145deg,#fff,#e9f7fb); }
  .fctel-mega-card:nth-child(6n+3) .fctel-menu-icon { color:#6554a5; background:linear-gradient(145deg,#fff,#f0edfb); }
  .fctel-mega-card:nth-child(6n+4) .fctel-menu-icon { color:#238477; background:linear-gradient(145deg,#fff,#e8f8f4); }
  .fctel-mega-card:nth-child(6n+5) .fctel-menu-icon { color:#b36b1d; background:linear-gradient(145deg,#fff,#fff5e8); }
  .fctel-mega-card:nth-child(6n) .fctel-menu-icon { color:#a92d65; background:linear-gradient(145deg,#fff,#fbeef4); }

  .header-box #menuPc .promenu h3 a:hover .fctel-menu-icon {
    color: #fff;
    border-color: var(--fctel-modern-red);
    background: linear-gradient(145deg, #e43d49, var(--fctel-modern-red-dark));
    box-shadow: 0 7px 18px rgba(181,31,40,.25);
    transform: translateY(-1px) scale(1.08);
  }

  .header-box #menuPc .promenu dl {
    margin: 0;
    padding: 0;
    font-size: 12.5px;
  }

  .header-box #menuPc .promenu dl dd {
    margin: 0;
  }

  .header-box #menuPc .promenu dl dd:nth-child(n+4) {
    display: none;
  }

  .header-box #menuPc .promenu .fctel-mega-card:nth-child(n+13) dl dd {
    display: block;
  }

  .header-box #menuPc .promenu dl a {
    position: relative;
    display: block;
    padding: 2px 4px 2px 12px;
    border-radius: 6px;
    color: var(--fctel-modern-muted);
    font-size: 12.5px;
    font-weight: 400;
    line-height: 1.34;
    transition: color .2s ease, transform .24s cubic-bezier(.18,.8,.24,1), background-color .2s ease;
  }

  .header-box #menuPc .promenu dl a::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 50%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #94a7b8;
    transform: translateY(-50%);
    transition: background .2s ease, box-shadow .2s ease;
  }

  .header-box #menuPc .promenu dl a:hover {
    color: #a51620;
    background: linear-gradient(90deg, rgba(181,31,40,.1), rgba(62,115,159,.04), transparent);
    transform: translateX(6px);
  }

  .header-box #menuPc .promenu dl a:hover::before {
    background: #e43d49;
    box-shadow: 0 0 7px rgba(228,61,73,.7);
  }

  .header-box #menuPc .promenu .fctel-menu-more {
    display: inline-flex;
    margin-top: 4px;
    color: var(--fctel-modern-red);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
    transition: color .2s ease, transform .2s ease;
  }

  .header-box #menuPc .promenu .fctel-menu-more::after {
    content: none !important;
    display: none !important;
  }

  .header-box #menuPc .promenu .fctel-menu-more:hover {
    color: var(--fctel-modern-red-dark);
    transform: translateX(4px);
  }

  /* Compact icon menu used by Solution, Service and About Us. */
  .header-box #menuPc .itemmenu {
    z-index: 1100;
    top: calc(100% + 10px);
    left: 50%;
    width: 292px;
    min-width: 292px;
    padding: 10px;
    overflow: hidden;
    border: 1px solid rgba(77, 108, 136, .15);
    border-top: 3px solid rgba(201, 31, 43, .72);
    border-radius: 0 0 16px 16px;
    background: rgba(255,255,255,.985);
    box-shadow: 0 18px 42px rgba(31, 47, 65, .2);
    transform: translate(-50%, -9px);
    transition: opacity .2s ease, visibility .2s ease, transform .24s cubic-bezier(.2,.72,.25,1);
  }

  .header-box #menuPc > ul > li:hover > .itemmenu {
    transform: translate(-50%, 0);
  }

  .header-box #menuPc .itemmenu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 18px;
    right: 18px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #7ca5c3, #d04a54, transparent);
  }

  .header-box #menuPc .itemmenu dl {
    margin: 0;
    padding: 0;
  }

  .header-box #menuPc .itemmenu dl dd {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(90, 112, 132, .1);
    font-size: 14px;
    text-align: left;
  }

  .header-box #menuPc .itemmenu dl dd:last-child {
    border-bottom: 0;
  }

  .header-box #menuPc .itemmenu dl dd a {
    display: flex;
    box-sizing: border-box;
    min-height: 40px;
    padding: 5px 9px;
    align-items: center;
    color: #344252;
    line-height: 1.3;
    border-radius: 9px;
    transition: color .2s ease, background .2s ease, transform .22s ease;
  }

  .header-box #menuPc .itemmenu dl dd a:hover {
    color: var(--fctel-modern-red);
    background: linear-gradient(90deg, #fff0f1, #f4f8fb);
    transform: translateX(3px);
  }

  .header-box #menuPc .itemmenu .fctel-menu-icon {
    flex-basis: 26px;
    width: 26px;
    height: 26px;
    margin-right: 9px;
    color: #477fa6;
    background: linear-gradient(145deg, #fff, #edf6fb);
  }

  .header-box #menuPc .itemmenu dd:nth-child(3n+2) .fctel-menu-icon {
    color: #6b5cb4;
    background: linear-gradient(145deg, #fff, #f2effc);
  }

  .header-box #menuPc .itemmenu dd:nth-child(3n) .fctel-menu-icon {
    color: #278779;
    background: linear-gradient(145deg, #fff, #eaf8f5);
  }

  .header-box #menuPc .itemmenu dl dd a:hover .fctel-menu-icon {
    color: #fff;
    border-color: var(--fctel-modern-red);
    background: linear-gradient(145deg, #e43d49, var(--fctel-modern-red-dark));
    transform: scale(1.06);
  }
}

@media (min-width: 1001px) and (max-width: 1280px) {
  .header-box #menuPc .promenu .menu-tab > ul {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@keyframes fctelMegaBeam {
  from { left: -22%; opacity: 0; }
  15% { opacity: 1; }
  to { left: 102%; opacity: 0; }
}

@keyframes fctelMegaCardIn {
  from { opacity: 0; transform: translateY(12px); filter: blur(2px); }
  to { opacity: 1; transform: translateY(0); filter: blur(0); }
}

@media (prefers-reduced-motion: reduce) {
  #menuPc > ul > li > a,
  .header-box #menuPc .promenu,
  .header-box #menuPc .promenu *,
  .header-box #menuPc .promenu::before {
    animation: none !important;
    transition: none !important;
  }
}

/* Unified product search with AND / OR / NOT syntax. */
.fctel-search-strip {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid #e8e8e8;
  background: #fff;
}

.fctel-search-strip dl {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 102px;
  margin: 0;
}

.fctel-search-strip .fctel-search-help {
  display: flex;
  align-items: center;
  flex: 1;
  flex-wrap: wrap;
  gap: 3px 8px;
  min-width: 0;
  color: #50545b;
  font-size: 15px;
  line-height: 1.55;
}

.fctel-search-help strong {
  color: #20242a;
  font-weight: 600;
}

.fctel-search-help b {
  color: #bf2026;
  font-weight: 700;
}

.fctel-selector-entry {
  display: inline-block;
  margin-right: 14px;
  padding: 7px 13px;
  border-radius: 5px;
  background: #b82027;
  color: #fff !important;
  font-weight: 700;
}

.fctel-selector-entry:hover {
  background: #9f171e;
}

.fctel-search-strip dd {
  position: relative;
  width: 560px;
  margin: 0;
}

.fctel-product-search {
  position: relative;
  display: flex;
  width: 100%;
  height: 54px;
  border: 1px solid #dfe2e6;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(21,30,42,.06);
  transition: border-color .2s ease, box-shadow .2s ease;
}

.fctel-product-search:focus-within {
  border-color: #bf2026;
  box-shadow: 0 5px 22px rgba(191,32,38,.13);
}

.fctel-product-search > label {
  display: block;
  flex: 1;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.fctel-product-search input {
  display: block;
  float: none !important;
  flex: 1;
  width: 100% !important;
  height: 52px;
  margin: 0 !important;
  padding: 0 18px !important;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #222;
  font-size: 16px;
  line-height: 52px;
}

.fctel-product-search input::placeholder {
  color: #9a9fa7;
}

.fctel-product-search .searchbtn {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  flex: 0 0 76px;
  width: 76px !important;
  height: 52px !important;
  border: 0 !important;
  border-radius: 0 7px 7px 0;
  background: #bf2026 !important;
  color: transparent;
  font-size: 0;
  cursor: pointer;
}

.fctel-product-search .searchbtn::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 27px;
  width: 17px;
  height: 17px;
  border: 3px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
}

.fctel-product-search .searchbtn::after {
  content: "";
  position: absolute;
  top: 31px;
  left: 44px;
  width: 10px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  transform: rotate(45deg);
  transform-origin: left center;
}

.fctel-product-search .searchbtn:hover {
  background: #a9181e !important;
}

.fctel-search-suggest {
  position: absolute;
  top: 61px;
  right: 0;
  left: 0;
  overflow: hidden;
  border: 1px solid #e1e4e8;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(17,24,39,.16);
  text-align: left;
}

.fctel-search-suggest[hidden] {
  display: none;
}

.fctel-suggest-head {
  padding: 10px 15px;
  background: #f7f8fa;
  color: #70757d;
  font-size: 13px;
}

.fctel-search-suggest mark {
  padding: 0 2px;
  border-radius: 2px;
  background: #fff0a8;
  color: #c51f27;
  font-weight: 700;
}

.fctel-suggest-item {
  display: grid;
  grid-template-columns: 58px minmax(0,1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border-top: 1px solid #f0f1f3;
  color: #25282c;
  cursor: pointer;
}

.fctel-suggest-item:hover,
.fctel-suggest-item.is-active {
  background: #fff4f4;
}

.fctel-suggest-item img {
  width: 58px;
  height: 44px;
  border: 1px solid #eceef1;
  border-radius: 4px;
  background: #fff;
  object-fit: contain;
}

.fctel-suggest-main {
  min-width: 0;
}

.fctel-suggest-title,
.fctel-suggest-meta {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fctel-suggest-title {
  font-size: 15px;
  font-weight: 600;
}

.fctel-suggest-meta {
  margin-top: 3px;
  color: #858a92;
  font-size: 12px;
}

.fctel-suggest-level {
  padding: 3px 7px;
  border-radius: 10px;
  background: #f2f3f5;
  color: #777;
  font-size: 11px;
  white-space: nowrap;
}

.fctel-suggest-empty {
  padding: 20px;
  color: #7b8088;
  text-align: center;
}

.fps-page {
  min-height: 520px;
  padding: 34px 0 70px;
  background: #f6f7f9;
}

.fps-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.fps-heading h1 {
  margin: 0;
  color: #20242a;
  font-size: 30px;
  font-weight: 600;
}

.fps-summary {
  margin-top: 8px;
  color: #727780;
  font-size: 15px;
}

.fps-keyword {
  display: inline;
  padding: 1px 4px 2px;
  border-radius: 4px;
  background: #fff0d8;
  color: #bd2026;
  font: inherit;
  font-weight: 800;
  line-height: inherit;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.fps-summary .fps-keyword {
  padding: 3px 8px;
  border: 1px solid rgba(189,32,38,.2);
  border-radius: 999px;
  background: #fff7e9;
}

.fps-syntax {
  color: #777;
  font-size: 13px;
  text-align: right;
}

.fps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 18px;
}

.fps-card {
  display: flex;
  min-width: 0;
  min-height: 208px;
  padding: 18px;
  border: 1px solid #e6e8eb;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 3px 13px rgba(22,30,42,.04);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.fps-card:hover {
  border-color: #d9b5b7;
  box-shadow: 0 9px 25px rgba(22,30,42,.09);
  transform: translateY(-2px);
}

.fps-image {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 148px;
  width: 148px;
  height: 170px;
  margin-right: 16px;
  border-radius: 7px;
  background: #fafafa;
}

.fps-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.fps-info {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.fps-match {
  align-self: flex-start;
  margin: 0 0 11px;
  padding: 6px 12px;
  border-radius: 15px;
  background: #bf2026;
  color: #fff;
  box-shadow: 0 4px 10px rgba(191,32,38,.2);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.fps-title {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 8px;
  color: #20242a;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.fps-meta {
  overflow: hidden;
  margin-bottom: 7px;
  color: #777;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fps-desc {
  display: -webkit-box;
  overflow: hidden;
  color: #656a72;
  font-size: 13px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.fps-open {
  margin-top: auto;
  color: #bd2026;
  font-size: 13px;
}

.fps-state {
  grid-column: 1 / -1;
  padding: 70px 20px;
  border-radius: 10px;
  background: #fff;
  color: #747a82;
  font-size: 16px;
  text-align: center;
}

@media (max-width: 1365px) {
  .fctel-search-strip {
    padding: 18px 0;
    background: linear-gradient(180deg,#fff,#fafbfc);
  }

  .fctel-search-strip dl {
    display: grid;
    grid-template-columns: minmax(0,1fr);
    gap: 12px;
    min-height: 0;
  }

  .fctel-search-strip .fctel-search-help {
    display: grid;
    grid-template-columns: auto auto minmax(0,1fr);
    gap: 8px 14px;
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #eceef1;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 3px 12px rgba(22,31,45,.04);
    box-sizing: border-box;
    font-size: 14px;
  }

  .fctel-search-strip dd {
    width: 100%;
  }

  .fps-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}

@media (max-width: 767px) {
  .fctel-search-strip {
    padding: 14px 0;
  }

  .fctel-search-strip .fctel-search-help {
    grid-template-columns: auto minmax(0,1fr);
    gap: 7px 10px;
    padding: 10px;
    font-size: 13px;
  }

  .fctel-search-strip .fctel-search-help > span {
    grid-column: 1 / -1;
  }

  .fctel-product-search,
  .fctel-product-search input,
  .fctel-product-search .searchbtn {
    height: 48px !important;
  }

  .fctel-product-search .searchbtn {
    flex-basis: 60px;
    width: 60px !important;
  }

  .fctel-product-search .searchbtn::before { top: 12px; left: 20px; }
  .fctel-product-search .searchbtn::after { top: 28px; left: 37px; }
  .fps-heading { display: block; }
  .fps-syntax { margin-top: 8px; text-align: left; }
  .fps-grid { grid-template-columns: 1fr; }
  .fps-card { min-height: 172px; padding: 13px; }
  .fps-image { flex-basis: 112px; width: 112px; height: 140px; margin-right: 12px; }
}

/* Product catalogue: reference-inspired sidebar and three-column cards. */
.fctel-product-catalog {
  padding: 38px 0 56px;
  background:
    linear-gradient(rgba(71,127,166,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(71,127,166,.025) 1px, transparent 1px),
    #f7f8fa;
  background-size: 28px 28px;
}

.fctel-product-catalog .fctel-catalog-layout {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.fctel-product-catalog .content-left {
  float: none;
  flex: 0 0 250px;
  width: 250px;
}

.fctel-product-catalog .content-right {
  float: none;
  flex: 1 1 auto;
  min-width: 0;
  width: auto;
  padding-left: 0;
}

.fctel-product-catalog .pro-class {
  overflow: hidden;
  border: 5px solid var(--fctel-modern-red);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(35,49,64,.13);
}

.fctel-product-catalog .pro-class .pro-tt {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  min-height: 54px;
  padding: 7px 13px;
  background: linear-gradient(135deg, #d52531, #b91621);
  line-height: 1.2;
}

.fctel-product-catalog .fctel-category-icon {
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 9px;
  border: 2px solid rgba(255,255,255,.96);
  border-radius: 3px;
}

.fctel-product-catalog .fctel-category-icon::after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  border-radius: 2px;
  background: var(--fctel-modern-red);
}

.fctel-product-catalog .pro-class .pro-tt h3 {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.15;
  letter-spacing: .01em;
}

.fctel-product-catalog .pro-class .pro-tt h3 small {
  display: block;
  margin-top: 2px;
  color: rgba(255,255,255,.78);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .08em;
}

.fctel-product-catalog .pro-class > ul {
  margin: 0;
  padding: 0;
  background: #fff;
}

.fctel-product-catalog .pro-class > ul > li {
  border: 0;
  border-bottom: 1px solid #edf0f3;
}

.fctel-product-catalog .pro-class > ul > li:last-child {
  border-bottom: 0;
}

.fctel-product-catalog .pro-class li::after {
  display: none;
}

.fctel-product-catalog .pro-class > ul > li > a {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  min-height: 34px;
  padding: 5px 11px;
  color: #273241;
  font-size: 12.5px;
  font-weight: 450;
  line-height: 1.25;
  transition: color .22s ease, background-color .22s ease, padding-left .24s cubic-bezier(.2,.8,.2,1);
}

.fctel-product-catalog .pro-class > ul > li > a span {
  min-width: 0;
}

.fctel-product-catalog .pro-class > ul > li > a i {
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  margin-left: 8px;
  border-top: 1.5px solid #d3232f;
  border-right: 1.5px solid #d3232f;
  transform: rotate(45deg);
  transition: transform .22s ease;
}

.fctel-product-catalog .pro-class > ul > li:hover > a,
.fctel-product-catalog .pro-class > ul > li.cur > a {
  padding-left: 15px;
  color: #bf1823;
  background: linear-gradient(90deg, #fff1f2, #fff 88%);
}

.fctel-product-catalog .pro-class > ul > li:hover > a i {
  transform: translateX(3px) rotate(45deg);
}

.fctel-product-catalog .pro-class .p-erji {
  display: block;
  padding: 2px 0 4px;
  border-top: 1px solid #f2d9dc;
  background: #fff8f8;
}

.fctel-product-catalog .pro-class .p-erji dd {
  margin: 0;
}

.fctel-product-catalog .pro-class .p-erji dd a {
  position: relative;
  padding: 4px 10px 4px 26px;
  color: #66717e;
  font-size: 11.5px;
  line-height: 1.25;
  transition: color .2s ease, transform .2s ease;
}

.fctel-product-catalog .pro-class .p-erji dd a::after {
  left: 15px;
  top: 50%;
  width: 4px;
  height: 4px;
  background: #d3232f;
  transform: translateY(-50%);
}

.fctel-product-catalog .pro-class .p-erji dd:hover a,
.fctel-product-catalog .pro-class .p-erji dd.cur a {
  color: #b81722;
  transform: translateX(3px);
}

.fctel-product-catalog .left-con {
  margin-top: 14px;
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(35,49,64,.12);
}

.fctel-product-catalog .product-list > ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
}

.fctel-product-catalog .product-list > ul::before,
.fctel-product-catalog .product-list > ul::after {
  content: none !important;
  display: none !important;
}

.fctel-product-catalog .product-list > ul > li {
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
}

.fctel-product-catalog .p-item,
.fctel-product-catalog .fctel-product-card-link {
  height: 100%;
}

.fctel-product-catalog .fctel-product-card-link {
  position: relative;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid #dfe3e8;
  border-radius: 3px;
  background: #fff;
  color: inherit;
  box-shadow: 0 5px 15px rgba(35,49,64,.055);
}

.fctel-product-catalog .fctel-card-corner {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 36px solid #d8dce1;
  border-left: 36px solid transparent;
  transition: border-top-color .2s ease;
}

.fctel-product-catalog .fctel-card-corner::after {
  content: "+";
  position: absolute;
  top: -35px;
  right: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.fctel-product-catalog .product-list .imgshow {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1.28 / 1;
  padding: 14px;
  border-radius: 0;
  background: linear-gradient(145deg, #fff, #fafbfc);
  box-shadow: none;
}

.fctel-product-catalog .product-list .imgshow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: none;
}

.fctel-product-catalog .fctel-image-placeholder {
  color: #d8dde3;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: .08em;
}

.fctel-product-catalog .product-list .text {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 0;
  border-top: 1px solid #e7e9ec;
}

.fctel-product-catalog .product-list h3 {
  display: -webkit-box;
  min-height: 59px;
  height: auto;
  margin: 0;
  padding: 11px 13px 8px;
  overflow: hidden;
  color: #c41e29;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: color .22s ease;
}

.fctel-product-catalog .fctel-product-model {
  display: block;
  margin-top: auto;
  padding: 9px 13px 11px;
  border-top: 1px solid #f0f1f3;
  color: #8a939e;
  font-size: 12px;
  line-height: 1.35;
}

.fctel-product-catalog .fctel-product-model strong {
  color: #707986;
  font-weight: 500;
}

@media (hover: hover) and (pointer: fine) {
  .fctel-product-catalog .fctel-product-card-link:hover .fctel-card-corner,
  .fctel-product-catalog .fctel-product-card-link:focus-visible .fctel-card-corner {
    border-top-color: var(--fctel-modern-red);
  }

  .fctel-product-catalog .product-list li:hover .imgshow img,
  .fctel-product-catalog .fctel-product-card-link:focus-visible .imgshow img {
    filter: none;
    transform: none;
  }
}

.fctel-product-catalog .fctel-product-card-link:focus-visible {
  outline: 2px solid var(--fctel-modern-red);
  outline-offset: 2px;
}

@media (max-width: 1000px) {
  .fctel-product-catalog .fctel-catalog-layout {
    display: block;
  }

  .fctel-product-catalog .content-left {
    display: block;
    width: 100%;
    margin-bottom: 24px;
  }

  .fctel-product-catalog .pro-class > ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fctel-product-catalog .pro-class > ul > li {
    border-right: 1px solid #edf0f3;
  }

  .fctel-product-catalog .left-con {
    display: none;
  }

  .fctel-product-catalog .product-list > ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .fctel-product-catalog {
    padding: 24px 0 38px;
  }

  .fctel-product-catalog .pro-class > ul,
  .fctel-product-catalog .product-list > ul {
    grid-template-columns: 1fr;
  }

  .fctel-product-catalog .pro-class > ul > li {
    border-right: 0;
  }
}

/* Homepage featured products: equal cards and catalogue-style hover preview. */
.index-product-grid .ind-proswiper .swiper-wrapper {
  align-items: stretch;
}

.index-product-grid .ind-proswiper .swiper-slide {
  display: flex;
  height: auto;
}

.index-product-grid .ind-proswiper .p-item {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 320px;
  flex-direction: column;
}

.index-product-grid .ind-proswiper .imgshow {
  position: relative;
  display: flex;
  width: 100%;
  height: 244px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
}

.index-product-grid .fctel-popular-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 4;
  display: inline-flex;
  min-width: 92px;
  height: 34px;
  box-sizing: border-box;
  padding: 0 13px 0 9px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 999px;
  background: linear-gradient(135deg, #ff7a18 0%, #f04418 43%, #cf202b 100%);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .02em;
  text-transform: uppercase;
  box-shadow: 0 7px 18px rgba(218,43,36,.32), inset 0 1px 0 rgba(255,255,255,.28);
  pointer-events: none;
}

.index-product-grid .fctel-popular-badge svg {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  fill: #fff5b8;
  filter: drop-shadow(0 1px 1px rgba(125,18,6,.35));
  transform-origin: 50% 85%;
  animation: fctel-flame-flicker 1.45s ease-in-out infinite;
}

@keyframes fctel-flame-flicker {
  0%, 100% { transform: rotate(-2deg) scale(1); }
  45% { transform: rotate(3deg) scale(1.1, .96); }
  70% { transform: rotate(-1deg) scale(.97, 1.07); }
}

@media (prefers-reduced-motion: reduce) {
  .index-product-grid .fctel-popular-badge svg {
    animation: none;
  }
}

.index-product-grid .ind-proswiper .imgshow a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.index-product-grid .ind-proswiper .imgshow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.index-product-grid .ind-proswiper .text {
  display: flex;
  min-height: 68px;
  box-sizing: border-box;
  padding: 16px 0 0;
  align-items: flex-start;
}

.index-product-grid .ind-proswiper h3 {
  width: 100%;
  height: 48px;
  margin: 0;
}

/* Product detail: reference-inspired navigation, gallery and content tabs. */
.fctel-product-detail {
  padding-top: 30px;
}

.fctel-product-detail .fctel-catalog-layout {
  display: flex;
  gap: 26px;
}

.fctel-product-detail .content-left {
  display: block;
  flex: 0 0 250px;
  width: 250px;
}

.fctel-product-detail .content-right {
  float: none;
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  padding: 0;
  overflow: visible;
}

.fctel-product-detail .prodis-cont {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  grid-template-areas:
    "gallery info"
    "gallery thumbs";
  column-gap: 28px;
  row-gap: 16px;
  align-items: flex-start;
  margin: 0 0 28px;
}

.fctel-product-detail .prodis-swiper {
  display: contents;
}

.fctel-product-detail .gallery-top2 {
  grid-area: gallery;
  position: relative;
  width: 100%;
  height: 430px;
  overflow: hidden;
  border: 1px solid #dfe3e8;
  border-radius: 11px;
  background:
    radial-gradient(circle at 50% 42%, #fff 0, #fff 56%, #f6f8fa 100%);
  box-shadow: 0 10px 28px rgba(35,49,64,.08);
  transition: border-color .25s ease, box-shadow .28s ease, transform .28s ease;
}

.fctel-product-detail .gallery-top2::after {
  content: "+";
  position: absolute;
  right: 13px;
  bottom: 13px;
  z-index: 5;
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(201,31,43,.25);
  border-radius: 50%;
  color: var(--fctel-modern-red);
  font-size: 22px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 6px 16px rgba(35,49,64,.12);
  pointer-events: none;
  transition: opacity .22s ease, transform .25s ease;
}

.fctel-product-detail .gallery-top2:hover {
  border-color: rgba(201,31,43,.38);
  box-shadow: 0 16px 38px rgba(35,49,64,.14);
  transform: translateY(-2px);
}

.fctel-product-detail .gallery-top2:hover::after {
  opacity: 0;
  transform: scale(.72);
}

.fctel-detail-zoom-preview {
  position: absolute;
  z-index: 80;
  top: 48px;
  right: 0;
  width: calc(48% - 14px);
  height: 330px;
  box-sizing: border-box;
  padding: 12px;
  overflow: hidden;
  border: 1px solid rgba(201,31,43,.42);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  background: rgba(255,255,255,.98);
  box-shadow: 0 24px 58px rgba(31,47,65,.28);
  pointer-events: none;
  transform: translateY(12px) scale(.96);
  transition: transform .25s cubic-bezier(.2,.75,.25,1);
}

.fctel-detail-zoom-preview.is-visible {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) scale(1) !important;
}

.fctel-detail-zoom-image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 165%;
  transition: background-position .08s linear;
}

.fctel-detail-zoom-preview.is-thumbnail-preview .fctel-detail-zoom-image {
  background-size: contain;
}

.fctel-detail-zoom-preview.is-thumbnail-preview .fctel-detail-zoom-label {
  display: none;
}

.fctel-detail-zoom-label {
  position: absolute;
  left: 22px;
  bottom: 19px;
  padding: 5px 9px;
  border-radius: 12px;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  background: rgba(34,45,57,.68);
  backdrop-filter: blur(5px);
}

.fctel-product-detail .gallery-top2.is-zooming {
  border-color: rgba(201,31,43,.5);
}

.fctel-product-detail .gallery-top2 .swiper-slide {
  display: flex;
  box-sizing: border-box;
  padding: 24px;
  align-items: center;
  justify-content: center;
}

.fctel-product-detail .gallery-top2 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  cursor: zoom-in;
}

.fctel-product-detail .bot-pro-swiper {
  grid-area: thumbs;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0 28px;
  box-sizing: border-box;
}

.fctel-product-detail .prodis-swiper .gallery-thumbs2 {
  padding: 0;
}

.fctel-product-detail .prodis-swiper .gallery-thumbs2 .swiper-slide {
  height: 82px;
  overflow: hidden;
  border: 1px solid #dfe3e8;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(35,49,64,.07);
  cursor: pointer;
  transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.fctel-product-detail .prodis-swiper .gallery-thumbs2 .swiper-slide:hover,
.fctel-product-detail .prodis-swiper .gallery-thumbs2 .swiper-slide.swiper-slide-thumb-active {
  border-color: var(--fctel-modern-red);
  box-shadow: 0 8px 20px rgba(190,30,42,.16);
  transform: translateY(-2px);
}

.fctel-product-detail .prodis-swiper .gallery-thumbs2 .swiper-slide img {
  width: 100%;
  height: 100%;
  padding: 6px;
  object-fit: contain;
  box-sizing: border-box;
  border: 0;
}

.fctel-product-detail .bot-pro-swiper .swiper-button-next,
.fctel-product-detail .bot-pro-swiper .swiper-button-prev {
  width: 26px;
  height: 42px;
  margin-top: -21px;
  border: 1px solid #e0e4e8;
  border-radius: 13px;
  color: #8a949f;
  line-height: 40px;
  background: #fff;
}

.fctel-product-detail .prodis-cont > .text {
  grid-area: info;
  float: none;
  width: 100%;
  min-width: 0;
  padding: 5px 0 0;
}

.fctel-product-detail .prodis-cont .text h1 {
  margin: 0 0 22px;
  color: #202b38;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.35;
}

.fctel-product-detail .prodis-cont dl {
  display: flex;
  margin: 0 0 16px;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 24px;
}

.fctel-product-detail .prodis-cont dt,
.fctel-product-detail .prodis-cont dd {
  float: none;
  width: auto;
  margin: 0;
  color: #7d8792;
  font-size: 15px;
}

.fctel-product-detail .prodis-cont dt:nth-child(1) {
  padding-right: 0;
}

.fctel-product-detail .prodis-cont dt em,
.fctel-product-detail .prodis-cont dd em {
  color: #344252;
  font-size: 16px;
  font-weight: 600;
}

.fctel-product-detail .prodis-cont .text-p {
  min-height: 82px;
  color: #77828e;
  font-size: 15px;
  line-height: 1.75;
}

.fctel-product-detail .prodis-cont .text-p p {
  margin: 0;
}

.fctel-product-detail .links {
  margin-top: 20px;
}

.fctel-product-detail .links ul {
  display: flex;
  gap: 12px;
}

.fctel-product-detail .links li,
.fctel-product-detail .links li:nth-child(2) {
  float: none;
  width: 190px;
  flex: 0 0 190px;
  margin: 0;
}

.fctel-product-detail .links a {
  box-sizing: border-box;
  height: 46px;
  border: 1px solid var(--fctel-modern-red);
  border-radius: 8px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  background: linear-gradient(135deg, #dc2935, #bd1722);
  box-shadow: 0 10px 22px rgba(184,23,34,.22);
  transition: color .22s ease, background .22s ease, transform .22s ease, box-shadow .22s ease;
}

.fctel-product-detail .links a:hover {
  color: #fff;
  background: linear-gradient(135deg, #ef3945, #a9101b);
  box-shadow: 0 14px 28px rgba(184,23,34,.30);
  transform: translateY(-3px);
}

.fctel-detail-tabs {
  display: flex;
  margin: 12px 0 16px;
  overflow-x: auto;
  border: 1px solid #dfe3e8;
  background: #fff;
}

.fctel-detail-tabs a {
  position: relative;
  display: block;
  flex: 0 0 auto;
  padding: 13px 24px;
  color: #3d4855;
  font-size: 14px;
  white-space: nowrap;
  transition: color .2s ease, background .2s ease;
}

.fctel-detail-tabs a::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: transparent;
}

.fctel-detail-tabs a:hover,
.fctel-detail-tabs a.is-active {
  color: var(--fctel-modern-red);
  background: #fff8f8;
}

.fctel-detail-tabs a:hover::before,
.fctel-detail-tabs a.is-active::before {
  background: var(--fctel-modern-red);
}

.fctel-product-detail .prodis-block {
  margin-bottom: 24px;
  scroll-margin-top: 18px;
}

.fctel-product-detail .pro-d-tt h2 {
  display: inline-flex;
  min-width: 130px;
  min-height: 34px;
  box-sizing: border-box;
  margin: 0;
  padding: 7px 18px;
  align-items: center;
  border-radius: 0 16px 0 0;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  background: linear-gradient(135deg, #d92835, #b81722);
}

.fctel-product-detail .prodis-block .block-cont {
  padding: 24px;
  border: 1px solid #e0e4e8;
  background: #fff;
}

.fctel-product-detail .fctel-detail-section-photo .block-cont .text > p {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px;
  margin: 0;
}

.fctel-product-detail .fctel-detail-section-photo .block-cont img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0;
  object-fit: contain;
}

.fctel-product-detail .detail-related .product-list > ul {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cloudzoom-lens {
  border: 1px solid rgba(201,31,43,.55) !important;
  border-radius: 8px;
  background: rgba(255,255,255,.32);
  box-shadow: 0 8px 22px rgba(31,47,65,.18) !important;
}

.cloudzoom-zoom {
  z-index: 2100 !important;
  width: 420px !important;
  height: 320px !important;
  overflow: hidden;
  border: 1px solid rgba(201,31,43,.42) !important;
  border-radius: 16px;
  background-color: #fff !important;
  box-shadow: 0 22px 54px rgba(31,47,65,.25) !important;
  animation: fctelDetailZoomIn .22s cubic-bezier(.2,.75,.25,1) both;
}

@keyframes fctelDetailZoomIn {
  from { opacity: 0; transform: translateY(10px) scale(.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 1000px) {
  .fctel-product-detail .content-left {
    display: none;
  }

  .fctel-product-detail .prodis-cont {
    display: block;
  }

  .fctel-product-detail .prodis-swiper {
    display: block;
  }

  .fctel-product-detail .prodis-swiper,
  .fctel-product-detail .prodis-cont > .text {
    width: 100%;
  }

  .fctel-product-detail .prodis-cont > .text {
    margin-top: 24px;
  }

  .cloudzoom-zoom,
  .cloudzoom-lens,
  .fctel-detail-zoom-preview {
    display: none !important;
  }
}

@media (max-width: 640px) {
  .fctel-product-detail .gallery-top2 {
    height: 330px;
  }

  .fctel-product-detail .links ul {
    display: block;
  }

  .fctel-product-detail .links li,
  .fctel-product-detail .links li:nth-child(2) {
    width: 100%;
    margin-bottom: 10px;
  }

  .fctel-detail-tabs a {
    padding: 11px 16px;
  }

  .fctel-product-detail .fctel-detail-section-photo .block-cont .text > p {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fctel-product-catalog .product-list > ul > li {
    opacity: 1;
  }

  .fctel-product-catalog .fctel-product-card-link,
  .fctel-product-catalog .fctel-product-card-link *,
  .fctel-product-catalog .pro-class a,
  .fctel-product-catalog .pro-class a * {
    transition: none !important;
  }
}
