/* scss/settings/_breakpoints.scss */ /* scss/utilities/_functions.scss */
/*
    .cssClass {
        font-size: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(20), rem-calc(50));
        margin-bottom: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(10), rem-calc(20));
    }

*/
/* scss/utilities/_mixins.scss */ /* xsmall = 10 (1 - 11)
small = 13 - (12-14)
default = 16 (15-18)
medium = 20 (18-26)
large = 32 (26-36)
xlarge = 40 (36 <) */
/* ---------- headers ---------- */
/* ---------- medium fonts: 20 (18-26) ---------- */
/* ---------- default fonts: 16 (15-18) ---------- */
/* ---------- small fonts: 13 - (12-14) ---------- */
.a-resultsPerPage select {
  font-size: 0.8125rem;
  line-height: 1.4;
  font-weight: 400;
}

/* ---------- xsmall fonts: 10 (1 - 11) ---------- */
/* ---------- button fonts ---------- */
.frame {
  margin-bottom: 6.25rem;
}

.seoText {
  margin-top: 6.25rem;
}

.frame-space-after-none {
  margin-bottom: 0;
}

.frame-space-after-small {
  margin-bottom: 3.125rem;
}

.frame-space-after-medium {
  margin-bottom: 6.25rem;
}

.frame-space-after-large {
  margin-bottom: 9.375rem;
}

body {
  scroll-behavior: smooth;
}

.no-transitions,
.no-transitions * {
  transition: none !important;
  animation: none !important;
}

/* scss/utilities/_functions.scss */
/*
    .cssClass {
        font-size: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(20), rem-calc(50));
        margin-bottom: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(10), rem-calc(20));
    }

*/
/* scss/utilities/_mixins.scss */ /* xsmall = 10 (1 - 11)
small = 13 - (12-14)
default = 16 (15-18)
medium = 20 (18-26)
large = 32 (26-36)
xlarge = 40 (36 <) */
/* ---------- headers ---------- */
/* ---------- medium fonts: 20 (18-26) ---------- */
/* ---------- default fonts: 16 (15-18) ---------- */
/* ---------- small fonts: 13 - (12-14) ---------- */
.a-resultsPerPage select {
  font-size: 0.8125rem;
  line-height: 1.4;
  font-weight: 400;
}

/* ---------- xsmall fonts: 10 (1 - 11) ---------- */
/* ---------- button fonts ---------- */
.a-resultsPerPage {
  width: 100%;
  text-align: right;
}
.a-resultsPerPage label {
  margin-right: 1rem;
  color: #160000;
}
.a-resultsPerPage select {
  position: relative;
  border: 1.5px solid var(--color-button-border);
  padding: 0.5rem 2rem 0.5rem 1rem;
  /* Arrow */
  appearance: none;
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><path style="fill: %23FF0027;" d="m26.76,8.8c-.4-.4-1-.4-1.4,0l-10.4,10.3L4.66,8.8c-.4-.4-1-.4-1.4,0s-.4,1,0,1.4l11,11c.2.2.5.3.7.3s.5-.1.7-.3l11-11c.5-.4.5-1.1.1-1.4Z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 0.7rem top 50%;
  background-size: 0.65rem auto;
}
@media only screen and (min-width: 1440px) {
  .tx-lc-detectorssearch .a-resultsPerPage {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.tx-lc-detectorssearch .a-resultsPerPage .a-resultsPerPage__tip {
  display: none;
}
@media only screen and (min-width: 1440px) {
  .tx-lc-detectorssearch .a-resultsPerPage .a-resultsPerPage__tip {
    display: block;
  }
}

/*# sourceMappingURL=resultsPerPage.css.map */