:root {
  --icon--pencil-gd: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72' width='64px' height='64px'%3E%3Cpath d='M38.406 22.234l11.36 11.36L28.784 54.576l-12.876 4.307c-1.725.577-3.367-1.065-2.791-2.79l4.307-12.876L38.406 22.234zM41.234 19.406l5.234-5.234c1.562-1.562 4.095-1.562 5.657 0l5.703 5.703c1.562 1.562 1.562 4.095 0 5.657l-5.234 5.234L41.234 19.406z' fill='%23333333'/%3E%3C/svg%3E");
  --icon--pencil-w: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72' width='64px' height='64px'%3E%3Cpath d='M38.406 22.234l11.36 11.36L28.784 54.576l-12.876 4.307c-1.725.577-3.367-1.065-2.791-2.79l4.307-12.876L38.406 22.234zM41.234 19.406l5.234-5.234c1.562-1.562 4.095-1.562 5.657 0l5.703 5.703c1.562 1.562 1.562 4.095 0 5.657l-5.234 5.234L41.234 19.406z' fill='%23FFFFFF'/%3E%3C/svg%3E");
  --icon--arrow-left-gl: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L1 8L8 15' stroke='%23666666'/%3E%3C/svg%3E");
  --icon--arrow-left-w: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L1 8L8 15' stroke='%23FFFFFF'/%3E%3C/svg%3E");
  --icon--arrow-left-o: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L1 8L8 15' stroke='%23E25303'/%3E%3C/svg%3E");
  --icon--arrow-right-gl: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999998 15L8 8L1 1' stroke='%23666666'/%3E%3C/svg%3E");
  --icon--arrow-right-w: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999998 15L8 8L1 1' stroke='%23FFFFFF'/%3E%3C/svg%3E");
  --icon--arrow-right-o: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999998 15L8 8L1 1' stroke='%23E25303'/%3E%3C/svg%3E");
  /* Desktop */
  --typography-title-800-font-size: 64px;
  --typography-title-800-line-height: 96px;
  --typography-title-800-font-weight: 800;
  --typography-title-700-font-size: 54px;
  --typography-title-700-line-height: 62px;
  --typography-title-700-font-weight: 300;
  --typography-title-510-font-size: 30px;
  --typography-title-510-line-height: 55.7px;
  --typography-title-510-font-weight: 510;
  --typography-title-500-font-size: 30px;
  --typography-title-500-line-height: 36px;
  --typography-title-500-font-weight: 300;
  --typography-title-400-font-size: 24px;
  --typography-title-400-line-height: 36px;
  --typography-title-400-font-weight: 300;
  --typography-title-320-font-size: 18px;
  --typography-title-320-line-height: 33.4px;
  --typography-title-320-font-weight: 320;
  --typography-title-300-font-size: 18px;
  --typography-title-300-line-height: 27px;
  --typography-title-300-font-weight: 300;
  --typography-paragraph-300-font-size: 14px;
  --typography-paragraph-300-line-height: 26px;
  --typography-paragraph-300-font-weight: 400;
  --typography-paragraph-310-font-size: 14px;
  --typography-paragraph-310-line-height: 25px;
  --typography-paragraph-310-font-weight: 300;
  --typography-label-305-font-size: 14px;
  --typography-label-305-line-height: 23px;
  --typography-label-305-font-weight: 305;
  --typography-label-301-font-size: 14px;
  --typography-label-301-line-height: 21px;
  --typography-label-301-font-weight: 301;
  --typography-label-300-font-size: 14px;
  --typography-label-300-line-height: 21px;
  --typography-label-300-font-weight: 300;
  --typography-label-210-font-size: 12px;
  --typography-label-210-line-height: 20px;
  --typography-label-210-font-weight: 210;
  --typography-label-205-font-size: 12px;
  --typography-label-205-line-height: 18px;
  --typography-label-205-font-weight: 205;
  --typography-label-200-font-size: 12px;
  --typography-label-200-line-height: normal;
  --typography-label-200-font-weight: 300;
  --typography-link-100-font-size: 10px;
  --typography-link-100-line-height: 18.6px;
  --typography-link-100-font-weight: 100;
  --typography-button-font-size: 14px;
  --typography-button-line-height: 23px;
  --typography-button-font-weight: 400;
  /* Mobile override */
}
@media (max-width: 992px) {
  :root {
    --typography-title-800-font-size: 24px;
    --typography-title-800-line-height: 36px;
    --typography-title-700-font-size: 44px;
    --typography-title-700-line-height: normal;
    --typography-title-500-font-size: 22px;
    --typography-title-500-line-height: 26px;
    --typography-title-400-font-size: 18px;
    --typography-title-400-line-height: 24px;
    --typography-title-300-font-size: 14px;
    --typography-title-300-line-height: 21px;
    --typography-paragraph-300-font-size: 12px;
    --typography-paragraph-300-line-height: 22px;
    --typography-paragraph-310-font-size: 12px;
    --typography-paragraph-310-line-height: 22px;
    --typography-label-300-font-size: 12px;
    --typography-label-300-line-height: 18px;
    --typography-button-font-size: 16px;
    --typography-button-line-height: 26.3px;
    --typography-button-2-font-size: 14px;
    --typography-button-2-line-height: 21px;
  }
}

