/* Top Soldas typography: Source Sans 3, self-hosted and isolated to ultimo/topsoldas. */

/* Latin Extended */
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("../fonts/source-sans-3/source-sans-3-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* Latin, including every Portuguese (Brazil) accent. */
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("../fonts/source-sans-3/source-sans-3-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body,
button,
input,
select,
textarea,
.map-popup-msrp .price,
.map-popup-price .price,
.product-view .price-box .price,
.products-grid .product-name,
.products-grid .product-name a,
h3.product-name,
.gen-tabs-style1 .tabs a {
  font-family: "Source Sans 3", "Segoe UI", Arial, Helvetica, sans-serif;
}

.main-font,
h1,
h2,
h3,
h4,
h5,
.section-title,
.products-list .product-name,
.feature .heading,
.accordion .heading,
.nav-regular .nav-item.level0 > a,
.nav-regular .nav-submenu--mega > li > a,
.mobnav-trigger,
.nav-mobile .nav-item.level0 > a,
.nav-mobile .nav-item.level1 > a,
.nav-mobile .nav-item.level2 > a,
.block .block-title,
#opc-login h3,
.box-account .box-head h2,
.order-items h2.table-caption,
.order-items h2.sub-title,
.order-items .order-comments h2,
.product-view .box-reviews dt .heading,
.gen-tabs .tabs a,
.footer .heading,
#subscribe-form label,
.caption .heading {
  font-family: "Source Sans 3", "Segoe UI", Arial, Helvetica, sans-serif;
}

/* Text components that declare Arial or Verdana in route-specific stylesheets. */
.skip-link .count,
.cat-label,
.brand-name,
.magento_content label,
div.onestepcheckout-threecolumns h1,
.checkoutcontainer li.shipping-address-title {
  font-family: "Source Sans 3", "Segoe UI", Arial, Helvetica, sans-serif !important;
}

/* The selected sample uses slightly open tracking for calmer, clearer reading. */
body,
button,
input,
select,
textarea {
  letter-spacing: .008em;
}

.ts-hero h1 {
  line-height: 1.02;
  letter-spacing: .005em;
}

.ts-section-heading h2,
.ts-expert h2,
.ts-category-card strong {
  letter-spacing: .008em;
}

/* First-level category links: 20px, about 50% larger than the former 13px. */
@media (min-width: 961px) {
  #nav > li.level0 > a,
  .nav-regular .nav-item.level0 > a {
    font-size: 20px !important;
    font-weight: 600 !important;
    letter-spacing: .025em;
  }

  /* A centered 760px row keeps all three names comfortably separated. */
  .header-regular:not(.sticky-header) .nav.container {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .header-regular:not(.sticky-header) .nav.container > .inner-container {
    box-sizing: border-box;
    width: min(760px, 100%);
    margin-right: auto;
    margin-left: auto;
  }
}
