body.soarcho-product-detail-page-body {
  width: 100%;
  margin: 0;
  background: #f5f9ff;
  color: #082454;
  font-family: Arial, Helvetica, sans-serif;
}

.soarcho-product-detail-page-body #page,
.soarcho-product-detail-page-body #content,
.soarcho-product-detail-page-body main {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.soarcho-product-detail-page-body .site-header,
.soarcho-product-detail-page-body .site-footer {
  display: none;
}

.soarcho-product-detail-page-body .site-content,
.soarcho-product-detail-page-body .ast-container,
.soarcho-product-detail-page-body .content-area,
.soarcho-product-detail-page-body .site-main {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  float: none;
}

.soarcho-product-detail-page-body .ast-container {
  display: block;
}

.soarcho-product-detail-page * {
  box-sizing: border-box;
}

.soarcho-product-detail-page {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: linear-gradient(180deg, #f7fbff 0%, #fff 42%, #f5f9ff 100%);
}

.detail-wrap {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

.detail-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 4px 18px rgba(10, 45, 100, 0.06);
}

.detail-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  gap: 22px;
}

.detail-logo {
  display: inline-flex;
  flex-direction: column;
  flex: 0 0 auto;
  color: #092454;
  line-height: 1;
  text-decoration: none;
}

.detail-logo span {
  font-size: 28px;
  font-weight: 900;
}

.detail-logo b,
.detail-nav a.is-active,
.detail-faq button span {
  color: #075eea;
}

.detail-logo small {
  margin-top: 5px;
  color: #61728f;
  font-size: 10px;
}

.detail-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: clamp(18px, 2.25vw, 38px);
  height: 68px;
  font-size: 13px;
  font-weight: 900;
}

.detail-nav a {
  display: inline-flex;
  align-items: center;
  height: 100%;
  color: #082454;
  text-decoration: none;
}

.detail-header__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #082454;
  font-size: 13px;
  font-weight: 900;
}

.detail-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 32px;
  border: 1px solid #075eea;
  border-radius: 7px;
  background: #075eea;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(7, 94, 234, 0.18);
}

.detail-btn:hover {
  color: #fff;
}

.detail-btn--small {
  min-height: 34px;
  padding: 0 22px;
  border-radius: 20px;
  font-size: 13px;
}

.detail-btn--light {
  background: #fff;
  color: #075eea;
  box-shadow: none;
}

.detail-btn--light:hover {
  color: #075eea;
}

.detail-btn--outline-white {
  border-color: rgba(255, 255, 255, 0.68);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.detail-hero {
  padding: 22px 0 16px;
  background: linear-gradient(180deg, #f7fbff 0%, #fff 100%);
}

.detail-breadcrumb {
  margin: 0 0 18px;
  color: #526786;
  font-size: 13px;
}

.detail-breadcrumb span {
  margin: 0 10px;
  color: #8aa2c0;
}

.detail-hero-grid {
  display: grid;
  grid-template-columns: 46% 54%;
  gap: 34px;
  align-items: start;
}

.detail-main-image {
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(9, 42, 95, 0.08);
}

.detail-main-image[data-soarcho-lightbox-trigger] {
  cursor: zoom-in;
}

.detail-main-image[data-soarcho-lightbox-trigger]:focus-visible {
  outline: 3px solid rgba(7, 94, 234, 0.35);
  outline-offset: 3px;
}

.detail-main-image img {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: contain;
  object-position: center;
  padding: 0;
  background: #fff;
}

.detail-image-empty {
  min-height: 112px;
  border-radius: 7px;
  background: linear-gradient(135deg, #eef6ff 0%, #dcecff 100%);
}

.detail-thumbs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 14px;
  width: 100%;
  min-height: 64px;
  overflow: visible;
}

.detail-gallery-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #eef5ff;
  color: #244062;
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
  cursor: pointer;
  appearance: none;
  box-shadow: none;
}

.detail-gallery-arrow:hover {
  background: #075eea;
  color: #fff;
}

.detail-thumb-track {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  min-width: 0;
  width: auto;
  max-width: calc(100% - 100px);
  overflow-x: auto;
  overflow-y: hidden;
  padding: 4px 2px 8px;
  scroll-behavior: smooth;
  scrollbar-width: thin;
}

.detail-thumbs--single .detail-thumb-track {
  max-width: 100%;
}

.detail-thumb-button {
  flex: 0 0 72px;
  width: 72px;
  min-width: 72px;
  height: 56px;
  min-height: 56px;
  overflow: hidden;
  padding: 0;
  border: 2px solid #cddcf2;
  border-radius: 7px;
  background: #fff;
  cursor: pointer;
}

.detail-thumb-button.is-active {
  border-color: #075eea;
  box-shadow: 0 0 0 3px rgba(7, 94, 234, 0.12);
}

.detail-thumbs img {
  width: 72px;
  height: 56px;
  display: block;
  object-fit: cover;
}

.detail-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: clamp(390px, 32vw, 430px);
  padding-top: 6px;
  padding-bottom: 22px;
}

