.zvcatalog-panel {
  margin-top: 1.1rem;
  border: 1px solid #d5e2f6;
  border-radius: 16px;
  background: linear-gradient(170deg, #f6f9ff 0%, #ffffff 45%, #f3f7ff 100%);
  box-shadow: 0 14px 30px rgba(15, 54, 112, 0.1);
  overflow: hidden;
}

#product .main-product-details.shadow-box {
  border: 1px solid #d9e6fb;
  border-radius: 14px;
  box-shadow: 0 14px 28px rgba(19, 58, 118, 0.1);
  background: linear-gradient(180deg, #f6f9ff 0%, #ffffff 28%);
}

#product .main-product-details.md-bottom {
  margin-bottom: 0.55rem;
}

#product .main-product-bottom.md-bottom {
  margin-top: 0;
}

#product .zvcatalog-full-row {
  margin-top: 0.95rem;
}

#product .zvcatalog-full-row .zvcatalog-panel {
  margin-top: 0;
}

#product .product-left .product-cover {
  position: relative;
  border: 1px solid #d5e4fb;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 28px rgba(14, 59, 123, 0.14);
}

#product .product-left .product-cover::before {
  content: none !important;
  display: none !important;
}

#product .product-left .product-flags {
  display: none !important;
}

#product .product-left .product-cover .product-year-flag,
#product .product-left .zvc-gallery-cover > .product-year-flag,
#product .product-left .zvc-gallery-cover-mobile > .product-year-flag {
  position: absolute !important;
  top: 12px !important;
  left: 12px !important;
  right: auto !important;
  margin: 0 !important;
  z-index: 5 !important;
  pointer-events: none !important;
}

#product .product-left .product-cover .product-year-flag > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #0f4eaa 0%, #2778ee 100%);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1;
  box-shadow: 0 8px 16px rgba(12, 55, 117, 0.26);
}

#product .zvc-gallery-container .product-cover .img-fluid {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

#product .zvc-gallery-container .product-cover .js-mfp-button {
  cursor: zoom-in;
}

#product .zvc-gallery-container .zvc-gallery-toolbar {
  position: absolute;
  right: 0.8rem;
  bottom: 0.8rem;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

#product .zvc-gallery-container .zvc-gallery-count {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.35rem 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(203, 222, 252, 0.95);
  background: rgba(243, 248, 255, 0.92);
  backdrop-filter: blur(4px);
  color: #18457d;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
}

#product .zvc-gallery-container .zvc-gallery-count .material-icons {
  font-size: 0.95rem;
  line-height: 1;
  color: #236cd8;
}

#product .zvc-gallery-container .zvc-gallery-fullscreen {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(188, 211, 245, 0.95);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.92);
  color: #1d5fbf;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

#product .zvc-gallery-container .zvc-gallery-fullscreen:hover {
  transform: translateY(-1px);
  border-color: #9fc1f5;
  box-shadow: 0 10px 18px rgba(12, 53, 112, 0.2);
}

#product .zvc-gallery-container .zvc-gallery-fullscreen .material-icons {
  font-size: 1.1rem;
  line-height: 1;
}

#product .zvc-gallery-thumbs-list {
  position: relative;
  padding: 0 2rem;
}

#product .zvc-gallery-thumbs-list .js-product-thumbs-scrollbox {
  overflow: hidden;
}

#product .zvc-gallery-thumbs-list .product-images {
  display: flex;
  gap: 0.6rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

#product .zvc-gallery-thumbs-list .thumb-container {
  flex: 0 0 124px;
}

#product .zvc-gallery-thumbs-list .thumb {
  display: block;
  border: 2px solid transparent;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 8px rgba(21, 56, 110, 0.14);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

#product .zvc-gallery-thumbs-list .thumb:hover {
  transform: translateY(-1px);
  border-color: #8eb4ef;
}

