<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">



.breadcrumbs {
  padding: 0 15px;
  max-width: var(--grid-width-row, 1380px);
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 768px) {
    .breadcrumbs {
      padding: 0 50px; } }

.breadcrumbs-section + .product-section .thb-product-detail {
  margin-top: 0; }

.breadcrumbs-section + .section-template-header .template-header {
  padding-top: 15px; }

.breadcrumbs-section scroll-shadow {
  width: 100%; }

.breadcrumbs {
  font-size: 0.75rem;
  overflow-x: scroll;
  padding: 15px 0;
  display: inline-flex;
  width: 100%;
  white-space: nowrap;
  max-width: 100vw;
  text-align: left;
  scrollbar-width: none; }
  @media only screen and (min-width: 768px) {
    .breadcrumbs {
      padding: 15px 0;
      overflow-x: hidden; } }
  .breadcrumbs::-webkit-scrollbar {
    display: none; }
  .breadcrumbs i {
    opacity: 0.2;
    display: inline-block;
    margin: 0 8px; }
  .breadcrumbs a {
    text-decoration: underline;
    text-underline-offset: 3px; }
</pre></body></html>