.gp-page {
  background: #f7f4ee;
  color: #2d3135;
  overflow: visible;
}
.gp-page * {
  box-sizing: border-box;
}
.gp-wrap,
.gp-crumb,
.gp-section,
.gp-hero,
.gp-final {
  width: min(1180px, calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
}
.gp-crumb {
  margin-top: 22px;
  display: flex;
  gap: 9px;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  color: #777;
}
.gp-crumb a {
  color: #5d5d5d;
  text-decoration: none;
}
.gp-crumb a:hover {
  text-decoration: underline;
}
.gp-eyebrow {
  margin: 0 0 9px;
  text-transform: uppercase;
  letter-spacing: .11em;
  font-size: 13px;
  font-weight: 850;
  color: #a88658;
}
.gp-hero {
  margin-top: 18px;
  margin-bottom: 42px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, .92fr);
  gap: 42px;
  align-items: center;
  padding: 44px;
  background: #fff;
  border: 1px solid #ded5c8;
  border-radius: 24px;
}
.gp-hero h1 {
  margin: 0 0 16px;
  font:
    500 clamp(39px, 4.8vw, 64px)/1.03 Georgia,
    "Times New Roman",
    serif;
  color: #222629;
  letter-spacing: -.025em;
}
.gp-lead {
  font-size: 19px;
  line-height: 1.68;
  margin: 0 0 21px;
  max-width: 740px;
}
.gp-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}
.gp-pills li {
  background: #f0ece5;
  border-radius: 999px;
  padding: 8px 11px;
  font-size: 13px;
  font-weight: 800;
}
.gp-price-from {
  font:
    500 30px/1.1 Georgia,
    "Times New Roman",
    serif;
  color: #8e6a3b;
  margin: 0 0 17px;
}
.gp-price-from small {
  display: block;
  font: 600 12px/1.4 Arial, sans-serif;
  color: #777;
  margin-top: 5px;
}
.gp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}
.gp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 10px;
  border: 1px solid #b99b6e;
  text-decoration: none;
  font-weight: 850;
  cursor: pointer;
}
.gp-btn--gold {
  background: #b99b6e;
  color: #24282b;
}
.gp-btn--line {
  background: #fff;
  color: #292d30;
}
.gp-hero-media {
  position: relative;
  background: #f5f3ef;
  border-radius: 18px;
  overflow: hidden;
  min-height: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gp-hero-media img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  min-height: 330px;
  object-fit: contain;
}
.gp-hero-media.is-black {
  background: #eceae6;
}
.gp-hero-media.is-black img {
  object-fit: contain;
}
.gp-color-label {
  position: absolute;
  right: 15px;
  bottom: 15px;
  background: rgba(255, 255, 255, .94);
  border-radius: 9px;
  padding: 10px 13px;
  font-size: 13px;
  font-weight: 850;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
}
.gp-section {
  margin-bottom: 58px;
}
.gp-section-head {
  max-width: 860px;
  margin-bottom: 23px;
}
.gp-section-head h2 {
  font:
    500 clamp(28px, 2.6vw, 40px)/1.12 Georgia,
    "Times New Roman",
    serif;
  margin: 0 0 13px;
  color: #24282b;
}
.gp-section-head > p:last-child {
  font-size: 18px;
  line-height: 1.7;
  margin: 0;
}
.gp-config-intro {
  max-width: 880px;
  margin-bottom: 22px;
}
.gp-config {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  gap: 26px;
  align-items: start;
}
.gp-config-form {
  display: grid;
  gap: 18px;
}
.gp-step {
  background: #fff;
  border: 1px solid #ded5c8;
  border-radius: 18px;
  padding: 25px;
}
.gp-step-head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}
.gp-step-nr {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #303438;
  color: #fff;
  font-weight: 900;
}
.gp-step-head h3 {
  font:
    500 26px/1.15 Georgia,
    "Times New Roman",
    serif;
  margin: 2px 0 5px;
}
.gp-step-head p {
  margin: 0;
  color: #666;
  line-height: 1.45;
}
.gp-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}
.gp-field {
  display: grid;
  gap: 7px;
  font-weight: 800;
}
.gp-field input,
.gp-field select {
  width: 100%;
  min-height: 54px;
  border: 1px solid #cfc5b7;
  border-radius: 10px;
  background: #fff;
  padding: 0 14px;
  font: inherit;
  color: #25292c;
}
.gp-field small {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.48;
  color: #696d70;
}
.gp-price-note {
  margin-top: 14px;
  background: #f0ebe3;
  border-left: 4px solid #b8996d;
  padding: 13px 15px;
  line-height: 1.55;
  border-radius: 0 9px 9px 0;
}
.gp-error {
  margin: 9px 0 0;
  color: #a13333;
  font-weight: 800;
}
.gp-radio-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.gp-radio {
  display: block;
  position: relative;
}
.gp-radio input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.gp-radio span {
  display: flex;
  gap: 12px;
  align-items: center;
  height: 100%;
  min-height: 96px;
  border: 1px solid #d9d0c4;
  border-radius: 12px;
  padding: 12px;
  background: #fff;
  cursor: pointer;
}
.gp-radio input:checked + span {
  border: 2px solid #a88658;
  box-shadow: 0 0 0 2px rgba(168, 134, 88, .12);
}
.gp-radio img {
  width: 138px;
  height: 126px;
  object-fit: contain;
  background: #f5f4f2;
  border-radius: 8px;
  flex: 0 0 auto;
  padding: 8px;
}
.gp-radio b {
  display: block;
  margin-bottom: 3px;
}
.gp-radio small {
  display: block;
  line-height: 1.35;
  color: #666;
}
.gp-summary {
  position: sticky;
  top: 88px;
  background: #303438;
  color: #fff;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, .12);
}
.gp-summary.is-fixed {
  position: fixed;
  top: 88px;
  z-index: 70;
}
.gp-summary h3 {
  font:
    500 28px/1.15 Georgia,
    "Times New Roman",
    serif;
  margin: 0 0 15px;
}
.gp-summary dl {
  margin: 0;
  display: grid;
}
.gp-summary dl > div {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  padding: 9px 0;
}
.gp-summary dt {
  color: #d9d6d0;
}
.gp-summary dd {
  margin: 0;
  text-align: right;
  font-weight: 800;
}
.gp-summary-price {
  font:
    500 37px/1 Georgia,
    "Times New Roman",
    serif;
  color: #d5b886;
  margin: 20px 0 7px;
}
.gp-summary small {
  color: #d0d0d0;
  line-height: 1.45;
}
.gp-add {
  width: 100%;
  margin-top: 17px;
  background: #b99b6e;
  color: #24282b;
}
.gp-added {
  min-height: 20px;
  margin: 10px 0 0;
  color: #e7d3b5;
  font-weight: 800;
}
.gp-added.is-validation {
  padding: 10px 12px;
  border: 1px solid rgba(213, 184, 134, .55);
  border-radius: 9px;
  background: rgba(213, 184, 134, .12);
  color: #f3dfbd;
  line-height: 1.45;
}
.gp-mobile-cart {
  display: none;
}
.gp-spec-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.gp-spec {
  background: #fff;
  border: 1px solid #ded5c8;
  border-radius: 15px;
  padding: 20px;
}
.gp-spec strong {
  display: block;
  font:
    500 26px/1.15 Georgia,
    "Times New Roman",
    serif;
  color: #9a7747;
  margin-bottom: 7px;
}
.gp-spec span {
  font-size: 14px;
  line-height: 1.45;
  color: #575b5e;
}
.gp-two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.gp-card {
  background: #fff;
  border: 1px solid #ded5c8;
  border-radius: 17px;
  padding: 25px;
}
.gp-card h3 {
  font:
    500 27px/1.15 Georgia,
    "Times New Roman",
    serif;
  margin: 0 0 10px;
}
.gp-card p,
.gp-card li {
  line-height: 1.7;
}
.gp-card ul {
  padding-left: 20px;
}
.gp-visual-text {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 30px;
  align-items: center;
  background: #fff;
  border: 1px solid #ded5c8;
  border-radius: 20px;
  padding: 28px;
}
.gp-visual-text img {
  width: 100%;
  height: auto;
  border-radius: 13px;
}
.gp-visual-text h2 {
  font:
    500 clamp(30px, 3.2vw, 43px)/1.1 Georgia,
    "Times New Roman",
    serif;
  margin: 0 0 13px;
}
.gp-visual-text p {
  font-size: 17px;
  line-height: 1.72;
}
.gp-gliders {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.gp-gliders figure {
  margin: 0;
  background: #fff;
  border: 1px solid #ded5c8;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.gp-gliders img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: contain;
  object-position: center;
  background: #f5f4f2;
  padding: 12px;
}
.gp-gliders figcaption {
  padding: 13px;
  font-size: 14px;
  line-height: 1.4;
  flex: 1;
}
.gp-gliders b {
  display: block;
  margin-bottom: 4px;
}
.gp-table-wrap {
  overflow: auto;
  background: #fff;
  border: 1px solid #ded5c8;
  border-radius: 15px;
}
.gp-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 620px;
}
.gp-table th {
  background: #35383a;
  color: #fff;
  text-align: left;
  padding: 13px 15px;
}
.gp-table td {
  padding: 13px 15px;
  border-top: 1px solid #ece6dd;
  line-height: 1.5;
}
.gp-table tr:nth-child(even) td {
  background: #faf9f7;
}
.gp-info {
  background: #efe9df;
  border-left: 4px solid #b99b6e;
  padding: 17px 19px;
  border-radius: 0 10px 10px 0;
  line-height: 1.65;
}
.gp-faq {
  display: grid;
  gap: 10px;
}
.gp-faq details {
  background: #fff;
  border: 1px solid #ded5c8;
  border-radius: 12px;
  padding: 0 18px;
}
.gp-faq summary {
  cursor: pointer;
  font-weight: 850;
  padding: 17px 0;
}
.gp-faq p {
  margin: 0 0 18px;
  line-height: 1.65;
  color: #4f5356;
}
.gp-related {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.gp-related a {
  display: block;
  background: #fff;
  border: 1px solid #ded5c8;
  border-radius: 14px;
  padding: 18px;
  color: inherit;
  text-decoration: none;
}
.gp-related a:hover {
  border-color: #b99b6e;
}
.gp-related b {
  display: block;
  font:
    500 22px/1.2 Georgia,
    "Times New Roman",
    serif;
  margin-bottom: 6px;
}
.gp-final {
  margin-bottom: 70px;
  background: #b79a70;
  color: #24282b;
  border-radius: 20px;
  padding: 34px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
}
.gp-final h2 {
  font:
    500 clamp(29px, 3.2vw, 42px)/1.1 Georgia,
    "Times New Roman",
    serif;
  color: #24282b;
  margin: 0 0 9px;
}
.gp-final p {
  margin: 0;
  line-height: 1.6;
}
.gp-final .gp-btn {
  background: #fff;
  color: #292d30;
  border-color: #fff;
}
.gp-control-hero {
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
}
.gp-control-media {
  min-height: 320px;
  background: #f5f4f2;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.gp-control-media img {
  max-width: 88%;
  max-height: 300px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.gp-device-placeholder {
  width: 140px;
  height: 230px;
  background: #fff;
  border: 4px solid #565a5d;
  border-radius: 28px;
  position: relative;
  box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
}
.gp-device-placeholder:before,
.gp-device-placeholder:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 46px;
  height: 46px;
  border: 3px solid #777;
  border-radius: 50%;
}
.gp-device-placeholder:before {
  top: 48px;
}
.gp-device-placeholder:after {
  bottom: 48px;
}
.gp-device-placeholder.wall {
  width: 190px;
  height: 190px;
  border-radius: 20px;
}
.gp-control-buy {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 20px;
  align-items: start;
}
.gp-buy-box {
  background: #fff;
  border: 1px solid #ded5c8;
  border-radius: 17px;
  padding: 25px;
}
.gp-buy-price {
  font:
    500 38px/1 Georgia,
    "Times New Roman",
    serif;
  color: #967143;
  margin-bottom: 16px;
}
.gp-buy-box input {
  width: 110px;
  min-height: 50px;
  border: 1px solid #cfc5b7;
  border-radius: 9px;
  padding: 0 12px;
  font: inherit;
}
.gp-buy-box .gp-btn {
  margin-top: 15px;
}
.gp-compat {
  background: #303438;
  color: #fff;
  border-radius: 17px;
  padding: 24px;
}
.gp-compat h3 {
  font:
    500 26px/1.15 Georgia,
    "Times New Roman",
    serif;
  color: #fff;
  margin: 0 0 10px;
}
.gp-compat p {
  line-height: 1.65;
  color: #eee;
}
@media (max-width: 980px) {
  .gp-hero {
    grid-template-columns: 1fr;
    padding: 31px;
  }
  .gp-config {
    grid-template-columns: 1fr;
  }
  .gp-summary {
    position: static;
  }
  .gp-summary.is-fixed {
    position: static !important;
    width: auto !important;
    left: auto !important;
  }
  .gp-spec-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .gp-gliders {
    grid-template-columns: repeat(2, 1fr);
  }
  .gp-two,
  .gp-visual-text {
    grid-template-columns: 1fr;
  }
  .gp-related {
    grid-template-columns: 1fr;
  }
  .gp-final {
    grid-template-columns: 1fr;
  }
  .gp-control-buy {
    grid-template-columns: 1fr;
  }
  .gp-mobile-cart {
    display: flex;
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 95;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: #303438;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .17);
    border-radius: 13px;
    padding: 10px 12px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .26);
    transform: translateY(130%);
    transition: .2s ease;
  }
  .gp-mobile-cart.is-active {
    transform: translateY(0);
  }
  .gp-mobile-cart strong {
    display: block;
    color: #dfc39b;
  }
  .gp-mobile-cart small {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 58vw;
  }
  .gp-mobile-cart button {
    min-height: 42px;
    border: 0;
    border-radius: 9px;
    background: #b99b6e;
    color: #24282b;
    font-weight: 900;
    padding: 0 15px;
  }
}
@media (max-width: 620px) {
  .gp-wrap,
  .gp-crumb,
  .gp-section,
  .gp-hero,
  .gp-final {
    width: min(100% - 24px, 1180px);
  }
  .gp-hero {
    padding: 22px;
    margin-top: 12px;
    border-radius: 18px;
    gap: 24px;
  }
  .gp-hero h1 {
    font-size: 38px;
  }
  .gp-lead {
    font-size: 17px;
  }
  .gp-hero-media,
  .gp-hero-media img {
    min-height: 220px;
  }
  .gp-form-grid,
  .gp-radio-grid,
  .gp-spec-grid,
  .gp-gliders {
    grid-template-columns: 1fr;
  }
  .gp-gliders img {
    height: 210px;
  }
  .gp-step {
    padding: 19px;
  }
  .gp-card,
  .gp-visual-text {
    padding: 20px;
  }
  .gp-final {
    padding: 24px;
  }
  .gp-control-media {
    min-height: 250px;
  }
  .gp-step-head h3 {
    font-size: 23px;
  }
}
.gp-summary dl > div {
  display: grid;
  grid-template-columns: minmax(0, 42%) minmax(0, 58%);
  column-gap: 14px;
  align-items: start;
}
.gp-summary dd {
  min-width: 0;
  overflow-wrap: anywhere;
}
.gp-radio > span > span {
  display: block;
  min-height: 0;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  cursor: inherit;
  min-width: 0;
}
.gp-radio > span > span b,
.gp-radio > span > span small {
  overflow-wrap: normal;
  word-break: normal;
}
@media (max-width: 980px) {
  .gp-page {
    padding-bottom: 78px;
  }
}
.gp-tech-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.gp-tech-card {
  background: #fff;
  border: 1px solid #ded5c8;
  border-radius: 16px;
  padding: 22px;
}
.gp-tech-card h3 {
  font:
    500 24px/1.15 Georgia,
    "Times New Roman",
    serif;
  margin: 0 0 10px;
  color: #24282b;
}
.gp-tech-card p {
  margin: 0;
  color: #575b5f;
  line-height: 1.65;
}
.gp-tech-card ul {
  margin: 14px 0 0;
  padding-left: 18px;
  color: #50555a;
  line-height: 1.55;
}
.gp-tech-media {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}
.gp-tech-media figure {
  margin: 0;
  background: #fff;
  border: 1px solid #ded5c8;
  border-radius: 14px;
  overflow: hidden;
}
.gp-tech-media img {
  display: block;
  width: 100%;
  height: 210px;
  object-fit: contain;
  background: #f5f4f2;
  padding: 12px;
}
.gp-tech-media figcaption {
  padding: 13px;
  font-size: 14px;
  line-height: 1.45;
  color: #555a5f;
}
.gp-tech-media strong {
  display: block;
  color: #23272a;
  font-size: 16px;
  margin-bottom: 5px;
}
.gp-tech-note {
  margin-top: 18px;
  background: #efe9df;
  border-left: 4px solid #b99b6e;
  padding: 17px 19px;
  border-radius: 0 10px 10px 0;
  line-height: 1.65;
}
@media (max-width: 980px) {
  .gp-tech-grid {
    grid-template-columns: 1fr 1fr;
  }
  .gp-tech-media {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 620px) {
  .gp-tech-grid,
  .gp-tech-media {
    grid-template-columns: 1fr;
  }
  .gp-tech-media img {
    height: 240px;
  }
}
.gp-breakdown {
  margin: 16px 0 0;
  border-top: 1px solid rgba(255, 255, 255, .18);
  padding-top: 8px;
}
.gp-breakdown > div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 7px 0;
  color: #e6e2dc;
}
.gp-breakdown span:last-child {
  font-weight: 850;
  color: #fff;
}
.gp-breakdown-total {
  border-top: 1px solid rgba(255, 255, 255, .18);
  margin-top: 5px;
  padding-top: 12px !important;
  font-size: 17px;
}
.gp-breakdown-total span:last-child {
  color: #dfc39b !important;
  font-size: 22px;
}
.gp-summary-price {
  display: none;
}
.gp-btn--guide {
  background: #f5efe6;
  color: #65471f;
  border-color: #c9b28e;
}
.gp-btn--guide:hover {
  background: #ede3d4;
  border-color: #a98757;
}
@media (max-width: 620px) {
  .gp-actions .gp-btn--guide {
    flex-basis: 100%;
  }
}
.gp-mount-products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 20px;
}
.gp-mount-product {
  background: #fff;
  border: 1px solid #ded5c8;
  border-radius: 16px;
  padding: 18px;
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 18px;
  align-items: center;
}
.gp-mount-product img {
  display: block;
  width: 180px;
  height: 145px;
  object-fit: contain;
  background: #f5f4f2;
  border-radius: 10px;
  padding: 8px;
}
.gp-mount-product h3 {
  margin: 0 0 8px;
  font:
    500 24px/1.15 Georgia,
    "Times New Roman",
    serif;
}
.gp-mount-product p {
  margin: 0 0 10px;
  line-height: 1.6;
}
.gp-mount-product a {
  font-weight: 850;
  color: #755327;
}
.gp-mini-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}
.gp-mini-gallery figure {
  margin: 0;
  background: #fff;
  border: 1px solid #ded5c8;
  border-radius: 14px;
  overflow: hidden;
}
.gp-mini-gallery img {
  display: block;
  width: 100%;
  height: 290px;
  object-fit: contain;
  background: #f5f4f2;
  padding: 12px;
}
.gp-mini-gallery figcaption {
  padding: 12px 14px;
  line-height: 1.5;
  color: #555a5f;
}
@media (max-width: 760px) {
  .gp-mount-products {
    grid-template-columns: 1fr;
  }
  .gp-mount-product {
    grid-template-columns: 120px 1fr;
  }
  .gp-mount-product img {
    width: 120px;
    height: 110px;
  }
  .gp-mini-gallery {
    grid-template-columns: 1fr;
  }
  .gp-mini-gallery img {
    height: 240px;
  }
}
.gp-hero h1 {
  overflow-wrap: anywhere;
}
.gp-trustline {
  margin: .65rem 0 1rem;
  font-size: .92rem;
  line-height: 1.45;
  font-weight: 700;
  color: #384238;
}
.gp-component-note {
  margin-top: 1rem;
}
.gp-deliveryline {
  margin: -.25rem 0 1rem;
  font-size: .9rem;
  line-height: 1.45;
  color: #5a5f58;
}
.gp-deliveryline a,
.gp-order-trust a {
  color: #755327;
  font-weight: 800;
}
.gp-order-trust {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, .18);
  font-size: 12px;
  line-height: 1.5;
  color: #ddd;
}
.gp-buy-box .gp-order-trust {
  border-top: 1px solid #ded5c8;
  color: #5b5f62;
}
.gp-critical-related span,
.gp-component-related span {
  display: block;
  line-height: 1.45;
  color: #666;
}
.gp-summary select[aria-invalid=true],
.gp-field select[aria-invalid=true] {
  border-color: #a13333;
}
@media (max-width: 620px) {
  .gp-hero .gp-actions .gp-btn--gold {
    width: 100%;
    font-size: 16px;
  }
  .gp-price-from {
    font-size: 28px;
  }
  .gp-deliveryline {
    margin-top: -.1rem;
  }
}