#product .zvc-gallery-thumbs-list .thumb.selected {
  border-color: #1f6ede;
  box-shadow: 0 8px 14px rgba(25, 92, 194, 0.22);
}

#product .zvc-gallery-thumbs-list .thumb img {
  width: 100%;
  height: 84px;
  object-fit: cover;
  display: block;
}

#product .zvc-gallery-thumbs-list .scroll-box-arrows {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 4;
}

#product .zvc-gallery-thumbs-list .scroll-box-arrows .left,
#product .zvc-gallery-thumbs-list .scroll-box-arrows .right {
  position: absolute;
  pointer-events: auto;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: #0f72cb;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 16px rgba(15, 67, 139, 0.28);
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

#product .zvc-gallery-thumbs-list .scroll-box-arrows .left {
  left: 0.15rem;
}

#product .zvc-gallery-thumbs-list .scroll-box-arrows .right {
  right: 0.15rem;
}

#product .zvc-gallery-thumbs-list .scroll-box-arrows .left:hover,
#product .zvc-gallery-thumbs-list .scroll-box-arrows .right:hover {
  transform: translateY(-1px);
  background: #0b5db2;
}

#product .zvc-gallery-thumbs-list .scroll-box-arrows .material-icons {
  font-size: 1.15rem;
  line-height: 1;
}

#product .zvc-gallery-cover-mobile .product-mobile-images {
  display: flex;
  gap: 0.6rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

#product .zvc-gallery-cover-mobile .product-mobile-images > li {
  flex: 0 0 100%;
}

#product .zvc-gallery-cover-mobile .product-mobile-images img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

#product .zvc-gallery-cover-mobile .scroll-box-arrows {
  position: absolute;
  left: 0.45rem;
  right: 0.45rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 4;
}

#product .zvc-gallery-cover-mobile .scroll-box-arrows .left,
#product .zvc-gallery-cover-mobile .scroll-box-arrows .right {
  pointer-events: auto;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: rgba(14, 70, 145, 0.9);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#product .product-right-content {
  border-left: 1px solid #e7eefc;
  padding-left: 1.2rem;
}

#product .page-heading {
  color: #0f2f57;
  font-size: clamp(1.6rem, 2vw, 2.1rem);
  margin-bottom: 0.75rem;
}

.zvcatalog-hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.zvcatalog-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  border: 1px solid #cfe1ff;
  color: #18457d;
  background: #f2f7ff;
  border-radius: 999px;
  padding: 0.32rem 0.62rem;
  font-size: 0.78rem;
  font-weight: 600;
}

.zvcatalog-pill i {
  color: #2267cf;
}

.zvcatalog-pill .material-icons {
  font-size: 1rem;
  line-height: 1;
}

.zvc-minimum-down-payment-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  padding: 0.38rem 0.72rem;
  border: 1px solid #b9d3fb;
  border-radius: 999px;
  background: #eef6ff;
  color: #164277;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.2;
  box-shadow: 0 6px 14px rgba(18, 84, 176, 0.12);
  white-space: normal;
}

.product-miniature .zvc-minimum-down-payment-badge {
  margin-top: 0.42rem;
  font-size: 0.78rem;
}

.zvcatalog-finance-badge {
  margin-top: 0.72rem;
}

#product .product-prices .zvc-minimum-down-payment-badge {
  margin-top: 0.4rem;
}

.zvcatalog-top-lead-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.zvcatalog-top-lead-actions .btn {
  min-height: 42px;
  border-radius: 10px;
  font-weight: 600;
}

#product .product-prices {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 0 !important;
}

#product .product-prices .product-prices-wrapper {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.55rem;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
}

#product .product-prices .current-price {
  margin: 0;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}

#product .product-prices .current-price-value {
  color: #11478f;
  font-weight: 700;
}

#product .product-prices .tax-label {
  display: none;
}

#product .product-prices .shipping-delivery-label,
#product .product-prices .product-pack-price,
#product .product-prices .price-ecotax,
#product .product-prices .product-without-taxes {
  display: none;
}