.detail-hero-copy h1 {
  margin: 0 0 8px;
  color: #082454;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 900;
}

.detail-hero-copy h2 {
  margin: 0 0 18px;
  color: #082454;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 800;
}

.detail-hero-copy p {
  max-width: 610px;
  margin: 0;
  color: #203a62;
  font-size: 15px;
  line-height: 1.78;
}

.detail-hero-points {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 34px 0 30px;
}

.detail-hero-points div {
  text-align: center;
}

.detail-hero-points img {
  width: 52px;
  height: 52px;
  margin-bottom: 8px;
  border-radius: 50%;
  object-fit: contain;
}

.detail-hero-points strong,
.detail-hero-points span {
  display: block;
  line-height: 1.3;
}

.detail-hero-points strong {
  color: #082454;
  font-size: 12px;
}

.detail-hero-points span {
  color: #526983;
  font-size: 11px;
}

.detail-actions {
  display: flex;
  gap: 18px;
}

.detail-advantages {
  padding: 0 0 14px;
}

.detail-advantage-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-radius: 7px;
  background: #eef6ff;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(9, 42, 95, 0.05);
}

.detail-advantage-bar div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 48px;
  border-right: 1px solid rgba(7, 94, 234, 0.12);
  color: #082454;
  font-size: 13px;
  font-weight: 900;
}

.detail-advantage-bar div:last-child {
  border-right: 0;
}

.detail-advantage-bar img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: contain;
}

.detail-section {
  padding: 0 0 20px;
}

.detail-section--tight {
  padding-bottom: 18px;
}

.detail-card,
.detail-mini-card,
.detail-perfect,
.detail-cta-card {
  border: 1px solid rgba(24, 84, 160, 0.11);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 34px rgba(9, 42, 95, 0.07);
}

.detail-card {
  padding: 22px;
}

.detail-card h2,
.detail-section-title {
  margin: 0 0 14px;
  color: #082454;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
}

.detail-card h3,
.detail-perfect h3 {
  margin: 0 0 14px;
  color: #082454;
  font-size: 15px;
  font-weight: 900;
}

.detail-card p {
  margin: 0;
  color: #244062;
  font-size: 15px;
  line-height: 1.78;
}

.detail-card p + p,
.detail-card .detail-download-row {
  margin-top: 14px;
}

.detail-card ul,
.detail-card ol {
  margin: 12px 0 0;
  padding-left: 18px;
  color: #244062;
  font-size: 15px;
  line-height: 1.78;
}

.detail-overview-grid {
  display: grid;
  grid-template-columns: 46% 54%;
  gap: 18px;
}

.detail-overview-card {
  height: var(--detail-overview-card-height, 560px);
  min-height: 420px;
  max-height: var(--detail-overview-card-height, 560px);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-right: 22px;
  scrollbar-width: thin;
  scrollbar-color: rgba(7, 94, 234, 0.45) rgba(231, 240, 253, 0.9);
}

.detail-overview-card::-webkit-scrollbar {
  width: 8px;
}

.detail-overview-card::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(231, 240, 253, 0.9);
}

.detail-overview-card::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(7, 94, 234, 0.45);
}

.detail-overview-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 26px;
  margin-top: 26px;
}

.detail-overview-points span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #31506f;
  font-size: 13px;
}

.detail-overview-points img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
}

.detail-overview-side {
  display: grid;
  gap: 16px;
}

.detail-colors div,
.detail-sizes div {
  display: grid;
  gap: 14px;
}

.detail-colors div {
  grid-template-columns: repeat(5, 1fr);
}

.detail-colors span,
.detail-sizes span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 126px;
  border: 1px solid rgba(24, 84, 160, 0.1);
  border-radius: 8px;
  background: #fbfdff;
  color: #082454;
  text-align: center;
  box-shadow: 0 10px 22px rgba(8, 36, 84, 0.04);
}

.detail-colors img {
  width: 92px;
  max-width: 100%;
  height: 70px;
  object-fit: cover;
  border: 1px solid rgba(24, 84, 160, 0.12);
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28), 0 8px 18px rgba(8, 36, 84, 0.08);
}

.detail-colors small,
.detail-sizes small {
  margin-top: 8px;
  color: #506a88;
  font-size: 11px;
}

.detail-sizes div {
  grid-template-columns: repeat(3, 1fr);
}

.detail-sizes span {
  min-height: 110px;
  padding: 14px 12px;
}