:root {
  --icon--pencil-gd: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72' width='64px' height='64px'%3E%3Cpath d='M38.406 22.234l11.36 11.36L28.784 54.576l-12.876 4.307c-1.725.577-3.367-1.065-2.791-2.79l4.307-12.876L38.406 22.234zM41.234 19.406l5.234-5.234c1.562-1.562 4.095-1.562 5.657 0l5.703 5.703c1.562 1.562 1.562 4.095 0 5.657l-5.234 5.234L41.234 19.406z' fill='%23333333'/%3E%3C/svg%3E");
  --icon--pencil-w: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72' width='64px' height='64px'%3E%3Cpath d='M38.406 22.234l11.36 11.36L28.784 54.576l-12.876 4.307c-1.725.577-3.367-1.065-2.791-2.79l4.307-12.876L38.406 22.234zM41.234 19.406l5.234-5.234c1.562-1.562 4.095-1.562 5.657 0l5.703 5.703c1.562 1.562 1.562 4.095 0 5.657l-5.234 5.234L41.234 19.406z' fill='%23FFFFFF'/%3E%3C/svg%3E");
  --icon--arrow-left-gl: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L1 8L8 15' stroke='%23666666'/%3E%3C/svg%3E");
  --icon--arrow-left-w: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L1 8L8 15' stroke='%23FFFFFF'/%3E%3C/svg%3E");
  --icon--arrow-left-o: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L1 8L8 15' stroke='%23E25303'/%3E%3C/svg%3E");
  --icon--arrow-right-gl: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999998 15L8 8L1 1' stroke='%23666666'/%3E%3C/svg%3E");
  --icon--arrow-right-w: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999998 15L8 8L1 1' stroke='%23FFFFFF'/%3E%3C/svg%3E");
  --icon--arrow-right-o: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999998 15L8 8L1 1' stroke='%23E25303'/%3E%3C/svg%3E");
  /* Desktop */
  --typography-title-800-font-size: 64px;
  --typography-title-800-line-height: 96px;
  --typography-title-800-font-weight: 800;
  --typography-title-700-font-size: 54px;
  --typography-title-700-line-height: 62px;
  --typography-title-700-font-weight: 300;
  --typography-title-510-font-size: 30px;
  --typography-title-510-line-height: 55.7px;
  --typography-title-510-font-weight: 510;
  --typography-title-500-font-size: 30px;
  --typography-title-500-line-height: 36px;
  --typography-title-500-font-weight: 300;
  --typography-title-400-font-size: 24px;
  --typography-title-400-line-height: 36px;
  --typography-title-400-font-weight: 300;
  --typography-title-320-font-size: 18px;
  --typography-title-320-line-height: 33.4px;
  --typography-title-320-font-weight: 320;
  --typography-title-300-font-size: 18px;
  --typography-title-300-line-height: 27px;
  --typography-title-300-font-weight: 300;
  --typography-paragraph-300-font-size: 14px;
  --typography-paragraph-300-line-height: 26px;
  --typography-paragraph-300-font-weight: 400;
  --typography-paragraph-310-font-size: 14px;
  --typography-paragraph-310-line-height: 25px;
  --typography-paragraph-310-font-weight: 300;
  --typography-label-305-font-size: 14px;
  --typography-label-305-line-height: 23px;
  --typography-label-305-font-weight: 305;
  --typography-label-301-font-size: 14px;
  --typography-label-301-line-height: 21px;
  --typography-label-301-font-weight: 301;
  --typography-label-300-font-size: 14px;
  --typography-label-300-line-height: 21px;
  --typography-label-300-font-weight: 300;
  --typography-label-210-font-size: 12px;
  --typography-label-210-line-height: 20px;
  --typography-label-210-font-weight: 210;
  --typography-label-205-font-size: 12px;
  --typography-label-205-line-height: 18px;
  --typography-label-205-font-weight: 205;
  --typography-label-200-font-size: 12px;
  --typography-label-200-line-height: normal;
  --typography-label-200-font-weight: 300;
  --typography-link-100-font-size: 10px;
  --typography-link-100-line-height: 18.6px;
  --typography-link-100-font-weight: 100;
  --typography-button-font-size: 14px;
  --typography-button-line-height: 23px;
  --typography-button-font-weight: 400;
  /* Mobile override */
}
@media (max-width: 992px) {
  :root {
    --typography-title-800-font-size: 24px;
    --typography-title-800-line-height: 36px;
    --typography-title-700-font-size: 44px;
    --typography-title-700-line-height: normal;
    --typography-title-500-font-size: 22px;
    --typography-title-500-line-height: 26px;
    --typography-title-400-font-size: 18px;
    --typography-title-400-line-height: 24px;
    --typography-title-300-font-size: 14px;
    --typography-title-300-line-height: 21px;
    --typography-paragraph-300-font-size: 12px;
    --typography-paragraph-300-line-height: 22px;
    --typography-paragraph-310-font-size: 12px;
    --typography-paragraph-310-line-height: 22px;
    --typography-label-300-font-size: 12px;
    --typography-label-300-line-height: 18px;
    --typography-button-font-size: 16px;
    --typography-button-line-height: 26.3px;
    --typography-button-2-font-size: 14px;
    --typography-button-2-line-height: 21px;
  }
}

