html[data-smart-back="stockdivar-smart-back-v766"] .smart-back-button,
html[data-smart-back="stockdivar-smart-back-v766"] [data-product-back] {
  display: inline-flex !important;
  visibility: visible !important;
  align-items: center;
  justify-content: center;
  gap: 7px;
  flex: 0 0 auto;
  min-height: 42px;
  border: 1px solid #d9dde5;
  border-radius: 12px;
  padding: 8px 13px;
  background: #fff;
  color: #292b35;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(25, 27, 38, 0.06);
}

html[data-smart-back="stockdivar-smart-back-v766"] .smart-back-button:hover,
html[data-smart-back="stockdivar-smart-back-v766"] [data-product-back]:hover {
  border-color: #c92336;
  color: #a31d2f;
}

.smart-back-icon {
  font-size: 1.25rem;
  line-height: 1;
}

.site-header .header-inner > .smart-back-button {
  order: -1;
}

@media (max-width: 680px) {
  html[data-smart-back="stockdivar-smart-back-v766"] .smart-back-button,
  html[data-smart-back="stockdivar-smart-back-v766"] [data-product-back] {
    min-width: 42px;
    width: 42px;
    height: 42px;
    padding: 0;
    border-radius: 50%;
  }

  .smart-back-text,
  [data-product-back] .product-back-text {
    display: none;
  }
}
