@media screen {
  .m-filter-master-product {
    padding: 16px;
    width: 100%;
  }
  .m-filter-master-product__title {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .m-filter-master-product__subtitle {
    margin: 0 0 48px;
  }
  .m-filter-master-product__choices {
    width: 100%;
  }
  .m-filter-master-product__choice {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #b4c0c9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-bottom: 24px;
    padding-bottom: 16px;
  }
  .m-filter-master-product__choice > div:first-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .m-filter-master-product__type {
    font-size: 18px;
    font-weight: 700;
    padding: 0 16px 0 0;
    width: 70%;
  }
  .m-filter-master-product__type span {
    display: block;
    font-size: 12px;
    font-weight: 400;
  }
  .m-filter-master-product__price {
    color: #148fd4;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding-left: 16px;
    text-align: right;
    width: 30%;
  }
  .m-filter-master-product__price-onsite {
    display: block;
    font-size: 13px;
    font-weight: 400;
  }
  .m-filter-master-product__btn-number {
    color: #148fd4;
    padding: 0 0 0 24px;
    text-align: right;
  }
  .m-filter-master-product__total {
    margin: 20px 0;
    text-align: right;
    font-size: 18px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 20px;
    color: #148fd4;
  }
  .m-filter-master-product__total-amount {
    font-size: 36px;
  }
  .m-filter-master-product__actions {
    margin: 20px 0;
    text-align: right;
  }
  .m-filter-master-product__note {
    color: currentColor;
    font-size: 16px;
    margin: 32px 0 0;
  }
  [data-contrast="high"] .m-filter-master-product__price {
    color: #0c65a2;
  }
  [data-contrast="high"] .m-filter-master-product__btn-number {
    color: #0c65a2;
  }
  [data-contrast="high"] .m-filter-master-product__total {
    color: #0c65a2;
  }
  [data-contrast="high"] .m-filter-master-product__type span {
    font-size: 14px;
  }
}

@media screen and (min-width: 568px) {
  .m-filter-master-product__choice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
  .m-filter-master-product__type {
    width: 35%;
  }
  .m-filter-master-product__price {
    margin-left: auto;
    padding-left: 0;
    width: auto;
  }
  .m-filter-master-product__btn-number {
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  .m-filter-master-product__type {
    width: 50%;
  }
}

/*# sourceMappingURL=m-filter-master-product.css.map*/