.product--field-accessories {
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  padding-top: 30px;
  padding-top: 1.875rem;
  background: #333333;
  overflow: hidden;
}
.product--field-accessories .item {
  margin-top: 10px;
  margin-top: 0.625rem;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 1199.98px) {
  .product--field-accessories .item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 991.98px) {
  .product--field-accessories .row {
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 992px) {
  .product--field-accessories .inner {
    display: block !important;
  }
}
@media (max-width: 991.98px) {
  .product--field-accessories {
    background: #fff;
    padding-bottom: 0;
    padding-top: 0;
  }
  .product--field-accessories .item {
    flex: 1 0 50%;
    max-width: 50%;
  }
  .product--field-accessories .inner {
    padding-top: 15px;
    padding-top: 0.9375rem;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767.98px) {
  .product--field-accessories .item {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .product--field-accessories .inner {
    padding: 0;
  }
}

.accessories-teaser {
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  background: #222222;
  height: 100%;
  position: relative;
}
.accessories-teaser > .coverlink {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.accessories-teaser:hover .flag.action-flag {
  opacity: 1;
  z-index: 1;
}
.accessories-teaser .flag {
  padding-bottom: 14px;
  padding-bottom: 0.875rem;
  padding-top: 14px;
  padding-top: 0.875rem;
  background: #222222;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.accessories-teaser .flag.action-flag {
  opacity: 0;
  z-index: -1;
}
.accessories-teaser .flag svg {
  width: 14px;
  width: 0.875rem;
  height: auto;
}
.accessories-teaser .flag a {
  display: block;
  font-size: 0;
}
.accessories-teaser .cta {
  padding-top: 0.1px;
  position: relative;
}
.accessories-teaser .cta a:after {
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.accessories-teaser:hover .image-body-wrapper .field--name-field-summary, .accessories-teaser:hover .image-body-wrapper .field--name-body {
  opacity: 1;
}
.accessories-teaser .image-body-wrapper {
  position: relative;
}
.accessories-teaser .image-body-wrapper > .field--name-body {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5714385714;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  align-items: center;
  background: linear-gradient(180deg, rgba(34, 34, 34, 0) 0%, #222222 100%), rgba(34, 34, 34, 0.5);
  bottom: 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  color: #fff;
  display: flex;
  left: 0;
  letter-spacing: 0.05em;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transition: all 0.3s ease-in-out;
}
.accessories-teaser .image-body-wrapper > .field--name-body .field--name-field-summary,
.accessories-teaser .image-body-wrapper > .field--name-body .field--name-body {
  display: block;
}
.accessories-teaser .image-body-wrapper p {
  width: 100%;
}
.accessories-teaser .field--name-field-summary,
.accessories-teaser .field--name-body {
  display: none;
  font-weight: 300;
}
.accessories-teaser h2 {
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 9px 22px 0;
  margin: 0.5625rem 1.375rem 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-weight: 500;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
.accessories-teaser h2 span,
.accessories-teaser h2 a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8571528571;
  color: inherit;
  text-decoration: none;
}
.accessories-teaser .subtitle {
  margin-left: 22px;
  margin-left: 1.375rem;
  margin-right: 22px;
  margin-right: 1.375rem;
  align-items: center;
  display: flex;
  justify-content: center;
}
.accessories-teaser .field--name-field-size,
.accessories-teaser .field--name-field-subtitle,
.accessories-teaser .field--name-field-product-code,
.accessories-teaser .field--name-field-product-code-new,
.accessories-teaser .field--name-field-product-code-ean {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 2px;
  margin-top: 0.125rem;
  color: #fff;
  font-weight: 300;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .accessories-teaser h2 {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .accessories-teaser .flag {
    padding-bottom: 14px;
    padding-bottom: 0.875rem;
    padding-top: 14px;
    padding-top: 0.875rem;
    background: none;
    left: auto;
  }
  .accessories-teaser .flag.action-flag {
    opacity: 1;
    z-index: 1;
  }
  .accessories-teaser .flag.action-flag svg path {
    fill: #E25303;
  }
  .accessories-teaser .flag svg {
    width: 17px;
    width: 1.0625rem;
  }
}
.accessories-teaser h2,
.accessories-teaser h2 span,
.accessories-teaser .subtitle,
.accessories-teaser .subtitle div {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500;
}
.accessories-teaser .field--name-title {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 2px;
  margin-top: 0.125rem;
  color: #fff;
  font-weight: 300;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

/*# sourceMappingURL=node--type-accessories.css.map */