.detail-sizes strong {
  color: #082454;
  font-size: 12px;
  line-height: 1.25;
}

.detail-perfect {
  position: relative;
  overflow: hidden;
  min-height: 240px;
}

.detail-perfect h3 {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 24px;
  font-size: 22px;
}

.detail-perfect img {
  width: 100%;
  height: 240px;
  display: block;
  object-fit: cover;
}

.detail-spec-table {
  width: 100%;
  border-collapse: collapse;
  color: #233f62;
  font-size: 13px;
}

.detail-spec-table th,
.detail-spec-table td {
  padding: 9px 6px;
  border-bottom: 1px solid #d8e3f1;
  text-align: left;
}

.detail-spec-table th {
  width: 170px;
  color: #082454;
  font-weight: 900;
}

.detail-details-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}

.detail-application-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.detail-mini-card {
  overflow: hidden;
  background: #fff;
}

.detail-mini-card img {
  width: 100%;
  height: 116px;
  display: block;
  object-fit: cover;
}

.detail-details-grid .detail-mini-card img {
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.detail-mini-card h3,
.detail-mini-card p {
  padding: 0 14px;
}

.detail-mini-card h3 {
  margin: 13px 0 6px;
  color: #082454;
  font-size: 13px;
  font-weight: 900;
}

.detail-mini-card p {
  margin: 0 0 16px;
  color: #526983;
  font-size: 12px;
  line-height: 1.55;
}

.detail-doc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 22px;
}

.detail-doc-grid--dynamic {
  align-items: stretch;
}

.detail-doc-grid h2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.detail-doc-grid h2 a {
  color: #075eea;
  font-size: 12px;
  text-decoration: none;
}

.detail-doc-grid img {
  width: 100%;
  height: 112px;
  object-fit: cover;
  border-radius: 6px;
}

.detail-static-cert-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.detail-static-cert-list div {
  display: flex;
  min-height: 132px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
  border: 1px solid rgba(30, 99, 255, 0.14);
  border-radius: 10px;
  background: #f8fbff;
  text-align: center;
}

.detail-static-cert-list img {
  width: 100%;
  height: 116px;
  object-fit: contain;
  object-position: center;
  background: #fff;
}

.detail-static-cert-list strong {
  display: block;
  color: #082454;
  font-size: 12px;
  line-height: 1.35;
}

.detail-doc-list,
.detail-report-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.detail-doc-list span,
.detail-doc-list a,
.detail-report-list div,
.detail-report-list a {
  display: flex;
  min-height: 118px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
  border: 1px solid rgba(24, 84, 160, 0.1);
  border-radius: 8px;
  background: #fbfdff;
  color: #082454;
  text-align: center;
  text-decoration: none;
}

.detail-doc-list a,
.detail-report-list a {
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.detail-doc-list a:hover,
.detail-report-list a:hover {
  border-color: rgba(7, 94, 234, 0.38);
  box-shadow: 0 10px 22px rgba(7, 94, 234, 0.1);
  transform: translateY(-1px);
}

.detail-doc-list img,
.detail-report-list img {
  width: 100%;
  max-width: 112px;
  height: 84px;
  padding: 3px;
  object-fit: contain;
  object-position: center;
  background: #fff;
  border-radius: 4px;
}

.detail-doc-list strong,
.detail-report-list strong {
  display: block;
  color: #082454;
  font-size: 12px;
  line-height: 1.35;
}

.detail-report-download {
  color: #075eea;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.detail-lightbox[hidden] {
  display: none;
}

.detail-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: rgba(3, 18, 44, 0.82);
}

.detail-lightbox img {
  display: block;
  width: auto;
  max-width: min(1180px, 94vw);
  max-height: 88vh;
  object-fit: contain;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
}

.detail-lightbox__close {
  position: absolute;
  top: 18px;
  right: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #082454;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.soarcho-lightbox-open {
  overflow: hidden;
}

.detail-packaging-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.detail-packaging-list li {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid #dfe8f5;
  color: #244062;
  font-size: 13px;
}

.detail-packaging-list li:last-child {
  border-bottom: 0;
}

.detail-packaging-list strong {
  color: #082454;
}

.detail-info-grid {
  display: grid;
  grid-template-columns: 49% 51%;
  gap: 22px;
}

.detail-info-grid--single {
  grid-template-columns: 1fr;
}

.detail-faq {
  padding: 22px 24px;
}

.detail-faq-item {
  display: grid;
  gap: 10px;
  padding: 14px 0;
  border-bottom: 1px solid #dfe8f5;
}

.detail-faq-item:last-child {
  border-bottom: 0;
}

.detail-faq-question,
.detail-faq-answer {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 10px;
  align-items: start;
}