#product .product-actions {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
}

#product .product-information.light-box-bg {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}

#product .social-sharing {
  border-top: 1px solid #dce8fb;
  margin-top: 0.9rem;
  padding-top: 0.8rem;
}

#product .main-product-bottom .nav-tabs {
  border-bottom: 0;
  margin: 0;
  padding: 0;
  min-height: 0;
}

#product .main-product-bottom .nav-tabs .nav-link.active,
#product .main-product-bottom .nav-tabs .nav-link:hover {
  color: #1257b8;
  border-color: #c8dcff #c8dcff #ffffff;
}

#product .main-product-bottom .product-tabs .product-description-nav-item {
  display: none !important;
}

#product .main-product-bottom .tab-content {
  border: 1px solid #d8e6fb;
  border-top: 1px solid #d8e6fb;
  border-radius: 12px;
  background: #fff;
  margin-top: 0;
}

#product .main-product-bottom .product-description-block .panel-content,
#product .main-product-bottom .product-description-block .block-content {
  padding: 1rem 1.2rem 1.15rem;
}

#product .main-product-bottom .product-description-block .product-description {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0.75rem 0.95rem;
  border: 1px solid #cfe0fb;
  border-radius: 12px;
  background: linear-gradient(180deg, #fbfdff 0%, #f3f8ff 100%);
  box-shadow: 0 6px 14px rgba(17, 64, 134, 0.08);
  color: #29486f;
}

#product .main-product-bottom .product-description-block .product-description > *:last-child {
  margin-bottom: 0;
}

.zvcatalog-header {
  padding: 1.1rem 1.2rem 0.2rem;
}

.zvcatalog-kicker {
  margin: 0;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2b66cd;
}

.zvcatalog-title {
  margin: 0.3rem 0 0;
  font-size: 1.58rem;
  line-height: 1.15;
  color: #0f2f57;
}

.zvcatalog-subtitle {
  margin: 0.42rem 0 0;
  font-size: 0.95rem;
  color: #4b658a;
}

.zvcatalog-grid {
  display: block;
  padding: 0.95rem 1.2rem 1.2rem;
}

.zvcatalog-specs-card,
.zvcatalog-lead-card {
  background: #fff;
  border: 1px solid #d8e5f8;
  border-radius: 14px;
  padding: 1rem 0.95rem 0.95rem;
}

.zvcatalog-specs-card-full {
  width: 100%;
}

.zvcatalog-specs-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.62rem;
}

