/* 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) ---------- */
/* ---------- 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) ---------- */
/* ---------- xsmall fonts: 10 (1 - 11) ---------- */
/* ---------- button fonts ---------- */
.m-linklist {
  list-style: none;
  margin: 0 auto;
  padding: 2.5rem 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  font-size: 1.25rem;
}
.m-linklist li::marker {
  content: normal;
}
.m-linklist i {
  width: 6.25rem;
  height: 6.25rem;
  flex: 0 0 auto;
  font-size: 1.75rem;
  display: grid;
  place-items: center;
  color: #000;
  border: 1px solid #000;
  border-radius: 50%;
  transition: all 350ms ease-out;
}
.-bg-red .m-linklist i {
  color: #FFF;
  border-color: #FFF;
}
.m-linklist__m-linklist__label {
  max-width: 10rem;
  transition: all 350ms ease-out;
}
.m-linklist .linkFake,
.m-linklist span.link,
.m-linklist a {
  color: var(--color-primary);
  display: flex;
  gap: 1rem;
  align-items: center;
}
.m-linklist .linkFake:hover i,
.m-linklist span.link:hover i,
.m-linklist a:hover i {
  color: #FFF;
  background: var(--color-primary);
}
.m-linklist .linkFake:hover span,
.m-linklist span.link:hover span,
.m-linklist a:hover span {
  text-decoration: underline;
}
.-bg-red .m-linklist .linkFake,
.-bg-red .m-linklist span.link,
.-bg-red .m-linklist a {
  color: #000;
}
.t3-page-column-2 .m-linklist, .m-productDetail-right .m-linklist {
  display: block;
  font-size: 1rem;
  padding: 0;
}
.t3-page-column-2 .m-linklist .linkFake,
.t3-page-column-2 .m-linklist span.link,
.t3-page-column-2 .m-linklist a, .m-productDetail-right .m-linklist .linkFake,
.m-productDetail-right .m-linklist span.link,
.m-productDetail-right .m-linklist a {
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
  min-height: 2.125rem;
  border-bottom: 1px solid #707070;
  margin-bottom: 0.3125rem;
  position: relative;
  color: #000;
}
.t3-page-column-2 .m-linklist .linkFake:hover,
.t3-page-column-2 .m-linklist span.link:hover,
.t3-page-column-2 .m-linklist a:hover, .m-productDetail-right .m-linklist .linkFake:hover,
.m-productDetail-right .m-linklist span.link:hover,
.m-productDetail-right .m-linklist a:hover {
  border-bottom: 1px solid var(--color-li-hover);
  color: var(--color-li-hover);
}
.t3-page-column-2 .m-linklist .linkFake:hover i,
.t3-page-column-2 .m-linklist span.link:hover i,
.t3-page-column-2 .m-linklist a:hover i, .m-productDetail-right .m-linklist .linkFake:hover i,
.m-productDetail-right .m-linklist span.link:hover i,
.m-productDetail-right .m-linklist a:hover i {
  color: var(--color-li-hover);
  background: none;
}
.t3-page-column-2 .m-linklist i, .m-productDetail-right .m-linklist i {
  width: auto;
  height: auto;
  display: inline-block;
  color: var(--color-primary);
  font-size: 1.4375rem;
  border: none;
}

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