/* This is a print stylesheet */
@page {
  size: a4 landscape;
  margin: 1.6em; }

.header__logo {
  display: none; }

.job-print {
  max-width: 950px;
  margin: 1em auto;
  text-align: left; }
  .job-print__toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5em; }
    @media print {
      .job-print__toolbar {
        display: none; } }
  .job-print__sheet {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 2em 2.5em;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08); }
    @media print {
      .job-print__sheet {
        border: 0;
        border-radius: 0;
        box-shadow: none;
        padding: 0; } }
  .job-print__masthead {
    text-align: left;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--colour, #175f9b);
    margin-bottom: 0.15em;
    display: none; }
  .job-print__heading {
    text-align: left;
    padding-bottom: 0.75em;
    margin-bottom: 1.5em;
    border-bottom: 3px solid var(--colour, #175f9b); }
    @media print {
      .job-print__heading {
        border-color: #000;
        display: grid;
        margin-bottom: 0.8em; } }
    .job-print__heading h1 {
      margin: 0 0 0.2em;
      font-size: 1.4rem;
      font-weight: 700;
      color: var(--text, #1c1d2c); }
    .job-print__heading span {
      display: inline-block;
      font-size: 0.85rem;
      font-weight: 700;
      color: var(--medium-text, #666); }
  .job-print__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.9em; }
    @media (max-width: 500px) {
      .job-print__grid {
        grid-template-columns: 1fr; } }
    @media print {
      .job-print__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 0; } }
  .job-print__field {
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    background: var(--darken-background, #f8f8f8);
    padding: 0.35em 0.75em;
    min-height: 2.6em; }
    .job-print__field--wide, .job-print__field--full {
      grid-column: 1 / -1; }
    .job-print__field--pen {
      background: #fff;
      border-style: dashed;
      border-color: #c9c9c9;
      min-height: 3.2em; }
    @media print {
      .job-print__field {
        border: 1px solid #ccc;
        border-radius: 0;
        background: transparent; } }
  .job-print__label {
    display: block;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--medium-text, #666);
    margin-bottom: 0.4em; }
    @media print {
      .job-print__label {
        font-size: 0.6rem;
        margin-bottom: 0.25em; } }
  .job-print__value {
    display: block;
    min-height: 1.2em;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text, #1c1d2c);
    word-break: break-word; }
    @media print {
      .job-print__value {
        font-size: 0.75rem; } }
  .job-print__signoff {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5em;
    margin-top: 2em; }
    .job-print__signoff span {
      display: block;
      margin-top: 2.2em;
      padding-top: 0.4em;
      border-top: 1px solid #ccc;
      font-size: 0.7rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.04em;
      color: var(--medium-text, #666); }
      @media print {
        .job-print__signoff span {
          border-color: #000; } }

body {
  font-family: sans-serif;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  background: #fff;
  color: #000;
  font-size: 1em;
  line-height: 1.5em;
  max-width: 55em;
  margin-left: auto;
  margin-right: auto; }

nav {
  display: none; }

img {
  width: 100%;
  height: auto; }

.listings-products-grid {
  display: grid;
  grid-template-columns: 4fr 4fr 4fr;
  gap: 1.5em; }
  .listings-products-grid .product-item {
    padding: 1em;
    border: 1px solid #ccc; }

form {
  display: none; }

#mini-cart {
  display: none; }

.header {
  display: block;
  width: 15em;
  margin-left: auto;
  margin-right: auto; }
  .header svg {
    display: none; }
  .header__additional {
    display: none; }
  .header__social {
    display: none; }
  .header button {
    display: none; }

.info {
  display: grid;
  grid-template-columns: 3fr 3fr; }
  .info a {
    list-style: decimal;
    margin: 0.25em;
    color: #000; }

.categories__listing {
  display: grid;
  grid-template-columns: 3fr 3fr;
  gap: 1.5em; }

.pswp {
  display: none; }

.keen-slider__slide {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important; }

#product-image-gallery-main {
  display: grid;
  grid-template-columns: 2fr 2fr;
  grid-gap: 1em; }
  #product-image-gallery-main img {
    width: 100%; }

h1 {
  line-height: 1.8em; }

#product-image-gallery-thumbs {
  display: none; }

.react-elements {
  display: none; }

.category-breadcrumb {
  background: var(--breadcrumb-background);
  padding: 0.5em 0.5em; }
  .category-breadcrumb__links {
    text-align: left; }
    .category-breadcrumb__links a {
      font-size: 0.80em;
      color: var(--breadcrumb-text);
      text-decoration: none; }
      .category-breadcrumb__links a.icon svg {
        fill: var(--breadcrumb-text);
        height: 2.2em;
        width: 2.2em;
        vertical-align: middle; }
      .category-breadcrumb__links a:first-of-type:hover svg {
        fill: var(--colour); }
      .category-breadcrumb__links a:first-of-type:before {
        content: '';
        display: none; }
      .category-breadcrumb__links a:before {
        content: '\203A';
        margin: 0 0.20em;
        color: var(--breadcrumb-text);
        font-size: 2em;
        vertical-align: middle;
        display: inline-block;
        font-weight: 1em; }
      .category-breadcrumb__links a:hover {
        color: var(--colour);
        position: relative; }

.listings-sidebar {
  display: none; }

.listings-result-options {
  display: none; }

.footer {
  display: none; }