.zvcatalog-spec-item {
  border: 1px solid #e1eaf9;
  border-radius: 11px;
  background: linear-gradient(180deg, #fcfdff 0%, #f6f9ff 100%);
  padding: 0.6rem 0.68rem;
  min-height: 96px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.zvcatalog-spec-item span {
  display: block;
  font-size: 0.74rem;
  color: #5d7395;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.zvcatalog-spec-label-wrap {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: center;
  column-gap: 0.34rem;
  min-height: 22px;
  width: 100%;
}

.zvcatalog-spec-icon-wrap {
  width: 22px;
  height: 22px;
  border-radius: 7px;
  background: #e9f2ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 22px;
  overflow: hidden;
}

.zvcatalog-spec-icon.material-icons {
  font-size: 0.9rem;
  width: 100%;
  height: 100%;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1f67d2;
  margin: 0;
  transform: translateZ(0);
  vertical-align: middle;
}

.zvcatalog-spec-label {
  display: inline-block;
}

.zvcatalog-spec-item strong {
  display: block;
  margin-top: 0.2rem;
  color: #11355f;
  font-size: 1.06rem;
  line-height: 1.2;
}

.zvcatalog-trust-list {
  margin: 0.95rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
}

.zvcatalog-trust-list li {
  margin: 0;
  border: 1px solid #e2eaf7;
  border-radius: 10px;
  background: #f8fbff;
  padding: 0.52rem 0.6rem;
  color: #204674;
  font-size: 0.87rem;
  line-height: 1.25;
}

.zvcatalog-trust-list i {
  color: #1d67d4;
  margin-right: 0.3rem;
}

.zvcatalog-price-label {
  margin: 0;
  color: #56729b;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.zvcatalog-price {
  margin: 0.15rem 0 0.85rem;
  color: #0f2f57;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.05;
}

.zvcatalog-cta-group {
  display: grid;
  gap: 0.5rem;
}

.zvcatalog-cta-group .btn {
  justify-content: center;
  min-height: 44px;
  border-radius: 10px;
  font-weight: 600;
}

.zvcatalog-advisor-box {
  margin-top: 0.9rem;
  border-top: 1px dashed #cfe0fb;
  padding-top: 0.75rem;
}

.zvcatalog-advisor-title {
  margin: 0;
  color: #284f7c;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.zvcatalog-advisor-phone,
.zvcatalog-advisor-response {
  margin: 0.35rem 0 0;
  color: #17375f;
  font-size: 0.9rem;
}

.zvcatalog-lead-card {
  display: none !important;
}

.zvcatalog-sticky {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  transform: translateY(100%);
  transition: transform 220ms ease;
  background: rgba(8, 25, 47, 0.95);
  box-shadow: 0 -10px 24px rgba(6, 17, 34, 0.35);
}

.zvcatalog-sticky.is-visible {
  transform: translateY(0);
}

.zvcatalog-sticky-inner {
  max-width: 1280px;
  margin: 0 auto;
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 1rem;
}

.zvcatalog-sticky-text {
  color: #f1f6ff;
  font-size: 0.95rem;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* PDP gallery lightbox (Magnific Popup) */
.mfp-bg {
  background: rgba(9, 17, 32, 0.9) !important;
  opacity: 1 !important;
}

.mfp-wrap.mfp-gallery .mfp-container {
  padding: 1.6rem 1rem 1.2rem;
}

.mfp-wrap.mfp-gallery .mfp-content {
  max-width: min(92vw, 1100px);
}

.mfp-wrap.mfp-gallery .mfp-figure::after {
  display: none;
}

.mfp-wrap.mfp-gallery .mfp-img {
  border-radius: 12px;
  border: 1px solid rgba(214, 224, 241, 0.9);
  box-shadow: 0 24px 48px rgba(5, 12, 27, 0.52);
  max-height: calc(100vh - 118px);
}

.mfp-wrap.mfp-gallery .mfp-close {
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(151, 176, 214, 0.7);
  background: rgba(20, 39, 70, 0.94);
  color: #ffffff;
  font-size: 26px;
  opacity: 1;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.mfp-wrap.mfp-gallery .mfp-close:hover {
  background: rgba(11, 28, 54, 0.98);
}

.mfp-wrap.mfp-gallery .mfp-counter {
  top: 14px;
  right: auto;
  left: 14px;
  color: #f1f5ff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 0.3rem 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(131, 153, 188, 0.65);
  background: rgba(24, 40, 66, 0.8);
}

.mfp-wrap.mfp-gallery .mfp-arrow {
  opacity: 1;
  z-index: 1060;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  border-radius: 999px;
  border: 1px solid rgba(158, 179, 214, 0.74);
  background-color: rgba(20, 40, 72, 0.92);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 18px 18px;
  box-shadow: 0 12px 24px rgba(6, 17, 37, 0.38);
  color: transparent;
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.mfp-wrap.mfp-gallery .mfp-arrow:hover {
  background-color: rgba(12, 30, 56, 0.96);
}

.mfp-wrap.mfp-gallery .mfp-arrow::before,
.mfp-wrap.mfp-gallery .mfp-arrow::after {
  content: none !important;
}

.mfp-wrap.mfp-gallery .mfp-arrow-left {
  left: max(12px, calc(50% - min(44vw, 540px) - 30px));
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 18l-6-6 6-6'/%3E%3C/svg%3E");
}

.mfp-wrap.mfp-gallery .mfp-arrow-right {
  right: max(12px, calc(50% - min(44vw, 540px) - 30px));
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E");
}

.mfp-wrap.mfp-gallery .mfp-bottom-bar {
  display: none;
}

.mfp-wrap.mfp-gallery .mfp-title {
  display: none;
}

@media (max-width: 991.98px) {
  #product .product-right-content {
    border-left: 0;
    padding-left: 0;
  }

  #product .zvc-gallery-thumbs-list {
    padding: 0 1.6rem;
  }

  #product .zvc-gallery-thumbs-list .thumb-container {
    flex-basis: 106px;
  }

  #product .zvc-gallery-thumbs-list .thumb img {
    height: 72px;
  }

  .zvcatalog-grid {
    grid-template-columns: 1fr;
  }

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

  .zvcatalog-spec-item {
    min-height: 90px;
    padding: 0.56rem 0.62rem;
  }

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

  .zvcatalog-sticky-inner {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 575.98px) {
  #product .main-product-bottom .product-description-block .panel-content,
  #product .main-product-bottom .product-description-block .block-content {
    padding: 0.78rem 0.8rem;
  }

  #product .main-product-bottom .product-description-block .product-description {
    padding: 0.65rem 0.78rem;
    border-radius: 10px;
  }

  .zvcatalog-header {
    padding: 1rem 0.9rem 0.15rem;
  }

  .zvcatalog-title {
    font-size: 1.32rem;
  }

  .zvcatalog-subtitle {
    font-size: 0.9rem;
  }

  .zvcatalog-grid {
    padding: 0.85rem 0.9rem 0.95rem;
  }

  .zvcatalog-specs-card {
    padding: 0.8rem;
  }

  .zvcatalog-specs-grid {
    grid-template-columns: 1fr;
  }

  .zvcatalog-spec-item {
    min-height: 0;
    padding: 0.54rem 0.6rem;
  }

  .zvcatalog-trust-list {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }

  .zvcatalog-trust-list li {
    font-size: 0.83rem;
  }

  .mfp-wrap.mfp-gallery .mfp-container {
    padding: 1rem 0.6rem 0.9rem;
  }

  .mfp-wrap.mfp-gallery .mfp-img {
    border-radius: 10px;
    max-height: calc(100vh - 100px);
  }

  .mfp-wrap.mfp-gallery .mfp-close {
    top: 8px;
    right: 8px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 23px;
  }

  .mfp-wrap.mfp-gallery .mfp-counter {
    top: 10px;
    left: 10px;
    font-size: 0.68rem;
    padding: 0.22rem 0.45rem;
  }

  .mfp-wrap.mfp-gallery .mfp-arrow {
    width: 36px;
    height: 36px;
    margin-top: -18px;
    background-size: 15px 15px;
  }

  .mfp-wrap.mfp-gallery .mfp-arrow-left {
    left: 6px;
  }

  .mfp-wrap.mfp-gallery .mfp-arrow-right {
    right: 6px;
  }

  #product .zvc-gallery-container .zvc-gallery-toolbar {
    right: 0.55rem;
    bottom: 0.55rem;
  }

  #product .zvc-gallery-container .zvc-gallery-count {
    font-size: 0.68rem;
    padding: 0.3rem 0.5rem;
  }

  #product .zvc-gallery-thumbs-list {
    padding: 0 1.45rem;
  }

  #product .zvc-gallery-thumbs-list .thumb-container {
    flex-basis: 92px;
  }

  #product .zvc-gallery-thumbs-list .thumb img {
    height: 64px;
  }

  #product .zvc-gallery-thumbs-list .scroll-box-arrows .left,
  #product .zvc-gallery-thumbs-list .scroll-box-arrows .right {
    width: 30px;
    height: 30px;
  }
}