.detail-faq-question b,
.detail-faq-answer b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
}

.detail-faq-question b {
  background: #075eea;
  color: #fff;
}

.detail-faq-answer b {
  background: #eaf3ff;
  color: #075eea;
}

.detail-faq-question span {
  color: #082454;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 900;
}

.detail-faq-answer span {
  color: #31506f;
  font-size: 15px;
  line-height: 1.65;
}

.detail-support {
  display: grid;
  grid-template-columns: 1fr 220px;
  align-items: start;
  align-content: start;
  min-height: 0;
  padding: 28px 24px 0;
  overflow: hidden;
  background: linear-gradient(105deg, #f8fbff 0%, #eef6ff 100%);
}

.detail-support > div {
  align-self: start;
}

.detail-support ul {
  margin: 14px 0 18px;
  padding: 0;
  list-style: none;
  color: #2f4c70;
  font-size: 13px;
  line-height: 1.9;
}

.detail-support li:before {
  content: "✓";
  margin-right: 8px;
  color: #075eea;
  font-weight: 900;
}

.detail-support img {
  align-self: end;
  width: 220px;
  height: 170px;
  display: block;
  object-fit: cover;
}

.detail-bottom-cta {
  padding: 0 0 28px;
}

.detail-cta-card {
  display: grid;
  grid-template-columns: 1.5fr auto 1.35fr;
  align-items: center;
  gap: 28px;
  min-height: 82px;
  padding: 20px 34px;
  background: linear-gradient(100deg, #084da9 0%, #075eea 100%);
  color: #fff;
}

.detail-cta-card h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
}

.detail-cta-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
}

.detail-cta-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.detail-footer .soarcho-footer__grid {
  grid-template-columns: 1.35fr 0.85fr 1.05fr 0.85fr 1.25fr;
  gap: 42px;
}

@media (max-width: 1180px) {
  .detail-nav {
    gap: 18px;
  }

  .detail-hero-grid,
  .detail-overview-grid,
  .detail-info-grid {
    grid-template-columns: 1fr;
  }

  .detail-hero-copy {
    min-height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .detail-details-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .detail-application-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .detail-doc-grid,
  .detail-cta-card,
  .detail-footer .soarcho-footer__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 800px) {
  .detail-header__inner {
    min-height: auto;
    padding-top: 14px;
    padding-bottom: 14px;
    flex-wrap: wrap;
  }

  .detail-nav {
    order: 3;
    width: 100%;
    height: auto;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .detail-hero-copy h1 {
    font-size: 34px;
  }

  .detail-main-image img {
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: contain;
  }

  .detail-thumbs {
    justify-content: flex-start;
    gap: 8px;
    overflow: visible;
  }

  .detail-gallery-arrow {
    width: 36px;
    min-width: 36px;
    max-width: 36px;
    height: 36px;
    min-height: 36px;
    max-height: 36px;
    flex-basis: 36px;
  }

  .detail-thumb-button {
    flex: 0 0 72px;
  }

  .detail-hero-points,
  .detail-advantage-bar,
  .detail-overview-points,
  .detail-colors div,
  .detail-application-grid,
  .detail-details-grid,
  .detail-doc-list,
  .detail-report-list,
  .detail-cta-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .detail-actions,
  .detail-support {
    grid-template-columns: 1fr;
  }

  .detail-support img {
    width: 100%;
    height: 190px;
  }

  .detail-overview-card {
    height: auto;
    min-height: 0;
    max-height: 500px;
  }
}

@media (max-width: 560px) {
  .detail-wrap {
    padding-left: 14px;
    padding-right: 14px;
  }

  .detail-header__actions,
  .detail-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .detail-btn {
    width: 100%;
  }

  .detail-overview-card {
    height: auto;
    max-height: 430px;
    padding-right: 16px;
  }

  .detail-hero-points,
  .detail-advantage-bar,
  .detail-overview-points,
  .detail-colors div,
  .detail-application-grid,
  .detail-details-grid,
  .detail-doc-grid,
  .detail-doc-list,
  .detail-static-cert-list,
  .detail-report-list,
  .detail-cta-stats {
    grid-template-columns: 1fr;
  }

  .detail-packaging-list li {
    grid-template-columns: 1fr;
    gap: 4px;
  }

}

@media (max-width: 768px) {
  body.single-soarcho_product .detail-main-image img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 4 / 3 !important;
    max-width: 100% !important;
    object-fit: contain !important;
  }

  body.single-soarcho_product .detail-thumbs {
    display: flex !important;
    grid-template-columns: none !important;
    overflow: visible !important;
  }

  body.single-soarcho_product .detail-thumbs button,
  body.single-soarcho_product .detail-gallery-arrow {
    display: inline-flex !important;
  }
}
